=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-246757 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-246757 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-246757 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" [d2094d1b-b31a-4349-83ae-142baaee6458] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [d2094d1b-b31a-4349-83ae-142baaee6458] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 7.00587974s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-246757 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:288: (dbg) Run: kubectl --context addons-246757 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-246757 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.06220146s)
-- 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-246757 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-arm64 -p addons-246757 addons disable ingress-dns --alsologtostderr -v=1: (1.055290516s)
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-246757 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-246757 addons disable ingress --alsologtostderr -v=1: (7.738128263s)
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-246757
helpers_test.go:235: (dbg) docker inspect addons-246757:
-- stdout --
[
{
"Id": "daaefa4637705ae16e9fa3f99cb52b1a1707551f5d23810fcc16ca7fd45103cb",
"Created": "2024-06-06T20:46:57.171266517Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 286323,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-06-06T20:46:57.463343819Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:0447b96cd6875a02bcdf1fe363fc82b8e67a939ccbaf5e1ea3a43529d9e8a477",
"ResolvConfPath": "/var/lib/docker/containers/daaefa4637705ae16e9fa3f99cb52b1a1707551f5d23810fcc16ca7fd45103cb/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/daaefa4637705ae16e9fa3f99cb52b1a1707551f5d23810fcc16ca7fd45103cb/hostname",
"HostsPath": "/var/lib/docker/containers/daaefa4637705ae16e9fa3f99cb52b1a1707551f5d23810fcc16ca7fd45103cb/hosts",
"LogPath": "/var/lib/docker/containers/daaefa4637705ae16e9fa3f99cb52b1a1707551f5d23810fcc16ca7fd45103cb/daaefa4637705ae16e9fa3f99cb52b1a1707551f5d23810fcc16ca7fd45103cb-json.log",
"Name": "/addons-246757",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-246757:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-246757",
"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/678c2e9b0009545e22919c313d848ab6ecd49145c7e00ff323d9f1f0af5742b2-init/diff:/var/lib/docker/overlay2/c6222deded2f09a89f9f3dacff145d1e450da4c9a3c1f0b1ba9465ebfa2af3f5/diff",
"MergedDir": "/var/lib/docker/overlay2/678c2e9b0009545e22919c313d848ab6ecd49145c7e00ff323d9f1f0af5742b2/merged",
"UpperDir": "/var/lib/docker/overlay2/678c2e9b0009545e22919c313d848ab6ecd49145c7e00ff323d9f1f0af5742b2/diff",
"WorkDir": "/var/lib/docker/overlay2/678c2e9b0009545e22919c313d848ab6ecd49145c7e00ff323d9f1f0af5742b2/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-246757",
"Source": "/var/lib/docker/volumes/addons-246757/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-246757",
"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-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6",
"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-246757",
"name.minikube.sigs.k8s.io": "addons-246757",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "2f14e740a77b0da8190baf23861f664feb031782458db4cdf9da8c9dc0cb6292",
"SandboxKey": "/var/run/docker/netns/2f14e740a77b",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33142"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33141"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33138"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33140"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33139"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-246757": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "509dbefde12f5c0896367726590eb09d2f8d6b2c06b554b00c10225727c378f8",
"EndpointID": "550c2d7bb98fc6e101f8f3bdab554a10814d6086b61015c06f695684b2ef7e5c",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-246757",
"daaefa463770"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-246757 -n addons-246757
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-246757 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-246757 logs -n 25: (1.388062086s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-518237 | download-only-518237 | jenkins | v1.33.1 | 06 Jun 24 20:46 UTC | 06 Jun 24 20:46 UTC |
| delete | -p download-only-817549 | download-only-817549 | jenkins | v1.33.1 | 06 Jun 24 20:46 UTC | 06 Jun 24 20:46 UTC |
| start | --download-only -p | download-docker-952087 | jenkins | v1.33.1 | 06 Jun 24 20:46 UTC | |
| | download-docker-952087 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-952087 | download-docker-952087 | jenkins | v1.33.1 | 06 Jun 24 20:46 UTC | 06 Jun 24 20:46 UTC |
| start | --download-only -p | binary-mirror-116328 | jenkins | v1.33.1 | 06 Jun 24 20:46 UTC | |
| | binary-mirror-116328 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:33497 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-116328 | binary-mirror-116328 | jenkins | v1.33.1 | 06 Jun 24 20:46 UTC | 06 Jun 24 20:46 UTC |
| addons | disable dashboard -p | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:46 UTC | |
| | addons-246757 | | | | | |
| addons | enable dashboard -p | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:46 UTC | |
| | addons-246757 | | | | | |
| start | -p addons-246757 --wait=true | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:46 UTC | 06 Jun 24 20:49 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-246757 | jenkins | v1.33.1 | 06 Jun 24 20:49 UTC | 06 Jun 24 20:49 UTC |
| | -p addons-246757 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-246757 ip | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:49 UTC | 06 Jun 24 20:49 UTC |
| addons | addons-246757 addons disable | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:49 UTC | 06 Jun 24 20:49 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:49 UTC | 06 Jun 24 20:49 UTC |
| | -p addons-246757 | | | | | |
| ssh | addons-246757 ssh cat | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:49 UTC | 06 Jun 24 20:49 UTC |
| | /opt/local-path-provisioner/pvc-9058ca2f-b26f-46bb-85e1-d27c3e6c5e40_default_test-pvc/file1 | | | | | |
| addons | addons-246757 addons disable | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:49 UTC | 06 Jun 24 20:50 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:50 UTC | 06 Jun 24 20:50 UTC |
| | addons-246757 | | | | | |
| addons | addons-246757 addons | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:51 UTC | 06 Jun 24 20:51 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-246757 addons | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:51 UTC | 06 Jun 24 20:51 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:51 UTC | 06 Jun 24 20:51 UTC |
| | addons-246757 | | | | | |
| addons | addons-246757 addons | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:51 UTC | 06 Jun 24 20:51 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-246757 ssh curl -s | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:52 UTC | 06 Jun 24 20:52 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-246757 ip | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:52 UTC | 06 Jun 24 20:52 UTC |
| addons | addons-246757 addons disable | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:52 UTC | 06 Jun 24 20:52 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-246757 addons disable | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:52 UTC | 06 Jun 24 20:52 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-246757 addons disable | addons-246757 | jenkins | v1.33.1 | 06 Jun 24 20:52 UTC | 06 Jun 24 20:52 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/06/06 20:46:33
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.3 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0606 20:46:33.256106 285861 out.go:291] Setting OutFile to fd 1 ...
I0606 20:46:33.256255 285861 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0606 20:46:33.256266 285861 out.go:304] Setting ErrFile to fd 2...
I0606 20:46:33.256272 285861 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0606 20:46:33.256527 285861 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19038-279835/.minikube/bin
I0606 20:46:33.257007 285861 out.go:298] Setting JSON to false
I0606 20:46:33.257943 285861 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":5337,"bootTime":1717701457,"procs":156,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0606 20:46:33.258012 285861 start.go:139] virtualization:
I0606 20:46:33.261095 285861 out.go:177] * [addons-246757] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0606 20:46:33.272524 285861 out.go:177] - MINIKUBE_LOCATION=19038
I0606 20:46:33.275214 285861 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0606 20:46:33.272593 285861 notify.go:220] Checking for updates...
I0606 20:46:33.279290 285861 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19038-279835/kubeconfig
I0606 20:46:33.281298 285861 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19038-279835/.minikube
I0606 20:46:33.283717 285861 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0606 20:46:33.285920 285861 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0606 20:46:33.288483 285861 driver.go:392] Setting default libvirt URI to qemu:///system
I0606 20:46:33.308413 285861 docker.go:122] docker version: linux-26.1.4:Docker Engine - Community
I0606 20:46:33.308546 285861 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0606 20:46:33.379944 285861 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:24 OomKillDisable:true NGoroutines:43 SystemTime:2024-06-06 20:46:33.370998787 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:8214982656 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.1.4 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:d2d58213f83a351ca8f528a95fbd145f5654e957 Expected:d2d58213f83a351ca8f528a95fbd145f5654e957} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.14.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.27.1]] Warnings:<nil>}}
I0606 20:46:33.380056 285861 docker.go:295] overlay module found
I0606 20:46:33.382417 285861 out.go:177] * Using the docker driver based on user configuration
I0606 20:46:33.384638 285861 start.go:297] selected driver: docker
I0606 20:46:33.384655 285861 start.go:901] validating driver "docker" against <nil>
I0606 20:46:33.384669 285861 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0606 20:46:33.385336 285861 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0606 20:46:33.442021 285861 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:24 OomKillDisable:true NGoroutines:43 SystemTime:2024-06-06 20:46:33.432885797 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:8214982656 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.1.4 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:d2d58213f83a351ca8f528a95fbd145f5654e957 Expected:d2d58213f83a351ca8f528a95fbd145f5654e957} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.14.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.27.1]] Warnings:<nil>}}
I0606 20:46:33.442184 285861 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0606 20:46:33.442417 285861 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]
I0606 20:46:33.444636 285861 out.go:177] * Using Docker driver with root privileges
I0606 20:46:33.446971 285861 cni.go:84] Creating CNI manager for ""
I0606 20:46:33.446992 285861 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0606 20:46:33.447004 285861 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0606 20:46:33.447083 285861 start.go:340] cluster config:
{Name:addons-246757 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 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.1 ClusterName:addons-246757 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.1 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}
I0606 20:46:33.449423 285861 out.go:177] * Starting "addons-246757" primary control-plane node in "addons-246757" cluster
I0606 20:46:33.451347 285861 cache.go:121] Beginning downloading kic base image for docker with containerd
I0606 20:46:33.453415 285861 out.go:177] * Pulling base image v0.0.44-1717668449-19038 ...
I0606 20:46:33.455109 285861 preload.go:132] Checking if preload exists for k8s version v1.30.1 and runtime containerd
I0606 20:46:33.455163 285861 preload.go:147] Found local preload: /home/jenkins/minikube-integration/19038-279835/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.1-containerd-overlay2-arm64.tar.lz4
I0606 20:46:33.455174 285861 cache.go:56] Caching tarball of preloaded images
I0606 20:46:33.455264 285861 preload.go:173] Found /home/jenkins/minikube-integration/19038-279835/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.1-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0606 20:46:33.455277 285861 cache.go:59] Finished verifying existence of preloaded tar for v1.30.1 on containerd
I0606 20:46:33.455648 285861 profile.go:143] Saving config to /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/config.json ...
I0606 20:46:33.455676 285861 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/config.json: {Name:mkdd7e0001cb571d79de70dba9281396ecc39bb7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:46:33.455853 285861 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 in local docker daemon
I0606 20:46:33.469927 285861 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 to local cache
I0606 20:46:33.470046 285861 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 in local cache directory
I0606 20:46:33.470072 285861 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 in local cache directory, skipping pull
I0606 20:46:33.470086 285861 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 exists in cache, skipping pull
I0606 20:46:33.470095 285861 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 as a tarball
I0606 20:46:33.470105 285861 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 from local cache
I0606 20:46:49.929494 285861 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 from cached tarball
I0606 20:46:49.929536 285861 cache.go:194] Successfully downloaded all kic artifacts
I0606 20:46:49.929566 285861 start.go:360] acquireMachinesLock for addons-246757: {Name:mked8d220e7cc8858ebd53203558550e6b72d071 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0606 20:46:49.930526 285861 start.go:364] duration metric: took 934.547µs to acquireMachinesLock for "addons-246757"
I0606 20:46:49.930561 285861 start.go:93] Provisioning new machine with config: &{Name:addons-246757 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 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.1 ClusterName:addons-246757 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.1 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.1 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0606 20:46:49.930721 285861 start.go:125] createHost starting for "" (driver="docker")
I0606 20:46:49.933790 285861 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0606 20:46:49.934033 285861 start.go:159] libmachine.API.Create for "addons-246757" (driver="docker")
I0606 20:46:49.934066 285861 client.go:168] LocalClient.Create starting
I0606 20:46:49.934182 285861 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19038-279835/.minikube/certs/ca.pem
I0606 20:46:50.535212 285861 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19038-279835/.minikube/certs/cert.pem
I0606 20:46:50.771869 285861 cli_runner.go:164] Run: docker network inspect addons-246757 --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}}]}"
W0606 20:46:50.786384 285861 cli_runner.go:211] docker network inspect addons-246757 --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
I0606 20:46:50.786492 285861 network_create.go:281] running [docker network inspect addons-246757] to gather additional debugging logs...
I0606 20:46:50.786514 285861 cli_runner.go:164] Run: docker network inspect addons-246757
W0606 20:46:50.799342 285861 cli_runner.go:211] docker network inspect addons-246757 returned with exit code 1
I0606 20:46:50.799374 285861 network_create.go:284] error running [docker network inspect addons-246757]: docker network inspect addons-246757: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-246757 not found
I0606 20:46:50.799388 285861 network_create.go:286] output of [docker network inspect addons-246757]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-246757 not found
** /stderr **
I0606 20:46:50.799479 285861 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}}]}"
I0606 20:46:50.814056 285861 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:0x400189d6a0}
I0606 20:46:50.814101 285861 network_create.go:124] attempt to create docker network addons-246757 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0606 20:46:50.814161 285861 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-246757 addons-246757
I0606 20:46:50.878155 285861 network_create.go:108] docker network addons-246757 192.168.49.0/24 created
I0606 20:46:50.878189 285861 kic.go:121] calculated static IP "192.168.49.2" for the "addons-246757" container
I0606 20:46:50.878268 285861 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0606 20:46:50.891670 285861 cli_runner.go:164] Run: docker volume create addons-246757 --label name.minikube.sigs.k8s.io=addons-246757 --label created_by.minikube.sigs.k8s.io=true
I0606 20:46:50.906677 285861 oci.go:103] Successfully created a docker volume addons-246757
I0606 20:46:50.906773 285861 cli_runner.go:164] Run: docker run --rm --name addons-246757-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-246757 --entrypoint /usr/bin/test -v addons-246757:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 -d /var/lib
I0606 20:46:52.907587 285861 cli_runner.go:217] Completed: docker run --rm --name addons-246757-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-246757 --entrypoint /usr/bin/test -v addons-246757:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 -d /var/lib: (2.000773328s)
I0606 20:46:52.907618 285861 oci.go:107] Successfully prepared a docker volume addons-246757
I0606 20:46:52.907647 285861 preload.go:132] Checking if preload exists for k8s version v1.30.1 and runtime containerd
I0606 20:46:52.907666 285861 kic.go:194] Starting extracting preloaded images to volume ...
I0606 20:46:52.907738 285861 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19038-279835/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.1-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-246757:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 -I lz4 -xf /preloaded.tar -C /extractDir
I0606 20:46:57.096490 285861 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19038-279835/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.1-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-246757:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 -I lz4 -xf /preloaded.tar -C /extractDir: (4.188711015s)
I0606 20:46:57.096524 285861 kic.go:203] duration metric: took 4.188853604s to extract preloaded images to volume ...
W0606 20:46:57.096674 285861 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0606 20:46:57.096793 285861 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0606 20:46:57.154936 285861 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-246757 --name addons-246757 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-246757 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-246757 --network addons-246757 --ip 192.168.49.2 --volume addons-246757:/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-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6
I0606 20:46:57.471933 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Running}}
I0606 20:46:57.493279 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:46:57.519354 285861 cli_runner.go:164] Run: docker exec addons-246757 stat /var/lib/dpkg/alternatives/iptables
I0606 20:46:57.573454 285861 oci.go:144] the created container "addons-246757" has a running status.
I0606 20:46:57.573485 285861 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa...
I0606 20:46:58.129065 285861 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0606 20:46:58.154856 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:46:58.175966 285861 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0606 20:46:58.175998 285861 kic_runner.go:114] Args: [docker exec --privileged addons-246757 chown docker:docker /home/docker/.ssh/authorized_keys]
I0606 20:46:58.257973 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:46:58.283211 285861 machine.go:94] provisionDockerMachine start ...
I0606 20:46:58.283316 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:46:58.304251 285861 main.go:141] libmachine: Using SSH client type: native
I0606 20:46:58.304517 285861 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2bb0] 0x3e5410 <nil> [] 0s} 127.0.0.1 33142 <nil> <nil>}
I0606 20:46:58.304526 285861 main.go:141] libmachine: About to run SSH command:
hostname
I0606 20:46:58.449881 285861 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-246757
I0606 20:46:58.449964 285861 ubuntu.go:169] provisioning hostname "addons-246757"
I0606 20:46:58.450061 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:46:58.467195 285861 main.go:141] libmachine: Using SSH client type: native
I0606 20:46:58.467439 285861 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2bb0] 0x3e5410 <nil> [] 0s} 127.0.0.1 33142 <nil> <nil>}
I0606 20:46:58.467449 285861 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-246757 && echo "addons-246757" | sudo tee /etc/hostname
I0606 20:46:58.614379 285861 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-246757
I0606 20:46:58.614488 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:46:58.630702 285861 main.go:141] libmachine: Using SSH client type: native
I0606 20:46:58.630946 285861 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2bb0] 0x3e5410 <nil> [] 0s} 127.0.0.1 33142 <nil> <nil>}
I0606 20:46:58.630969 285861 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-246757' /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-246757/g' /etc/hosts;
else
echo '127.0.1.1 addons-246757' | sudo tee -a /etc/hosts;
fi
fi
I0606 20:46:58.762223 285861 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0606 20:46:58.762248 285861 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19038-279835/.minikube CaCertPath:/home/jenkins/minikube-integration/19038-279835/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19038-279835/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19038-279835/.minikube}
I0606 20:46:58.762273 285861 ubuntu.go:177] setting up certificates
I0606 20:46:58.762284 285861 provision.go:84] configureAuth start
I0606 20:46:58.762350 285861 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-246757
I0606 20:46:58.778299 285861 provision.go:143] copyHostCerts
I0606 20:46:58.778393 285861 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19038-279835/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19038-279835/.minikube/ca.pem (1078 bytes)
I0606 20:46:58.778614 285861 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19038-279835/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19038-279835/.minikube/cert.pem (1123 bytes)
I0606 20:46:58.778727 285861 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19038-279835/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19038-279835/.minikube/key.pem (1675 bytes)
I0606 20:46:58.778782 285861 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19038-279835/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19038-279835/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19038-279835/.minikube/certs/ca-key.pem org=jenkins.addons-246757 san=[127.0.0.1 192.168.49.2 addons-246757 localhost minikube]
I0606 20:46:59.307948 285861 provision.go:177] copyRemoteCerts
I0606 20:46:59.308026 285861 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0606 20:46:59.308076 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:46:59.323294 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:46:59.418798 285861 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19038-279835/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0606 20:46:59.441590 285861 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19038-279835/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0606 20:46:59.465233 285861 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19038-279835/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0606 20:46:59.488139 285861 provision.go:87] duration metric: took 725.83836ms to configureAuth
I0606 20:46:59.488215 285861 ubuntu.go:193] setting minikube options for container-runtime
I0606 20:46:59.488418 285861 config.go:182] Loaded profile config "addons-246757": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.1
I0606 20:46:59.488434 285861 machine.go:97] duration metric: took 1.205205528s to provisionDockerMachine
I0606 20:46:59.488441 285861 client.go:171] duration metric: took 9.554367132s to LocalClient.Create
I0606 20:46:59.488460 285861 start.go:167] duration metric: took 9.554426324s to libmachine.API.Create "addons-246757"
I0606 20:46:59.488469 285861 start.go:293] postStartSetup for "addons-246757" (driver="docker")
I0606 20:46:59.488481 285861 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]
I0606 20:46:59.488537 285861 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
I0606 20:46:59.488581 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:46:59.503135 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:46:59.599335 285861 ssh_runner.go:195] Run: cat /etc/os-release
I0606 20:46:59.602287 285861 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0606 20:46:59.602321 285861 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0606 20:46:59.602332 285861 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0606 20:46:59.602340 285861 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0606 20:46:59.602350 285861 filesync.go:126] Scanning /home/jenkins/minikube-integration/19038-279835/.minikube/addons for local assets ...
I0606 20:46:59.602418 285861 filesync.go:126] Scanning /home/jenkins/minikube-integration/19038-279835/.minikube/files for local assets ...
I0606 20:46:59.602444 285861 start.go:296] duration metric: took 113.965795ms for postStartSetup
I0606 20:46:59.602785 285861 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-246757
I0606 20:46:59.617851 285861 profile.go:143] Saving config to /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/config.json ...
I0606 20:46:59.618129 285861 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0606 20:46:59.618181 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:46:59.633870 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:46:59.726989 285861 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0606 20:46:59.731216 285861 start.go:128] duration metric: took 9.80047662s to createHost
I0606 20:46:59.731238 285861 start.go:83] releasing machines lock for "addons-246757", held for 9.800695491s
I0606 20:46:59.731305 285861 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-246757
I0606 20:46:59.746324 285861 ssh_runner.go:195] Run: cat /version.json
I0606 20:46:59.746387 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:46:59.746404 285861 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0606 20:46:59.746548 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:46:59.762939 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:46:59.763712 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:46:59.968705 285861 ssh_runner.go:195] Run: systemctl --version
I0606 20:46:59.972851 285861 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0606 20:46:59.976812 285861 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' {}" ;
I0606 20:47:00.001849 285861 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0606 20:47:00.001922 285861 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" ;
I0606 20:47:00.071122 285861 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0606 20:47:00.071218 285861 start.go:494] detecting cgroup driver to use...
I0606 20:47:00.071281 285861 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0606 20:47:00.071364 285861 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0606 20:47:00.124981 285861 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0606 20:47:00.173249 285861 docker.go:217] disabling cri-docker service (if available) ...
I0606 20:47:00.173322 285861 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0606 20:47:00.194122 285861 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0606 20:47:00.214102 285861 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0606 20:47:00.319314 285861 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0606 20:47:00.423505 285861 docker.go:233] disabling docker service ...
I0606 20:47:00.423585 285861 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0606 20:47:00.445019 285861 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0606 20:47:00.459293 285861 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0606 20:47:00.546846 285861 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0606 20:47:00.638108 285861 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0606 20:47:00.649893 285861 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"
I0606 20:47:00.666709 285861 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"
I0606 20:47:00.676558 285861 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"
I0606 20:47:00.686239 285861 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0606 20:47:00.686308 285861 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0606 20:47:00.695828 285861 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"
I0606 20:47:00.705365 285861 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0606 20:47:00.715527 285861 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0606 20:47:00.726101 285861 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0606 20:47:00.736290 285861 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"
I0606 20:47:00.746812 285861 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0606 20:47:00.756579 285861 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"
I0606 20:47:00.766187 285861 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0606 20:47:00.774715 285861 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0606 20:47:00.783168 285861 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0606 20:47:00.869066 285861 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0606 20:47:00.997410 285861 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0606 20:47:00.997505 285861 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0606 20:47:01.001615 285861 start.go:562] Will wait 60s for crictl version
I0606 20:47:01.001702 285861 ssh_runner.go:195] Run: which crictl
I0606 20:47:01.004981 285861 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0606 20:47:01.048301 285861 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.33
RuntimeApiVersion: v1
I0606 20:47:01.048382 285861 ssh_runner.go:195] Run: containerd --version
I0606 20:47:01.069608 285861 ssh_runner.go:195] Run: containerd --version
I0606 20:47:01.092851 285861 out.go:177] * Preparing Kubernetes v1.30.1 on containerd 1.6.33 ...
I0606 20:47:01.094809 285861 cli_runner.go:164] Run: docker network inspect addons-246757 --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}}]}"
I0606 20:47:01.109287 285861 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0606 20:47:01.112977 285861 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""
I0606 20:47:01.123782 285861 kubeadm.go:877] updating cluster {Name:addons-246757 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 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.1 ClusterName:addons-246757 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.1 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} ...
I0606 20:47:01.123918 285861 preload.go:132] Checking if preload exists for k8s version v1.30.1 and runtime containerd
I0606 20:47:01.123988 285861 ssh_runner.go:195] Run: sudo crictl images --output json
I0606 20:47:01.162501 285861 containerd.go:627] all images are preloaded for containerd runtime.
I0606 20:47:01.162526 285861 containerd.go:534] Images already preloaded, skipping extraction
I0606 20:47:01.162587 285861 ssh_runner.go:195] Run: sudo crictl images --output json
I0606 20:47:01.200626 285861 containerd.go:627] all images are preloaded for containerd runtime.
I0606 20:47:01.200650 285861 cache_images.go:84] Images are preloaded, skipping loading
I0606 20:47:01.200662 285861 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.1 containerd true true} ...
I0606 20:47:01.200771 285861 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-246757 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.1 ClusterName:addons-246757 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:}
I0606 20:47:01.200842 285861 ssh_runner.go:195] Run: sudo crictl info
I0606 20:47:01.238422 285861 cni.go:84] Creating CNI manager for ""
I0606 20:47:01.238446 285861 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0606 20:47:01.238485 285861 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0606 20:47:01.238508 285861 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.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-246757 NodeName:addons-246757 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}
I0606 20:47:01.238672 285861 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-246757"
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.1
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
I0606 20:47:01.238744 285861 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.1
I0606 20:47:01.247852 285861 binaries.go:44] Found k8s binaries, skipping transfer
I0606 20:47:01.247941 285861 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0606 20:47:01.256868 285861 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0606 20:47:01.274953 285861 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0606 20:47:01.294551 285861 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0606 20:47:01.312329 285861 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0606 20:47:01.315622 285861 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""
I0606 20:47:01.326071 285861 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0606 20:47:01.410214 285861 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0606 20:47:01.425593 285861 certs.go:68] Setting up /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757 for IP: 192.168.49.2
I0606 20:47:01.425613 285861 certs.go:194] generating shared ca certs ...
I0606 20:47:01.425629 285861 certs.go:226] acquiring lock for ca certs: {Name:mkc759f49abe4f4f96b3e66fc6cad3282470b17e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:01.425753 285861 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19038-279835/.minikube/ca.key
I0606 20:47:01.882071 285861 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19038-279835/.minikube/ca.crt ...
I0606 20:47:01.882103 285861 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19038-279835/.minikube/ca.crt: {Name:mk328681a5a7c3b007c35bbb2b2ce7d0c4aa5bdd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:01.882799 285861 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19038-279835/.minikube/ca.key ...
I0606 20:47:01.882826 285861 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19038-279835/.minikube/ca.key: {Name:mk004a254cca0a900d313c7ca980b9fc4ccb733d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:01.882926 285861 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19038-279835/.minikube/proxy-client-ca.key
I0606 20:47:02.375158 285861 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19038-279835/.minikube/proxy-client-ca.crt ...
I0606 20:47:02.375198 285861 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19038-279835/.minikube/proxy-client-ca.crt: {Name:mk99b654ec873a9edfdd360e96637d3ad3266ad6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:02.376166 285861 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19038-279835/.minikube/proxy-client-ca.key ...
I0606 20:47:02.376192 285861 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19038-279835/.minikube/proxy-client-ca.key: {Name:mkde043fefd30b910d12eab05955cac1bc1a05c8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:02.376292 285861 certs.go:256] generating profile certs ...
I0606 20:47:02.376354 285861 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/client.key
I0606 20:47:02.376372 285861 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/client.crt with IP's: []
I0606 20:47:02.818810 285861 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/client.crt ...
I0606 20:47:02.818841 285861 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/client.crt: {Name:mk995a3876aa0deba841abf48751c6930b9a0741 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:02.819636 285861 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/client.key ...
I0606 20:47:02.819653 285861 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/client.key: {Name:mk1d3887d7bb88ba33cad1d2ea540e86b00cef47 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:02.820095 285861 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/apiserver.key.a22c58d5
I0606 20:47:02.820119 285861 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/apiserver.crt.a22c58d5 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0606 20:47:03.039289 285861 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/apiserver.crt.a22c58d5 ...
I0606 20:47:03.039325 285861 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/apiserver.crt.a22c58d5: {Name:mka507297b15d87209428807acb34b1e43584eeb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:03.043232 285861 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/apiserver.key.a22c58d5 ...
I0606 20:47:03.043312 285861 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/apiserver.key.a22c58d5: {Name:mkc57d641a759230fa16a29c94a96a048e178768 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:03.043437 285861 certs.go:381] copying /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/apiserver.crt.a22c58d5 -> /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/apiserver.crt
I0606 20:47:03.043550 285861 certs.go:385] copying /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/apiserver.key.a22c58d5 -> /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/apiserver.key
I0606 20:47:03.043626 285861 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/proxy-client.key
I0606 20:47:03.043662 285861 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/proxy-client.crt with IP's: []
I0606 20:47:03.745946 285861 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/proxy-client.crt ...
I0606 20:47:03.745979 285861 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/proxy-client.crt: {Name:mkc2a122665276eaa45f14163164bc2731f6f9ff Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:03.746167 285861 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/proxy-client.key ...
I0606 20:47:03.746181 285861 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/proxy-client.key: {Name:mk26c07b7f0cf232c02381e909a9b780159d946d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:03.746831 285861 certs.go:484] found cert: /home/jenkins/minikube-integration/19038-279835/.minikube/certs/ca-key.pem (1679 bytes)
I0606 20:47:03.746879 285861 certs.go:484] found cert: /home/jenkins/minikube-integration/19038-279835/.minikube/certs/ca.pem (1078 bytes)
I0606 20:47:03.746910 285861 certs.go:484] found cert: /home/jenkins/minikube-integration/19038-279835/.minikube/certs/cert.pem (1123 bytes)
I0606 20:47:03.746936 285861 certs.go:484] found cert: /home/jenkins/minikube-integration/19038-279835/.minikube/certs/key.pem (1675 bytes)
I0606 20:47:03.747535 285861 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19038-279835/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0606 20:47:03.773097 285861 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19038-279835/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0606 20:47:03.798352 285861 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19038-279835/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0606 20:47:03.824929 285861 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19038-279835/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0606 20:47:03.851025 285861 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0606 20:47:03.876034 285861 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0606 20:47:03.899341 285861 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0606 20:47:03.923058 285861 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19038-279835/.minikube/profiles/addons-246757/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0606 20:47:03.947032 285861 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19038-279835/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0606 20:47:03.970156 285861 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0606 20:47:03.988108 285861 ssh_runner.go:195] Run: openssl version
I0606 20:47:03.993703 285861 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"
I0606 20:47:04.003284 285861 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0606 20:47:04.006790 285861 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jun 6 20:47 /usr/share/ca-certificates/minikubeCA.pem
I0606 20:47:04.006891 285861 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0606 20:47:04.013503 285861 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"
I0606 20:47:04.024697 285861 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0606 20:47:04.028774 285861 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
I0606 20:47:04.028832 285861 kubeadm.go:391] StartCluster: {Name:addons-246757 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1717668449-19038@sha256:30d191eb345232f513c52f7ac036e7a34a8cc441d88353f92985384bcddf00d6 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.1 ClusterName:addons-246757 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.1 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}
I0606 20:47:04.028912 285861 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0606 20:47:04.028980 285861 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0606 20:47:04.065867 285861 cri.go:89] found id: ""
I0606 20:47:04.065938 285861 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0606 20:47:04.074662 285861 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0606 20:47:04.083509 285861 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0606 20:47:04.083627 285861 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
I0606 20:47:04.092100 285861 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
I0606 20:47:04.092165 285861 kubeadm.go:156] found existing configuration files:
I0606 20:47:04.092240 285861 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0606 20:47:04.101162 285861 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
I0606 20:47:04.101227 285861 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0606 20:47:04.109595 285861 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0606 20:47:04.117920 285861 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
I0606 20:47:04.117984 285861 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0606 20:47:04.126319 285861 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0606 20:47:04.134715 285861 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
I0606 20:47:04.134824 285861 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0606 20:47:04.143194 285861 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0606 20:47:04.151607 285861 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
I0606 20:47:04.151690 285861 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0606 20:47:04.159749 285861 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.1:$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"
I0606 20:47:04.248977 285861 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-1062-aws\n", err: exit status 1
I0606 20:47:04.319799 285861 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0606 20:47:20.315574 285861 kubeadm.go:309] [init] Using Kubernetes version: v1.30.1
I0606 20:47:20.315633 285861 kubeadm.go:309] [preflight] Running pre-flight checks
I0606 20:47:20.315718 285861 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0606 20:47:20.315774 285861 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1062-aws[0m
I0606 20:47:20.315811 285861 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0606 20:47:20.315867 285861 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0606 20:47:20.315917 285861 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0606 20:47:20.315966 285861 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0606 20:47:20.316016 285861 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0606 20:47:20.316065 285861 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0606 20:47:20.316116 285861 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0606 20:47:20.316163 285861 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0606 20:47:20.316213 285861 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0606 20:47:20.316260 285861 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0606 20:47:20.316345 285861 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0606 20:47:20.316440 285861 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0606 20:47:20.316532 285861 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0606 20:47:20.316594 285861 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0606 20:47:20.318496 285861 out.go:204] - Generating certificates and keys ...
I0606 20:47:20.318600 285861 kubeadm.go:309] [certs] Using existing ca certificate authority
I0606 20:47:20.318680 285861 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0606 20:47:20.318753 285861 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0606 20:47:20.318817 285861 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0606 20:47:20.318882 285861 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0606 20:47:20.318960 285861 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0606 20:47:20.319024 285861 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0606 20:47:20.319157 285861 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-246757 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0606 20:47:20.319216 285861 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0606 20:47:20.319342 285861 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-246757 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0606 20:47:20.319424 285861 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0606 20:47:20.319498 285861 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0606 20:47:20.319556 285861 kubeadm.go:309] [certs] Generating "sa" key and public key
I0606 20:47:20.319622 285861 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0606 20:47:20.319681 285861 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0606 20:47:20.319757 285861 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0606 20:47:20.319816 285861 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0606 20:47:20.319884 285861 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0606 20:47:20.319940 285861 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0606 20:47:20.320075 285861 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0606 20:47:20.320146 285861 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0606 20:47:20.323295 285861 out.go:204] - Booting up control plane ...
I0606 20:47:20.323404 285861 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0606 20:47:20.323480 285861 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0606 20:47:20.323547 285861 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0606 20:47:20.323651 285861 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0606 20:47:20.323736 285861 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0606 20:47:20.323780 285861 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0606 20:47:20.323906 285861 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0606 20:47:20.323976 285861 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0606 20:47:20.324035 285861 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 1.005702566s
I0606 20:47:20.324109 285861 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0606 20:47:20.324174 285861 kubeadm.go:309] [api-check] The API server is healthy after 5.501924948s
I0606 20:47:20.324279 285861 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0606 20:47:20.324411 285861 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0606 20:47:20.324472 285861 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0606 20:47:20.324653 285861 kubeadm.go:309] [mark-control-plane] Marking the node addons-246757 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0606 20:47:20.324720 285861 kubeadm.go:309] [bootstrap-token] Using token: e4vmnm.iekldrtg5dpmqkwm
I0606 20:47:20.326587 285861 out.go:204] - Configuring RBAC rules ...
I0606 20:47:20.326712 285861 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0606 20:47:20.326794 285861 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0606 20:47:20.326955 285861 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
I0606 20:47:20.327144 285861 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0606 20:47:20.327275 285861 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0606 20:47:20.327409 285861 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0606 20:47:20.327546 285861 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0606 20:47:20.327589 285861 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0606 20:47:20.327641 285861 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0606 20:47:20.327646 285861 kubeadm.go:309]
I0606 20:47:20.327704 285861 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0606 20:47:20.327708 285861 kubeadm.go:309]
I0606 20:47:20.327838 285861 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0606 20:47:20.327854 285861 kubeadm.go:309]
I0606 20:47:20.327881 285861 kubeadm.go:309] mkdir -p $HOME/.kube
I0606 20:47:20.327976 285861 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0606 20:47:20.328078 285861 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0606 20:47:20.328105 285861 kubeadm.go:309]
I0606 20:47:20.328186 285861 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0606 20:47:20.328195 285861 kubeadm.go:309]
I0606 20:47:20.328268 285861 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0606 20:47:20.328274 285861 kubeadm.go:309]
I0606 20:47:20.328328 285861 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0606 20:47:20.328411 285861 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0606 20:47:20.328484 285861 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0606 20:47:20.328492 285861 kubeadm.go:309]
I0606 20:47:20.328577 285861 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0606 20:47:20.328654 285861 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0606 20:47:20.328662 285861 kubeadm.go:309]
I0606 20:47:20.328773 285861 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token e4vmnm.iekldrtg5dpmqkwm \
I0606 20:47:20.328926 285861 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:ee280d018d30ec297eb3f26fba6a2addd550dc7ae998c8164de378d25eaa5423 \
I0606 20:47:20.328974 285861 kubeadm.go:309] --control-plane
I0606 20:47:20.329012 285861 kubeadm.go:309]
I0606 20:47:20.329171 285861 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0606 20:47:20.329187 285861 kubeadm.go:309]
I0606 20:47:20.329295 285861 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token e4vmnm.iekldrtg5dpmqkwm \
I0606 20:47:20.329459 285861 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:ee280d018d30ec297eb3f26fba6a2addd550dc7ae998c8164de378d25eaa5423
I0606 20:47:20.329493 285861 cni.go:84] Creating CNI manager for ""
I0606 20:47:20.329529 285861 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0606 20:47:20.331347 285861 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0606 20:47:20.333290 285861 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0606 20:47:20.337125 285861 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.1/kubectl ...
I0606 20:47:20.337144 285861 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0606 20:47:20.354822 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0606 20:47:20.620144 285861 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0606 20:47:20.620278 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:20.620366 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-246757 minikube.k8s.io/updated_at=2024_06_06T20_47_20_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=1d3094f03029ab5769708fc728f21ba50166772b minikube.k8s.io/name=addons-246757 minikube.k8s.io/primary=true
I0606 20:47:20.776590 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:20.776699 285861 ops.go:34] apiserver oom_adj: -16
I0606 20:47:21.276735 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:21.777562 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:22.276806 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:22.777099 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:23.277162 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:23.776731 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:24.277349 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:24.776710 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:25.277354 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:25.777312 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:26.277424 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:26.777517 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:27.277300 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:27.776634 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:28.277334 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:28.777127 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:29.277095 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:29.777647 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:30.276740 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:30.777458 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:31.276745 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:31.777513 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:32.277679 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:32.776700 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:33.276991 285861 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0606 20:47:33.400458 285861 kubeadm.go:1107] duration metric: took 12.780226715s to wait for elevateKubeSystemPrivileges
W0606 20:47:33.400493 285861 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0606 20:47:33.400501 285861 kubeadm.go:393] duration metric: took 29.371677207s to StartCluster
I0606 20:47:33.400517 285861 settings.go:142] acquiring lock: {Name:mk8f89aa1063a7c38223e46a53ac1cfd3f47d552 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:33.401108 285861 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19038-279835/kubeconfig
I0606 20:47:33.401499 285861 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19038-279835/kubeconfig: {Name:mka5feb49a349ac20523d222b9261befd65ae27e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0606 20:47:33.401706 285861 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.1 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0606 20:47:33.404616 285861 out.go:177] * Verifying Kubernetes components...
I0606 20:47:33.401800 285861 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0606 20:47:33.401966 285861 config.go:182] Loaded profile config "addons-246757": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.1
I0606 20:47:33.401975 285861 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]
I0606 20:47:33.404679 285861 addons.go:69] Setting yakd=true in profile "addons-246757"
I0606 20:47:33.404710 285861 addons.go:234] Setting addon yakd=true in "addons-246757"
I0606 20:47:33.404712 285861 addons.go:69] Setting ingress-dns=true in profile "addons-246757"
I0606 20:47:33.404743 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.404783 285861 addons.go:234] Setting addon ingress-dns=true in "addons-246757"
I0606 20:47:33.404830 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.405250 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.405323 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.405669 285861 addons.go:69] Setting inspektor-gadget=true in profile "addons-246757"
I0606 20:47:33.405700 285861 addons.go:234] Setting addon inspektor-gadget=true in "addons-246757"
I0606 20:47:33.405725 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.408692 285861 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0606 20:47:33.406093 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.406099 285861 addons.go:69] Setting metrics-server=true in profile "addons-246757"
I0606 20:47:33.409030 285861 addons.go:234] Setting addon metrics-server=true in "addons-246757"
I0606 20:47:33.409069 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.409467 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.406103 285861 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-246757"
I0606 20:47:33.411488 285861 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-246757"
I0606 20:47:33.411642 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.416003 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.406108 285861 addons.go:69] Setting registry=true in profile "addons-246757"
I0606 20:47:33.419356 285861 addons.go:234] Setting addon registry=true in "addons-246757"
I0606 20:47:33.419406 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.419890 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.406111 285861 addons.go:69] Setting storage-provisioner=true in profile "addons-246757"
I0606 20:47:33.437346 285861 addons.go:234] Setting addon storage-provisioner=true in "addons-246757"
I0606 20:47:33.406115 285861 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-246757"
I0606 20:47:33.406118 285861 addons.go:69] Setting volcano=true in profile "addons-246757"
I0606 20:47:33.406123 285861 addons.go:69] Setting volumesnapshots=true in profile "addons-246757"
I0606 20:47:33.406132 285861 addons.go:69] Setting gcp-auth=true in profile "addons-246757"
I0606 20:47:33.406135 285861 addons.go:69] Setting cloud-spanner=true in profile "addons-246757"
I0606 20:47:33.406138 285861 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-246757"
I0606 20:47:33.406142 285861 addons.go:69] Setting default-storageclass=true in profile "addons-246757"
I0606 20:47:33.406155 285861 addons.go:69] Setting ingress=true in profile "addons-246757"
I0606 20:47:33.437802 285861 addons.go:234] Setting addon ingress=true in "addons-246757"
I0606 20:47:33.437896 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.439347 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.449035 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.449665 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.459326 285861 addons.go:234] Setting addon cloud-spanner=true in "addons-246757"
I0606 20:47:33.459433 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.459940 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.460300 285861 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-246757"
I0606 20:47:33.460355 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.460743 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.486538 285861 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-246757"
I0606 20:47:33.486943 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.522523 285861 addons.go:234] Setting addon volcano=true in "addons-246757"
I0606 20:47:33.522915 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.528532 285861 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0606 20:47:33.531750 285861 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0606 20:47:33.531827 285861 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0606 20:47:33.531931 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.534307 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.556902 285861 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0606 20:47:33.559107 285861 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0606 20:47:33.559166 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0606 20:47:33.559260 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.569918 285861 out.go:177] - Using image docker.io/registry:2.8.3
I0606 20:47:33.574333 285861 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0606 20:47:33.557565 285861 mustload.go:65] Loading cluster: addons-246757
I0606 20:47:33.557571 285861 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-246757"
I0606 20:47:33.557521 285861 addons.go:234] Setting addon volumesnapshots=true in "addons-246757"
I0606 20:47:33.581361 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.587174 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.592256 285861 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0606 20:47:33.598581 285861 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0606 20:47:33.598650 285861 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0606 20:47:33.598741 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.618997 285861 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0606 20:47:33.624067 285861 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0606 20:47:33.626722 285861 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0606 20:47:33.630568 285861 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0606 20:47:33.630588 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0606 20:47:33.630647 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.630946 285861 config.go:182] Loaded profile config "addons-246757": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.1
I0606 20:47:33.631304 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.651391 285861 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.29.0
I0606 20:47:33.653339 285861 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0606 20:47:33.653363 285861 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0606 20:47:33.653428 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.651681 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.676035 285861 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0606 20:47:33.678249 285861 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0606 20:47:33.683296 285861 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0606 20:47:33.675926 285861 addons.go:234] Setting addon default-storageclass=true in "addons-246757"
I0606 20:47:33.628551 285861 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0606 20:47:33.628560 285861 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.0
I0606 20:47:33.685995 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.691910 285861 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0606 20:47:33.691918 285861 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0606 20:47:33.691921 285861 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.7.0
I0606 20:47:33.691934 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0606 20:47:33.702739 285861 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0606 20:47:33.702763 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0606 20:47:33.702833 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.710693 285861 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0606 20:47:33.710727 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0606 20:47:33.710818 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.726764 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:33.694622 285861 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0606 20:47:33.730851 285861 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0606 20:47:33.733513 285861 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0606 20:47:33.736063 285861 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0606 20:47:33.695069 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.695106 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.746146 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:33.748511 285861 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0606 20:47:33.752582 285861 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0606 20:47:33.757776 285861 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0606 20:47:33.757800 285861 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0606 20:47:33.757870 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.755159 285861 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.7.0
I0606 20:47:33.755174 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0606 20:47:33.798606 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.801908 285861 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.7.0
I0606 20:47:33.864026 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:33.893129 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:33.896686 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:33.898477 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.910763 285861 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0606 20:47:33.902581 285861 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0606 20:47:33.902674 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:33.913526 285861 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0606 20:47:33.910918 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (626760 bytes)
I0606 20:47:33.912625 285861 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0606 20:47:33.913628 285861 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0606 20:47:33.913758 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.913657 285861 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0606 20:47:33.913815 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.926704 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:33.913715 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:33.936407 285861 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-246757"
I0606 20:47:33.936447 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:33.936835 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:33.952114 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:33.961236 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:33.981173 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:34.001742 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:34.024349 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:34.025537 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:34.029923 285861 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0606 20:47:34.032539 285861 out.go:177] - Using image docker.io/busybox:stable
I0606 20:47:34.034698 285861 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0606 20:47:34.034728 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0606 20:47:34.034797 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:34.061070 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:34.166616 285861 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0606 20:47:34.166872 285861 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.1/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.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0606 20:47:34.265116 285861 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0606 20:47:34.265135 285861 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0606 20:47:34.317279 285861 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0606 20:47:34.317349 285861 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0606 20:47:34.357596 285861 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0606 20:47:34.357616 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0606 20:47:34.398279 285861 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0606 20:47:34.398350 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0606 20:47:34.415404 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0606 20:47:34.429042 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0606 20:47:34.470269 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0606 20:47:34.472894 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0606 20:47:34.480984 285861 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0606 20:47:34.481057 285861 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0606 20:47:34.509978 285861 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0606 20:47:34.510052 285861 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0606 20:47:34.527639 285861 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0606 20:47:34.527705 285861 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0606 20:47:34.531913 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0606 20:47:34.537904 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0606 20:47:34.544180 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0606 20:47:34.577819 285861 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0606 20:47:34.577892 285861 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)
I0606 20:47:34.618955 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0606 20:47:34.626371 285861 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0606 20:47:34.626440 285861 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0606 20:47:34.633333 285861 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0606 20:47:34.633403 285861 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0606 20:47:34.646133 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0606 20:47:34.673689 285861 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0606 20:47:34.673761 285861 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0606 20:47:34.738571 285861 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0606 20:47:34.738657 285861 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0606 20:47:34.742126 285861 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0606 20:47:34.742200 285861 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0606 20:47:34.781245 285861 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0606 20:47:34.781319 285861 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0606 20:47:34.854509 285861 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0606 20:47:34.854580 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0606 20:47:34.857325 285861 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0606 20:47:34.857388 285861 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0606 20:47:35.050539 285861 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0606 20:47:35.050601 285861 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0606 20:47:35.139542 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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
I0606 20:47:35.168025 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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
I0606 20:47:35.202274 285861 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0606 20:47:35.202347 285861 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0606 20:47:35.253263 285861 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0606 20:47:35.253333 285861 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0606 20:47:35.518029 285861 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0606 20:47:35.518105 285861 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0606 20:47:35.767153 285861 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0606 20:47:35.767224 285861 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0606 20:47:35.899990 285861 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0606 20:47:35.900067 285861 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0606 20:47:36.102171 285861 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0606 20:47:36.102243 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0606 20:47:36.172867 285861 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0606 20:47:36.172936 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0606 20:47:36.334634 285861 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0606 20:47:36.334715 285861 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0606 20:47:36.474375 285861 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0606 20:47:36.474467 285861 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0606 20:47:36.548179 285861 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.1/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.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.381259753s)
I0606 20:47:36.548298 285861 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0606 20:47:36.548269 285861 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.381580163s)
I0606 20:47:36.549281 285861 node_ready.go:35] waiting up to 6m0s for node "addons-246757" to be "Ready" ...
I0606 20:47:36.559052 285861 node_ready.go:49] node "addons-246757" has status "Ready":"True"
I0606 20:47:36.559123 285861 node_ready.go:38] duration metric: took 9.774101ms for node "addons-246757" to be "Ready" ...
I0606 20:47:36.559150 285861 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" ...
I0606 20:47:36.570274 285861 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-gt654" in "kube-system" namespace to be "Ready" ...
I0606 20:47:36.637450 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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
I0606 20:47:36.724001 285861 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0606 20:47:36.724077 285861 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0606 20:47:37.053883 285861 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-246757" context rescaled to 1 replicas
I0606 20:47:37.110409 285861 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0606 20:47:37.110496 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0606 20:47:37.113511 285861 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0606 20:47:37.113578 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0606 20:47:37.529459 285861 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0606 20:47:37.529534 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0606 20:47:37.587296 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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
I0606 20:47:37.821353 285861 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0606 20:47:37.821427 285861 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0606 20:47:37.851599 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.436121629s)
I0606 20:47:38.293558 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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
I0606 20:47:38.576537 285861 pod_ready.go:102] pod "coredns-7db6d8ff4d-gt654" in "kube-system" namespace has status "Ready":"False"
I0606 20:47:40.605206 285861 pod_ready.go:102] pod "coredns-7db6d8ff4d-gt654" in "kube-system" namespace has status "Ready":"False"
I0606 20:47:41.123074 285861 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0606 20:47:41.123192 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:41.148196 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:41.296371 285861 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0606 20:47:41.341120 285861 addons.go:234] Setting addon gcp-auth=true in "addons-246757"
I0606 20:47:41.341174 285861 host.go:66] Checking if "addons-246757" exists ...
I0606 20:47:41.341599 285861 cli_runner.go:164] Run: docker container inspect addons-246757 --format={{.State.Status}}
I0606 20:47:41.362134 285861 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0606 20:47:41.362294 285861 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-246757
I0606 20:47:41.384359 285861 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19038-279835/.minikube/machines/addons-246757/id_rsa Username:docker}
I0606 20:47:42.295881 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (7.866761344s)
I0606 20:47:42.295928 285861 addons.go:475] Verifying addon ingress=true in "addons-246757"
I0606 20:47:42.298349 285861 out.go:177] * Verifying ingress addon...
I0606 20:47:42.296123 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (7.825790508s)
I0606 20:47:42.296236 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (7.823284268s)
I0606 20:47:42.296257 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (7.764283039s)
I0606 20:47:42.301679 285861 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0606 20:47:42.310389 285861 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0606 20:47:42.310422 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:42.828515 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:43.098892 285861 pod_ready.go:102] pod "coredns-7db6d8ff4d-gt654" in "kube-system" namespace has status "Ready":"False"
I0606 20:47:43.326123 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:43.846703 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:44.003981 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (9.384949889s)
I0606 20:47:44.004015 285861 addons.go:475] Verifying addon registry=true in "addons-246757"
I0606 20:47:44.006667 285861 out.go:177] * Verifying registry addon...
I0606 20:47:44.004167 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (9.466205107s)
I0606 20:47:44.004234 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (9.459676741s)
I0606 20:47:44.004210 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (9.357991666s)
I0606 20:47:44.004345 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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.864731853s)
I0606 20:47:44.004420 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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.836299323s)
I0606 20:47:44.004511 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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.366988303s)
I0606 20:47:44.004586 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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: (6.417209484s)
I0606 20:47:44.009279 285861 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0606 20:47:44.011889 285861 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-246757 service yakd-dashboard -n yakd-dashboard
I0606 20:47:44.009696 285861 addons.go:475] Verifying addon metrics-server=true in "addons-246757"
W0606 20:47:44.009722 285861 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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
I0606 20:47:44.014280 285861 retry.go:31] will retry after 143.644414ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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
I0606 20:47:44.018142 285861 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0606 20:47:44.018166 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:44.159030 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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
I0606 20:47:44.313478 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:44.528331 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:44.751306 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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: (6.457646706s)
I0606 20:47:44.751339 285861 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-246757"
I0606 20:47:44.754119 285861 out.go:177] * Verifying csi-hostpath-driver addon...
I0606 20:47:44.751519 285861 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (3.389364053s)
I0606 20:47:44.758746 285861 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0606 20:47:44.757258 285861 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0606 20:47:44.762372 285861 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0606 20:47:44.763940 285861 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0606 20:47:44.763993 285861 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0606 20:47:44.774335 285861 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0606 20:47:44.774357 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:44.806276 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:44.840083 285861 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0606 20:47:44.840159 285861 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0606 20:47:44.862984 285861 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0606 20:47:44.863055 285861 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0606 20:47:44.925158 285861 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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
I0606 20:47:45.014252 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:45.266907 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:45.307506 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:45.513434 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:45.576212 285861 pod_ready.go:102] pod "coredns-7db6d8ff4d-gt654" in "kube-system" namespace has status "Ready":"False"
I0606 20:47:45.630648 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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.471512352s)
I0606 20:47:45.766131 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:45.806101 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:46.028821 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:46.035708 285861 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/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.110456288s)
I0606 20:47:46.038675 285861 addons.go:475] Verifying addon gcp-auth=true in "addons-246757"
I0606 20:47:46.041676 285861 out.go:177] * Verifying gcp-auth addon...
I0606 20:47:46.044830 285861 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0606 20:47:46.047317 285861 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0606 20:47:46.265711 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:46.306123 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:46.514727 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:46.766166 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:46.806759 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:47.016805 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:47.266804 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:47.306180 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:47.514091 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:47.576489 285861 pod_ready.go:102] pod "coredns-7db6d8ff4d-gt654" in "kube-system" namespace has status "Ready":"False"
I0606 20:47:47.766196 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:47.807029 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:48.014530 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:48.266552 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:48.306944 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:48.514523 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:48.767205 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:48.807362 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:49.014710 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:49.266038 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:49.305880 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:49.514080 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:49.766638 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:49.806439 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:50.035170 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:50.077663 285861 pod_ready.go:92] pod "coredns-7db6d8ff4d-gt654" in "kube-system" namespace has status "Ready":"True"
I0606 20:47:50.077736 285861 pod_ready.go:81] duration metric: took 13.507395458s for pod "coredns-7db6d8ff4d-gt654" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.077762 285861 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-rwdtg" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.080134 285861 pod_ready.go:97] error getting pod "coredns-7db6d8ff4d-rwdtg" in "kube-system" namespace (skipping!): pods "coredns-7db6d8ff4d-rwdtg" not found
I0606 20:47:50.080208 285861 pod_ready.go:81] duration metric: took 2.425312ms for pod "coredns-7db6d8ff4d-rwdtg" in "kube-system" namespace to be "Ready" ...
E0606 20:47:50.080233 285861 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-7db6d8ff4d-rwdtg" in "kube-system" namespace (skipping!): pods "coredns-7db6d8ff4d-rwdtg" not found
I0606 20:47:50.080253 285861 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-246757" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.085996 285861 pod_ready.go:92] pod "etcd-addons-246757" in "kube-system" namespace has status "Ready":"True"
I0606 20:47:50.086075 285861 pod_ready.go:81] duration metric: took 5.79099ms for pod "etcd-addons-246757" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.086126 285861 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-246757" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.092570 285861 pod_ready.go:92] pod "kube-apiserver-addons-246757" in "kube-system" namespace has status "Ready":"True"
I0606 20:47:50.092640 285861 pod_ready.go:81] duration metric: took 6.473271ms for pod "kube-apiserver-addons-246757" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.092675 285861 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-246757" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.102195 285861 pod_ready.go:92] pod "kube-controller-manager-addons-246757" in "kube-system" namespace has status "Ready":"True"
I0606 20:47:50.102266 285861 pod_ready.go:81] duration metric: took 9.568803ms for pod "kube-controller-manager-addons-246757" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.102293 285861 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-h9p4w" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.265117 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:50.274915 285861 pod_ready.go:92] pod "kube-proxy-h9p4w" in "kube-system" namespace has status "Ready":"True"
I0606 20:47:50.274944 285861 pod_ready.go:81] duration metric: took 172.630515ms for pod "kube-proxy-h9p4w" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.274956 285861 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-246757" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.307889 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:50.514716 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:50.675342 285861 pod_ready.go:92] pod "kube-scheduler-addons-246757" in "kube-system" namespace has status "Ready":"True"
I0606 20:47:50.675370 285861 pod_ready.go:81] duration metric: took 400.405638ms for pod "kube-scheduler-addons-246757" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.675419 285861 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace to be "Ready" ...
I0606 20:47:50.769280 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:50.807062 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:51.015414 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:51.267352 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:51.317914 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:51.514366 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:51.765686 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:51.806522 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:52.014135 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:52.266378 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:52.306039 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:52.513575 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:52.682298 285861 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"False"
I0606 20:47:52.766006 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:52.806613 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:53.015323 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:53.268099 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:53.310150 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:53.513524 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:53.766282 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:53.806795 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:54.014852 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0606 20:47:54.266624 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:54.306404 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:54.517222 285861 kapi.go:107] duration metric: took 10.507941628s to wait for kubernetes.io/minikube-addons=registry ...
I0606 20:47:54.765837 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:54.805728 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:55.183661 285861 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"False"
I0606 20:47:55.265817 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:55.306130 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:55.765714 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:55.806025 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:56.266371 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:56.307071 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:56.770103 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:56.807039 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:57.187239 285861 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"False"
I0606 20:47:57.267405 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:57.311527 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:57.766221 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:57.806934 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:58.266547 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:58.306997 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:58.765417 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:58.807601 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:59.269992 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:59.306619 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:47:59.681481 285861 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"False"
I0606 20:47:59.765672 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:47:59.806407 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:00.268094 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:00.311798 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:00.771455 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:00.810730 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:01.267242 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:01.306966 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:01.682213 285861 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"False"
I0606 20:48:01.766163 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:01.808722 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:02.266650 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:02.308016 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:02.781284 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:02.840513 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:03.265274 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:03.306602 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:03.683505 285861 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"False"
I0606 20:48:03.769471 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:03.807272 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:04.266510 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:04.308279 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:04.767025 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:04.806819 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:05.268140 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:05.306911 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:05.766436 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:05.806413 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:06.181708 285861 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"False"
I0606 20:48:06.265775 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:06.307201 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:06.767000 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:06.807890 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:07.267467 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:07.306317 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:07.766995 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:07.807683 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:08.184800 285861 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"False"
I0606 20:48:08.269716 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:08.309469 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:08.765943 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:08.807180 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:09.275305 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:09.310330 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:09.767636 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:09.816350 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:10.265481 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:10.306842 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:10.682808 285861 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"False"
I0606 20:48:10.765894 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:10.806745 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:11.269517 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:11.305756 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:11.765298 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:11.807712 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:12.266011 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:12.306099 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:12.767548 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:12.806308 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:13.182235 285861 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"False"
I0606 20:48:13.266060 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:13.307616 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:13.766004 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:13.806250 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:14.265928 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:14.306339 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:14.765782 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:14.806426 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:15.265328 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:15.312303 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:15.681823 285861 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"False"
I0606 20:48:15.765901 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:15.806125 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:16.265618 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:16.306901 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:16.766925 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:16.806796 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:17.266843 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:17.306732 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:17.766740 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:17.807156 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:18.181614 285861 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"False"
I0606 20:48:18.266332 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:18.307617 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:18.765564 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:18.807350 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:19.265415 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:19.308748 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:19.680955 285861 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace has status "Ready":"True"
I0606 20:48:19.680979 285861 pod_ready.go:81] duration metric: took 29.005546942s for pod "nvidia-device-plugin-daemonset-hwblw" in "kube-system" namespace to be "Ready" ...
I0606 20:48:19.680990 285861 pod_ready.go:38] duration metric: took 43.121813621s 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" ...
I0606 20:48:19.681006 285861 api_server.go:52] waiting for apiserver process to appear ...
I0606 20:48:19.681066 285861 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0606 20:48:19.697058 285861 api_server.go:72] duration metric: took 46.295315529s to wait for apiserver process to appear ...
I0606 20:48:19.697082 285861 api_server.go:88] waiting for apiserver healthz status ...
I0606 20:48:19.697132 285861 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0606 20:48:19.705154 285861 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0606 20:48:19.706556 285861 api_server.go:141] control plane version: v1.30.1
I0606 20:48:19.706579 285861 api_server.go:131] duration metric: took 9.489858ms to wait for apiserver health ...
I0606 20:48:19.706587 285861 system_pods.go:43] waiting for kube-system pods to appear ...
I0606 20:48:19.722127 285861 system_pods.go:59] 18 kube-system pods found
I0606 20:48:19.722233 285861 system_pods.go:61] "coredns-7db6d8ff4d-gt654" [99ffbe52-c92d-4ef8-b5ec-f347868b3e0c] Running
I0606 20:48:19.722253 285861 system_pods.go:61] "csi-hostpath-attacher-0" [65db90a8-c434-4aab-9545-066a17b4d14d] Running
I0606 20:48:19.722293 285861 system_pods.go:61] "csi-hostpath-resizer-0" [62f93c28-63a5-4496-8b2e-521438cb8f19] Running
I0606 20:48:19.722321 285861 system_pods.go:61] "csi-hostpathplugin-8846w" [aa3c0572-857a-412a-820b-ebeb6ada08bd] 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])
I0606 20:48:19.722341 285861 system_pods.go:61] "etcd-addons-246757" [a3fe579e-b703-44bb-b05d-7b260a9995ac] Running
I0606 20:48:19.722374 285861 system_pods.go:61] "kindnet-l69qg" [7cd3d5ad-718b-4cf2-a9cb-493cb63d2e77] Running
I0606 20:48:19.722396 285861 system_pods.go:61] "kube-apiserver-addons-246757" [2af0211a-cf03-403a-8d9b-cb3b8d26a09b] Running
I0606 20:48:19.722412 285861 system_pods.go:61] "kube-controller-manager-addons-246757" [65505eea-17f6-4c63-9d86-549632209969] Running
I0606 20:48:19.722434 285861 system_pods.go:61] "kube-ingress-dns-minikube" [ed989b13-1231-4672-b856-bdb5ef4d1824] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0606 20:48:19.722485 285861 system_pods.go:61] "kube-proxy-h9p4w" [d67f615c-d81f-4db5-86e1-96f5580f0ddc] Running
I0606 20:48:19.722509 285861 system_pods.go:61] "kube-scheduler-addons-246757" [af802e51-ff9f-49af-a1ec-8d1ad39dfe0e] Running
I0606 20:48:19.722537 285861 system_pods.go:61] "metrics-server-c59844bb4-lcd6c" [50133919-881e-4e82-a44d-5d7330ea8ba9] Running
I0606 20:48:19.722554 285861 system_pods.go:61] "nvidia-device-plugin-daemonset-hwblw" [3eb5f097-c60d-4980-8a42-063a69073499] Running
I0606 20:48:19.722588 285861 system_pods.go:61] "registry-proxy-cwlgp" [3299dbf0-97e7-4b24-977f-3b9ee76ed173] Running
I0606 20:48:19.722610 285861 system_pods.go:61] "registry-qbxg2" [d46b1728-d397-47ec-b403-28a1f678f99d] Running
I0606 20:48:19.722628 285861 system_pods.go:61] "snapshot-controller-745499f584-h2242" [fc52ad44-ddc8-446f-8e0a-9cffda4cade9] Running
I0606 20:48:19.722670 285861 system_pods.go:61] "snapshot-controller-745499f584-pcjk5" [6bd1517a-ac5d-4142-b860-c9ab5ef0f8de] Running
I0606 20:48:19.722692 285861 system_pods.go:61] "storage-provisioner" [dbb99504-ae71-4bac-89ee-79dee2191d6c] Running
I0606 20:48:19.722710 285861 system_pods.go:74] duration metric: took 16.11715ms to wait for pod list to return data ...
I0606 20:48:19.722730 285861 default_sa.go:34] waiting for default service account to be created ...
I0606 20:48:19.735826 285861 default_sa.go:45] found service account: "default"
I0606 20:48:19.735902 285861 default_sa.go:55] duration metric: took 13.136735ms for default service account to be created ...
I0606 20:48:19.735927 285861 system_pods.go:116] waiting for k8s-apps to be running ...
I0606 20:48:19.748648 285861 system_pods.go:86] 18 kube-system pods found
I0606 20:48:19.748724 285861 system_pods.go:89] "coredns-7db6d8ff4d-gt654" [99ffbe52-c92d-4ef8-b5ec-f347868b3e0c] Running
I0606 20:48:19.748745 285861 system_pods.go:89] "csi-hostpath-attacher-0" [65db90a8-c434-4aab-9545-066a17b4d14d] Running
I0606 20:48:19.748764 285861 system_pods.go:89] "csi-hostpath-resizer-0" [62f93c28-63a5-4496-8b2e-521438cb8f19] Running
I0606 20:48:19.748800 285861 system_pods.go:89] "csi-hostpathplugin-8846w" [aa3c0572-857a-412a-820b-ebeb6ada08bd] 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])
I0606 20:48:19.748823 285861 system_pods.go:89] "etcd-addons-246757" [a3fe579e-b703-44bb-b05d-7b260a9995ac] Running
I0606 20:48:19.748842 285861 system_pods.go:89] "kindnet-l69qg" [7cd3d5ad-718b-4cf2-a9cb-493cb63d2e77] Running
I0606 20:48:19.748861 285861 system_pods.go:89] "kube-apiserver-addons-246757" [2af0211a-cf03-403a-8d9b-cb3b8d26a09b] Running
I0606 20:48:19.748882 285861 system_pods.go:89] "kube-controller-manager-addons-246757" [65505eea-17f6-4c63-9d86-549632209969] Running
I0606 20:48:19.748910 285861 system_pods.go:89] "kube-ingress-dns-minikube" [ed989b13-1231-4672-b856-bdb5ef4d1824] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0606 20:48:19.748935 285861 system_pods.go:89] "kube-proxy-h9p4w" [d67f615c-d81f-4db5-86e1-96f5580f0ddc] Running
I0606 20:48:19.748956 285861 system_pods.go:89] "kube-scheduler-addons-246757" [af802e51-ff9f-49af-a1ec-8d1ad39dfe0e] Running
I0606 20:48:19.748974 285861 system_pods.go:89] "metrics-server-c59844bb4-lcd6c" [50133919-881e-4e82-a44d-5d7330ea8ba9] Running
I0606 20:48:19.748994 285861 system_pods.go:89] "nvidia-device-plugin-daemonset-hwblw" [3eb5f097-c60d-4980-8a42-063a69073499] Running
I0606 20:48:19.749020 285861 system_pods.go:89] "registry-proxy-cwlgp" [3299dbf0-97e7-4b24-977f-3b9ee76ed173] Running
I0606 20:48:19.749042 285861 system_pods.go:89] "registry-qbxg2" [d46b1728-d397-47ec-b403-28a1f678f99d] Running
I0606 20:48:19.749060 285861 system_pods.go:89] "snapshot-controller-745499f584-h2242" [fc52ad44-ddc8-446f-8e0a-9cffda4cade9] Running
I0606 20:48:19.749079 285861 system_pods.go:89] "snapshot-controller-745499f584-pcjk5" [6bd1517a-ac5d-4142-b860-c9ab5ef0f8de] Running
I0606 20:48:19.749097 285861 system_pods.go:89] "storage-provisioner" [dbb99504-ae71-4bac-89ee-79dee2191d6c] Running
I0606 20:48:19.749128 285861 system_pods.go:126] duration metric: took 13.181872ms to wait for k8s-apps to be running ...
I0606 20:48:19.749155 285861 system_svc.go:44] waiting for kubelet service to be running ....
I0606 20:48:19.749241 285861 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0606 20:48:19.770895 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:19.776002 285861 system_svc.go:56] duration metric: took 26.839026ms WaitForService to wait for kubelet
I0606 20:48:19.776031 285861 kubeadm.go:576] duration metric: took 46.37429306s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0606 20:48:19.776059 285861 node_conditions.go:102] verifying NodePressure condition ...
I0606 20:48:19.779198 285861 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0606 20:48:19.779272 285861 node_conditions.go:123] node cpu capacity is 2
I0606 20:48:19.779297 285861 node_conditions.go:105] duration metric: took 3.23278ms to run NodePressure ...
I0606 20:48:19.779324 285861 start.go:240] waiting for startup goroutines ...
I0606 20:48:19.807406 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:20.266173 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:20.309203 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:20.768268 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:20.807560 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:21.269679 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:21.306886 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:21.766962 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:21.807118 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:22.268432 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:22.316162 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:22.775535 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:22.807138 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:23.267074 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:23.312614 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:23.766588 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:23.807588 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:24.265950 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:24.306225 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:24.767854 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:24.807124 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:25.266619 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:25.306884 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:25.766416 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:25.807010 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:26.266236 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:26.306659 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:26.765940 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:26.806868 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:27.265954 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:27.305819 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:27.766228 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:27.806508 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:28.266032 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:28.306755 285861 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0606 20:48:28.549152 285861 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0606 20:48:28.549229 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:28.765459 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:28.808063 285861 kapi.go:107] duration metric: took 46.506385732s to wait for app.kubernetes.io/name=ingress-nginx ...
I0606 20:48:29.054276 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:29.265635 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:29.547827 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:29.769591 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:30.049207 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:30.266742 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:30.548788 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:30.767447 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:31.048936 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:31.267934 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:31.548332 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:31.774136 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:32.048567 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:32.267249 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:32.553459 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:32.777277 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:33.049277 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:33.266430 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0606 20:48:33.548173 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:33.765935 285861 kapi.go:107] duration metric: took 49.0086719s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0606 20:48:34.048114 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:34.548083 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:35.048275 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:35.548426 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:36.048600 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:36.548428 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:37.048676 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:37.548122 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:38.048409 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:38.549823 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:39.048334 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:39.548575 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:40.049061 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:40.548619 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:41.048464 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:41.548195 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:42.049379 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:42.548128 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:43.048876 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:43.548754 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:44.048752 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:44.548595 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:45.051314 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:45.548521 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:46.048242 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:46.549358 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:47.048198 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:47.548152 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:48.048876 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:48.548844 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:49.050665 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:49.554169 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:50.049315 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:50.548759 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:51.048304 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:51.548883 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:52.048690 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:52.548165 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:53.048781 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:53.548685 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:54.048784 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:54.548003 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:55.049053 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:55.547962 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:56.048734 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:56.548476 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:57.048869 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:57.547987 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:58.049871 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:58.549175 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:59.048463 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:48:59.548080 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:49:00.058306 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:49:00.547995 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:49:01.049660 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:49:01.549063 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:49:02.048398 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:49:02.548253 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:49:03.048477 285861 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0606 20:49:03.548009 285861 kapi.go:107] duration metric: took 1m17.503178542s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0606 20:49:03.550398 285861 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-246757 cluster.
I0606 20:49:03.552807 285861 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.
I0606 20:49:03.554841 285861 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0606 20:49:03.557362 285861 out.go:177] * Enabled addons: ingress-dns, nvidia-device-plugin, cloud-spanner, default-storageclass, inspektor-gadget, volcano, storage-provisioner, yakd, metrics-server, storage-provisioner-rancher, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0606 20:49:03.560247 285861 addons.go:510] duration metric: took 1m30.158262109s for enable addons: enabled=[ingress-dns nvidia-device-plugin cloud-spanner default-storageclass inspektor-gadget volcano storage-provisioner yakd metrics-server storage-provisioner-rancher volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0606 20:49:03.560330 285861 start.go:245] waiting for cluster config update ...
I0606 20:49:03.560357 285861 start.go:254] writing updated cluster config ...
I0606 20:49:03.560658 285861 ssh_runner.go:195] Run: rm -f paused
I0606 20:49:03.924625 285861 start.go:600] kubectl: 1.30.1, cluster: 1.30.1 (minor skew: 0)
I0606 20:49:03.926872 285861 out.go:177] * Done! kubectl is now configured to use "addons-246757" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
9d761097e16d2 dd1b12fcb6097 5 seconds ago Exited hello-world-app 2 c86724e11e4ce hello-world-app-86c47465fc-2zvgl
4a0594a00ddab 705b7f60fea5f 30 seconds ago Running nginx 0 7b2ae700b34cf test-job-nginx-0
a5e62d95409ac 4f49228258b64 31 seconds ago Running nginx 0 c35f045459532 nginx
27ecbb097b0fb 9e1a67634369d 3 minutes ago Running headlamp 0 97523e28591cb headlamp-7fc69f7444-2l68g
eb873a7235418 6ef582f3ec844 3 minutes ago Running gcp-auth 0 f8018d6d91a32 gcp-auth-5db96cd9b4-l2n59
9d9dd4f9733b6 20e3f2db01e81 4 minutes ago Running yakd 0 d41fba020ad14 yakd-dashboard-5ddbf7d777-fq2vp
bc407601f8111 2437cf7621777 4 minutes ago Running coredns 0 fc322d84a45b8 coredns-7db6d8ff4d-gt654
fe2ad0e13c6a9 ba04bb24b9575 4 minutes ago Running storage-provisioner 0 2fe491319096b storage-provisioner
558bd5a2958de 89d73d416b992 4 minutes ago Running kindnet-cni 0 0d02161b1032f kindnet-l69qg
02644d747aacc 05eccb821e159 4 minutes ago Running kube-proxy 0 77c05ac64bb79 kube-proxy-h9p4w
ea6eec32669c1 014faa467e297 5 minutes ago Running etcd 0 24249b0e59fd9 etcd-addons-246757
c704b828c5870 234ac56e455be 5 minutes ago Running kube-controller-manager 0 1e08f2069876f kube-controller-manager-addons-246757
94203251295e5 163ff818d154d 5 minutes ago Running kube-scheduler 0 5ab6c8e24a4c3 kube-scheduler-addons-246757
a7dc536ea926f 988b55d423baf 5 minutes ago Running kube-apiserver 0 7d4944737405f kube-apiserver-addons-246757
==> containerd <==
Jun 06 20:52:20 addons-246757 containerd[765]: time="2024-06-06T20:52:20.647833988Z" level=info msg="StartContainer for \"9d761097e16d2cc1bc646564129243f5a49daa3b55b7b35f48652cb969d2728f\""
Jun 06 20:52:20 addons-246757 containerd[765]: time="2024-06-06T20:52:20.693479730Z" level=info msg="StartContainer for \"9d761097e16d2cc1bc646564129243f5a49daa3b55b7b35f48652cb969d2728f\" returns successfully"
Jun 06 20:52:20 addons-246757 containerd[765]: time="2024-06-06T20:52:20.724480929Z" level=info msg="shim disconnected" id=9d761097e16d2cc1bc646564129243f5a49daa3b55b7b35f48652cb969d2728f
Jun 06 20:52:20 addons-246757 containerd[765]: time="2024-06-06T20:52:20.724546054Z" level=warning msg="cleaning up after shim disconnected" id=9d761097e16d2cc1bc646564129243f5a49daa3b55b7b35f48652cb969d2728f namespace=k8s.io
Jun 06 20:52:20 addons-246757 containerd[765]: time="2024-06-06T20:52:20.724558706Z" level=info msg="cleaning up dead shim"
Jun 06 20:52:20 addons-246757 containerd[765]: time="2024-06-06T20:52:20.733495125Z" level=warning msg="cleanup warnings time=\"2024-06-06T20:52:20Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=11997 runtime=io.containerd.runc.v2\n"
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.080220951Z" level=info msg="Kill container \"05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645\""
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.146714394Z" level=info msg="shim disconnected" id=05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.147020972Z" level=warning msg="cleaning up after shim disconnected" id=05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645 namespace=k8s.io
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.147049460Z" level=info msg="cleaning up dead shim"
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.155037166Z" level=warning msg="cleanup warnings time=\"2024-06-06T20:52:21Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=12028 runtime=io.containerd.runc.v2\n"
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.157927827Z" level=info msg="StopContainer for \"05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645\" returns successfully"
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.158581089Z" level=info msg="StopPodSandbox for \"0127090c265a546d69465bbccaef5a314c8b873be201cf2931e5ca5e3f142908\""
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.158731900Z" level=info msg="Container to stop \"05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.186715274Z" level=info msg="shim disconnected" id=0127090c265a546d69465bbccaef5a314c8b873be201cf2931e5ca5e3f142908
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.186781252Z" level=warning msg="cleaning up after shim disconnected" id=0127090c265a546d69465bbccaef5a314c8b873be201cf2931e5ca5e3f142908 namespace=k8s.io
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.186793601Z" level=info msg="cleaning up dead shim"
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.195458807Z" level=warning msg="cleanup warnings time=\"2024-06-06T20:52:21Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=12060 runtime=io.containerd.runc.v2\n"
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.239331217Z" level=info msg="TearDown network for sandbox \"0127090c265a546d69465bbccaef5a314c8b873be201cf2931e5ca5e3f142908\" successfully"
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.239502172Z" level=info msg="StopPodSandbox for \"0127090c265a546d69465bbccaef5a314c8b873be201cf2931e5ca5e3f142908\" returns successfully"
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.382652025Z" level=info msg="RemoveContainer for \"c0c3d5d93fe7400d1dab0f7980deee501b1e34f62d481ccc6bad94d8135ab862\""
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.391055610Z" level=info msg="RemoveContainer for \"c0c3d5d93fe7400d1dab0f7980deee501b1e34f62d481ccc6bad94d8135ab862\" returns successfully"
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.397094221Z" level=info msg="RemoveContainer for \"05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645\""
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.402638029Z" level=info msg="RemoveContainer for \"05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645\" returns successfully"
Jun 06 20:52:21 addons-246757 containerd[765]: time="2024-06-06T20:52:21.403211889Z" level=error msg="ContainerStatus for \"05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645\": not found"
==> coredns [bc407601f81112d0186346833909245e055290a1f9fe797c478858413f6f03ab] <==
[INFO] 10.244.0.20:60383 - 25665 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00010162s
[INFO] 10.244.0.20:60383 - 46315 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000080197s
[INFO] 10.244.0.20:60383 - 54952 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00007127s
[INFO] 10.244.0.20:60383 - 63876 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000066388s
[INFO] 10.244.0.20:60383 - 56251 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002423623s
[INFO] 10.244.0.20:60383 - 34057 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001267549s
[INFO] 10.244.0.20:60383 - 41189 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000063894s
[INFO] 10.244.0.20:33746 - 36680 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000098544s
[INFO] 10.244.0.20:33746 - 33803 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000089256s
[INFO] 10.244.0.20:39414 - 6612 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000039131s
[INFO] 10.244.0.20:39414 - 5768 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000049231s
[INFO] 10.244.0.20:33746 - 27347 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000173014s
[INFO] 10.244.0.20:33746 - 36882 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000042076s
[INFO] 10.244.0.20:39414 - 60272 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000033378s
[INFO] 10.244.0.20:33746 - 30017 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000053284s
[INFO] 10.244.0.20:39414 - 5457 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000028727s
[INFO] 10.244.0.20:33746 - 2034 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000047803s
[INFO] 10.244.0.20:39414 - 48153 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000028143s
[INFO] 10.244.0.20:39414 - 55795 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000119048s
[INFO] 10.244.0.20:33746 - 7856 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001301018s
[INFO] 10.244.0.20:33746 - 65232 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001678242s
[INFO] 10.244.0.20:33746 - 29562 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000048443s
[INFO] 10.244.0.20:39414 - 60398 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001657737s
[INFO] 10.244.0.20:39414 - 53587 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001097054s
[INFO] 10.244.0.20:39414 - 7741 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000050855s
==> describe nodes <==
Name: addons-246757
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-246757
kubernetes.io/os=linux
minikube.k8s.io/commit=1d3094f03029ab5769708fc728f21ba50166772b
minikube.k8s.io/name=addons-246757
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_06_06T20_47_20_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-246757
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Thu, 06 Jun 2024 20:47:17 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-246757
AcquireTime: <unset>
RenewTime: Thu, 06 Jun 2024 20:52:16 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 06 Jun 2024 20:52:24 +0000 Thu, 06 Jun 2024 20:47:14 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 06 Jun 2024 20:52:24 +0000 Thu, 06 Jun 2024 20:47:14 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 06 Jun 2024 20:52:24 +0000 Thu, 06 Jun 2024 20:47:14 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 06 Jun 2024 20:52:24 +0000 Thu, 06 Jun 2024 20:47:29 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-246757
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022444Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022444Ki
pods: 110
System Info:
Machine ID: 3f8d07dfe4414fb8b927c56e4dffdd36
System UUID: 6a5f9463-14ad-4653-976c-2da8c105076c
Boot ID: de3a23d4-4f46-4969-803c-b6db61869a6e
Kernel Version: 5.15.0-1062-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.33
Kubelet Version: v1.30.1
Kube-Proxy Version: v1.30.1
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-2zvgl 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) 33s
gcp-auth gcp-auth-5db96cd9b4-l2n59 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m58s
headlamp headlamp-7fc69f7444-2l68g 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m22s
kube-system coredns-7db6d8ff4d-gt654 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 4m53s
kube-system etcd-addons-246757 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 5m7s
kube-system kindnet-l69qg 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 4m53s
kube-system kube-apiserver-addons-246757 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m7s
kube-system kube-controller-manager-addons-246757 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m7s
kube-system kube-proxy-h9p4w 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m53s
kube-system kube-scheduler-addons-246757 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m8s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m48s
my-volcano test-job-nginx-0 1 (50%!)(MISSING) 1 (50%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m56s
yakd-dashboard yakd-dashboard-5ddbf7d777-fq2vp 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 4m47s
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 4m51s kube-proxy
Normal Starting 5m13s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m13s (x8 over 5m13s) kubelet Node addons-246757 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m13s (x8 over 5m13s) kubelet Node addons-246757 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m13s (x7 over 5m13s) kubelet Node addons-246757 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 5m13s kubelet Updated Node Allocatable limit across pods
Normal Starting 5m7s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m7s kubelet Node addons-246757 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m7s kubelet Node addons-246757 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m7s kubelet Node addons-246757 status is now: NodeHasSufficientPID
Normal NodeNotReady 5m7s kubelet Node addons-246757 status is now: NodeNotReady
Normal NodeAllocatableEnforced 5m7s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 4m57s kubelet Node addons-246757 status is now: NodeReady
Normal RegisteredNode 4m54s node-controller Node addons-246757 event: Registered Node addons-246757 in Controller
==> dmesg <==
[ +0.000707] FS-Cache: N-cookie c=0000000c [p=00000003 fl=2 nc=0 na=1]
[ +0.000926] FS-Cache: N-cookie d=00000000a925e2b1{9p.inode} n=00000000b0b851f8
[ +0.001052] FS-Cache: N-key=[8] '96385c0100000000'
[ +0.002906] FS-Cache: Duplicate cookie detected
[ +0.000680] FS-Cache: O-cookie c=00000006 [p=00000003 fl=226 nc=0 na=1]
[ +0.000981] FS-Cache: O-cookie d=00000000a925e2b1{9p.inode} n=00000000ba6d683f
[ +0.001056] FS-Cache: O-key=[8] '96385c0100000000'
[ +0.000690] FS-Cache: N-cookie c=0000000d [p=00000003 fl=2 nc=0 na=1]
[ +0.000921] FS-Cache: N-cookie d=00000000a925e2b1{9p.inode} n=00000000d01855e1
[ +0.001045] FS-Cache: N-key=[8] '96385c0100000000'
[ +3.351966] FS-Cache: Duplicate cookie detected
[ +0.000680] FS-Cache: O-cookie c=00000004 [p=00000003 fl=226 nc=0 na=1]
[ +0.000921] FS-Cache: O-cookie d=00000000a925e2b1{9p.inode} n=0000000092812ef6
[ +0.001008] FS-Cache: O-key=[8] '95385c0100000000'
[ +0.000673] FS-Cache: N-cookie c=0000000f [p=00000003 fl=2 nc=0 na=1]
[ +0.000928] FS-Cache: N-cookie d=00000000a925e2b1{9p.inode} n=00000000b0b851f8
[ +0.001004] FS-Cache: N-key=[8] '95385c0100000000'
[ +0.255095] FS-Cache: Duplicate cookie detected
[ +0.000681] FS-Cache: O-cookie c=00000009 [p=00000003 fl=226 nc=0 na=1]
[ +0.000931] FS-Cache: O-cookie d=00000000a925e2b1{9p.inode} n=000000008cb8697c
[ +0.001010] FS-Cache: O-key=[8] '9e385c0100000000'
[ +0.000708] FS-Cache: N-cookie c=00000010 [p=00000003 fl=2 nc=0 na=1]
[ +0.000909] FS-Cache: N-cookie d=00000000a925e2b1{9p.inode} n=00000000f87fe650
[ +0.001023] FS-Cache: N-key=[8] '9e385c0100000000'
[Jun 6 20:13] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
==> etcd [ea6eec32669c15c8092b5aef1c038a10e7e8f31de584a1ac584b1ad3bc28469e] <==
{"level":"info","ts":"2024-06-06T20:47:14.305793Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-06-06T20:47:14.305947Z","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-06-06T20:47:14.310506Z","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-06-06T20:47:14.30613Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-06-06T20:47:14.311392Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-06-06T20:47:14.314529Z","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-06-06T20:47:14.314579Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-06-06T20:47:14.574483Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-06-06T20:47:14.574685Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-06-06T20:47:14.574782Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-06-06T20:47:14.574895Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-06-06T20:47:14.574973Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-06-06T20:47:14.575056Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-06-06T20:47:14.57521Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-06-06T20:47:14.578582Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-06T20:47:14.581976Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-246757 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-06-06T20:47:14.582106Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-06-06T20:47:14.582502Z","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-06-06T20:47:14.582703Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-06T20:47:14.5828Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-06T20:47:14.582995Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-06-06T20:47:14.583274Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-06-06T20:47:14.587785Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-06-06T20:47:14.589796Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-06-06T20:47:14.600479Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
==> gcp-auth [eb873a7235418c01a2671e46ead8ee0222f705374c569a1e6541b2da355f399f] <==
2024/06/06 20:49:04 Ready to write response ...
2024/06/06 20:49:04 Ready to marshal response ...
2024/06/06 20:49:04 Ready to write response ...
2024/06/06 20:49:04 Ready to marshal response ...
2024/06/06 20:49:04 Ready to write response ...
2024/06/06 20:49:15 Ready to marshal response ...
2024/06/06 20:49:15 Ready to write response ...
2024/06/06 20:49:30 Ready to marshal response ...
2024/06/06 20:49:30 Ready to write response ...
2024/06/06 20:49:30 Ready to marshal response ...
2024/06/06 20:49:30 Ready to write response ...
2024/06/06 20:49:31 Ready to marshal response ...
2024/06/06 20:49:31 Ready to write response ...
2024/06/06 20:49:31 Ready to marshal response ...
2024/06/06 20:49:31 Ready to write response ...
2024/06/06 20:49:46 Ready to marshal response ...
2024/06/06 20:49:46 Ready to write response ...
2024/06/06 20:50:50 Ready to marshal response ...
2024/06/06 20:50:50 Ready to write response ...
2024/06/06 20:51:19 Ready to marshal response ...
2024/06/06 20:51:19 Ready to write response ...
2024/06/06 20:51:53 Ready to marshal response ...
2024/06/06 20:51:53 Ready to write response ...
2024/06/06 20:52:00 Ready to marshal response ...
2024/06/06 20:52:00 Ready to write response ...
==> kernel <==
20:52:26 up 1:34, 0 users, load average: 0.52, 1.65, 2.31
Linux addons-246757 5.15.0-1062-aws #68~20.04.1-Ubuntu SMP Tue May 7 11:50:35 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [558bd5a2958de4c5d4c085d6b620950e303f291f59a351ee447fe207a870bd05] <==
I0606 20:50:17.635534 1 main.go:227] handling current node
I0606 20:50:27.647704 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0606 20:50:27.647730 1 main.go:227] handling current node
I0606 20:50:37.657889 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0606 20:50:37.657914 1 main.go:227] handling current node
I0606 20:50:47.670128 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0606 20:50:47.670153 1 main.go:227] handling current node
I0606 20:50:57.682445 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0606 20:50:57.682504 1 main.go:227] handling current node
I0606 20:51:07.693861 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0606 20:51:07.693893 1 main.go:227] handling current node
I0606 20:51:17.698028 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0606 20:51:17.698056 1 main.go:227] handling current node
I0606 20:51:27.712761 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0606 20:51:27.712787 1 main.go:227] handling current node
I0606 20:51:37.724918 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0606 20:51:37.725157 1 main.go:227] handling current node
I0606 20:51:47.729078 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0606 20:51:47.729111 1 main.go:227] handling current node
I0606 20:51:57.738350 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0606 20:51:57.738380 1 main.go:227] handling current node
I0606 20:52:07.744696 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0606 20:52:07.744728 1 main.go:227] handling current node
I0606 20:52:17.749219 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0606 20:52:17.749244 1 main.go:227] handling current node
==> kube-apiserver [a7dc536ea926f9b42b070a800c0447ec1cda6c1d7a6f72353f865404a02ecae3] <==
I0606 20:51:36.016131 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0606 20:51:36.016249 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0606 20:51:36.025887 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0606 20:51:36.025939 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0606 20:51:36.908205 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0606 20:51:37.026012 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0606 20:51:37.061659 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0606 20:51:41.781811 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0606 20:51:42.803878 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0606 20:51:53.098842 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0606 20:51:53.365469 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.100.20.109"}
I0606 20:52:00.191379 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0606 20:52:01.116067 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.97.124.178"}
I0606 20:52:03.546615 1 handler.go:286] Adding GroupVersion batch.volcano.sh v1alpha1 to ResourceManager
I0606 20:52:03.621374 1 handler.go:286] Adding GroupVersion bus.volcano.sh v1alpha1 to ResourceManager
I0606 20:52:04.125198 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0606 20:52:04.164944 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0606 20:52:04.220566 1 handler.go:286] Adding GroupVersion nodeinfo.volcano.sh v1alpha1 to ResourceManager
I0606 20:52:04.337150 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
W0606 20:52:04.760261 1 cacher.go:168] Terminating all watchers from cacher commands.bus.volcano.sh
W0606 20:52:05.337526 1 cacher.go:168] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
W0606 20:52:05.457018 1 cacher.go:168] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
W0606 20:52:05.457018 1 cacher.go:168] Terminating all watchers from cacher jobs.batch.volcano.sh
W0606 20:52:05.457110 1 cacher.go:168] Terminating all watchers from cacher queues.scheduling.volcano.sh
E0606 20:52:18.103730 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
==> kube-controller-manager [c704b828c58704d9482dbc09f6f241eee06c703da50c37d83fef9b53d552f8bb] <==
W0606 20:52:13.382708 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
E0606 20:52:13.382743 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
I0606 20:52:13.486623 1 namespace_controller.go:182] "Namespace has been deleted" logger="namespace-controller" namespace="volcano-system"
W0606 20:52:13.772816 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
E0606 20:52:13.772863 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
W0606 20:52:14.136743 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
E0606 20:52:14.136781 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
W0606 20:52:16.639777 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
E0606 20:52:16.639816 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
I0606 20:52:18.031330 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0606 20:52:18.037716 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="6.966µs"
I0606 20:52:18.041520 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
W0606 20:52:19.156015 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
E0606 20:52:19.156052 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
W0606 20:52:19.341498 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
E0606 20:52:19.341539 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
I0606 20:52:21.394356 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="64.378µs"
W0606 20:52:21.819828 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
E0606 20:52:21.819864 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
W0606 20:52:22.824266 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
E0606 20:52:22.824307 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
W0606 20:52:24.356121 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
E0606 20:52:24.356165 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
W0606 20:52:24.878155 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
E0606 20:52:24.878252 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
==> kube-proxy [02644d747aacc0d38f229531c74a8ba4c94921e9c818481d5b2eda6db387f987] <==
I0606 20:47:35.370915 1 server_linux.go:69] "Using iptables proxy"
I0606 20:47:35.383319 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0606 20:47:35.421551 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0606 20:47:35.421594 1 server_linux.go:165] "Using iptables Proxier"
I0606 20:47:35.426572 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0606 20:47:35.426599 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0606 20:47:35.426623 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"
I0606 20:47:35.426846 1 server.go:872] "Version info" version="v1.30.1"
I0606 20:47:35.426863 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0606 20:47:35.442022 1 config.go:192] "Starting service config controller"
I0606 20:47:35.442044 1 shared_informer.go:313] Waiting for caches to sync for service config
I0606 20:47:35.442064 1 config.go:101] "Starting endpoint slice config controller"
I0606 20:47:35.442068 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0606 20:47:35.444394 1 config.go:319] "Starting node config controller"
I0606 20:47:35.444421 1 shared_informer.go:313] Waiting for caches to sync for node config
I0606 20:47:35.542652 1 shared_informer.go:320] Caches are synced for service config
I0606 20:47:35.554491 1 shared_informer.go:320] Caches are synced for node config
I0606 20:47:35.554556 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [94203251295e5b7f1783bdd00df62d4de177c0978340c6b58aec6711e3e5dcd4] <==
W0606 20:47:18.088326 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
E0606 20:47:18.088504 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
W0606 20:47:18.088772 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
E0606 20:47:18.088870 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
W0606 20:47:18.089066 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
E0606 20:47:18.089197 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
W0606 20:47:18.089358 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
E0606 20:47:18.089443 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
W0606 20:47:18.089667 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0606 20:47:18.089759 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0606 20:47:18.090540 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
E0606 20:47:18.090699 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
W0606 20:47:18.090859 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
E0606 20:47:18.090993 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
W0606 20:47:18.091205 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
E0606 20:47:18.091295 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
W0606 20:47:18.091479 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
E0606 20:47:18.091563 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
W0606 20:47:18.091754 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
E0606 20:47:18.091840 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
W0606 20:47:18.092024 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0606 20:47:18.092108 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0606 20:47:18.092369 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
E0606 20:47:18.092401 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
I0606 20:47:19.479885 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jun 06 20:52:14 addons-246757 kubelet[1502]: E0606 20:52:14.622267 1502 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(ed989b13-1231-4672-b856-bdb5ef4d1824)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="ed989b13-1231-4672-b856-bdb5ef4d1824"
Jun 06 20:52:17 addons-246757 kubelet[1502]: I0606 20:52:17.081055 1502 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-v55rn\" (UniqueName: \"kubernetes.io/projected/ed989b13-1231-4672-b856-bdb5ef4d1824-kube-api-access-v55rn\") pod \"ed989b13-1231-4672-b856-bdb5ef4d1824\" (UID: \"ed989b13-1231-4672-b856-bdb5ef4d1824\") "
Jun 06 20:52:17 addons-246757 kubelet[1502]: I0606 20:52:17.086299 1502 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/ed989b13-1231-4672-b856-bdb5ef4d1824-kube-api-access-v55rn" (OuterVolumeSpecName: "kube-api-access-v55rn") pod "ed989b13-1231-4672-b856-bdb5ef4d1824" (UID: "ed989b13-1231-4672-b856-bdb5ef4d1824"). InnerVolumeSpecName "kube-api-access-v55rn". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 06 20:52:17 addons-246757 kubelet[1502]: I0606 20:52:17.181357 1502 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-v55rn\" (UniqueName: \"kubernetes.io/projected/ed989b13-1231-4672-b856-bdb5ef4d1824-kube-api-access-v55rn\") on node \"addons-246757\" DevicePath \"\""
Jun 06 20:52:17 addons-246757 kubelet[1502]: I0606 20:52:17.365358 1502 scope.go:117] "RemoveContainer" containerID="45d7ecc39e32c655af569c00f91287a576207528471de18024f021b894e4882a"
Jun 06 20:52:17 addons-246757 kubelet[1502]: I0606 20:52:17.624285 1502 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ed989b13-1231-4672-b856-bdb5ef4d1824" path="/var/lib/kubelet/pods/ed989b13-1231-4672-b856-bdb5ef4d1824/volumes"
Jun 06 20:52:19 addons-246757 kubelet[1502]: I0606 20:52:19.624053 1502 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="1a2cd2b3-7518-45a1-bea3-427844f92cc2" path="/var/lib/kubelet/pods/1a2cd2b3-7518-45a1-bea3-427844f92cc2/volumes"
Jun 06 20:52:19 addons-246757 kubelet[1502]: I0606 20:52:19.625308 1502 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="83f219a2-695e-415c-97d3-78c91eef6ad7" path="/var/lib/kubelet/pods/83f219a2-695e-415c-97d3-78c91eef6ad7/volumes"
Jun 06 20:52:20 addons-246757 kubelet[1502]: I0606 20:52:20.160217 1502 scope.go:117] "RemoveContainer" containerID="bd2d44b1c530f21c6c5cf59473be58864e635a7138983b86a59624436eba2a81"
Jun 06 20:52:20 addons-246757 kubelet[1502]: I0606 20:52:20.167476 1502 scope.go:117] "RemoveContainer" containerID="0de948dac18ab611069b39d3854ebcb9afa27662d82e5ecb81185bbc1ef1e825"
Jun 06 20:52:20 addons-246757 kubelet[1502]: I0606 20:52:20.621321 1502 scope.go:117] "RemoveContainer" containerID="c0c3d5d93fe7400d1dab0f7980deee501b1e34f62d481ccc6bad94d8135ab862"
Jun 06 20:52:21 addons-246757 kubelet[1502]: I0606 20:52:21.378344 1502 scope.go:117] "RemoveContainer" containerID="c0c3d5d93fe7400d1dab0f7980deee501b1e34f62d481ccc6bad94d8135ab862"
Jun 06 20:52:21 addons-246757 kubelet[1502]: I0606 20:52:21.379276 1502 scope.go:117] "RemoveContainer" containerID="9d761097e16d2cc1bc646564129243f5a49daa3b55b7b35f48652cb969d2728f"
Jun 06 20:52:21 addons-246757 kubelet[1502]: E0606 20:52:21.379921 1502 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-2zvgl_default(2c572d89-9721-4b82-a535-250da3da703c)\"" pod="default/hello-world-app-86c47465fc-2zvgl" podUID="2c572d89-9721-4b82-a535-250da3da703c"
Jun 06 20:52:21 addons-246757 kubelet[1502]: I0606 20:52:21.391739 1502 scope.go:117] "RemoveContainer" containerID="05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645"
Jun 06 20:52:21 addons-246757 kubelet[1502]: I0606 20:52:21.402923 1502 scope.go:117] "RemoveContainer" containerID="05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645"
Jun 06 20:52:21 addons-246757 kubelet[1502]: E0606 20:52:21.403364 1502 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645\": not found" containerID="05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645"
Jun 06 20:52:21 addons-246757 kubelet[1502]: I0606 20:52:21.403407 1502 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645"} err="failed to get container status \"05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645\": rpc error: code = NotFound desc = an error occurred when try to find container \"05037cc6db75acc66c03b053835258230aa9b90be58a59cef711265639bde645\": not found"
Jun 06 20:52:21 addons-246757 kubelet[1502]: I0606 20:52:21.413818 1502 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-t7xgx\" (UniqueName: \"kubernetes.io/projected/2c3a3600-6773-45b2-b0d2-92a068e4921d-kube-api-access-t7xgx\") pod \"2c3a3600-6773-45b2-b0d2-92a068e4921d\" (UID: \"2c3a3600-6773-45b2-b0d2-92a068e4921d\") "
Jun 06 20:52:21 addons-246757 kubelet[1502]: I0606 20:52:21.413872 1502 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/2c3a3600-6773-45b2-b0d2-92a068e4921d-webhook-cert\") pod \"2c3a3600-6773-45b2-b0d2-92a068e4921d\" (UID: \"2c3a3600-6773-45b2-b0d2-92a068e4921d\") "
Jun 06 20:52:21 addons-246757 kubelet[1502]: I0606 20:52:21.416280 1502 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/2c3a3600-6773-45b2-b0d2-92a068e4921d-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "2c3a3600-6773-45b2-b0d2-92a068e4921d" (UID: "2c3a3600-6773-45b2-b0d2-92a068e4921d"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jun 06 20:52:21 addons-246757 kubelet[1502]: I0606 20:52:21.417007 1502 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/2c3a3600-6773-45b2-b0d2-92a068e4921d-kube-api-access-t7xgx" (OuterVolumeSpecName: "kube-api-access-t7xgx") pod "2c3a3600-6773-45b2-b0d2-92a068e4921d" (UID: "2c3a3600-6773-45b2-b0d2-92a068e4921d"). InnerVolumeSpecName "kube-api-access-t7xgx". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 06 20:52:21 addons-246757 kubelet[1502]: I0606 20:52:21.515038 1502 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-t7xgx\" (UniqueName: \"kubernetes.io/projected/2c3a3600-6773-45b2-b0d2-92a068e4921d-kube-api-access-t7xgx\") on node \"addons-246757\" DevicePath \"\""
Jun 06 20:52:21 addons-246757 kubelet[1502]: I0606 20:52:21.515081 1502 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/2c3a3600-6773-45b2-b0d2-92a068e4921d-webhook-cert\") on node \"addons-246757\" DevicePath \"\""
Jun 06 20:52:21 addons-246757 kubelet[1502]: I0606 20:52:21.624193 1502 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="2c3a3600-6773-45b2-b0d2-92a068e4921d" path="/var/lib/kubelet/pods/2c3a3600-6773-45b2-b0d2-92a068e4921d/volumes"
==> storage-provisioner [fe2ad0e13c6a986b2a6007ad9cc96cf1bed965562cf6cf11e49fa7e8e6eb337a] <==
I0606 20:47:39.015410 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0606 20:47:39.026766 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0606 20:47:39.026819 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0606 20:47:39.046632 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0606 20:47:39.050767 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"78494e0b-0971-438d-9a7f-15282ad84d5c", APIVersion:"v1", ResourceVersion:"532", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-246757_8c686fb2-6fae-46d1-9ccb-3ec7c69bfc01 became leader
I0606 20:47:39.054945 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-246757_8c686fb2-6fae-46d1-9ccb-3ec7c69bfc01!
I0606 20:47:39.155529 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-246757_8c686fb2-6fae-46d1-9ccb-3ec7c69bfc01!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-246757 -n addons-246757
helpers_test.go:261: (dbg) Run: kubectl --context addons-246757 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 (34.59s)