=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-453019 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run: kubectl --context addons-453019 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-453019 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [a0a22bb7-7783-4639-888c-938f19ba8ef4] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [a0a22bb7-7783-4639-888c-938f19ba8ef4] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.003315324s
I0414 14:22:24.664123 1412866 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run: out/minikube-linux-amd64 -p addons-453019 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-amd64 -p addons-453019 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.223873239s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:278: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:286: (dbg) Run: kubectl --context addons-453019 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-amd64 -p addons-453019 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.49.2
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-453019
helpers_test.go:235: (dbg) docker inspect addons-453019:
-- stdout --
[
{
"Id": "aefa64f79b30e472338d6e7e5c37873cf267cc0f159d86c60eb16f9d8df7af9d",
"Created": "2025-04-14T14:19:14.885846001Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1414805,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-04-14T14:19:14.916077532Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:fa6441117abd3f0ec72d78de011fb44ecb7b1e274ddcf240e39454ed1f98f388",
"ResolvConfPath": "/var/lib/docker/containers/aefa64f79b30e472338d6e7e5c37873cf267cc0f159d86c60eb16f9d8df7af9d/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/aefa64f79b30e472338d6e7e5c37873cf267cc0f159d86c60eb16f9d8df7af9d/hostname",
"HostsPath": "/var/lib/docker/containers/aefa64f79b30e472338d6e7e5c37873cf267cc0f159d86c60eb16f9d8df7af9d/hosts",
"LogPath": "/var/lib/docker/containers/aefa64f79b30e472338d6e7e5c37873cf267cc0f159d86c60eb16f9d8df7af9d/aefa64f79b30e472338d6e7e5c37873cf267cc0f159d86c60eb16f9d8df7af9d-json.log",
"Name": "/addons-453019",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-453019:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-453019",
"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": {
"ID": "aefa64f79b30e472338d6e7e5c37873cf267cc0f159d86c60eb16f9d8df7af9d",
"LowerDir": "/var/lib/docker/overlay2/778ba16093df6a30810444d6ce7c1c5b925d40e62a5e1e7dbbb7f443e9def469-init/diff:/var/lib/docker/overlay2/55dfe16028a689d5214fa82b7b1fe99e3117062fa9f91330fcceda29d9126aff/diff",
"MergedDir": "/var/lib/docker/overlay2/778ba16093df6a30810444d6ce7c1c5b925d40e62a5e1e7dbbb7f443e9def469/merged",
"UpperDir": "/var/lib/docker/overlay2/778ba16093df6a30810444d6ce7c1c5b925d40e62a5e1e7dbbb7f443e9def469/diff",
"WorkDir": "/var/lib/docker/overlay2/778ba16093df6a30810444d6ce7c1c5b925d40e62a5e1e7dbbb7f443e9def469/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-453019",
"Source": "/var/lib/docker/volumes/addons-453019/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-453019",
"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.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a",
"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-453019",
"name.minikube.sigs.k8s.io": "addons-453019",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "204db55512c6cb488b62c0c3c26aa66fc28bca3c414a542933ed6b9dfa57e9be",
"SandboxKey": "/var/run/docker/netns/204db55512c6",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32888"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32889"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32892"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32890"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32891"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-453019": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "fa:95:7a:72:58:5b",
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "a4a2d0846ef67304c5ca715bc0d73b0096d12f55eff04c5f3f3a8e3896bb218d",
"EndpointID": "8f800095c69a63c1e0f3c6a87d4a663df5e290ee6ffd37c630747142c8310137",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-453019",
"aefa64f79b30"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-453019 -n addons-453019
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-amd64 -p addons-453019 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-453019 logs -n 25: (1.140653204s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | --download-only -p | download-docker-953119 | jenkins | v1.35.0 | 14 Apr 25 14:18 UTC | |
| | download-docker-953119 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-953119 | download-docker-953119 | jenkins | v1.35.0 | 14 Apr 25 14:18 UTC | 14 Apr 25 14:18 UTC |
| start | --download-only -p | binary-mirror-321137 | jenkins | v1.35.0 | 14 Apr 25 14:18 UTC | |
| | binary-mirror-321137 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:38437 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-321137 | binary-mirror-321137 | jenkins | v1.35.0 | 14 Apr 25 14:18 UTC | 14 Apr 25 14:18 UTC |
| addons | disable dashboard -p | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:18 UTC | |
| | addons-453019 | | | | | |
| addons | enable dashboard -p | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:18 UTC | |
| | addons-453019 | | | | | |
| start | -p addons-453019 --wait=true | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:18 UTC | 14 Apr 25 14:21 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=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --addons=amd-gpu-device-plugin | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| addons | addons-453019 addons disable | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:21 UTC | 14 Apr 25 14:21 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-453019 addons disable | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:21 UTC | 14 Apr 25 14:21 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | enable headlamp | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:21 UTC | 14 Apr 25 14:21 UTC |
| | -p addons-453019 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-453019 addons | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:21 UTC | 14 Apr 25 14:21 UTC |
| | disable nvidia-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-453019 addons | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:21 UTC | 14 Apr 25 14:21 UTC |
| | disable cloud-spanner | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-453019 ssh cat | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:21 UTC | 14 Apr 25 14:21 UTC |
| | /opt/local-path-provisioner/pvc-b39f5008-7b49-4702-853d-1118751e1d72_default_test-pvc/file1 | | | | | |
| addons | addons-453019 addons disable | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:21 UTC | 14 Apr 25 14:22 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-453019 addons disable | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:21 UTC | 14 Apr 25 14:22 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ip | addons-453019 ip | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:21 UTC | 14 Apr 25 14:21 UTC |
| addons | addons-453019 addons disable | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:21 UTC | 14 Apr 25 14:21 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-453019 addons | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:21 UTC | 14 Apr 25 14:21 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-453019 addons disable | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:22 UTC | 14 Apr 25 14:22 UTC |
| | amd-gpu-device-plugin | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-453019 addons disable | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:22 UTC | 14 Apr 25 14:22 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| addons | addons-453019 addons | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:22 UTC | 14 Apr 25 14:22 UTC |
| | disable inspektor-gadget | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-453019 ssh curl -s | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:22 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-453019 addons | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:22 UTC | 14 Apr 25 14:22 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-453019 addons | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:22 UTC | 14 Apr 25 14:22 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-453019 ip | addons-453019 | jenkins | v1.35.0 | 14 Apr 25 14:24 UTC | 14 Apr 25 14:24 UTC |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2025/04/14 14:18:52
Running on machine: ubuntu-20-agent
Binary: Built with gc go1.24.0 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0414 14:18:52.335683 1414197 out.go:345] Setting OutFile to fd 1 ...
I0414 14:18:52.335929 1414197 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0414 14:18:52.335940 1414197 out.go:358] Setting ErrFile to fd 2...
I0414 14:18:52.335945 1414197 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0414 14:18:52.336132 1414197 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20512-1405645/.minikube/bin
I0414 14:18:52.336741 1414197 out.go:352] Setting JSON to false
I0414 14:18:52.337716 1414197 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent","uptime":21676,"bootTime":1744618656,"procs":224,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1078-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I0414 14:18:52.337777 1414197 start.go:139] virtualization: kvm guest
I0414 14:18:52.339750 1414197 out.go:177] * [addons-453019] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
I0414 14:18:52.340880 1414197 out.go:177] - MINIKUBE_LOCATION=20512
I0414 14:18:52.340910 1414197 notify.go:220] Checking for updates...
I0414 14:18:52.343168 1414197 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0414 14:18:52.344458 1414197 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/20512-1405645/kubeconfig
I0414 14:18:52.345485 1414197 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/20512-1405645/.minikube
I0414 14:18:52.346575 1414197 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0414 14:18:52.347649 1414197 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0414 14:18:52.348884 1414197 driver.go:394] Setting default libvirt URI to qemu:///system
I0414 14:18:52.370735 1414197 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
I0414 14:18:52.370902 1414197 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0414 14:18:52.419418 1414197 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ 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:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2025-04-14 14:18:52.410349218 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647980544 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent Labels:[] ExperimentalBuild:false ServerVersion:28.0.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Ser
verErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0414 14:18:52.419520 1414197 docker.go:318] overlay module found
I0414 14:18:52.421191 1414197 out.go:177] * Using the docker driver based on user configuration
I0414 14:18:52.422369 1414197 start.go:297] selected driver: docker
I0414 14:18:52.422388 1414197 start.go:901] validating driver "docker" against <nil>
I0414 14:18:52.422408 1414197 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0414 14:18:52.423182 1414197 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0414 14:18:52.469144 1414197 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ 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:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2025-04-14 14:18:52.46061246 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x8
6_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647980544 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent Labels:[] ExperimentalBuild:false ServerVersion:28.0.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Serv
erErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0414 14:18:52.469361 1414197 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0414 14:18:52.469596 1414197 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]
I0414 14:18:52.471279 1414197 out.go:177] * Using Docker driver with root privileges
I0414 14:18:52.472584 1414197 cni.go:84] Creating CNI manager for ""
I0414 14:18:52.472658 1414197 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0414 14:18:52.472675 1414197 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0414 14:18:52.472746 1414197 start.go:340] cluster config:
{Name:addons-453019 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a 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.32.2 ClusterName:addons-453019 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0414 14:18:52.474070 1414197 out.go:177] * Starting "addons-453019" primary control-plane node in "addons-453019" cluster
I0414 14:18:52.475211 1414197 cache.go:121] Beginning downloading kic base image for docker with crio
I0414 14:18:52.476378 1414197 out.go:177] * Pulling base image v0.0.46-1744107393-20604 ...
I0414 14:18:52.477584 1414197 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime crio
I0414 14:18:52.477618 1414197 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a in local docker daemon
I0414 14:18:52.477625 1414197 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20512-1405645/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-amd64.tar.lz4
I0414 14:18:52.477648 1414197 cache.go:56] Caching tarball of preloaded images
I0414 14:18:52.477777 1414197 preload.go:172] Found /home/jenkins/minikube-integration/20512-1405645/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
I0414 14:18:52.477798 1414197 cache.go:59] Finished verifying existence of preloaded tar for v1.32.2 on crio
I0414 14:18:52.478174 1414197 profile.go:143] Saving config to /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/config.json ...
I0414 14:18:52.478202 1414197 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/config.json: {Name:mkd188606ac3b8af3dbd1037f57ce1914b2af850 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:18:52.493783 1414197 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a to local cache
I0414 14:18:52.493924 1414197 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a in local cache directory
I0414 14:18:52.493944 1414197 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a in local cache directory, skipping pull
I0414 14:18:52.493948 1414197 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a exists in cache, skipping pull
I0414 14:18:52.493956 1414197 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a as a tarball
I0414 14:18:52.493963 1414197 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a from local cache
I0414 14:19:04.860786 1414197 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a from cached tarball
I0414 14:19:04.860832 1414197 cache.go:230] Successfully downloaded all kic artifacts
I0414 14:19:04.860893 1414197 start.go:360] acquireMachinesLock for addons-453019: {Name:mkf1f354936683b2bb3a7c774e05faacd22e7cb7 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0414 14:19:04.861010 1414197 start.go:364] duration metric: took 89.45µs to acquireMachinesLock for "addons-453019"
I0414 14:19:04.861043 1414197 start.go:93] Provisioning new machine with config: &{Name:addons-453019 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a 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.32.2 ClusterName:addons-453019 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0414 14:19:04.861151 1414197 start.go:125] createHost starting for "" (driver="docker")
I0414 14:19:04.862895 1414197 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0414 14:19:04.863157 1414197 start.go:159] libmachine.API.Create for "addons-453019" (driver="docker")
I0414 14:19:04.863191 1414197 client.go:168] LocalClient.Create starting
I0414 14:19:04.863306 1414197 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20512-1405645/.minikube/certs/ca.pem
I0414 14:19:05.075911 1414197 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20512-1405645/.minikube/certs/cert.pem
I0414 14:19:05.329907 1414197 cli_runner.go:164] Run: docker network inspect addons-453019 --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}}]}"
W0414 14:19:05.346287 1414197 cli_runner.go:211] docker network inspect addons-453019 --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
I0414 14:19:05.346375 1414197 network_create.go:284] running [docker network inspect addons-453019] to gather additional debugging logs...
I0414 14:19:05.346395 1414197 cli_runner.go:164] Run: docker network inspect addons-453019
W0414 14:19:05.362350 1414197 cli_runner.go:211] docker network inspect addons-453019 returned with exit code 1
I0414 14:19:05.362405 1414197 network_create.go:287] error running [docker network inspect addons-453019]: docker network inspect addons-453019: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-453019 not found
I0414 14:19:05.362419 1414197 network_create.go:289] output of [docker network inspect addons-453019]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-453019 not found
** /stderr **
I0414 14:19:05.362510 1414197 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}}]}"
I0414 14:19:05.379680 1414197 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:0xc001eae490}
I0414 14:19:05.379739 1414197 network_create.go:124] attempt to create docker network addons-453019 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0414 14:19:05.379791 1414197 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-453019 addons-453019
I0414 14:19:05.427705 1414197 network_create.go:108] docker network addons-453019 192.168.49.0/24 created
I0414 14:19:05.427755 1414197 kic.go:121] calculated static IP "192.168.49.2" for the "addons-453019" container
I0414 14:19:05.427823 1414197 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0414 14:19:05.443648 1414197 cli_runner.go:164] Run: docker volume create addons-453019 --label name.minikube.sigs.k8s.io=addons-453019 --label created_by.minikube.sigs.k8s.io=true
I0414 14:19:05.460330 1414197 oci.go:103] Successfully created a docker volume addons-453019
I0414 14:19:05.460409 1414197 cli_runner.go:164] Run: docker run --rm --name addons-453019-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-453019 --entrypoint /usr/bin/test -v addons-453019:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a -d /var/lib
I0414 14:19:10.398958 1414197 cli_runner.go:217] Completed: docker run --rm --name addons-453019-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-453019 --entrypoint /usr/bin/test -v addons-453019:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a -d /var/lib: (4.938488894s)
I0414 14:19:10.398993 1414197 oci.go:107] Successfully prepared a docker volume addons-453019
I0414 14:19:10.399028 1414197 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime crio
I0414 14:19:10.399053 1414197 kic.go:194] Starting extracting preloaded images to volume ...
I0414 14:19:10.399113 1414197 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20512-1405645/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-453019:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a -I lz4 -xf /preloaded.tar -C /extractDir
I0414 14:19:14.820152 1414197 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20512-1405645/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-453019:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a -I lz4 -xf /preloaded.tar -C /extractDir: (4.42098702s)
I0414 14:19:14.820195 1414197 kic.go:203] duration metric: took 4.421136811s to extract preloaded images to volume ...
W0414 14:19:14.820317 1414197 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0414 14:19:14.820407 1414197 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0414 14:19:14.871326 1414197 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-453019 --name addons-453019 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-453019 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-453019 --network addons-453019 --ip 192.168.49.2 --volume addons-453019:/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.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a
I0414 14:19:15.129579 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Running}}
I0414 14:19:15.149648 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:15.167395 1414197 cli_runner.go:164] Run: docker exec addons-453019 stat /var/lib/dpkg/alternatives/iptables
I0414 14:19:15.206321 1414197 oci.go:144] the created container "addons-453019" has a running status.
I0414 14:19:15.206365 1414197 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa...
I0414 14:19:15.247317 1414197 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0414 14:19:15.266969 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:15.285387 1414197 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0414 14:19:15.285418 1414197 kic_runner.go:114] Args: [docker exec --privileged addons-453019 chown docker:docker /home/docker/.ssh/authorized_keys]
I0414 14:19:15.326334 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:15.342609 1414197 machine.go:93] provisionDockerMachine start ...
I0414 14:19:15.342697 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:15.359925 1414197 main.go:141] libmachine: Using SSH client type: native
I0414 14:19:15.360188 1414197 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil> [] 0s} 127.0.0.1 32888 <nil> <nil>}
I0414 14:19:15.360202 1414197 main.go:141] libmachine: About to run SSH command:
hostname
I0414 14:19:15.360817 1414197 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58136->127.0.0.1:32888: read: connection reset by peer
I0414 14:19:18.481174 1414197 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-453019
I0414 14:19:18.481203 1414197 ubuntu.go:169] provisioning hostname "addons-453019"
I0414 14:19:18.481272 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:18.498742 1414197 main.go:141] libmachine: Using SSH client type: native
I0414 14:19:18.498989 1414197 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil> [] 0s} 127.0.0.1 32888 <nil> <nil>}
I0414 14:19:18.499004 1414197 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-453019 && echo "addons-453019" | sudo tee /etc/hostname
I0414 14:19:18.628241 1414197 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-453019
I0414 14:19:18.628342 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:18.645861 1414197 main.go:141] libmachine: Using SSH client type: native
I0414 14:19:18.646165 1414197 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil> [] 0s} 127.0.0.1 32888 <nil> <nil>}
I0414 14:19:18.646190 1414197 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-453019' /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-453019/g' /etc/hosts;
else
echo '127.0.1.1 addons-453019' | sudo tee -a /etc/hosts;
fi
fi
I0414 14:19:18.761736 1414197 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0414 14:19:18.761769 1414197 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20512-1405645/.minikube CaCertPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20512-1405645/.minikube}
I0414 14:19:18.761807 1414197 ubuntu.go:177] setting up certificates
I0414 14:19:18.761824 1414197 provision.go:84] configureAuth start
I0414 14:19:18.761881 1414197 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-453019
I0414 14:19:18.780316 1414197 provision.go:143] copyHostCerts
I0414 14:19:18.780396 1414197 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20512-1405645/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20512-1405645/.minikube/ca.pem (1078 bytes)
I0414 14:19:18.780517 1414197 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20512-1405645/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20512-1405645/.minikube/cert.pem (1123 bytes)
I0414 14:19:18.780582 1414197 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20512-1405645/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20512-1405645/.minikube/key.pem (1675 bytes)
I0414 14:19:18.780637 1414197 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20512-1405645/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20512-1405645/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20512-1405645/.minikube/certs/ca-key.pem org=jenkins.addons-453019 san=[127.0.0.1 192.168.49.2 addons-453019 localhost minikube]
I0414 14:19:18.978515 1414197 provision.go:177] copyRemoteCerts
I0414 14:19:18.978576 1414197 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0414 14:19:18.978613 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:18.995967 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:19.081946 1414197 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20512-1405645/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0414 14:19:19.104064 1414197 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20512-1405645/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0414 14:19:19.125052 1414197 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20512-1405645/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0414 14:19:19.145655 1414197 provision.go:87] duration metric: took 383.816568ms to configureAuth
I0414 14:19:19.145688 1414197 ubuntu.go:193] setting minikube options for container-runtime
I0414 14:19:19.145853 1414197 config.go:182] Loaded profile config "addons-453019": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.2
I0414 14:19:19.145957 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:19.162725 1414197 main.go:141] libmachine: Using SSH client type: native
I0414 14:19:19.162922 1414197 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil> [] 0s} 127.0.0.1 32888 <nil> <nil>}
I0414 14:19:19.162936 1414197 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %s "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I0414 14:19:19.364763 1414197 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0414 14:19:19.364797 1414197 machine.go:96] duration metric: took 4.022161928s to provisionDockerMachine
I0414 14:19:19.364812 1414197 client.go:171] duration metric: took 14.501611638s to LocalClient.Create
I0414 14:19:19.364838 1414197 start.go:167] duration metric: took 14.501681728s to libmachine.API.Create "addons-453019"
I0414 14:19:19.364854 1414197 start.go:293] postStartSetup for "addons-453019" (driver="docker")
I0414 14:19:19.364869 1414197 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]
I0414 14:19:19.364941 1414197 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
I0414 14:19:19.364995 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:19.382484 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:19.470029 1414197 ssh_runner.go:195] Run: cat /etc/os-release
I0414 14:19:19.473079 1414197 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0414 14:19:19.473120 1414197 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0414 14:19:19.473131 1414197 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0414 14:19:19.473156 1414197 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0414 14:19:19.473168 1414197 filesync.go:126] Scanning /home/jenkins/minikube-integration/20512-1405645/.minikube/addons for local assets ...
I0414 14:19:19.473225 1414197 filesync.go:126] Scanning /home/jenkins/minikube-integration/20512-1405645/.minikube/files for local assets ...
I0414 14:19:19.473246 1414197 start.go:296] duration metric: took 108.385147ms for postStartSetup
I0414 14:19:19.473537 1414197 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-453019
I0414 14:19:19.490166 1414197 profile.go:143] Saving config to /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/config.json ...
I0414 14:19:19.490387 1414197 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0414 14:19:19.490427 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:19.506554 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:19.590450 1414197 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0414 14:19:19.594765 1414197 start.go:128] duration metric: took 14.733596455s to createHost
I0414 14:19:19.594794 1414197 start.go:83] releasing machines lock for "addons-453019", held for 14.733769945s
I0414 14:19:19.594867 1414197 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-453019
I0414 14:19:19.611925 1414197 ssh_runner.go:195] Run: cat /version.json
I0414 14:19:19.611975 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:19.612009 1414197 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0414 14:19:19.612081 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:19.629176 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:19.630260 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:19.713611 1414197 ssh_runner.go:195] Run: systemctl --version
I0414 14:19:19.789260 1414197 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0414 14:19:19.926905 1414197 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0414 14:19:19.931760 1414197 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0414 14:19:19.949325 1414197 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0414 14:19:19.949400 1414197 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, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0414 14:19:19.975383 1414197 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0414 14:19:19.975407 1414197 start.go:495] detecting cgroup driver to use...
I0414 14:19:19.975442 1414197 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0414 14:19:19.975490 1414197 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0414 14:19:19.988966 1414197 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0414 14:19:19.999068 1414197 docker.go:217] disabling cri-docker service (if available) ...
I0414 14:19:19.999111 1414197 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0414 14:19:20.011436 1414197 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0414 14:19:20.024566 1414197 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0414 14:19:20.089522 1414197 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0414 14:19:20.169764 1414197 docker.go:233] disabling docker service ...
I0414 14:19:20.169840 1414197 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0414 14:19:20.189798 1414197 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0414 14:19:20.200450 1414197 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0414 14:19:20.282172 1414197 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0414 14:19:20.364294 1414197 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0414 14:19:20.375071 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I0414 14:19:20.390147 1414197 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
I0414 14:19:20.390212 1414197 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
I0414 14:19:20.398925 1414197 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0414 14:19:20.398978 1414197 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0414 14:19:20.407876 1414197 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0414 14:19:20.416201 1414197 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0414 14:19:20.424717 1414197 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0414 14:19:20.432889 1414197 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
I0414 14:19:20.441447 1414197 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
I0414 14:19:20.455690 1414197 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
I0414 14:19:20.464169 1414197 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0414 14:19:20.471979 1414197 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0414 14:19:20.479048 1414197 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0414 14:19:20.542207 1414197 ssh_runner.go:195] Run: sudo systemctl restart crio
I0414 14:19:20.635467 1414197 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0414 14:19:20.635565 1414197 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0414 14:19:20.639114 1414197 start.go:563] Will wait 60s for crictl version
I0414 14:19:20.639168 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:19:20.642576 1414197 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0414 14:19:20.675037 1414197 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0414 14:19:20.675121 1414197 ssh_runner.go:195] Run: crio --version
I0414 14:19:20.710426 1414197 ssh_runner.go:195] Run: crio --version
I0414 14:19:20.745992 1414197 out.go:177] * Preparing Kubernetes v1.32.2 on CRI-O 1.24.6 ...
I0414 14:19:20.747077 1414197 cli_runner.go:164] Run: docker network inspect addons-453019 --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}}]}"
I0414 14:19:20.765385 1414197 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0414 14:19:20.769109 1414197 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""
I0414 14:19:20.779678 1414197 kubeadm.go:883] updating cluster {Name:addons-453019 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a 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.32.2 ClusterName:addons-453019 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0414 14:19:20.779810 1414197 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime crio
I0414 14:19:20.779859 1414197 ssh_runner.go:195] Run: sudo crictl images --output json
I0414 14:19:20.844416 1414197 crio.go:514] all images are preloaded for cri-o runtime.
I0414 14:19:20.844444 1414197 crio.go:433] Images already preloaded, skipping extraction
I0414 14:19:20.844497 1414197 ssh_runner.go:195] Run: sudo crictl images --output json
I0414 14:19:20.876748 1414197 crio.go:514] all images are preloaded for cri-o runtime.
I0414 14:19:20.876773 1414197 cache_images.go:84] Images are preloaded, skipping loading
I0414 14:19:20.876791 1414197 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.2 crio true true} ...
I0414 14:19:20.876910 1414197 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.32.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-453019 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.32.2 ClusterName:addons-453019 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0414 14:19:20.876992 1414197 ssh_runner.go:195] Run: crio config
I0414 14:19:20.919625 1414197 cni.go:84] Creating CNI manager for ""
I0414 14:19:20.919650 1414197 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0414 14:19:20.919665 1414197 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0414 14:19:20.919689 1414197 kubeadm.go:189] 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.32.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-453019 NodeName:addons-453019 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0414 14:19:20.919841 1414197 kubeadm.go:195] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta4
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/crio/crio.sock
name: "addons-453019"
kubeletExtraArgs:
- name: "node-ip"
value: "192.168.49.2"
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta4
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
- name: "enable-admission-plugins"
value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
- name: "allocate-node-cidrs"
value: "true"
- name: "leader-elect"
value: "false"
scheduler:
extraArgs:
- name: "leader-elect"
value: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
- name: "proxy-refresh-interval"
value: "70000"
kubernetesVersion: v1.32.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
nodefs.inodesFree: "0%"
imagefs.available: "0%"
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
I0414 14:19:20.919914 1414197 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.2
I0414 14:19:20.928832 1414197 binaries.go:44] Found k8s binaries, skipping transfer
I0414 14:19:20.928903 1414197 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0414 14:19:20.936967 1414197 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0414 14:19:20.952423 1414197 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0414 14:19:20.968393 1414197 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
I0414 14:19:20.983484 1414197 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0414 14:19:20.986904 1414197 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""
I0414 14:19:20.996222 1414197 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0414 14:19:21.068549 1414197 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0414 14:19:21.080785 1414197 certs.go:68] Setting up /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019 for IP: 192.168.49.2
I0414 14:19:21.080814 1414197 certs.go:194] generating shared ca certs ...
I0414 14:19:21.080845 1414197 certs.go:226] acquiring lock for ca certs: {Name:mk84b68bea850ccb4ec443e3f91e653148329a85 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:21.081007 1414197 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20512-1405645/.minikube/ca.key
I0414 14:19:21.196455 1414197 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20512-1405645/.minikube/ca.crt ...
I0414 14:19:21.196486 1414197 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20512-1405645/.minikube/ca.crt: {Name:mk3cea7d7c793643c2cdef4a2cd6da041463c59f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:21.196703 1414197 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20512-1405645/.minikube/ca.key ...
I0414 14:19:21.196724 1414197 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20512-1405645/.minikube/ca.key: {Name:mke9b565c63f83b6a4cec4268e619d923c32baaa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:21.196811 1414197 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20512-1405645/.minikube/proxy-client-ca.key
I0414 14:19:21.447028 1414197 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20512-1405645/.minikube/proxy-client-ca.crt ...
I0414 14:19:21.447064 1414197 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20512-1405645/.minikube/proxy-client-ca.crt: {Name:mk33ce4ff21108d754103b1e870db48d7c7ad4c1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:21.447235 1414197 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20512-1405645/.minikube/proxy-client-ca.key ...
I0414 14:19:21.447245 1414197 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20512-1405645/.minikube/proxy-client-ca.key: {Name:mkfc9e736fc1523c9073658d23773526a6433984 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:21.447313 1414197 certs.go:256] generating profile certs ...
I0414 14:19:21.447369 1414197 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/client.key
I0414 14:19:21.447384 1414197 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/client.crt with IP's: []
I0414 14:19:21.472581 1414197 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/client.crt ...
I0414 14:19:21.472610 1414197 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/client.crt: {Name:mk1e40dd5b8e841b59a453213f0cde29177e48ef Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:21.472743 1414197 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/client.key ...
I0414 14:19:21.472753 1414197 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/client.key: {Name:mk9924e72f1351352de30078358d703360763e6d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:21.472822 1414197 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/apiserver.key.773cbb6b
I0414 14:19:21.472839 1414197 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/apiserver.crt.773cbb6b with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0414 14:19:21.924685 1414197 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/apiserver.crt.773cbb6b ...
I0414 14:19:21.924726 1414197 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/apiserver.crt.773cbb6b: {Name:mkc9a896d1c610a2d848730cc81c7fc5f4aaca6c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:21.924938 1414197 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/apiserver.key.773cbb6b ...
I0414 14:19:21.924960 1414197 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/apiserver.key.773cbb6b: {Name:mk9dfe85894ec822b70ad1f898b394c3c354d8c5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:21.925081 1414197 certs.go:381] copying /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/apiserver.crt.773cbb6b -> /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/apiserver.crt
I0414 14:19:21.925171 1414197 certs.go:385] copying /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/apiserver.key.773cbb6b -> /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/apiserver.key
I0414 14:19:21.925218 1414197 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/proxy-client.key
I0414 14:19:21.925248 1414197 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/proxy-client.crt with IP's: []
I0414 14:19:22.022140 1414197 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/proxy-client.crt ...
I0414 14:19:22.022171 1414197 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/proxy-client.crt: {Name:mkb09ae0d5b7c7ab2406601156bd3e46db57c32a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:22.022359 1414197 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/proxy-client.key ...
I0414 14:19:22.022380 1414197 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/proxy-client.key: {Name:mkb494de128e62f4c27bfccc5575a85fb54033b4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:22.022587 1414197 certs.go:484] found cert: /home/jenkins/minikube-integration/20512-1405645/.minikube/certs/ca-key.pem (1675 bytes)
I0414 14:19:22.022630 1414197 certs.go:484] found cert: /home/jenkins/minikube-integration/20512-1405645/.minikube/certs/ca.pem (1078 bytes)
I0414 14:19:22.022654 1414197 certs.go:484] found cert: /home/jenkins/minikube-integration/20512-1405645/.minikube/certs/cert.pem (1123 bytes)
I0414 14:19:22.022679 1414197 certs.go:484] found cert: /home/jenkins/minikube-integration/20512-1405645/.minikube/certs/key.pem (1675 bytes)
I0414 14:19:22.023275 1414197 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20512-1405645/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0414 14:19:22.046155 1414197 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20512-1405645/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0414 14:19:22.067553 1414197 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20512-1405645/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0414 14:19:22.088293 1414197 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20512-1405645/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0414 14:19:22.108731 1414197 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0414 14:19:22.129378 1414197 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0414 14:19:22.150344 1414197 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0414 14:19:22.171706 1414197 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20512-1405645/.minikube/profiles/addons-453019/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0414 14:19:22.192254 1414197 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20512-1405645/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0414 14:19:22.213343 1414197 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0414 14:19:22.228890 1414197 ssh_runner.go:195] Run: openssl version
I0414 14:19:22.233844 1414197 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"
I0414 14:19:22.242404 1414197 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0414 14:19:22.245562 1414197 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr 14 14:19 /usr/share/ca-certificates/minikubeCA.pem
I0414 14:19:22.245604 1414197 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0414 14:19:22.251820 1414197 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"
I0414 14:19:22.259912 1414197 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0414 14:19:22.262776 1414197 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
I0414 14:19:22.262833 1414197 kubeadm.go:392] StartCluster: {Name:addons-453019 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1744107393-20604@sha256:2430533582a8c08f907b2d5976c79bd2e672b4f3d4484088c99b839f3175ed6a 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.32.2 ClusterName:addons-453019 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0414 14:19:22.262905 1414197 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0414 14:19:22.262941 1414197 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0414 14:19:22.297522 1414197 cri.go:89] found id: ""
I0414 14:19:22.297606 1414197 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0414 14:19:22.305803 1414197 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0414 14:19:22.313727 1414197 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0414 14:19:22.313788 1414197 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
I0414 14:19:22.321579 1414197 kubeadm.go:155] 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
I0414 14:19:22.321600 1414197 kubeadm.go:157] found existing configuration files:
I0414 14:19:22.321642 1414197 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0414 14:19:22.329143 1414197 kubeadm.go:163] "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
I0414 14:19:22.329203 1414197 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0414 14:19:22.336405 1414197 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0414 14:19:22.344054 1414197 kubeadm.go:163] "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
I0414 14:19:22.344093 1414197 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0414 14:19:22.351465 1414197 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0414 14:19:22.359810 1414197 kubeadm.go:163] "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
I0414 14:19:22.359846 1414197 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0414 14:19:22.367772 1414197 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0414 14:19:22.375163 1414197 kubeadm.go:163] "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
I0414 14:19:22.375203 1414197 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0414 14:19:22.382581 1414197 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.32.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0414 14:19:22.419645 1414197 kubeadm.go:310] [init] Using Kubernetes version: v1.32.2
I0414 14:19:22.419730 1414197 kubeadm.go:310] [preflight] Running pre-flight checks
I0414 14:19:22.434608 1414197 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0414 14:19:22.434694 1414197 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1078-gcp[0m
I0414 14:19:22.434748 1414197 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0414 14:19:22.434814 1414197 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0414 14:19:22.434887 1414197 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0414 14:19:22.434957 1414197 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0414 14:19:22.435027 1414197 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0414 14:19:22.435106 1414197 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0414 14:19:22.435182 1414197 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0414 14:19:22.435237 1414197 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0414 14:19:22.435283 1414197 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0414 14:19:22.435402 1414197 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0414 14:19:22.485878 1414197 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0414 14:19:22.486035 1414197 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0414 14:19:22.486186 1414197 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0414 14:19:22.493014 1414197 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0414 14:19:22.495006 1414197 out.go:235] - Generating certificates and keys ...
I0414 14:19:22.495117 1414197 kubeadm.go:310] [certs] Using existing ca certificate authority
I0414 14:19:22.495218 1414197 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0414 14:19:22.954414 1414197 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0414 14:19:23.195415 1414197 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0414 14:19:23.404367 1414197 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0414 14:19:23.626677 1414197 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0414 14:19:23.968596 1414197 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0414 14:19:23.968768 1414197 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-453019 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0414 14:19:24.058596 1414197 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0414 14:19:24.058751 1414197 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-453019 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0414 14:19:24.138613 1414197 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0414 14:19:24.404580 1414197 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0414 14:19:24.664379 1414197 kubeadm.go:310] [certs] Generating "sa" key and public key
I0414 14:19:24.664460 1414197 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0414 14:19:24.877845 1414197 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0414 14:19:25.038867 1414197 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0414 14:19:25.140702 1414197 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0414 14:19:25.452159 1414197 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0414 14:19:25.546504 1414197 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0414 14:19:25.546899 1414197 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0414 14:19:25.550509 1414197 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0414 14:19:25.552660 1414197 out.go:235] - Booting up control plane ...
I0414 14:19:25.552795 1414197 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0414 14:19:25.552912 1414197 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0414 14:19:25.553013 1414197 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0414 14:19:25.560942 1414197 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0414 14:19:25.566396 1414197 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0414 14:19:25.566447 1414197 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0414 14:19:25.642069 1414197 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0414 14:19:25.642256 1414197 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0414 14:19:26.143789 1414197 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.807391ms
I0414 14:19:26.143900 1414197 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0414 14:19:30.645856 1414197 kubeadm.go:310] [api-check] The API server is healthy after 4.502010101s
I0414 14:19:30.656396 1414197 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0414 14:19:30.665935 1414197 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0414 14:19:30.683775 1414197 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0414 14:19:30.683954 1414197 kubeadm.go:310] [mark-control-plane] Marking the node addons-453019 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0414 14:19:30.689999 1414197 kubeadm.go:310] [bootstrap-token] Using token: h39ykq.vh8alp48qkgoz70m
I0414 14:19:30.691336 1414197 out.go:235] - Configuring RBAC rules ...
I0414 14:19:30.691483 1414197 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0414 14:19:30.694313 1414197 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0414 14:19:30.698811 1414197 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0414 14:19:30.701316 1414197 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0414 14:19:30.704482 1414197 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0414 14:19:30.706824 1414197 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0414 14:19:31.052213 1414197 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0414 14:19:31.469210 1414197 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0414 14:19:32.051719 1414197 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0414 14:19:32.052483 1414197 kubeadm.go:310]
I0414 14:19:32.052597 1414197 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0414 14:19:32.052616 1414197 kubeadm.go:310]
I0414 14:19:32.052708 1414197 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0414 14:19:32.052722 1414197 kubeadm.go:310]
I0414 14:19:32.052762 1414197 kubeadm.go:310] mkdir -p $HOME/.kube
I0414 14:19:32.052846 1414197 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0414 14:19:32.052940 1414197 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0414 14:19:32.052961 1414197 kubeadm.go:310]
I0414 14:19:32.053052 1414197 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0414 14:19:32.053064 1414197 kubeadm.go:310]
I0414 14:19:32.053124 1414197 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0414 14:19:32.053134 1414197 kubeadm.go:310]
I0414 14:19:32.053210 1414197 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0414 14:19:32.053318 1414197 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0414 14:19:32.053425 1414197 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0414 14:19:32.053436 1414197 kubeadm.go:310]
I0414 14:19:32.053565 1414197 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0414 14:19:32.053672 1414197 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0414 14:19:32.053689 1414197 kubeadm.go:310]
I0414 14:19:32.053789 1414197 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token h39ykq.vh8alp48qkgoz70m \
I0414 14:19:32.053916 1414197 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:12cfdd8b66edd9f2b9b5f91681427498c3622e611ff908e45ae6f6f03be24219 \
I0414 14:19:32.053960 1414197 kubeadm.go:310] --control-plane
I0414 14:19:32.053972 1414197 kubeadm.go:310]
I0414 14:19:32.054095 1414197 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0414 14:19:32.054104 1414197 kubeadm.go:310]
I0414 14:19:32.054204 1414197 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token h39ykq.vh8alp48qkgoz70m \
I0414 14:19:32.054332 1414197 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:12cfdd8b66edd9f2b9b5f91681427498c3622e611ff908e45ae6f6f03be24219
I0414 14:19:32.056438 1414197 kubeadm.go:310] [WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
I0414 14:19:32.056625 1414197 kubeadm.go:310] [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-1078-gcp\n", err: exit status 1
I0414 14:19:32.056711 1414197 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0414 14:19:32.056737 1414197 cni.go:84] Creating CNI manager for ""
I0414 14:19:32.056747 1414197 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0414 14:19:32.058453 1414197 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0414 14:19:32.059687 1414197 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0414 14:19:32.063486 1414197 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.2/kubectl ...
I0414 14:19:32.063502 1414197 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
I0414 14:19:32.079994 1414197 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0414 14:19:32.270290 1414197 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0414 14:19:32.270356 1414197 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0414 14:19:32.270412 1414197 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-453019 minikube.k8s.io/updated_at=2025_04_14T14_19_32_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=ed8f1f01b35eff2786f40199152a1775806f2de2 minikube.k8s.io/name=addons-453019 minikube.k8s.io/primary=true
I0414 14:19:32.278047 1414197 ops.go:34] apiserver oom_adj: -16
I0414 14:19:32.366214 1414197 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0414 14:19:32.866301 1414197 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0414 14:19:33.366759 1414197 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0414 14:19:33.866678 1414197 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0414 14:19:34.366681 1414197 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0414 14:19:34.866649 1414197 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0414 14:19:35.366683 1414197 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0414 14:19:35.866683 1414197 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0414 14:19:35.931220 1414197 kubeadm.go:1113] duration metric: took 3.660917784s to wait for elevateKubeSystemPrivileges
I0414 14:19:35.931273 1414197 kubeadm.go:394] duration metric: took 13.668441092s to StartCluster
I0414 14:19:35.931297 1414197 settings.go:142] acquiring lock: {Name:mk475db2342f87e37923ddc297a8d8d2d57dd533 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:35.931422 1414197 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/20512-1405645/kubeconfig
I0414 14:19:35.931881 1414197 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20512-1405645/kubeconfig: {Name:mk94cbe50137ca312b47fd343e8b1afaa01dc246 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0414 14:19:35.932086 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0414 14:19:35.932102 1414197 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true 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 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]
I0414 14:19:35.932083 1414197 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0414 14:19:35.932203 1414197 addons.go:69] Setting yakd=true in profile "addons-453019"
I0414 14:19:35.932267 1414197 addons.go:69] Setting registry=true in profile "addons-453019"
I0414 14:19:35.932273 1414197 addons.go:69] Setting storage-provisioner=true in profile "addons-453019"
I0414 14:19:35.932284 1414197 addons.go:238] Setting addon registry=true in "addons-453019"
I0414 14:19:35.932294 1414197 addons.go:238] Setting addon storage-provisioner=true in "addons-453019"
I0414 14:19:35.932294 1414197 addons.go:69] Setting volcano=true in profile "addons-453019"
I0414 14:19:35.932313 1414197 addons.go:238] Setting addon volcano=true in "addons-453019"
I0414 14:19:35.932318 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.932326 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.932344 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.932237 1414197 addons.go:238] Setting addon yakd=true in "addons-453019"
I0414 14:19:35.932473 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.932232 1414197 addons.go:69] Setting inspektor-gadget=true in profile "addons-453019"
I0414 14:19:35.932525 1414197 addons.go:238] Setting addon inspektor-gadget=true in "addons-453019"
I0414 14:19:35.932555 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.932245 1414197 addons.go:69] Setting gcp-auth=true in profile "addons-453019"
I0414 14:19:35.932642 1414197 mustload.go:65] Loading cluster: addons-453019
I0414 14:19:35.932244 1414197 addons.go:69] Setting default-storageclass=true in profile "addons-453019"
I0414 14:19:35.932732 1414197 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-453019"
I0414 14:19:35.932811 1414197 config.go:182] Loaded profile config "addons-453019": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.2
I0414 14:19:35.932845 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.932845 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.932915 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.932252 1414197 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-453019"
I0414 14:19:35.932948 1414197 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-453019"
I0414 14:19:35.932970 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.933009 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.933028 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.933057 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.933409 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.932251 1414197 addons.go:69] Setting ingress=true in profile "addons-453019"
I0414 14:19:35.934960 1414197 addons.go:238] Setting addon ingress=true in "addons-453019"
I0414 14:19:35.935003 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.935467 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.932257 1414197 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-453019"
I0414 14:19:35.935735 1414197 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-453019"
I0414 14:19:35.935779 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.936239 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.936602 1414197 out.go:177] * Verifying Kubernetes components...
I0414 14:19:35.932261 1414197 addons.go:69] Setting cloud-spanner=true in profile "addons-453019"
I0414 14:19:35.939207 1414197 addons.go:238] Setting addon cloud-spanner=true in "addons-453019"
I0414 14:19:35.939260 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.932263 1414197 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-453019"
I0414 14:19:35.939339 1414197 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-453019"
I0414 14:19:35.939381 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.932256 1414197 addons.go:69] Setting ingress-dns=true in profile "addons-453019"
I0414 14:19:35.939563 1414197 addons.go:238] Setting addon ingress-dns=true in "addons-453019"
I0414 14:19:35.939638 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.939725 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.939841 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.932273 1414197 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-453019"
I0414 14:19:35.940131 1414197 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-453019"
I0414 14:19:35.940425 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.932417 1414197 addons.go:69] Setting volumesnapshots=true in profile "addons-453019"
I0414 14:19:35.940517 1414197 addons.go:238] Setting addon volumesnapshots=true in "addons-453019"
I0414 14:19:35.940557 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.932275 1414197 config.go:182] Loaded profile config "addons-453019": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.2
I0414 14:19:35.932845 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.946141 1414197 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0414 14:19:35.932244 1414197 addons.go:69] Setting metrics-server=true in profile "addons-453019"
I0414 14:19:35.948441 1414197 addons.go:238] Setting addon metrics-server=true in "addons-453019"
I0414 14:19:35.948502 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.949061 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.967846 1414197 addons.go:238] Setting addon default-storageclass=true in "addons-453019"
I0414 14:19:35.967901 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.968375 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.969834 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.970622 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:35.977104 1414197 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.39.0
I0414 14:19:35.978832 1414197 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I0414 14:19:35.978857 1414197 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
I0414 14:19:35.978931 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:35.983177 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:35.984457 1414197 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
I0414 14:19:35.984467 1414197 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
I0414 14:19:35.984532 1414197 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0414 14:19:35.985661 1414197 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I0414 14:19:35.985686 1414197 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0414 14:19:35.985744 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:35.986040 1414197 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0414 14:19:35.986058 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0414 14:19:35.986100 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:35.987064 1414197 out.go:177] - Using image docker.io/registry:2.8.3
I0414 14:19:35.988188 1414197 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I0414 14:19:35.988205 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0414 14:19:35.988260 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:36.001201 1414197 out.go:177] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I0414 14:19:36.003825 1414197 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0414 14:19:36.003852 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I0414 14:19:36.003919 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:36.015996 1414197 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0414 14:19:36.017484 1414197 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0414 14:19:36.020524 1414197 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
I0414 14:19:36.021430 1414197 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0414 14:19:36.021724 1414197 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0414 14:19:36.022861 1414197 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0414 14:19:36.022881 1414197 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0414 14:19:36.022949 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:36.023125 1414197 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0414 14:19:36.026234 1414197 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0414 14:19:36.026349 1414197 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0414 14:19:36.031281 1414197 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0414 14:19:36.031303 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0414 14:19:36.031362 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:36.032256 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.033249 1414197 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0414 14:19:36.034559 1414197 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0414 14:19:36.035912 1414197 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0414 14:19:36.037554 1414197 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
W0414 14:19:36.039446 1414197 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0414 14:19:36.039805 1414197 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0414 14:19:36.039835 1414197 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0414 14:19:36.039858 1414197 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0414 14:19:36.039926 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:36.041254 1414197 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0414 14:19:36.041272 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0414 14:19:36.041332 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:36.044867 1414197 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.31
I0414 14:19:36.045957 1414197 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I0414 14:19:36.045977 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0414 14:19:36.046027 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:36.055143 1414197 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I0414 14:19:36.055166 1414197 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0414 14:19:36.055222 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:36.056254 1414197 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-453019"
I0414 14:19:36.056305 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:36.056753 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:36.060522 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.061927 1414197 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0414 14:19:36.063227 1414197 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0414 14:19:36.063250 1414197 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0414 14:19:36.063309 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:36.064231 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.065071 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.082529 1414197 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0414 14:19:36.088720 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.088733 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.089544 1414197 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0414 14:19:36.089567 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0414 14:19:36.089621 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:36.111675 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.112855 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.113013 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.114708 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.115069 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.115351 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.121178 1414197 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0414 14:19:36.122440 1414197 out.go:177] - Using image docker.io/busybox:stable
I0414 14:19:36.123558 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:36.123575 1414197 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0414 14:19:36.123590 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0414 14:19:36.123633 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:36.140826 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
W0414 14:19:36.150622 1414197 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0414 14:19:36.150665 1414197 retry.go:31] will retry after 233.327352ms: ssh: handshake failed: EOF
I0414 14:19:36.163370 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0414 14:19:36.351500 1414197 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0414 14:19:36.355997 1414197 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I0414 14:19:36.356080 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14539 bytes)
I0414 14:19:36.457351 1414197 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I0414 14:19:36.457411 1414197 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0414 14:19:36.463342 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0414 14:19:36.562746 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0414 14:19:36.562900 1414197 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I0414 14:19:36.562915 1414197 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0414 14:19:36.564349 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0414 14:19:36.646970 1414197 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0414 14:19:36.647005 1414197 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0414 14:19:36.658297 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0414 14:19:36.664858 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0414 14:19:36.665237 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0414 14:19:36.667307 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0414 14:19:36.756870 1414197 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0414 14:19:36.756974 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0414 14:19:36.759438 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0414 14:19:36.760380 1414197 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I0414 14:19:36.760417 1414197 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0414 14:19:36.761480 1414197 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I0414 14:19:36.761502 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0414 14:19:36.850510 1414197 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0414 14:19:36.850551 1414197 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0414 14:19:36.857699 1414197 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0414 14:19:36.857724 1414197 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0414 14:19:37.059613 1414197 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0414 14:19:37.059643 1414197 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0414 14:19:37.060432 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0414 14:19:37.060841 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0414 14:19:37.065156 1414197 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I0414 14:19:37.065215 1414197 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0414 14:19:37.149370 1414197 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0414 14:19:37.149490 1414197 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)
I0414 14:19:37.152215 1414197 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0414 14:19:37.152279 1414197 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0414 14:19:37.455395 1414197 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I0414 14:19:37.455429 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0414 14:19:37.567020 1414197 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0414 14:19:37.567118 1414197 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0414 14:19:37.848503 1414197 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0414 14:19:37.848540 1414197 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0414 14:19:37.958873 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0414 14:19:37.964316 1414197 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0414 14:19:37.964349 1414197 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0414 14:19:38.057835 1414197 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.894423796s)
I0414 14:19:38.057918 1414197 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0414 14:19:38.059092 1414197 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.707501186s)
I0414 14:19:38.059867 1414197 node_ready.go:35] waiting up to 6m0s for node "addons-453019" to be "Ready" ...
I0414 14:19:38.060859 1414197 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0414 14:19:38.060909 1414197 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0414 14:19:38.157406 1414197 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0414 14:19:38.157441 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0414 14:19:38.159938 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0414 14:19:38.253691 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (1.790304833s)
I0414 14:19:38.354607 1414197 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0414 14:19:38.354638 1414197 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0414 14:19:38.663326 1414197 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-453019" context rescaled to 1 replicas
I0414 14:19:38.663941 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0414 14:19:38.757617 1414197 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0414 14:19:38.757697 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0414 14:19:38.966369 1414197 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0414 14:19:38.966411 1414197 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0414 14:19:39.164401 1414197 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0414 14:19:39.164492 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0414 14:19:39.370108 1414197 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0414 14:19:39.370137 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0414 14:19:39.753675 1414197 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0414 14:19:39.753705 1414197 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0414 14:19:39.853531 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0414 14:19:40.071039 1414197 node_ready.go:53] node "addons-453019" has status "Ready":"False"
I0414 14:19:40.247518 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.684702124s)
I0414 14:19:40.850229 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (4.191830052s)
I0414 14:19:40.850408 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.185091721s)
I0414 14:19:40.850537 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.1855176s)
I0414 14:19:40.850579 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.183197544s)
I0414 14:19:40.851050 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (4.286670097s)
I0414 14:19:41.964370 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.204829831s)
I0414 14:19:41.964411 1414197 addons.go:479] Verifying addon ingress=true in "addons-453019"
I0414 14:19:41.964664 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.904201658s)
I0414 14:19:41.964685 1414197 addons.go:479] Verifying addon registry=true in "addons-453019"
I0414 14:19:41.964811 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.903941945s)
I0414 14:19:41.965207 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.006294664s)
I0414 14:19:41.965390 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (3.805421802s)
I0414 14:19:41.965780 1414197 addons.go:479] Verifying addon metrics-server=true in "addons-453019"
I0414 14:19:41.966978 1414197 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-453019 service yakd-dashboard -n yakd-dashboard
I0414 14:19:41.966981 1414197 out.go:177] * Verifying ingress addon...
I0414 14:19:41.967064 1414197 out.go:177] * Verifying registry addon...
I0414 14:19:41.969599 1414197 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0414 14:19:41.969664 1414197 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0414 14:19:41.973536 1414197 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0414 14:19:41.973558 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:41.973772 1414197 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0414 14:19:41.973832 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:42.475499 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:42.475710 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:42.562799 1414197 node_ready.go:53] node "addons-453019" has status "Ready":"False"
I0414 14:19:42.951780 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.287760062s)
W0414 14:19:42.951838 1414197 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0414 14:19:42.951863 1414197 retry.go:31] will retry after 299.202464ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0414 14:19:42.973807 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:42.973885 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:43.048022 1414197 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0414 14:19:43.048100 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:43.069850 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:43.251763 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0414 14:19:43.267979 1414197 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0414 14:19:43.346093 1414197 addons.go:238] Setting addon gcp-auth=true in "addons-453019"
I0414 14:19:43.346174 1414197 host.go:66] Checking if "addons-453019" exists ...
I0414 14:19:43.346691 1414197 cli_runner.go:164] Run: docker container inspect addons-453019 --format={{.State.Status}}
I0414 14:19:43.374647 1414197 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0414 14:19:43.374754 1414197 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-453019
I0414 14:19:43.393330 1414197 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32888 SSHKeyPath:/home/jenkins/minikube-integration/20512-1405645/.minikube/machines/addons-453019/id_rsa Username:docker}
I0414 14:19:43.472669 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:43.472837 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:43.569345 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.715743932s)
I0414 14:19:43.569391 1414197 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-453019"
I0414 14:19:43.571589 1414197 out.go:177] * Verifying csi-hostpath-driver addon...
I0414 14:19:43.573747 1414197 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0414 14:19:43.652722 1414197 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0414 14:19:43.652753 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:43.973547 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:43.973747 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:44.076947 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:44.473314 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:44.473500 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:44.577109 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:44.973356 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:44.973583 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:45.062669 1414197 node_ready.go:53] node "addons-453019" has status "Ready":"False"
I0414 14:19:45.076950 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:45.473219 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:45.473421 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:45.576448 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:45.974029 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:45.974261 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:46.076112 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:46.135179 1414197 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.883342736s)
I0414 14:19:46.135232 1414197 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.760544853s)
I0414 14:19:46.137082 1414197 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I0414 14:19:46.138483 1414197 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
I0414 14:19:46.139589 1414197 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0414 14:19:46.139607 1414197 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0414 14:19:46.156477 1414197 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0414 14:19:46.156501 1414197 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0414 14:19:46.173542 1414197 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0414 14:19:46.173565 1414197 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0414 14:19:46.189963 1414197 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0414 14:19:46.472629 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:46.472884 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:46.502690 1414197 addons.go:479] Verifying addon gcp-auth=true in "addons-453019"
I0414 14:19:46.504281 1414197 out.go:177] * Verifying gcp-auth addon...
I0414 14:19:46.506130 1414197 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0414 14:19:46.546411 1414197 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0414 14:19:46.546434 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:46.576995 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:46.973009 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:46.973170 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:47.009595 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:47.062970 1414197 node_ready.go:53] node "addons-453019" has status "Ready":"False"
I0414 14:19:47.076455 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:47.473159 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:47.473310 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:47.508657 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:47.576549 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:47.972680 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:47.972745 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:48.009219 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:48.077007 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:48.473249 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:48.473366 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:48.508771 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:48.576692 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:48.973204 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:48.973422 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:49.010254 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:49.076912 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:49.473387 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:49.473652 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:49.508616 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:49.562923 1414197 node_ready.go:53] node "addons-453019" has status "Ready":"False"
I0414 14:19:49.576105 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:49.973366 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:49.973453 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:50.008597 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:50.076577 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:50.472795 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:50.473019 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:50.509376 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:50.575957 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:50.973076 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:50.973412 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:51.009948 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:51.076341 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:51.473671 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:51.473866 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:51.509306 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:51.563131 1414197 node_ready.go:53] node "addons-453019" has status "Ready":"False"
I0414 14:19:51.576878 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:51.972947 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:51.973450 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:52.009047 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:52.077105 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:52.473161 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:52.473396 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:52.509565 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:52.576292 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:52.973378 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:52.973557 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:53.008905 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:53.076240 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:53.473572 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:53.473644 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:53.509336 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:53.576400 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:53.973215 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:53.973401 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:54.008806 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:54.063370 1414197 node_ready.go:53] node "addons-453019" has status "Ready":"False"
I0414 14:19:54.076499 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:54.473195 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:54.473334 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:54.508862 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:54.576929 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:54.974457 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:54.974591 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:55.009241 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:55.077105 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:55.472873 1414197 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0414 14:19:55.472902 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:55.472998 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:55.549045 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:55.563347 1414197 node_ready.go:49] node "addons-453019" has status "Ready":"True"
I0414 14:19:55.563376 1414197 node_ready.go:38] duration metric: took 17.503429984s for node "addons-453019" to be "Ready" ...
I0414 14:19:55.563390 1414197 pod_ready.go:36] 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" ...
I0414 14:19:55.566785 1414197 pod_ready.go:79] waiting up to 6m0s for pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace to be "Ready" ...
I0414 14:19:55.577909 1414197 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0414 14:19:55.577999 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:55.976790 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:55.977133 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:56.076840 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:56.178371 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:56.473039 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:56.473072 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:56.510158 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:56.576491 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:56.973829 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:56.973884 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:57.009271 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:57.076815 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:57.473533 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:57.473570 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:57.509324 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:57.572521 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:19:57.576794 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:57.972863 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:57.973107 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:58.072884 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:58.075894 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:58.474111 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:58.474307 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:58.548301 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:58.576545 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:58.973567 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:58.973802 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:59.046787 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:59.077532 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:59.473967 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:59.474051 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:19:59.509860 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:19:59.573018 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:19:59.576394 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:19:59.973908 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:19:59.973930 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:00.073646 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:00.076907 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:00.473166 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:00.473280 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:00.509320 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:00.576295 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:00.973398 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:00.973489 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:01.009418 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:01.076235 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:01.473215 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:01.473269 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:01.509758 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:01.576509 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:01.973243 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:01.973507 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:02.008765 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:02.072219 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:02.076824 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:02.473176 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:02.473381 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:02.509534 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:02.576259 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:02.974469 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:02.974995 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:03.048536 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:03.076842 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:03.473109 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:03.473137 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:03.573939 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:03.576055 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:03.973309 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:03.973452 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:04.009031 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:04.076619 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:04.473794 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:04.473863 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:04.508903 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:04.572487 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:04.576725 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:04.973919 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:04.973925 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:05.009477 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:05.076264 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:05.475176 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:05.475259 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:05.509903 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:05.576704 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:05.973043 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:05.973067 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:06.009364 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:06.076462 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:06.473892 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:06.474120 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:06.509408 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:06.572845 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:06.576285 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:06.973557 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:06.973598 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:07.048456 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:07.076199 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:07.473323 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:07.473369 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:07.508602 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:07.577266 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:07.974124 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:07.974347 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:08.009792 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:08.077269 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:08.473748 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:08.473910 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:08.509800 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:08.575989 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:08.972771 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:08.972872 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:09.009398 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:09.072781 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:09.077139 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:09.473750 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:09.473786 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:09.509375 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:09.577239 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:09.974010 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:09.974055 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:10.010183 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:10.076492 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:10.473889 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:10.473997 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:10.509388 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:10.576811 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:10.972383 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:10.972727 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:11.009723 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:11.076292 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:11.473541 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:11.473703 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:11.509389 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:11.571523 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:11.576516 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:11.972313 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:11.972445 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:12.008830 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:12.076441 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:12.472637 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:12.472758 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:12.508663 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:12.577053 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:12.973015 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:12.973057 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:13.009495 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:13.080509 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:13.472643 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:13.472641 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:13.509624 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:13.572518 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:13.576747 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:13.973226 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:13.973301 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:14.009590 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:14.076165 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:14.473701 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:14.473802 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:14.509173 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:14.576233 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:14.974218 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:14.974291 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:15.074161 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:15.075729 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:15.472546 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:15.472630 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:15.508758 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:15.575975 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:15.973509 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:15.973534 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:16.009007 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:16.071705 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:16.076779 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:16.473043 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:16.473128 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:16.508619 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:16.576377 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:16.973822 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:16.973847 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:17.009057 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:17.076724 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:17.472619 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:17.472619 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:17.508869 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:17.576649 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:17.973776 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:17.973810 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:18.048016 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:18.076688 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:18.473248 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:18.473252 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:18.508442 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:18.572861 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:18.577166 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:18.973239 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:18.973309 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:19.046273 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:19.076419 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:19.473622 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:19.473622 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:19.509175 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:19.577000 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:19.973082 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:19.973205 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:20.009775 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:20.077549 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:20.473664 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:20.473788 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:20.509236 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:20.577151 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:20.973497 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:20.973578 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:21.008845 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:21.071908 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:21.075825 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:21.472811 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:21.472852 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:21.509095 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:21.576772 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:21.972664 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:21.972684 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:22.009010 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:22.076503 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:22.475164 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:22.475171 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:22.509607 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:22.576825 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:22.972733 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:22.972788 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:23.009684 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:23.072917 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:23.076273 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:23.473294 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:23.475093 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:23.508949 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:23.576875 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:23.972914 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:23.972949 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:24.009434 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:24.076302 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:24.473750 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:24.473809 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:24.509137 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:24.577095 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:24.973357 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:24.973596 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:25.009266 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:25.076733 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:25.473520 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:25.473633 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:25.508955 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:25.572801 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:25.577104 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:25.973744 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:25.973844 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:26.009480 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:26.077068 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:26.473371 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:26.473498 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:26.508874 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:26.576812 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:26.973062 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:26.973098 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:27.009380 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:27.077675 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:27.472876 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:27.473088 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:27.509221 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:27.576566 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:27.973623 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:27.973675 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:28.008953 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:28.071766 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:28.077282 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:28.474616 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:28.474623 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:28.575155 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:28.576386 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:28.973180 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:28.973195 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:29.009601 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:29.076160 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:29.473365 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:29.473511 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:29.508701 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:29.578661 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:29.973832 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:29.973866 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:30.010174 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:30.078455 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:30.473568 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:30.473607 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:30.509047 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:30.571793 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:30.576940 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:30.973363 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:30.973368 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:31.008830 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:31.076302 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:31.473211 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:31.473240 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:31.509639 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:31.576934 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:31.973191 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:31.973370 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:32.009384 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:32.077039 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:32.514256 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:32.514527 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:32.515443 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:32.638039 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:32.639986 1414197 pod_ready.go:103] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:32.973731 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:32.973778 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:33.009929 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:33.076818 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:33.473162 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:33.473531 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:33.508758 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:33.577064 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:33.972877 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:33.972937 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:34.008956 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:34.071689 1414197 pod_ready.go:93] pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace has status "Ready":"True"
I0414 14:20:34.071720 1414197 pod_ready.go:82] duration metric: took 38.504869502s for pod "amd-gpu-device-plugin-n2tlb" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.071733 1414197 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-cgdlv" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.075689 1414197 pod_ready.go:93] pod "coredns-668d6bf9bc-cgdlv" in "kube-system" namespace has status "Ready":"True"
I0414 14:20:34.075712 1414197 pod_ready.go:82] duration metric: took 3.971959ms for pod "coredns-668d6bf9bc-cgdlv" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.075731 1414197 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-453019" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.075942 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:34.078995 1414197 pod_ready.go:93] pod "etcd-addons-453019" in "kube-system" namespace has status "Ready":"True"
I0414 14:20:34.079014 1414197 pod_ready.go:82] duration metric: took 3.277492ms for pod "etcd-addons-453019" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.079025 1414197 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-453019" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.082510 1414197 pod_ready.go:93] pod "kube-apiserver-addons-453019" in "kube-system" namespace has status "Ready":"True"
I0414 14:20:34.082529 1414197 pod_ready.go:82] duration metric: took 3.497959ms for pod "kube-apiserver-addons-453019" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.082541 1414197 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-453019" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.085598 1414197 pod_ready.go:93] pod "kube-controller-manager-addons-453019" in "kube-system" namespace has status "Ready":"True"
I0414 14:20:34.085612 1414197 pod_ready.go:82] duration metric: took 3.065134ms for pod "kube-controller-manager-addons-453019" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.085621 1414197 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-8jm4w" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.470788 1414197 pod_ready.go:93] pod "kube-proxy-8jm4w" in "kube-system" namespace has status "Ready":"True"
I0414 14:20:34.470900 1414197 pod_ready.go:82] duration metric: took 385.262827ms for pod "kube-proxy-8jm4w" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.470924 1414197 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-453019" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.472455 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:34.472590 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:34.508552 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:34.577937 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:34.870539 1414197 pod_ready.go:93] pod "kube-scheduler-addons-453019" in "kube-system" namespace has status "Ready":"True"
I0414 14:20:34.870563 1414197 pod_ready.go:82] duration metric: took 399.626583ms for pod "kube-scheduler-addons-453019" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.870572 1414197 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-7fbb699795-st2fg" in "kube-system" namespace to be "Ready" ...
I0414 14:20:34.974094 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:34.974098 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:35.009810 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:35.076808 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:35.270523 1414197 pod_ready.go:93] pod "metrics-server-7fbb699795-st2fg" in "kube-system" namespace has status "Ready":"True"
I0414 14:20:35.270554 1414197 pod_ready.go:82] duration metric: took 399.974301ms for pod "metrics-server-7fbb699795-st2fg" in "kube-system" namespace to be "Ready" ...
I0414 14:20:35.270569 1414197 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-k4mjz" in "kube-system" namespace to be "Ready" ...
I0414 14:20:35.472329 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:35.472376 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:35.508627 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:35.577193 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:35.972909 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:35.973066 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:36.009454 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:36.077315 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:36.471964 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:36.472081 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:36.509095 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:36.577125 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:36.973206 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:36.973327 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:37.008842 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:37.077721 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:37.275499 1414197 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-k4mjz" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:37.472509 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:37.472521 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:37.509040 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:37.576561 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:37.972777 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:37.972804 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:38.009203 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:38.077128 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:38.473141 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:38.473204 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:38.509538 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:38.578030 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:38.973485 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:38.973661 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:39.048428 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:39.077190 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:39.276994 1414197 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-k4mjz" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:39.548651 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:39.549170 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:39.549512 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:39.648541 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:39.974739 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:39.974773 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:40.048683 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:40.148967 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:40.549510 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:40.549589 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:40.549648 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:40.666543 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:40.974602 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:40.974656 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:41.009214 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:41.077068 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:41.473332 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:41.473432 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:41.547170 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:41.577394 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:41.776236 1414197 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-k4mjz" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:41.973541 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:41.973697 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:42.009032 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:42.076942 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:42.473362 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:42.473544 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:42.509356 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:42.577540 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:42.973385 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:42.973444 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:43.009447 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:43.077486 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:43.473261 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:43.473481 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:43.509359 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:43.577530 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:43.777044 1414197 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-k4mjz" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:43.973280 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:43.973394 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:44.009933 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:44.077208 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:44.473402 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:44.473626 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:44.509654 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:44.577492 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:44.972754 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:44.973010 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:45.009888 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:45.078085 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:45.473597 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:45.473635 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:45.509413 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:45.577065 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:45.973736 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:45.973802 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:46.009351 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:46.077531 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:46.276722 1414197 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-k4mjz" in "kube-system" namespace has status "Ready":"False"
I0414 14:20:46.473457 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:46.473716 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:46.509334 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:46.577562 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:46.973438 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:46.973808 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:47.008882 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:47.077517 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:47.473254 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:47.473563 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:47.509556 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:47.577210 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:47.973264 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:47.973420 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:48.009429 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:48.077107 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:48.275854 1414197 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-k4mjz" in "kube-system" namespace has status "Ready":"True"
I0414 14:20:48.275880 1414197 pod_ready.go:82] duration metric: took 13.005301164s for pod "nvidia-device-plugin-daemonset-k4mjz" in "kube-system" namespace to be "Ready" ...
I0414 14:20:48.275901 1414197 pod_ready.go:39] duration metric: took 52.712495793s 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" ...
I0414 14:20:48.275929 1414197 api_server.go:52] waiting for apiserver process to appear ...
I0414 14:20:48.275974 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0414 14:20:48.276034 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0414 14:20:48.312166 1414197 cri.go:89] found id: "3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7"
I0414 14:20:48.312194 1414197 cri.go:89] found id: ""
I0414 14:20:48.312205 1414197 logs.go:282] 1 containers: [3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7]
I0414 14:20:48.312281 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:48.315695 1414197 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0414 14:20:48.315764 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0414 14:20:48.348316 1414197 cri.go:89] found id: "016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99"
I0414 14:20:48.348338 1414197 cri.go:89] found id: ""
I0414 14:20:48.348346 1414197 logs.go:282] 1 containers: [016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99]
I0414 14:20:48.348404 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:48.351725 1414197 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0414 14:20:48.351784 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0414 14:20:48.385577 1414197 cri.go:89] found id: "96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7"
I0414 14:20:48.385602 1414197 cri.go:89] found id: ""
I0414 14:20:48.385613 1414197 logs.go:282] 1 containers: [96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7]
I0414 14:20:48.385667 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:48.388923 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0414 14:20:48.389000 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0414 14:20:48.421736 1414197 cri.go:89] found id: "54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6"
I0414 14:20:48.421759 1414197 cri.go:89] found id: ""
I0414 14:20:48.421768 1414197 logs.go:282] 1 containers: [54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6]
I0414 14:20:48.421822 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:48.425154 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0414 14:20:48.425224 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0414 14:20:48.460509 1414197 cri.go:89] found id: "76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d"
I0414 14:20:48.460532 1414197 cri.go:89] found id: ""
I0414 14:20:48.460542 1414197 logs.go:282] 1 containers: [76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d]
I0414 14:20:48.460595 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:48.464014 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0414 14:20:48.464070 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0414 14:20:48.473170 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:48.473139 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:48.498659 1414197 cri.go:89] found id: "3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e"
I0414 14:20:48.498685 1414197 cri.go:89] found id: ""
I0414 14:20:48.498695 1414197 logs.go:282] 1 containers: [3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e]
I0414 14:20:48.498766 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:48.502494 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0414 14:20:48.502574 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0414 14:20:48.509111 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:48.536017 1414197 cri.go:89] found id: "a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9"
I0414 14:20:48.536042 1414197 cri.go:89] found id: ""
I0414 14:20:48.536053 1414197 logs.go:282] 1 containers: [a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9]
I0414 14:20:48.536110 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:48.540503 1414197 logs.go:123] Gathering logs for kindnet [a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9] ...
I0414 14:20:48.540530 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9"
I0414 14:20:48.573605 1414197 logs.go:123] Gathering logs for CRI-O ...
I0414 14:20:48.573633 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0414 14:20:48.576753 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:48.653228 1414197 logs.go:123] Gathering logs for kubelet ...
I0414 14:20:48.653273 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0414 14:20:48.698864 1414197 logs.go:138] Found kubelet problem: Apr 14 14:19:36 addons-453019 kubelet[1653]: W0414 14:19:36.258844 1653 reflector.go:569] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-453019" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-453019' and this object
W0414 14:20:48.699034 1414197 logs.go:138] Found kubelet problem: Apr 14 14:19:36 addons-453019 kubelet[1653]: E0414 14:19:36.258910 1653 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-453019\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-453019' and this object" logger="UnhandledError"
W0414 14:20:48.699171 1414197 logs.go:138] Found kubelet problem: Apr 14 14:19:36 addons-453019 kubelet[1653]: W0414 14:19:36.259043 1653 reflector.go:569] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-453019" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-453019' and this object
W0414 14:20:48.699329 1414197 logs.go:138] Found kubelet problem: Apr 14 14:19:36 addons-453019 kubelet[1653]: E0414 14:19:36.259075 1653 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-453019\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-453019' and this object" logger="UnhandledError"
I0414 14:20:48.738749 1414197 logs.go:123] Gathering logs for describe nodes ...
I0414 14:20:48.738786 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0414 14:20:48.830032 1414197 logs.go:123] Gathering logs for kube-scheduler [54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6] ...
I0414 14:20:48.830062 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6"
I0414 14:20:48.893129 1414197 logs.go:123] Gathering logs for container status ...
I0414 14:20:48.893180 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0414 14:20:48.937361 1414197 logs.go:123] Gathering logs for dmesg ...
I0414 14:20:48.937396 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0414 14:20:48.959089 1414197 logs.go:123] Gathering logs for kube-apiserver [3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7] ...
I0414 14:20:48.959122 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7"
I0414 14:20:48.973553 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:48.973563 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:49.004860 1414197 logs.go:123] Gathering logs for etcd [016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99] ...
I0414 14:20:49.004895 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99"
I0414 14:20:49.009555 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:49.059694 1414197 logs.go:123] Gathering logs for coredns [96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7] ...
I0414 14:20:49.059733 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7"
I0414 14:20:49.077299 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:49.094860 1414197 logs.go:123] Gathering logs for kube-proxy [76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d] ...
I0414 14:20:49.094891 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d"
I0414 14:20:49.129306 1414197 logs.go:123] Gathering logs for kube-controller-manager [3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e] ...
I0414 14:20:49.129335 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e"
I0414 14:20:49.202162 1414197 out.go:358] Setting ErrFile to fd 2...
I0414 14:20:49.202195 1414197 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0414 14:20:49.202259 1414197 out.go:270] X Problems detected in kubelet:
W0414 14:20:49.202274 1414197 out.go:270] Apr 14 14:19:36 addons-453019 kubelet[1653]: W0414 14:19:36.258844 1653 reflector.go:569] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-453019" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-453019' and this object
W0414 14:20:49.202283 1414197 out.go:270] Apr 14 14:19:36 addons-453019 kubelet[1653]: E0414 14:19:36.258910 1653 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-453019\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-453019' and this object" logger="UnhandledError"
W0414 14:20:49.202298 1414197 out.go:270] Apr 14 14:19:36 addons-453019 kubelet[1653]: W0414 14:19:36.259043 1653 reflector.go:569] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-453019" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-453019' and this object
W0414 14:20:49.202307 1414197 out.go:270] Apr 14 14:19:36 addons-453019 kubelet[1653]: E0414 14:19:36.259075 1653 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-453019\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-453019' and this object" logger="UnhandledError"
I0414 14:20:49.202316 1414197 out.go:358] Setting ErrFile to fd 2...
I0414 14:20:49.202328 1414197 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0414 14:20:49.474083 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:49.474255 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:49.548342 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:49.577649 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:49.973334 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:49.973400 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:50.009266 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:50.077147 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:50.474307 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0414 14:20:50.474328 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:50.512090 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:50.579163 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:50.973049 1414197 kapi.go:107] duration metric: took 1m9.003382153s to wait for kubernetes.io/minikube-addons=registry ...
I0414 14:20:50.973080 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:51.009303 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:51.076893 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:51.473042 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:51.509410 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:51.577404 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:51.973591 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:52.008878 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:52.076325 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:52.472442 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:52.548875 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:52.576843 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:52.972991 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:53.009300 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:53.077434 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:53.473752 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:53.509689 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:53.578017 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:53.972981 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:54.009730 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:54.077935 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:54.472900 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:54.509586 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:54.577359 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:54.973705 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:55.009335 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:55.077727 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:55.473139 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:55.509603 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:55.577168 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:55.973208 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:56.008992 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:56.076261 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:56.473266 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:56.510146 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:56.576839 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:56.973378 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:57.009963 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:57.076811 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:57.473266 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:57.509901 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0414 14:20:57.577118 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:57.973004 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:58.009352 1414197 kapi.go:107] duration metric: took 1m11.503215224s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0414 14:20:58.010745 1414197 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-453019 cluster.
I0414 14:20:58.011836 1414197 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.
I0414 14:20:58.012813 1414197 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0414 14:20:58.076922 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:58.473373 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:58.577668 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:58.973360 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:59.077567 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:59.203057 1414197 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0414 14:20:59.216630 1414197 api_server.go:72] duration metric: took 1m23.284400656s to wait for apiserver process to appear ...
I0414 14:20:59.216657 1414197 api_server.go:88] waiting for apiserver healthz status ...
I0414 14:20:59.216695 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0414 14:20:59.216744 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0414 14:20:59.251181 1414197 cri.go:89] found id: "3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7"
I0414 14:20:59.251204 1414197 cri.go:89] found id: ""
I0414 14:20:59.251212 1414197 logs.go:282] 1 containers: [3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7]
I0414 14:20:59.251266 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:59.255158 1414197 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0414 14:20:59.255227 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0414 14:20:59.289761 1414197 cri.go:89] found id: "016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99"
I0414 14:20:59.289783 1414197 cri.go:89] found id: ""
I0414 14:20:59.289793 1414197 logs.go:282] 1 containers: [016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99]
I0414 14:20:59.289847 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:59.293504 1414197 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0414 14:20:59.293577 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0414 14:20:59.327920 1414197 cri.go:89] found id: "96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7"
I0414 14:20:59.327943 1414197 cri.go:89] found id: ""
I0414 14:20:59.327951 1414197 logs.go:282] 1 containers: [96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7]
I0414 14:20:59.328001 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:59.331471 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0414 14:20:59.331529 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0414 14:20:59.365435 1414197 cri.go:89] found id: "54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6"
I0414 14:20:59.365457 1414197 cri.go:89] found id: ""
I0414 14:20:59.365484 1414197 logs.go:282] 1 containers: [54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6]
I0414 14:20:59.365535 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:59.368977 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0414 14:20:59.369047 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0414 14:20:59.408492 1414197 cri.go:89] found id: "76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d"
I0414 14:20:59.408525 1414197 cri.go:89] found id: ""
I0414 14:20:59.408537 1414197 logs.go:282] 1 containers: [76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d]
I0414 14:20:59.408595 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:59.412022 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0414 14:20:59.412086 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0414 14:20:59.464266 1414197 cri.go:89] found id: "3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e"
I0414 14:20:59.464294 1414197 cri.go:89] found id: ""
I0414 14:20:59.464306 1414197 logs.go:282] 1 containers: [3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e]
I0414 14:20:59.464371 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:59.468676 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0414 14:20:59.468747 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0414 14:20:59.473331 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:20:59.570043 1414197 cri.go:89] found id: "a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9"
I0414 14:20:59.570076 1414197 cri.go:89] found id: ""
I0414 14:20:59.570087 1414197 logs.go:282] 1 containers: [a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9]
I0414 14:20:59.570143 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:20:59.573654 1414197 logs.go:123] Gathering logs for kindnet [a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9] ...
I0414 14:20:59.573677 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9"
I0414 14:20:59.577325 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:20:59.678304 1414197 logs.go:123] Gathering logs for container status ...
I0414 14:20:59.678344 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0414 14:20:59.862582 1414197 logs.go:123] Gathering logs for describe nodes ...
I0414 14:20:59.862628 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0414 14:20:59.972941 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:00.019175 1414197 logs.go:123] Gathering logs for etcd [016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99] ...
I0414 14:21:00.019206 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99"
I0414 14:21:00.077491 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:00.101316 1414197 logs.go:123] Gathering logs for kube-scheduler [54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6] ...
I0414 14:21:00.101358 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6"
I0414 14:21:00.187548 1414197 logs.go:123] Gathering logs for kube-proxy [76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d] ...
I0414 14:21:00.187582 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d"
I0414 14:21:00.222052 1414197 logs.go:123] Gathering logs for CRI-O ...
I0414 14:21:00.222084 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0414 14:21:00.297625 1414197 logs.go:123] Gathering logs for kubelet ...
I0414 14:21:00.297667 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0414 14:21:00.342296 1414197 logs.go:138] Found kubelet problem: Apr 14 14:19:36 addons-453019 kubelet[1653]: W0414 14:19:36.258844 1653 reflector.go:569] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-453019" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-453019' and this object
W0414 14:21:00.342477 1414197 logs.go:138] Found kubelet problem: Apr 14 14:19:36 addons-453019 kubelet[1653]: E0414 14:19:36.258910 1653 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-453019\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-453019' and this object" logger="UnhandledError"
W0414 14:21:00.342616 1414197 logs.go:138] Found kubelet problem: Apr 14 14:19:36 addons-453019 kubelet[1653]: W0414 14:19:36.259043 1653 reflector.go:569] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-453019" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-453019' and this object
W0414 14:21:00.342782 1414197 logs.go:138] Found kubelet problem: Apr 14 14:19:36 addons-453019 kubelet[1653]: E0414 14:19:36.259075 1653 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-453019\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-453019' and this object" logger="UnhandledError"
I0414 14:21:00.385325 1414197 logs.go:123] Gathering logs for dmesg ...
I0414 14:21:00.385375 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0414 14:21:00.408253 1414197 logs.go:123] Gathering logs for kube-apiserver [3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7] ...
I0414 14:21:00.408291 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7"
I0414 14:21:00.454425 1414197 logs.go:123] Gathering logs for coredns [96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7] ...
I0414 14:21:00.454457 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7"
I0414 14:21:00.473879 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:00.497170 1414197 logs.go:123] Gathering logs for kube-controller-manager [3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e] ...
I0414 14:21:00.497204 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e"
I0414 14:21:00.576827 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:00.592388 1414197 out.go:358] Setting ErrFile to fd 2...
I0414 14:21:00.592418 1414197 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0414 14:21:00.592493 1414197 out.go:270] X Problems detected in kubelet:
W0414 14:21:00.592511 1414197 out.go:270] Apr 14 14:19:36 addons-453019 kubelet[1653]: W0414 14:19:36.258844 1653 reflector.go:569] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-453019" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-453019' and this object
W0414 14:21:00.592524 1414197 out.go:270] Apr 14 14:19:36 addons-453019 kubelet[1653]: E0414 14:19:36.258910 1653 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-453019\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-453019' and this object" logger="UnhandledError"
W0414 14:21:00.592538 1414197 out.go:270] Apr 14 14:19:36 addons-453019 kubelet[1653]: W0414 14:19:36.259043 1653 reflector.go:569] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-453019" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-453019' and this object
W0414 14:21:00.592550 1414197 out.go:270] Apr 14 14:19:36 addons-453019 kubelet[1653]: E0414 14:19:36.259075 1653 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-453019\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-453019' and this object" logger="UnhandledError"
I0414 14:21:00.592558 1414197 out.go:358] Setting ErrFile to fd 2...
I0414 14:21:00.592568 1414197 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0414 14:21:00.974867 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:01.078520 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:01.549677 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:01.650711 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:01.973032 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:02.154894 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:02.473296 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:02.653806 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:03.047519 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:03.153714 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:03.473690 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:03.577967 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:03.972731 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:04.077920 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:04.473712 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:04.577910 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:04.974335 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:05.077712 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:05.473895 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:05.576958 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:05.973389 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:06.077188 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:06.473351 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:06.576942 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:06.973710 1414197 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0414 14:21:07.077785 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:07.472796 1414197 kapi.go:107] duration metric: took 1m25.503193814s to wait for app.kubernetes.io/name=ingress-nginx ...
I0414 14:21:07.577965 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:08.077783 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:08.577518 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:09.078135 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:09.577798 1414197 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0414 14:21:10.077255 1414197 kapi.go:107] duration metric: took 1m26.503506865s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0414 14:21:10.078991 1414197 out.go:177] * Enabled addons: nvidia-device-plugin, storage-provisioner, amd-gpu-device-plugin, ingress-dns, cloud-spanner, inspektor-gadget, default-storageclass, metrics-server, yakd, storage-provisioner-rancher, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
I0414 14:21:10.080409 1414197 addons.go:514] duration metric: took 1m34.14829911s for enable addons: enabled=[nvidia-device-plugin storage-provisioner amd-gpu-device-plugin ingress-dns cloud-spanner inspektor-gadget default-storageclass metrics-server yakd storage-provisioner-rancher volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
I0414 14:21:10.593762 1414197 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0414 14:21:10.597684 1414197 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0414 14:21:10.598650 1414197 api_server.go:141] control plane version: v1.32.2
I0414 14:21:10.598675 1414197 api_server.go:131] duration metric: took 11.382012712s to wait for apiserver health ...
I0414 14:21:10.598684 1414197 system_pods.go:43] waiting for kube-system pods to appear ...
I0414 14:21:10.598709 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0414 14:21:10.598767 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0414 14:21:10.632549 1414197 cri.go:89] found id: "3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7"
I0414 14:21:10.632588 1414197 cri.go:89] found id: ""
I0414 14:21:10.632600 1414197 logs.go:282] 1 containers: [3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7]
I0414 14:21:10.632664 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:21:10.636050 1414197 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0414 14:21:10.636122 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0414 14:21:10.669312 1414197 cri.go:89] found id: "016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99"
I0414 14:21:10.669335 1414197 cri.go:89] found id: ""
I0414 14:21:10.669343 1414197 logs.go:282] 1 containers: [016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99]
I0414 14:21:10.669390 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:21:10.673303 1414197 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0414 14:21:10.673361 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0414 14:21:10.708143 1414197 cri.go:89] found id: "96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7"
I0414 14:21:10.708167 1414197 cri.go:89] found id: ""
I0414 14:21:10.708177 1414197 logs.go:282] 1 containers: [96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7]
I0414 14:21:10.708254 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:21:10.711778 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0414 14:21:10.711838 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0414 14:21:10.747293 1414197 cri.go:89] found id: "54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6"
I0414 14:21:10.747320 1414197 cri.go:89] found id: ""
I0414 14:21:10.747330 1414197 logs.go:282] 1 containers: [54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6]
I0414 14:21:10.747388 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:21:10.751056 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0414 14:21:10.751110 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0414 14:21:10.784637 1414197 cri.go:89] found id: "76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d"
I0414 14:21:10.784658 1414197 cri.go:89] found id: ""
I0414 14:21:10.784666 1414197 logs.go:282] 1 containers: [76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d]
I0414 14:21:10.784708 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:21:10.788052 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0414 14:21:10.788115 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0414 14:21:10.823838 1414197 cri.go:89] found id: "3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e"
I0414 14:21:10.823863 1414197 cri.go:89] found id: ""
I0414 14:21:10.823871 1414197 logs.go:282] 1 containers: [3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e]
I0414 14:21:10.823930 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:21:10.827345 1414197 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0414 14:21:10.827414 1414197 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0414 14:21:10.860347 1414197 cri.go:89] found id: "a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9"
I0414 14:21:10.860372 1414197 cri.go:89] found id: ""
I0414 14:21:10.860382 1414197 logs.go:282] 1 containers: [a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9]
I0414 14:21:10.860444 1414197 ssh_runner.go:195] Run: which crictl
I0414 14:21:10.864320 1414197 logs.go:123] Gathering logs for dmesg ...
I0414 14:21:10.864350 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0414 14:21:10.885018 1414197 logs.go:123] Gathering logs for kube-apiserver [3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7] ...
I0414 14:21:10.885046 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7"
I0414 14:21:10.932570 1414197 logs.go:123] Gathering logs for etcd [016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99] ...
I0414 14:21:10.932608 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99"
I0414 14:21:10.983748 1414197 logs.go:123] Gathering logs for coredns [96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7] ...
I0414 14:21:10.983781 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7"
I0414 14:21:11.021614 1414197 logs.go:123] Gathering logs for kube-scheduler [54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6] ...
I0414 14:21:11.021656 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6"
I0414 14:21:11.060785 1414197 logs.go:123] Gathering logs for kube-controller-manager [3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e] ...
I0414 14:21:11.060821 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e"
I0414 14:21:11.114943 1414197 logs.go:123] Gathering logs for CRI-O ...
I0414 14:21:11.114979 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0414 14:21:11.191637 1414197 logs.go:123] Gathering logs for container status ...
I0414 14:21:11.191688 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0414 14:21:11.236148 1414197 logs.go:123] Gathering logs for kubelet ...
I0414 14:21:11.236176 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0414 14:21:11.286907 1414197 logs.go:138] Found kubelet problem: Apr 14 14:19:36 addons-453019 kubelet[1653]: W0414 14:19:36.258844 1653 reflector.go:569] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-453019" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-453019' and this object
W0414 14:21:11.287092 1414197 logs.go:138] Found kubelet problem: Apr 14 14:19:36 addons-453019 kubelet[1653]: E0414 14:19:36.258910 1653 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-453019\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-453019' and this object" logger="UnhandledError"
W0414 14:21:11.287233 1414197 logs.go:138] Found kubelet problem: Apr 14 14:19:36 addons-453019 kubelet[1653]: W0414 14:19:36.259043 1653 reflector.go:569] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-453019" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-453019' and this object
W0414 14:21:11.287394 1414197 logs.go:138] Found kubelet problem: Apr 14 14:19:36 addons-453019 kubelet[1653]: E0414 14:19:36.259075 1653 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-453019\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-453019' and this object" logger="UnhandledError"
I0414 14:21:11.329062 1414197 logs.go:123] Gathering logs for describe nodes ...
I0414 14:21:11.329113 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0414 14:21:11.417841 1414197 logs.go:123] Gathering logs for kube-proxy [76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d] ...
I0414 14:21:11.417877 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d"
I0414 14:21:11.460773 1414197 logs.go:123] Gathering logs for kindnet [a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9] ...
I0414 14:21:11.460809 1414197 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9"
I0414 14:21:11.500323 1414197 out.go:358] Setting ErrFile to fd 2...
I0414 14:21:11.500362 1414197 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0414 14:21:11.500448 1414197 out.go:270] X Problems detected in kubelet:
W0414 14:21:11.500477 1414197 out.go:270] Apr 14 14:19:36 addons-453019 kubelet[1653]: W0414 14:19:36.258844 1653 reflector.go:569] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-453019" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-453019' and this object
W0414 14:21:11.500490 1414197 out.go:270] Apr 14 14:19:36 addons-453019 kubelet[1653]: E0414 14:19:36.258910 1653 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-453019\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-453019' and this object" logger="UnhandledError"
W0414 14:21:11.500502 1414197 out.go:270] Apr 14 14:19:36 addons-453019 kubelet[1653]: W0414 14:19:36.259043 1653 reflector.go:569] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-453019" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-453019' and this object
W0414 14:21:11.500511 1414197 out.go:270] Apr 14 14:19:36 addons-453019 kubelet[1653]: E0414 14:19:36.259075 1653 reflector.go:166] "Unhandled Error" err="object-\"kube-system\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-453019\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-453019' and this object" logger="UnhandledError"
I0414 14:21:11.500520 1414197 out.go:358] Setting ErrFile to fd 2...
I0414 14:21:11.500529 1414197 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0414 14:21:21.507633 1414197 system_pods.go:59] 19 kube-system pods found
I0414 14:21:21.507675 1414197 system_pods.go:61] "amd-gpu-device-plugin-n2tlb" [c432b6fe-75c2-4825-857a-962d5e0ebf31] Running
I0414 14:21:21.507683 1414197 system_pods.go:61] "coredns-668d6bf9bc-cgdlv" [763b636c-727f-4e53-95dc-e9db354f399a] Running
I0414 14:21:21.507689 1414197 system_pods.go:61] "csi-hostpath-attacher-0" [f41ec9a8-8125-44e6-8cb0-e03eff16a492] Running
I0414 14:21:21.507694 1414197 system_pods.go:61] "csi-hostpath-resizer-0" [00e48da9-ccc5-4beb-821b-f087699a1d56] Running
I0414 14:21:21.507698 1414197 system_pods.go:61] "csi-hostpathplugin-j5xcm" [71fa60f1-28ec-465b-9e8b-bd2f1fc683cb] Running
I0414 14:21:21.507702 1414197 system_pods.go:61] "etcd-addons-453019" [1d315b8a-c042-47c4-8889-2c78c66d17ed] Running
I0414 14:21:21.507706 1414197 system_pods.go:61] "kindnet-f999s" [bfa5dd2f-53cc-4aa4-8efc-cec738766b3e] Running
I0414 14:21:21.507711 1414197 system_pods.go:61] "kube-apiserver-addons-453019" [2aa86214-46d9-4519-ae10-4d87eb2b5454] Running
I0414 14:21:21.507717 1414197 system_pods.go:61] "kube-controller-manager-addons-453019" [a406b73c-9388-459f-a77b-6450c11ccb08] Running
I0414 14:21:21.507724 1414197 system_pods.go:61] "kube-ingress-dns-minikube" [2cc4a43c-1bf9-46b6-a0ed-19e5b1b6bcd4] Running
I0414 14:21:21.507729 1414197 system_pods.go:61] "kube-proxy-8jm4w" [44c052d8-3c37-4954-90be-5a1d9a223af9] Running
I0414 14:21:21.507734 1414197 system_pods.go:61] "kube-scheduler-addons-453019" [3959c798-64ab-4aab-86fc-39b5cf3b0fc5] Running
I0414 14:21:21.507740 1414197 system_pods.go:61] "metrics-server-7fbb699795-st2fg" [d8b893d7-ad1b-466c-a35b-59f8af2cbe34] Running
I0414 14:21:21.507753 1414197 system_pods.go:61] "nvidia-device-plugin-daemonset-k4mjz" [5326c118-c819-423a-8c22-538b3bd89130] Running
I0414 14:21:21.507758 1414197 system_pods.go:61] "registry-6c88467877-9jcxd" [34e529f3-06b4-4823-9f87-0a056b21ca06] Running
I0414 14:21:21.507763 1414197 system_pods.go:61] "registry-proxy-m4hwx" [36bfeb72-4172-499e-a3f2-705bdfc8fdf1] Running
I0414 14:21:21.507767 1414197 system_pods.go:61] "snapshot-controller-68b874b76f-k2zzz" [9203630a-7ed3-41ac-96ab-cefbc4bfbb0c] Running
I0414 14:21:21.507772 1414197 system_pods.go:61] "snapshot-controller-68b874b76f-vvdpg" [1a5de135-1170-4ce3-9096-38560f780eb1] Running
I0414 14:21:21.507777 1414197 system_pods.go:61] "storage-provisioner" [8559ce5f-1732-400b-9b30-17ea4316aafa] Running
I0414 14:21:21.507787 1414197 system_pods.go:74] duration metric: took 10.909095436s to wait for pod list to return data ...
I0414 14:21:21.507803 1414197 default_sa.go:34] waiting for default service account to be created ...
I0414 14:21:21.509865 1414197 default_sa.go:45] found service account: "default"
I0414 14:21:21.509890 1414197 default_sa.go:55] duration metric: took 2.081475ms for default service account to be created ...
I0414 14:21:21.509899 1414197 system_pods.go:116] waiting for k8s-apps to be running ...
I0414 14:21:21.608254 1414197 system_pods.go:86] 19 kube-system pods found
I0414 14:21:21.608288 1414197 system_pods.go:89] "amd-gpu-device-plugin-n2tlb" [c432b6fe-75c2-4825-857a-962d5e0ebf31] Running
I0414 14:21:21.608294 1414197 system_pods.go:89] "coredns-668d6bf9bc-cgdlv" [763b636c-727f-4e53-95dc-e9db354f399a] Running
I0414 14:21:21.608298 1414197 system_pods.go:89] "csi-hostpath-attacher-0" [f41ec9a8-8125-44e6-8cb0-e03eff16a492] Running
I0414 14:21:21.608302 1414197 system_pods.go:89] "csi-hostpath-resizer-0" [00e48da9-ccc5-4beb-821b-f087699a1d56] Running
I0414 14:21:21.608307 1414197 system_pods.go:89] "csi-hostpathplugin-j5xcm" [71fa60f1-28ec-465b-9e8b-bd2f1fc683cb] Running
I0414 14:21:21.608310 1414197 system_pods.go:89] "etcd-addons-453019" [1d315b8a-c042-47c4-8889-2c78c66d17ed] Running
I0414 14:21:21.608313 1414197 system_pods.go:89] "kindnet-f999s" [bfa5dd2f-53cc-4aa4-8efc-cec738766b3e] Running
I0414 14:21:21.608317 1414197 system_pods.go:89] "kube-apiserver-addons-453019" [2aa86214-46d9-4519-ae10-4d87eb2b5454] Running
I0414 14:21:21.608320 1414197 system_pods.go:89] "kube-controller-manager-addons-453019" [a406b73c-9388-459f-a77b-6450c11ccb08] Running
I0414 14:21:21.608325 1414197 system_pods.go:89] "kube-ingress-dns-minikube" [2cc4a43c-1bf9-46b6-a0ed-19e5b1b6bcd4] Running
I0414 14:21:21.608328 1414197 system_pods.go:89] "kube-proxy-8jm4w" [44c052d8-3c37-4954-90be-5a1d9a223af9] Running
I0414 14:21:21.608331 1414197 system_pods.go:89] "kube-scheduler-addons-453019" [3959c798-64ab-4aab-86fc-39b5cf3b0fc5] Running
I0414 14:21:21.608334 1414197 system_pods.go:89] "metrics-server-7fbb699795-st2fg" [d8b893d7-ad1b-466c-a35b-59f8af2cbe34] Running
I0414 14:21:21.608339 1414197 system_pods.go:89] "nvidia-device-plugin-daemonset-k4mjz" [5326c118-c819-423a-8c22-538b3bd89130] Running
I0414 14:21:21.608342 1414197 system_pods.go:89] "registry-6c88467877-9jcxd" [34e529f3-06b4-4823-9f87-0a056b21ca06] Running
I0414 14:21:21.608345 1414197 system_pods.go:89] "registry-proxy-m4hwx" [36bfeb72-4172-499e-a3f2-705bdfc8fdf1] Running
I0414 14:21:21.608348 1414197 system_pods.go:89] "snapshot-controller-68b874b76f-k2zzz" [9203630a-7ed3-41ac-96ab-cefbc4bfbb0c] Running
I0414 14:21:21.608352 1414197 system_pods.go:89] "snapshot-controller-68b874b76f-vvdpg" [1a5de135-1170-4ce3-9096-38560f780eb1] Running
I0414 14:21:21.608355 1414197 system_pods.go:89] "storage-provisioner" [8559ce5f-1732-400b-9b30-17ea4316aafa] Running
I0414 14:21:21.608362 1414197 system_pods.go:126] duration metric: took 98.458021ms to wait for k8s-apps to be running ...
I0414 14:21:21.608373 1414197 system_svc.go:44] waiting for kubelet service to be running ....
I0414 14:21:21.608420 1414197 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0414 14:21:21.620250 1414197 system_svc.go:56] duration metric: took 11.867392ms WaitForService to wait for kubelet
I0414 14:21:21.620281 1414197 kubeadm.go:582] duration metric: took 1m45.688059621s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0414 14:21:21.620301 1414197 node_conditions.go:102] verifying NodePressure condition ...
I0414 14:21:21.622927 1414197 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I0414 14:21:21.622954 1414197 node_conditions.go:123] node cpu capacity is 8
I0414 14:21:21.622969 1414197 node_conditions.go:105] duration metric: took 2.663089ms to run NodePressure ...
I0414 14:21:21.622981 1414197 start.go:241] waiting for startup goroutines ...
I0414 14:21:21.622987 1414197 start.go:246] waiting for cluster config update ...
I0414 14:21:21.623004 1414197 start.go:255] writing updated cluster config ...
I0414 14:21:21.623284 1414197 ssh_runner.go:195] Run: rm -f paused
I0414 14:21:21.673156 1414197 start.go:600] kubectl: 1.32.3, cluster: 1.32.2 (minor skew: 0)
I0414 14:21:21.675103 1414197 out.go:177] * Done! kubectl is now configured to use "addons-453019" cluster and "default" namespace by default
==> CRI-O <==
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.568704740Z" level=info msg="Removing pod sandbox: 5d952adf363ab43c2d5b0e8c615778b30b5dc65e2015efa4f24e19bb35a201f0" id=0d2ec769-3d82-4d2e-adce-0ec9b79ca536 name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.574367861Z" level=info msg="Removed pod sandbox: 5d952adf363ab43c2d5b0e8c615778b30b5dc65e2015efa4f24e19bb35a201f0" id=0d2ec769-3d82-4d2e-adce-0ec9b79ca536 name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.574675642Z" level=info msg="Stopping pod sandbox: c048ff5d0ec8728991ab0d851491128bc6f90abd6fda10384dac2e876802028c" id=d57d7542-0eaf-4d4b-a03d-ec95c7debc49 name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.574717081Z" level=info msg="Stopped pod sandbox (already stopped): c048ff5d0ec8728991ab0d851491128bc6f90abd6fda10384dac2e876802028c" id=d57d7542-0eaf-4d4b-a03d-ec95c7debc49 name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.574988865Z" level=info msg="Removing pod sandbox: c048ff5d0ec8728991ab0d851491128bc6f90abd6fda10384dac2e876802028c" id=efb55dca-1a4a-49ad-a5c9-33dfe3dd86cf name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.581007672Z" level=info msg="Removed pod sandbox: c048ff5d0ec8728991ab0d851491128bc6f90abd6fda10384dac2e876802028c" id=efb55dca-1a4a-49ad-a5c9-33dfe3dd86cf name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.581317730Z" level=info msg="Stopping pod sandbox: 19d61979d399c11acab6079031b78d2a666930f385c25a370e9fd53236e11b6e" id=2086f812-6d5f-40ac-b6a8-564aef5edc62 name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.581340728Z" level=info msg="Stopped pod sandbox (already stopped): 19d61979d399c11acab6079031b78d2a666930f385c25a370e9fd53236e11b6e" id=2086f812-6d5f-40ac-b6a8-564aef5edc62 name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.581628487Z" level=info msg="Removing pod sandbox: 19d61979d399c11acab6079031b78d2a666930f385c25a370e9fd53236e11b6e" id=c3b0c880-0ea0-4faf-8521-cdd87b59e789 name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.586843185Z" level=info msg="Removed pod sandbox: 19d61979d399c11acab6079031b78d2a666930f385c25a370e9fd53236e11b6e" id=c3b0c880-0ea0-4faf-8521-cdd87b59e789 name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.587133187Z" level=info msg="Stopping pod sandbox: 8443e104681cb5b076d9b5b7417f2f353bc07d39bb47d7cc30c64211e4bbccee" id=a6756dae-f855-4b43-a5ce-6ef7c3c5257f name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.587168703Z" level=info msg="Stopped pod sandbox (already stopped): 8443e104681cb5b076d9b5b7417f2f353bc07d39bb47d7cc30c64211e4bbccee" id=a6756dae-f855-4b43-a5ce-6ef7c3c5257f name=/runtime.v1.RuntimeService/StopPodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.587455705Z" level=info msg="Removing pod sandbox: 8443e104681cb5b076d9b5b7417f2f353bc07d39bb47d7cc30c64211e4bbccee" id=a063d76a-1c11-48dc-b435-9eac9542356c name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 14 14:23:31 addons-453019 crio[1049]: time="2025-04-14 14:23:31.593651448Z" level=info msg="Removed pod sandbox: 8443e104681cb5b076d9b5b7417f2f353bc07d39bb47d7cc30c64211e4bbccee" id=a063d76a-1c11-48dc-b435-9eac9542356c name=/runtime.v1.RuntimeService/RemovePodSandbox
Apr 14 14:24:36 addons-453019 crio[1049]: time="2025-04-14 14:24:36.608575459Z" level=info msg="Running pod sandbox: default/hello-world-app-7d9564db4-9wcc7/POD" id=f7c8610b-8b88-46a6-b460-86b51733961a name=/runtime.v1.RuntimeService/RunPodSandbox
Apr 14 14:24:36 addons-453019 crio[1049]: time="2025-04-14 14:24:36.608638498Z" level=warning msg="Allowed annotations are specified for workload []"
Apr 14 14:24:36 addons-453019 crio[1049]: time="2025-04-14 14:24:36.627840586Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-9wcc7 Namespace:default ID:0bc6ed12adc3378b79013b56e42852977e15b960bddb612d733b624bb7bf168c UID:f68d43bc-7179-421f-a8d9-2203b420d03e NetNS:/var/run/netns/799bbab1-b129-430d-9cd7-4f8c1fc9200e Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Apr 14 14:24:36 addons-453019 crio[1049]: time="2025-04-14 14:24:36.627883339Z" level=info msg="Adding pod default_hello-world-app-7d9564db4-9wcc7 to CNI network \"kindnet\" (type=ptp)"
Apr 14 14:24:36 addons-453019 crio[1049]: time="2025-04-14 14:24:36.636912158Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-9wcc7 Namespace:default ID:0bc6ed12adc3378b79013b56e42852977e15b960bddb612d733b624bb7bf168c UID:f68d43bc-7179-421f-a8d9-2203b420d03e NetNS:/var/run/netns/799bbab1-b129-430d-9cd7-4f8c1fc9200e Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Apr 14 14:24:36 addons-453019 crio[1049]: time="2025-04-14 14:24:36.637025235Z" level=info msg="Checking pod default_hello-world-app-7d9564db4-9wcc7 for CNI network kindnet (type=ptp)"
Apr 14 14:24:36 addons-453019 crio[1049]: time="2025-04-14 14:24:36.640062742Z" level=info msg="Ran pod sandbox 0bc6ed12adc3378b79013b56e42852977e15b960bddb612d733b624bb7bf168c with infra container: default/hello-world-app-7d9564db4-9wcc7/POD" id=f7c8610b-8b88-46a6-b460-86b51733961a name=/runtime.v1.RuntimeService/RunPodSandbox
Apr 14 14:24:36 addons-453019 crio[1049]: time="2025-04-14 14:24:36.641077850Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=c98ad9f3-529a-4209-acd9-c83139804197 name=/runtime.v1.ImageService/ImageStatus
Apr 14 14:24:36 addons-453019 crio[1049]: time="2025-04-14 14:24:36.641264854Z" level=info msg="Image docker.io/kicbase/echo-server:1.0 not found" id=c98ad9f3-529a-4209-acd9-c83139804197 name=/runtime.v1.ImageService/ImageStatus
Apr 14 14:24:36 addons-453019 crio[1049]: time="2025-04-14 14:24:36.641729743Z" level=info msg="Pulling image: docker.io/kicbase/echo-server:1.0" id=cf584716-1008-46cc-92d6-5093482ee430 name=/runtime.v1.ImageService/PullImage
Apr 14 14:24:36 addons-453019 crio[1049]: time="2025-04-14 14:24:36.645828038Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
cf1baaf54d558 docker.io/library/nginx@sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591 2 minutes ago Running nginx 0 e65dba88b8a2a nginx
9815fae02fd15 gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 3 minutes ago Running busybox 0 b58c84b675ed2 busybox
fddea7163bfb2 registry.k8s.io/ingress-nginx/controller@sha256:62b61c42ec8dd877b85c0aa24c4744ce44d274bc16cc5d2364edfe67964ba55b 3 minutes ago Running controller 0 7403a5ca16836 ingress-nginx-controller-56d7c84fd4-p5dv8
71ed458bd7633 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f 4 minutes ago Exited patch 0 5bfc5caa14575 ingress-nginx-admission-patch-c97bw
330a05bc5d6b5 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f 4 minutes ago Exited create 0 af4094595027d ingress-nginx-admission-create-sk7j5
8f8405185c779 gcr.io/k8s-minikube/minikube-ingress-dns@sha256:07c8f5b205a3f8971bfc6d460978ae00de35f17e5d5392b1de8de02356f85dab 4 minutes ago Running minikube-ingress-dns 0 15c7b4560a35f kube-ingress-dns-minikube
96f0ef76f007c c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6 4 minutes ago Running coredns 0 ebf8fa9e03c28 coredns-668d6bf9bc-cgdlv
9edd8185aef81 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562 4 minutes ago Running storage-provisioner 0 bb07cf2f9d07a storage-provisioner
a94bf0df6240d docker.io/kindest/kindnetd@sha256:e3c42406b0806c1f7e8a66838377936cbd2cdfd94d9b26a3eefedada8713d495 4 minutes ago Running kindnet-cni 0 4272c3df68b71 kindnet-f999s
76c39a8c13ccd f1332858868e1c6a905123b21e2e322ab45a5b99a3532e68ff49a87c2266ebc5 4 minutes ago Running kube-proxy 0 90c89cc838b1b kube-proxy-8jm4w
54dc3c46f71b7 d8e673e7c9983f1f53569a9d2ba786c8abb42e3f744f77dc97a595f3caf9435d 5 minutes ago Running kube-scheduler 0 2f7adee6c3769 kube-scheduler-addons-453019
016b45761e54b a9e7e6b294baf1695fccb862d956c5d3ad8510e1e4ca1535f35dc09f247abbfc 5 minutes ago Running etcd 0 25397fa89a248 etcd-addons-453019
3ce11403b6aa1 b6a454c5a800d201daacead6ff195ec6049fe6dc086621b0670bca912efaf389 5 minutes ago Running kube-controller-manager 0 3a6b9fc30b7a6 kube-controller-manager-addons-453019
3a6c19c474bbf 85b7a174738baecbc53029b7913cd430a2060e0cbdb5f56c7957d32ff7f241ef 5 minutes ago Running kube-apiserver 0 6b55698deb8ef kube-apiserver-addons-453019
==> coredns [96f0ef76f007c2716342f3d02d31fbb02fa8770b52ad197823a39499d04b1ea7] <==
[INFO] 10.244.0.18:38748 - 13747 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000093455s
[INFO] 10.244.0.18:59552 - 22525 "AAAA IN registry.kube-system.svc.cluster.local.europe-west1-b.c.k8s-minikube.internal. udp 95 false 512" NXDOMAIN qr,rd,ra 95 0.004351791s
[INFO] 10.244.0.18:59552 - 22244 "A IN registry.kube-system.svc.cluster.local.europe-west1-b.c.k8s-minikube.internal. udp 95 false 512" NXDOMAIN qr,rd,ra 95 0.004514233s
[INFO] 10.244.0.18:38117 - 19331 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004128687s
[INFO] 10.244.0.18:38117 - 19653 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004608925s
[INFO] 10.244.0.18:33362 - 42730 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.004087547s
[INFO] 10.244.0.18:33362 - 43048 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.00422463s
[INFO] 10.244.0.18:48658 - 34936 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000121892s
[INFO] 10.244.0.18:48658 - 34661 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00009139s
[INFO] 10.244.0.21:52396 - 31335 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000227383s
[INFO] 10.244.0.21:56468 - 18347 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000171758s
[INFO] 10.244.0.21:32848 - 12563 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000180225s
[INFO] 10.244.0.21:51770 - 28485 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000170617s
[INFO] 10.244.0.21:34001 - 3151 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000125333s
[INFO] 10.244.0.21:35935 - 13133 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000102273s
[INFO] 10.244.0.21:54333 - 4245 "AAAA IN storage.googleapis.com.europe-west1-b.c.k8s-minikube.internal. udp 90 false 1232" NXDOMAIN qr,rd,ra 79 0.005546134s
[INFO] 10.244.0.21:55047 - 39683 "A IN storage.googleapis.com.europe-west1-b.c.k8s-minikube.internal. udp 90 false 1232" NXDOMAIN qr,rd,ra 79 0.005486696s
[INFO] 10.244.0.21:60497 - 61028 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.004598788s
[INFO] 10.244.0.21:39264 - 63375 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.005191205s
[INFO] 10.244.0.21:49885 - 36051 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.003809944s
[INFO] 10.244.0.21:37108 - 27616 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004647791s
[INFO] 10.244.0.21:38108 - 10476 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 116 0.001727937s
[INFO] 10.244.0.21:53095 - 18966 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 140 0.001812908s
[INFO] 10.244.0.27:56174 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000223421s
[INFO] 10.244.0.27:50619 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000139015s
==> describe nodes <==
Name: addons-453019
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-453019
kubernetes.io/os=linux
minikube.k8s.io/commit=ed8f1f01b35eff2786f40199152a1775806f2de2
minikube.k8s.io/name=addons-453019
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_04_14T14_19_32_0700
minikube.k8s.io/version=v1.35.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-453019
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 14 Apr 2025 14:19:28 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-453019
AcquireTime: <unset>
RenewTime: Mon, 14 Apr 2025 14:24:28 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 14 Apr 2025 14:22:34 +0000 Mon, 14 Apr 2025 14:19:27 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 14 Apr 2025 14:22:34 +0000 Mon, 14 Apr 2025 14:19:27 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 14 Apr 2025 14:22:34 +0000 Mon, 14 Apr 2025 14:19:27 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 14 Apr 2025 14:22:34 +0000 Mon, 14 Apr 2025 14:19:55 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-453019
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859356Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859356Ki
pods: 110
System Info:
Machine ID: b3e2d3b263c341d28f2aa2fc3959ca14
System UUID: 1be0f82b-8159-4d28-8cf4-ea0854be1e81
Boot ID: 76ef74e7-9593-4b25-90a9-d4b7412659df
Kernel Version: 5.15.0-1078-gcp
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.32.2
Kube-Proxy Version: v1.32.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 3m15s
default hello-world-app-7d9564db4-9wcc7 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2m23s
ingress-nginx ingress-nginx-controller-56d7c84fd4-p5dv8 100m (1%) 0 (0%) 90Mi (0%) 0 (0%) 4m56s
kube-system coredns-668d6bf9bc-cgdlv 100m (1%) 0 (0%) 70Mi (0%) 170Mi (0%) 5m1s
kube-system etcd-addons-453019 100m (1%) 0 (0%) 100Mi (0%) 0 (0%) 5m6s
kube-system kindnet-f999s 100m (1%) 100m (1%) 50Mi (0%) 50Mi (0%) 5m1s
kube-system kube-apiserver-addons-453019 250m (3%) 0 (0%) 0 (0%) 0 (0%) 5m6s
kube-system kube-controller-manager-addons-453019 200m (2%) 0 (0%) 0 (0%) 0 (0%) 5m6s
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m58s
kube-system kube-proxy-8jm4w 0 (0%) 0 (0%) 0 (0%) 0 (0%) 5m1s
kube-system kube-scheduler-addons-453019 100m (1%) 0 (0%) 0 (0%) 0 (0%) 5m6s
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m57s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (11%) 100m (1%)
memory 310Mi (0%) 220Mi (0%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 4m56s kube-proxy
Normal Starting 5m6s kubelet Starting kubelet.
Warning CgroupV1 5m6s kubelet cgroup v1 support is in maintenance mode, please migrate to cgroup v2
Normal NodeHasSufficientMemory 5m6s kubelet Node addons-453019 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m6s kubelet Node addons-453019 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m6s kubelet Node addons-453019 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m2s node-controller Node addons-453019 event: Registered Node addons-453019 in Controller
Normal NodeReady 4m42s kubelet Node addons-453019 status is now: NodeReady
==> dmesg <==
[ +0.000005] ll header: 00000000: ff ff ff ff ff ff 6a ea 89 25 81 99 08 06
[Apr14 14:05] IPv4: martian source 10.244.0.1 from 10.244.0.5, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff 6e 4b 25 32 9d 03 08 06
[ +28.381388] IPv4: martian source 10.244.0.1 from 10.244.0.4, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff 82 80 8a d2 13 13 08 06
[ +1.473810] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff b6 8c 11 c0 69 7a 08 06
[ +0.025660] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
[ +0.000007] ll header: 00000000: ff ff ff ff ff ff ca c3 04 ae 54 5e 08 06
[ +6.246432] IPv4: martian source 10.244.0.1 from 10.244.0.5, on dev eth0
[ +0.000005] ll header: 00000000: ff ff ff ff ff ff 6a c7 a8 ac d5 c5 08 06
[Apr14 14:22] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 9a d1 40 51 8d 5a 2e ef 53 46 d6 2c 08 00
[ +1.031884] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 9a d1 40 51 8d 5a 2e ef 53 46 d6 2c 08 00
[ +2.015904] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000036] ll header: 00000000: 9a d1 40 51 8d 5a 2e ef 53 46 d6 2c 08 00
[ +4.031700] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000007] ll header: 00000000: 9a d1 40 51 8d 5a 2e ef 53 46 d6 2c 08 00
[ +8.191468] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000009] ll header: 00000000: 9a d1 40 51 8d 5a 2e ef 53 46 d6 2c 08 00
[ +16.131013] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000007] ll header: 00000000: 9a d1 40 51 8d 5a 2e ef 53 46 d6 2c 08 00
[Apr14 14:23] IPv4: martian source 10.244.0.22 from 127.0.0.1, on dev eth0
[ +0.000025] ll header: 00000000: 9a d1 40 51 8d 5a 2e ef 53 46 d6 2c 08 00
==> etcd [016b45761e54ba2315b6b45d11c03168152b5c2220fc7a3e2a6d65a35ededc99] <==
{"level":"info","ts":"2025-04-14T14:19:38.566048Z","caller":"traceutil/trace.go:171","msg":"trace[723093682] transaction","detail":"{read_only:false; response_revision:356; number_of_response:1; }","duration":"120.229433ms","start":"2025-04-14T14:19:38.445798Z","end":"2025-04-14T14:19:38.566027Z","steps":["trace[723093682] 'process raft request' (duration: 113.721045ms)"],"step_count":1}
{"level":"info","ts":"2025-04-14T14:19:38.568443Z","caller":"traceutil/trace.go:171","msg":"trace[258640765] transaction","detail":"{read_only:false; response_revision:354; number_of_response:1; }","duration":"218.048945ms","start":"2025-04-14T14:19:38.350371Z","end":"2025-04-14T14:19:38.568420Z","steps":["trace[258640765] 'process raft request' (duration: 118.689071ms)"],"step_count":1}
{"level":"info","ts":"2025-04-14T14:19:38.568918Z","caller":"traceutil/trace.go:171","msg":"trace[1366959408] transaction","detail":"{read_only:false; response_revision:357; number_of_response:1; }","duration":"117.810738ms","start":"2025-04-14T14:19:38.451090Z","end":"2025-04-14T14:19:38.568901Z","steps":["trace[1366959408] 'process raft request' (duration: 115.049764ms)"],"step_count":1}
{"level":"info","ts":"2025-04-14T14:19:38.569273Z","caller":"traceutil/trace.go:171","msg":"trace[770660765] transaction","detail":"{read_only:false; response_revision:358; number_of_response:1; }","duration":"117.830969ms","start":"2025-04-14T14:19:38.451421Z","end":"2025-04-14T14:19:38.569252Z","steps":["trace[770660765] 'process raft request' (duration: 114.784161ms)"],"step_count":1}
{"level":"info","ts":"2025-04-14T14:19:38.559108Z","caller":"traceutil/trace.go:171","msg":"trace[1011508349] transaction","detail":"{read_only:false; response_revision:353; number_of_response:1; }","duration":"208.93124ms","start":"2025-04-14T14:19:38.350136Z","end":"2025-04-14T14:19:38.559067Z","steps":["trace[1011508349] 'get key's previous created_revision and leaseID' {req_type:put; key:/registry/serviceaccounts/kube-system/daemon-set-controller; req_size:202; } (duration: 103.786162ms)"],"step_count":1}
{"level":"warn","ts":"2025-04-14T14:19:38.660529Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-04-14T14:19:38.350118Z","time spent":"310.336846ms","remote":"127.0.0.1:36096","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":205,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/serviceaccounts/kube-system/daemon-set-controller\" mod_revision:277 > success:<request_put:<key:\"/registry/serviceaccounts/kube-system/daemon-set-controller\" value_size:138 >> failure:<request_range:<key:\"/registry/serviceaccounts/kube-system/daemon-set-controller\" > >"}
{"level":"warn","ts":"2025-04-14T14:19:38.857155Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.487312ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/specs/default/cloud-spanner-emulator\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-04-14T14:19:38.864753Z","caller":"traceutil/trace.go:171","msg":"trace[908481318] range","detail":"{range_begin:/registry/services/specs/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:365; }","duration":"111.091374ms","start":"2025-04-14T14:19:38.753641Z","end":"2025-04-14T14:19:38.864732Z","steps":["trace[908481318] 'agreement among raft nodes before linearized reading' (duration: 103.465486ms)"],"step_count":1}
{"level":"warn","ts":"2025-04-14T14:19:38.859551Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"105.840485ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" limit:1 ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2025-04-14T14:19:38.865067Z","caller":"traceutil/trace.go:171","msg":"trace[162128148] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:365; }","duration":"111.388254ms","start":"2025-04-14T14:19:38.753665Z","end":"2025-04-14T14:19:38.865053Z","steps":["trace[162128148] 'agreement among raft nodes before linearized reading' (duration: 105.825913ms)"],"step_count":1}
{"level":"warn","ts":"2025-04-14T14:19:39.046866Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"184.279604ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128036580454084192 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/serviceaccounts/kube-system/minikube-ingress-dns\" mod_revision:0 > success:<request_put:<key:\"/registry/serviceaccounts/kube-system/minikube-ingress-dns\" value_size:825 >> failure:<>>","response":"size:16"}
{"level":"info","ts":"2025-04-14T14:19:39.047179Z","caller":"traceutil/trace.go:171","msg":"trace[1915925657] transaction","detail":"{read_only:false; response_revision:370; number_of_response:1; }","duration":"181.568619ms","start":"2025-04-14T14:19:38.865593Z","end":"2025-04-14T14:19:39.047162Z","steps":["trace[1915925657] 'process raft request' (duration: 181.535018ms)"],"step_count":1}
{"level":"info","ts":"2025-04-14T14:19:39.047460Z","caller":"traceutil/trace.go:171","msg":"trace[455649664] transaction","detail":"{read_only:false; response_revision:366; number_of_response:1; }","duration":"198.1492ms","start":"2025-04-14T14:19:38.849296Z","end":"2025-04-14T14:19:39.047446Z","steps":["trace[455649664] 'process raft request' (duration: 13.224083ms)","trace[455649664] 'compare' (duration: 183.723886ms)"],"step_count":2}
{"level":"info","ts":"2025-04-14T14:19:39.047604Z","caller":"traceutil/trace.go:171","msg":"trace[1104549247] transaction","detail":"{read_only:false; response_revision:367; number_of_response:1; }","duration":"190.977993ms","start":"2025-04-14T14:19:38.856618Z","end":"2025-04-14T14:19:39.047596Z","steps":["trace[1104549247] 'process raft request' (duration: 190.336663ms)"],"step_count":1}
{"level":"info","ts":"2025-04-14T14:19:39.047695Z","caller":"traceutil/trace.go:171","msg":"trace[1518785844] transaction","detail":"{read_only:false; response_revision:368; number_of_response:1; }","duration":"187.87622ms","start":"2025-04-14T14:19:38.859812Z","end":"2025-04-14T14:19:39.047688Z","steps":["trace[1518785844] 'process raft request' (duration: 187.243787ms)"],"step_count":1}
{"level":"info","ts":"2025-04-14T14:19:39.047846Z","caller":"traceutil/trace.go:171","msg":"trace[1931460732] transaction","detail":"{read_only:false; response_revision:369; number_of_response:1; }","duration":"185.013744ms","start":"2025-04-14T14:19:38.862823Z","end":"2025-04-14T14:19:39.047837Z","steps":["trace[1931460732] 'process raft request' (duration: 184.267682ms)"],"step_count":1}
{"level":"info","ts":"2025-04-14T14:19:39.048344Z","caller":"traceutil/trace.go:171","msg":"trace[1186829829] linearizableReadLoop","detail":"{readStateIndex:381; appliedIndex:375; }","duration":"177.169052ms","start":"2025-04-14T14:19:38.871165Z","end":"2025-04-14T14:19:39.048334Z","steps":["trace[1186829829] 'read index received' (duration: 84.729542ms)","trace[1186829829] 'applied index is now lower than readState.Index' (duration: 92.438867ms)"],"step_count":2}
{"level":"info","ts":"2025-04-14T14:19:39.048507Z","caller":"traceutil/trace.go:171","msg":"trace[961034651] transaction","detail":"{read_only:false; response_revision:371; number_of_response:1; }","duration":"181.33944ms","start":"2025-04-14T14:19:38.867158Z","end":"2025-04-14T14:19:39.048498Z","steps":["trace[961034651] 'process raft request' (duration: 181.120337ms)"],"step_count":1}
{"level":"warn","ts":"2025-04-14T14:19:39.048639Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"177.459861ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/limitranges\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-04-14T14:19:39.048663Z","caller":"traceutil/trace.go:171","msg":"trace[634098903] range","detail":"{range_begin:/registry/limitranges; range_end:; response_count:0; response_revision:371; }","duration":"177.518341ms","start":"2025-04-14T14:19:38.871137Z","end":"2025-04-14T14:19:39.048655Z","steps":["trace[634098903] 'agreement among raft nodes before linearized reading' (duration: 177.464767ms)"],"step_count":1}
{"level":"info","ts":"2025-04-14T14:19:39.063950Z","caller":"traceutil/trace.go:171","msg":"trace[586361560] transaction","detail":"{read_only:false; response_revision:372; number_of_response:1; }","duration":"106.048033ms","start":"2025-04-14T14:19:38.957885Z","end":"2025-04-14T14:19:39.063933Z","steps":["trace[586361560] 'process raft request' (duration: 105.971202ms)"],"step_count":1}
{"level":"warn","ts":"2025-04-14T14:19:39.064397Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"108.31979ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/coredns\" limit:1 ","response":"range_response_count:1 size:4096"}
{"level":"info","ts":"2025-04-14T14:19:39.149775Z","caller":"traceutil/trace.go:171","msg":"trace[242222783] range","detail":"{range_begin:/registry/deployments/kube-system/coredns; range_end:; response_count:1; response_revision:372; }","duration":"193.717998ms","start":"2025-04-14T14:19:38.956036Z","end":"2025-04-14T14:19:39.149754Z","steps":["trace[242222783] 'agreement among raft nodes before linearized reading' (duration: 108.303615ms)"],"step_count":1}
{"level":"warn","ts":"2025-04-14T14:19:39.064447Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"108.666006ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/serviceips\" limit:1 ","response":"range_response_count:1 size:116"}
{"level":"info","ts":"2025-04-14T14:19:39.150134Z","caller":"traceutil/trace.go:171","msg":"trace[1528254954] range","detail":"{range_begin:/registry/ranges/serviceips; range_end:; response_count:1; response_revision:372; }","duration":"194.377803ms","start":"2025-04-14T14:19:38.955744Z","end":"2025-04-14T14:19:39.150122Z","steps":["trace[1528254954] 'agreement among raft nodes before linearized reading' (duration: 108.679827ms)"],"step_count":1}
==> kernel <==
14:24:37 up 6:07, 0 users, load average: 0.12, 0.64, 1.04
Linux addons-453019 5.15.0-1078-gcp #87~20.04.1-Ubuntu SMP Mon Feb 24 10:23:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kindnet [a94bf0df6240ddd87bb2cbf531d080cb557b61f2a367729ea0e315d3b8bf79d9] <==
I0414 14:22:34.846968 1 main.go:301] handling current node
I0414 14:22:44.847206 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0414 14:22:44.847253 1 main.go:301] handling current node
I0414 14:22:54.851466 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0414 14:22:54.851502 1 main.go:301] handling current node
I0414 14:23:04.854354 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0414 14:23:04.854401 1 main.go:301] handling current node
I0414 14:23:14.854059 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0414 14:23:14.854188 1 main.go:301] handling current node
I0414 14:23:24.853537 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0414 14:23:24.853592 1 main.go:301] handling current node
I0414 14:23:34.852847 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0414 14:23:34.852888 1 main.go:301] handling current node
I0414 14:23:44.847357 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0414 14:23:44.847404 1 main.go:301] handling current node
I0414 14:23:54.854041 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0414 14:23:54.854098 1 main.go:301] handling current node
I0414 14:24:04.853571 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0414 14:24:04.853612 1 main.go:301] handling current node
I0414 14:24:14.846833 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0414 14:24:14.846880 1 main.go:301] handling current node
I0414 14:24:24.848311 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0414 14:24:24.848345 1 main.go:301] handling current node
I0414 14:24:34.846814 1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
I0414 14:24:34.846866 1 main.go:301] handling current node
==> kube-apiserver [3a6c19c474bbf4581a1882ca962c6f2f5ce3f8ebf7a19b3a49be647842f342f7] <==
I0414 14:19:59.771499 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0414 14:21:33.398929 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:50598: use of closed network connection
E0414 14:21:33.565276 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:50632: use of closed network connection
I0414 14:21:42.605601 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.97.30.195"}
I0414 14:22:00.705263 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0414 14:22:11.198878 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
E0414 14:22:11.711168 1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
W0414 14:22:12.319179 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0414 14:22:14.332972 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0414 14:22:14.345855 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0414 14:22:14.652490 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.99.255.73"}
I0414 14:22:33.110180 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0414 14:22:33.110232 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0414 14:22:33.123302 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0414 14:22:33.125651 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0414 14:22:33.129526 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0414 14:22:33.129567 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0414 14:22:33.152516 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0414 14:22:33.152682 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0414 14:22:33.259244 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0414 14:22:33.259284 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0414 14:22:34.129840 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0414 14:22:34.262219 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0414 14:22:34.360602 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0414 14:24:36.248093 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.105.112.130"}
==> kube-controller-manager [3ce11403b6aa1c9aa9fda382a41870196c9290af93f5c725e8212fda200b196e] <==
E0414 14:23:27.808214 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:23:35.877409 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0414 14:23:35.878406 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshots"
W0414 14:23:35.879273 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0414 14:23:35.879305 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:23:50.465685 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0414 14:23:50.466615 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotcontents"
W0414 14:23:50.467496 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0414 14:23:50.467528 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:23:55.089651 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0414 14:23:55.090544 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotclasses"
W0414 14:23:55.091443 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0414 14:23:55.091478 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:24:21.489827 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0414 14:24:21.490997 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="gadget.kinvolk.io/v1alpha1, Resource=traces"
W0414 14:24:21.491880 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0414 14:24:21.491913 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:24:30.459364 1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
E0414 14:24:30.460312 1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshots"
W0414 14:24:30.461202 1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0414 14:24:30.461240 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
I0414 14:24:36.008981 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="14.689592ms"
I0414 14:24:36.012450 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="3.422326ms"
I0414 14:24:36.012566 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="45.035µs"
I0414 14:24:36.015322 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="93.392µs"
==> kube-proxy [76c39a8c13ccd177bd611c4c03e1a68eac56778fb492576ed4c504fd4ece4d0d] <==
I0414 14:19:39.865511 1 server_linux.go:66] "Using iptables proxy"
I0414 14:19:40.463608 1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0414 14:19:40.463706 1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
I0414 14:19:40.861907 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0414 14:19:40.861986 1 server_linux.go:170] "Using iptables Proxier"
I0414 14:19:40.952481 1 proxier.go:255] "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" ipFamily="IPv4"
I0414 14:19:40.952927 1 server.go:497] "Version info" version="v1.32.2"
I0414 14:19:40.953110 1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0414 14:19:40.955716 1 config.go:199] "Starting service config controller"
I0414 14:19:40.955787 1 config.go:329] "Starting node config controller"
I0414 14:19:40.955799 1 shared_informer.go:313] Waiting for caches to sync for service config
I0414 14:19:40.955827 1 config.go:105] "Starting endpoint slice config controller"
I0414 14:19:40.955931 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0414 14:19:40.955858 1 shared_informer.go:313] Waiting for caches to sync for node config
I0414 14:19:41.056734 1 shared_informer.go:320] Caches are synced for node config
I0414 14:19:41.056791 1 shared_informer.go:320] Caches are synced for service config
I0414 14:19:41.056806 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [54dc3c46f71b7989ade31d6a0bcdb01d7b8c385235899352ed88142f239164e6] <==
W0414 14:19:28.860673 1 reflector.go:569] 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
E0414 14:19:28.861408 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:19:28.860743 1 reflector.go:569] 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
E0414 14:19:28.861552 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:19:28.860761 1 reflector.go:569] 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
E0414 14:19:28.861654 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:19:28.860834 1 reflector.go:569] 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
E0414 14:19:28.861692 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:19:28.860719 1 reflector.go:569] 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
W0414 14:19:28.862091 1 reflector.go:569] 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
E0414 14:19:28.862252 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
E0414 14:19:28.862294 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:19:28.864077 1 reflector.go:569] 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
E0414 14:19:28.864117 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:19:29.709651 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0414 14:19:29.709701 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W0414 14:19:29.755039 1 reflector.go:569] 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
E0414 14:19:29.755086 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:19:29.763483 1 reflector.go:569] runtime/asm_amd64.s:1700: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0414 14:19:29.763526 1 reflector.go:166] "Unhandled Error" err="runtime/asm_amd64.s:1700: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
W0414 14:19:29.829085 1 reflector.go:569] 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
E0414 14:19:29.829131 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
W0414 14:19:29.836363 1 reflector.go:569] 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
E0414 14:19:29.836409 1 reflector.go:166] "Unhandled Error" err="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" logger="UnhandledError"
I0414 14:19:32.855294 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Apr 14 14:24:31 addons-453019 kubelet[1653]: E0414 14:24:31.413296 1653 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/2bdadf1afe3453464dfa47da403d8339668a3669e0842088374b6116dccbc0fb/diff" to get inode usage: stat /var/lib/containers/storage/overlay/2bdadf1afe3453464dfa47da403d8339668a3669e0842088374b6116dccbc0fb/diff: no such file or directory, extraDiskErr: <nil>
Apr 14 14:24:31 addons-453019 kubelet[1653]: E0414 14:24:31.415481 1653 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/38e81872006aa1e0555fbe87716c0320a297e0d049ef7aa32ab1d13b715dd5e7/diff" to get inode usage: stat /var/lib/containers/storage/overlay/38e81872006aa1e0555fbe87716c0320a297e0d049ef7aa32ab1d13b715dd5e7/diff: no such file or directory, extraDiskErr: <nil>
Apr 14 14:24:31 addons-453019 kubelet[1653]: E0414 14:24:31.416613 1653 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/38e81872006aa1e0555fbe87716c0320a297e0d049ef7aa32ab1d13b715dd5e7/diff" to get inode usage: stat /var/lib/containers/storage/overlay/38e81872006aa1e0555fbe87716c0320a297e0d049ef7aa32ab1d13b715dd5e7/diff: no such file or directory, extraDiskErr: <nil>
Apr 14 14:24:31 addons-453019 kubelet[1653]: E0414 14:24:31.421946 1653 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/435f3f7ddeed3bfdebde048d1eaacf65af3e5ac87b9484d377fd76eef4060592/diff" to get inode usage: stat /var/lib/containers/storage/overlay/435f3f7ddeed3bfdebde048d1eaacf65af3e5ac87b9484d377fd76eef4060592/diff: no such file or directory, extraDiskErr: <nil>
Apr 14 14:24:31 addons-453019 kubelet[1653]: E0414 14:24:31.423021 1653 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/770119c26a159832eae4ce8547eaa8d3e3402170e038b2fb3c858f9bf08dc257/diff" to get inode usage: stat /var/lib/containers/storage/overlay/770119c26a159832eae4ce8547eaa8d3e3402170e038b2fb3c858f9bf08dc257/diff: no such file or directory, extraDiskErr: <nil>
Apr 14 14:24:31 addons-453019 kubelet[1653]: E0414 14:24:31.438068 1653 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/1799743d3f6889441cc95027217b48cc0f115e5a8a88df5ff0d182a2bd2e6817/diff" to get inode usage: stat /var/lib/containers/storage/overlay/1799743d3f6889441cc95027217b48cc0f115e5a8a88df5ff0d182a2bd2e6817/diff: no such file or directory, extraDiskErr: <nil>
Apr 14 14:24:31 addons-453019 kubelet[1653]: E0414 14:24:31.446231 1653 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/2bdadf1afe3453464dfa47da403d8339668a3669e0842088374b6116dccbc0fb/diff" to get inode usage: stat /var/lib/containers/storage/overlay/2bdadf1afe3453464dfa47da403d8339668a3669e0842088374b6116dccbc0fb/diff: no such file or directory, extraDiskErr: <nil>
Apr 14 14:24:31 addons-453019 kubelet[1653]: E0414 14:24:31.447321 1653 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/770119c26a159832eae4ce8547eaa8d3e3402170e038b2fb3c858f9bf08dc257/diff" to get inode usage: stat /var/lib/containers/storage/overlay/770119c26a159832eae4ce8547eaa8d3e3402170e038b2fb3c858f9bf08dc257/diff: no such file or directory, extraDiskErr: <nil>
Apr 14 14:24:31 addons-453019 kubelet[1653]: E0414 14:24:31.448501 1653 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/952c992e5049e74b8a916fd43ec12c101284eae3b1ee5d025ee602e6c1fd20a0/diff" to get inode usage: stat /var/lib/containers/storage/overlay/952c992e5049e74b8a916fd43ec12c101284eae3b1ee5d025ee602e6c1fd20a0/diff: no such file or directory, extraDiskErr: <nil>
Apr 14 14:24:31 addons-453019 kubelet[1653]: E0414 14:24:31.508234 1653 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1744640671508012553,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617834,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 14 14:24:31 addons-453019 kubelet[1653]: E0414 14:24:31.508275 1653 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1744640671508012553,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:617834,},InodesUsed:&UInt64Value{Value:236,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.006330 1653 memory_manager.go:355] "RemoveStaleState removing state" podUID="71fa60f1-28ec-465b-9e8b-bd2f1fc683cb" containerName="hostpath"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.006374 1653 memory_manager.go:355] "RemoveStaleState removing state" podUID="71fa60f1-28ec-465b-9e8b-bd2f1fc683cb" containerName="csi-provisioner"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.006387 1653 memory_manager.go:355] "RemoveStaleState removing state" podUID="bb79d03e-9708-402e-83e9-5d9f72f508dd" containerName="local-path-provisioner"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.006395 1653 memory_manager.go:355] "RemoveStaleState removing state" podUID="df7d1db7-aa13-44c8-ad7a-bcc8c7d78996" containerName="task-pv-container"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.006411 1653 memory_manager.go:355] "RemoveStaleState removing state" podUID="1a5de135-1170-4ce3-9096-38560f780eb1" containerName="volume-snapshot-controller"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.006419 1653 memory_manager.go:355] "RemoveStaleState removing state" podUID="9203630a-7ed3-41ac-96ab-cefbc4bfbb0c" containerName="volume-snapshot-controller"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.006430 1653 memory_manager.go:355] "RemoveStaleState removing state" podUID="71fa60f1-28ec-465b-9e8b-bd2f1fc683cb" containerName="csi-external-health-monitor-controller"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.006438 1653 memory_manager.go:355] "RemoveStaleState removing state" podUID="71fa60f1-28ec-465b-9e8b-bd2f1fc683cb" containerName="node-driver-registrar"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.006445 1653 memory_manager.go:355] "RemoveStaleState removing state" podUID="71fa60f1-28ec-465b-9e8b-bd2f1fc683cb" containerName="csi-snapshotter"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.006453 1653 memory_manager.go:355] "RemoveStaleState removing state" podUID="00e48da9-ccc5-4beb-821b-f087699a1d56" containerName="csi-resizer"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.006462 1653 memory_manager.go:355] "RemoveStaleState removing state" podUID="71fa60f1-28ec-465b-9e8b-bd2f1fc683cb" containerName="liveness-probe"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.006472 1653 memory_manager.go:355] "RemoveStaleState removing state" podUID="f41ec9a8-8125-44e6-8cb0-e03eff16a492" containerName="csi-attacher"
Apr 14 14:24:36 addons-453019 kubelet[1653]: I0414 14:24:36.196602 1653 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-qvwvs\" (UniqueName: \"kubernetes.io/projected/f68d43bc-7179-421f-a8d9-2203b420d03e-kube-api-access-qvwvs\") pod \"hello-world-app-7d9564db4-9wcc7\" (UID: \"f68d43bc-7179-421f-a8d9-2203b420d03e\") " pod="default/hello-world-app-7d9564db4-9wcc7"
Apr 14 14:24:36 addons-453019 kubelet[1653]: W0414 14:24:36.638719 1653 manager.go:1169] Failed to process watch event {EventType:0 Name:/docker/aefa64f79b30e472338d6e7e5c37873cf267cc0f159d86c60eb16f9d8df7af9d/crio-0bc6ed12adc3378b79013b56e42852977e15b960bddb612d733b624bb7bf168c WatchSource:0}: Error finding container 0bc6ed12adc3378b79013b56e42852977e15b960bddb612d733b624bb7bf168c: Status 404 returned error can't find the container with id 0bc6ed12adc3378b79013b56e42852977e15b960bddb612d733b624bb7bf168c
==> storage-provisioner [9edd8185aef818086f33ccf0a743579e5aaa63c0d23cb18227ce6cc4787126f3] <==
I0414 14:19:56.165437 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0414 14:19:56.173404 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0414 14:19:56.173450 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0414 14:19:56.181297 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0414 14:19:56.181490 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-453019_b8b9ab1f-154c-45fc-92f1-1dea138448ad!
I0414 14:19:56.181604 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"8e5a770b-aff2-4585-9ea1-d8cc8ea46b73", APIVersion:"v1", ResourceVersion:"888", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-453019_b8b9ab1f-154c-45fc-92f1-1dea138448ad became leader
I0414 14:19:56.282384 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-453019_b8b9ab1f-154c-45fc-92f1-1dea138448ad!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-453019 -n addons-453019
helpers_test.go:261: (dbg) Run: kubectl --context addons-453019 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: hello-world-app-7d9564db4-9wcc7 ingress-nginx-admission-create-sk7j5 ingress-nginx-admission-patch-c97bw
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-453019 describe pod hello-world-app-7d9564db4-9wcc7 ingress-nginx-admission-create-sk7j5 ingress-nginx-admission-patch-c97bw
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-453019 describe pod hello-world-app-7d9564db4-9wcc7 ingress-nginx-admission-create-sk7j5 ingress-nginx-admission-patch-c97bw: exit status 1 (65.779917ms)
-- stdout --
Name: hello-world-app-7d9564db4-9wcc7
Namespace: default
Priority: 0
Service Account: default
Node: addons-453019/192.168.49.2
Start Time: Mon, 14 Apr 2025 14:24:36 +0000
Labels: app=hello-world-app
pod-template-hash=7d9564db4
Annotations: <none>
Status: Pending
IP:
IPs: <none>
Controlled By: ReplicaSet/hello-world-app-7d9564db4
Containers:
hello-world-app:
Container ID:
Image: docker.io/kicbase/echo-server:1.0
Image ID:
Port: 8080/TCP
Host Port: 0/TCP
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-qvwvs (ro)
Conditions:
Type Status
PodReadyToStartContainers False
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-qvwvs:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 2s default-scheduler Successfully assigned default/hello-world-app-7d9564db4-9wcc7 to addons-453019
Normal Pulling 2s kubelet Pulling image "docker.io/kicbase/echo-server:1.0"
-- /stdout --
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-sk7j5" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-c97bw" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-453019 describe pod hello-world-app-7d9564db4-9wcc7 ingress-nginx-admission-create-sk7j5 ingress-nginx-admission-patch-c97bw: exit status 1
addons_test.go:992: (dbg) Run: out/minikube-linux-amd64 -p addons-453019 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-453019 addons disable ingress-dns --alsologtostderr -v=1: (1.313326017s)
addons_test.go:992: (dbg) Run: out/minikube-linux-amd64 -p addons-453019 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-453019 addons disable ingress --alsologtostderr -v=1: (7.705127256s)
--- FAIL: TestAddons/parallel/Ingress (153.40s)