=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-252757 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run: kubectl --context addons-252757 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-252757 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [0e1147c1-33e6-4b9e-b4ec-09d2ec43f3b3] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [0e1147c1-33e6-4b9e-b4ec-09d2ec43f3b3] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.005277768s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-252757 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:288: (dbg) Run: kubectl --context addons-252757 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-252757 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:299: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.078670698s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:301: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:305: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:308: (dbg) Run: out/minikube-linux-arm64 -p addons-252757 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-252757 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-252757 addons disable ingress --alsologtostderr -v=1: (7.717346016s)
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-252757
helpers_test.go:235: (dbg) docker inspect addons-252757:
-- stdout --
[
{
"Id": "d54e2627169b6abffc0913b592f2ca6749cf757727803acc13abf399b655142d",
"Created": "2024-06-03T13:20:46.413247062Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 943657,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-06-03T13:20:46.701886176Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:acea75078737755d2f999491dfa245ea1d1040bffc73283b8c9ba9ff1fde89b5",
"ResolvConfPath": "/var/lib/docker/containers/d54e2627169b6abffc0913b592f2ca6749cf757727803acc13abf399b655142d/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/d54e2627169b6abffc0913b592f2ca6749cf757727803acc13abf399b655142d/hostname",
"HostsPath": "/var/lib/docker/containers/d54e2627169b6abffc0913b592f2ca6749cf757727803acc13abf399b655142d/hosts",
"LogPath": "/var/lib/docker/containers/d54e2627169b6abffc0913b592f2ca6749cf757727803acc13abf399b655142d/d54e2627169b6abffc0913b592f2ca6749cf757727803acc13abf399b655142d-json.log",
"Name": "/addons-252757",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-252757:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-252757",
"PortBindings": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
]
},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "host",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"seccomp=unconfined",
"apparmor=unconfined",
"label=disable"
],
"Tmpfs": {
"/run": "",
"/tmp": ""
},
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 4194304000,
"NanoCpus": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 8388608000,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/66eea5a76e5becbc50c95078119c84806fd0a844c8dbc7330ce83e66ddf60cd0-init/diff:/var/lib/docker/overlay2/09086fd2cdd1b6b6c3140eb646e07f7cca45866209e25b61eb87cd8ac625c506/diff",
"MergedDir": "/var/lib/docker/overlay2/66eea5a76e5becbc50c95078119c84806fd0a844c8dbc7330ce83e66ddf60cd0/merged",
"UpperDir": "/var/lib/docker/overlay2/66eea5a76e5becbc50c95078119c84806fd0a844c8dbc7330ce83e66ddf60cd0/diff",
"WorkDir": "/var/lib/docker/overlay2/66eea5a76e5becbc50c95078119c84806fd0a844c8dbc7330ce83e66ddf60cd0/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-252757",
"Source": "/var/lib/docker/volumes/addons-252757/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-252757",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862",
"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-252757",
"name.minikube.sigs.k8s.io": "addons-252757",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "bb42ae5dd17bbb522a77dc0840ddf0477d401c0c878327beae52c2191ca98810",
"SandboxKey": "/var/run/docker/netns/bb42ae5dd17b",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33898"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33897"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33894"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33896"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33895"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-252757": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "bbf401eaedf732f3fcfd8704e09deb64891b849f718fc1f0cbfd37b578400441",
"EndpointID": "f00636d1b7e9a413d1bee5856e2bf2ca9967ca17f0ce8928411b8f9161afaff9",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-252757",
"d54e2627169b"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-252757 -n addons-252757
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 -p addons-252757 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-252757 logs -n 25: (1.503585699s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-829147 | download-only-829147 | jenkins | v1.33.1 | 03 Jun 24 13:20 UTC | 03 Jun 24 13:20 UTC |
| delete | -p download-only-449474 | download-only-449474 | jenkins | v1.33.1 | 03 Jun 24 13:20 UTC | 03 Jun 24 13:20 UTC |
| start | --download-only -p | download-docker-646459 | jenkins | v1.33.1 | 03 Jun 24 13:20 UTC | |
| | download-docker-646459 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-646459 | download-docker-646459 | jenkins | v1.33.1 | 03 Jun 24 13:20 UTC | 03 Jun 24 13:20 UTC |
| start | --download-only -p | binary-mirror-710456 | jenkins | v1.33.1 | 03 Jun 24 13:20 UTC | |
| | binary-mirror-710456 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:46779 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-710456 | binary-mirror-710456 | jenkins | v1.33.1 | 03 Jun 24 13:20 UTC | 03 Jun 24 13:20 UTC |
| addons | disable dashboard -p | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:20 UTC | |
| | addons-252757 | | | | | |
| addons | enable dashboard -p | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:20 UTC | |
| | addons-252757 | | | | | |
| start | -p addons-252757 --wait=true | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:20 UTC | 03 Jun 24 13:22 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | enable headlamp | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:22 UTC | 03 Jun 24 13:22 UTC |
| | -p addons-252757 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-252757 ip | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:23 UTC | 03 Jun 24 13:23 UTC |
| addons | addons-252757 addons disable | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:23 UTC | 03 Jun 24 13:23 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:23 UTC | 03 Jun 24 13:23 UTC |
| | -p addons-252757 | | | | | |
| ssh | addons-252757 ssh cat | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:23 UTC | 03 Jun 24 13:23 UTC |
| | /opt/local-path-provisioner/pvc-1a2e48f2-0c49-4d43-b89e-ec213cfcf46a_default_test-pvc/file1 | | | | | |
| addons | addons-252757 addons disable | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:23 UTC | 03 Jun 24 13:24 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:24 UTC | 03 Jun 24 13:24 UTC |
| | addons-252757 | | | | | |
| addons | addons-252757 addons | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:24 UTC | 03 Jun 24 13:24 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-252757 addons | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:24 UTC | 03 Jun 24 13:24 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:25 UTC | 03 Jun 24 13:25 UTC |
| | addons-252757 | | | | | |
| addons | addons-252757 addons | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:25 UTC | 03 Jun 24 13:25 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-252757 addons disable | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:25 UTC | 03 Jun 24 13:25 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| ssh | addons-252757 ssh curl -s | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:25 UTC | 03 Jun 24 13:25 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-252757 ip | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:25 UTC | 03 Jun 24 13:25 UTC |
| addons | addons-252757 addons disable | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:25 UTC | 03 Jun 24 13:25 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-252757 addons disable | addons-252757 | jenkins | v1.33.1 | 03 Jun 24 13:25 UTC | 03 Jun 24 13:25 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/06/03 13:20:22
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.22.3 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0603 13:20:22.788388 943184 out.go:291] Setting OutFile to fd 1 ...
I0603 13:20:22.788502 943184 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0603 13:20:22.788513 943184 out.go:304] Setting ErrFile to fd 2...
I0603 13:20:22.788518 943184 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0603 13:20:22.788765 943184 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19011-937109/.minikube/bin
I0603 13:20:22.789198 943184 out.go:298] Setting JSON to false
I0603 13:20:22.790069 943184 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":14567,"bootTime":1717406256,"procs":171,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I0603 13:20:22.790141 943184 start.go:139] virtualization:
I0603 13:20:22.793006 943184 out.go:177] * [addons-252757] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0603 13:20:22.796355 943184 out.go:177] - MINIKUBE_LOCATION=19011
I0603 13:20:22.798752 943184 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0603 13:20:22.796426 943184 notify.go:220] Checking for updates...
I0603 13:20:22.803801 943184 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19011-937109/kubeconfig
I0603 13:20:22.806305 943184 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19011-937109/.minikube
I0603 13:20:22.808774 943184 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0603 13:20:22.811276 943184 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0603 13:20:22.814055 943184 driver.go:392] Setting default libvirt URI to qemu:///system
I0603 13:20:22.833328 943184 docker.go:122] docker version: linux-26.1.3:Docker Engine - Community
I0603 13:20:22.833456 943184 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0603 13:20:22.895455 943184 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-06-03 13:20:22.885816932 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214970368 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:26.1.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:8b3b7ca2e5ce38e8f31a34f35b2b68ceb8470d89 Expected:8b3b7ca2e5ce38e8f31a34f35b2b68ceb8470d89} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.14.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.27.0]] Warnings:<nil>}}
I0603 13:20:22.895566 943184 docker.go:295] overlay module found
I0603 13:20:22.898440 943184 out.go:177] * Using the docker driver based on user configuration
I0603 13:20:22.901079 943184 start.go:297] selected driver: docker
I0603 13:20:22.901099 943184 start.go:901] validating driver "docker" against <nil>
I0603 13:20:22.901112 943184 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0603 13:20:22.901823 943184 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0603 13:20:22.952165 943184 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-06-03 13:20:22.942989062 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214970368 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:26.1.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:8b3b7ca2e5ce38e8f31a34f35b2b68ceb8470d89 Expected:8b3b7ca2e5ce38e8f31a34f35b2b68ceb8470d89} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.14.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.27.0]] Warnings:<nil>}}
I0603 13:20:22.952378 943184 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0603 13:20:22.952669 943184 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]
I0603 13:20:22.955514 943184 out.go:177] * Using Docker driver with root privileges
I0603 13:20:22.957921 943184 cni.go:84] Creating CNI manager for ""
I0603 13:20:22.957943 943184 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0603 13:20:22.957960 943184 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0603 13:20:22.958045 943184 start.go:340] cluster config:
{Name:addons-252757 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.1 ClusterName:addons-252757 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.1 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHA
uthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0603 13:20:22.960964 943184 out.go:177] * Starting "addons-252757" primary control-plane node in "addons-252757" cluster
I0603 13:20:22.963312 943184 cache.go:121] Beginning downloading kic base image for docker with containerd
I0603 13:20:22.965969 943184 out.go:177] * Pulling base image v0.0.44-1716228441-18934 ...
I0603 13:20:22.968662 943184 preload.go:132] Checking if preload exists for k8s version v1.30.1 and runtime containerd
I0603 13:20:22.968719 943184 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 in local docker daemon
I0603 13:20:22.968744 943184 preload.go:147] Found local preload: /home/jenkins/minikube-integration/19011-937109/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.1-containerd-overlay2-arm64.tar.lz4
I0603 13:20:22.968754 943184 cache.go:56] Caching tarball of preloaded images
I0603 13:20:22.968833 943184 preload.go:173] Found /home/jenkins/minikube-integration/19011-937109/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.1-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0603 13:20:22.968843 943184 cache.go:59] Finished verifying existence of preloaded tar for v1.30.1 on containerd
I0603 13:20:22.969191 943184 profile.go:143] Saving config to /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/config.json ...
I0603 13:20:22.969220 943184 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/config.json: {Name:mk299f0b46ff8ea5007d2d4d86f33789e065449c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:20:22.982318 943184 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 to local cache
I0603 13:20:22.982440 943184 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 in local cache directory
I0603 13:20:22.982466 943184 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 in local cache directory, skipping pull
I0603 13:20:22.982474 943184 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 exists in cache, skipping pull
I0603 13:20:22.982487 943184 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 as a tarball
I0603 13:20:22.982500 943184 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 from local cache
I0603 13:20:39.380625 943184 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 from cached tarball
I0603 13:20:39.380660 943184 cache.go:194] Successfully downloaded all kic artifacts
I0603 13:20:39.380720 943184 start.go:360] acquireMachinesLock for addons-252757: {Name:mk656fcc192a96d25c79824755d5cd353701cd8f Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0603 13:20:39.380841 943184 start.go:364] duration metric: took 96.499µs to acquireMachinesLock for "addons-252757"
I0603 13:20:39.380872 943184 start.go:93] Provisioning new machine with config: &{Name:addons-252757 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.1 ClusterName:addons-252757 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.1 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:fa
lse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.1 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0603 13:20:39.380966 943184 start.go:125] createHost starting for "" (driver="docker")
I0603 13:20:39.384013 943184 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0603 13:20:39.384254 943184 start.go:159] libmachine.API.Create for "addons-252757" (driver="docker")
I0603 13:20:39.384289 943184 client.go:168] LocalClient.Create starting
I0603 13:20:39.384418 943184 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19011-937109/.minikube/certs/ca.pem
I0603 13:20:39.677145 943184 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19011-937109/.minikube/certs/cert.pem
I0603 13:20:40.239178 943184 cli_runner.go:164] Run: docker network inspect addons-252757 --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}}]}"
W0603 13:20:40.252735 943184 cli_runner.go:211] docker network inspect addons-252757 --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
I0603 13:20:40.252823 943184 network_create.go:281] running [docker network inspect addons-252757] to gather additional debugging logs...
I0603 13:20:40.252844 943184 cli_runner.go:164] Run: docker network inspect addons-252757
W0603 13:20:40.266763 943184 cli_runner.go:211] docker network inspect addons-252757 returned with exit code 1
I0603 13:20:40.266800 943184 network_create.go:284] error running [docker network inspect addons-252757]: docker network inspect addons-252757: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-252757 not found
I0603 13:20:40.266814 943184 network_create.go:286] output of [docker network inspect addons-252757]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-252757 not found
** /stderr **
I0603 13:20:40.266940 943184 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}}]}"
I0603 13:20:40.280927 943184 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:0x40018570c0}
I0603 13:20:40.280971 943184 network_create.go:124] attempt to create docker network addons-252757 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0603 13:20:40.281029 943184 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-252757 addons-252757
I0603 13:20:40.338215 943184 network_create.go:108] docker network addons-252757 192.168.49.0/24 created
I0603 13:20:40.338246 943184 kic.go:121] calculated static IP "192.168.49.2" for the "addons-252757" container
I0603 13:20:40.338320 943184 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0603 13:20:40.351536 943184 cli_runner.go:164] Run: docker volume create addons-252757 --label name.minikube.sigs.k8s.io=addons-252757 --label created_by.minikube.sigs.k8s.io=true
I0603 13:20:40.367324 943184 oci.go:103] Successfully created a docker volume addons-252757
I0603 13:20:40.367418 943184 cli_runner.go:164] Run: docker run --rm --name addons-252757-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-252757 --entrypoint /usr/bin/test -v addons-252757:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 -d /var/lib
I0603 13:20:42.233594 943184 cli_runner.go:217] Completed: docker run --rm --name addons-252757-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-252757 --entrypoint /usr/bin/test -v addons-252757:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 -d /var/lib: (1.866132213s)
I0603 13:20:42.233628 943184 oci.go:107] Successfully prepared a docker volume addons-252757
I0603 13:20:42.233659 943184 preload.go:132] Checking if preload exists for k8s version v1.30.1 and runtime containerd
I0603 13:20:42.233682 943184 kic.go:194] Starting extracting preloaded images to volume ...
I0603 13:20:42.233785 943184 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19011-937109/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.1-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-252757:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 -I lz4 -xf /preloaded.tar -C /extractDir
I0603 13:20:46.351826 943184 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19011-937109/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.1-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-252757:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 -I lz4 -xf /preloaded.tar -C /extractDir: (4.117985439s)
I0603 13:20:46.351860 943184 kic.go:203] duration metric: took 4.118174883s to extract preloaded images to volume ...
W0603 13:20:46.352010 943184 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0603 13:20:46.352132 943184 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0603 13:20:46.399350 943184 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-252757 --name addons-252757 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-252757 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-252757 --network addons-252757 --ip 192.168.49.2 --volume addons-252757:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862
I0603 13:20:46.709374 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Running}}
I0603 13:20:46.732024 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:20:46.755833 943184 cli_runner.go:164] Run: docker exec addons-252757 stat /var/lib/dpkg/alternatives/iptables
I0603 13:20:46.808236 943184 oci.go:144] the created container "addons-252757" has a running status.
I0603 13:20:46.808261 943184 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa...
I0603 13:20:47.266423 943184 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0603 13:20:47.290754 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:20:47.311935 943184 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0603 13:20:47.311959 943184 kic_runner.go:114] Args: [docker exec --privileged addons-252757 chown docker:docker /home/docker/.ssh/authorized_keys]
I0603 13:20:47.382588 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:20:47.405128 943184 machine.go:94] provisionDockerMachine start ...
I0603 13:20:47.405252 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:20:47.426436 943184 main.go:141] libmachine: Using SSH client type: native
I0603 13:20:47.426693 943184 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2b30] 0x3e5390 <nil> [] 0s} 127.0.0.1 33898 <nil> <nil>}
I0603 13:20:47.426701 943184 main.go:141] libmachine: About to run SSH command:
hostname
I0603 13:20:47.596039 943184 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-252757
I0603 13:20:47.596110 943184 ubuntu.go:169] provisioning hostname "addons-252757"
I0603 13:20:47.596206 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:20:47.616003 943184 main.go:141] libmachine: Using SSH client type: native
I0603 13:20:47.616398 943184 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2b30] 0x3e5390 <nil> [] 0s} 127.0.0.1 33898 <nil> <nil>}
I0603 13:20:47.616413 943184 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-252757 && echo "addons-252757" | sudo tee /etc/hostname
I0603 13:20:47.753252 943184 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-252757
I0603 13:20:47.753337 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:20:47.771641 943184 main.go:141] libmachine: Using SSH client type: native
I0603 13:20:47.771866 943184 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2b30] 0x3e5390 <nil> [] 0s} 127.0.0.1 33898 <nil> <nil>}
I0603 13:20:47.771882 943184 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-252757' /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-252757/g' /etc/hosts;
else
echo '127.0.1.1 addons-252757' | sudo tee -a /etc/hosts;
fi
fi
I0603 13:20:47.896755 943184 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0603 13:20:47.896783 943184 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19011-937109/.minikube CaCertPath:/home/jenkins/minikube-integration/19011-937109/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19011-937109/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19011-937109/.minikube}
I0603 13:20:47.896820 943184 ubuntu.go:177] setting up certificates
I0603 13:20:47.896829 943184 provision.go:84] configureAuth start
I0603 13:20:47.896897 943184 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-252757
I0603 13:20:47.913080 943184 provision.go:143] copyHostCerts
I0603 13:20:47.913165 943184 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19011-937109/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19011-937109/.minikube/cert.pem (1123 bytes)
I0603 13:20:47.913297 943184 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19011-937109/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19011-937109/.minikube/key.pem (1675 bytes)
I0603 13:20:47.913365 943184 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19011-937109/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19011-937109/.minikube/ca.pem (1082 bytes)
I0603 13:20:47.913419 943184 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19011-937109/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19011-937109/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19011-937109/.minikube/certs/ca-key.pem org=jenkins.addons-252757 san=[127.0.0.1 192.168.49.2 addons-252757 localhost minikube]
I0603 13:20:48.152148 943184 provision.go:177] copyRemoteCerts
I0603 13:20:48.152222 943184 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0603 13:20:48.152280 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:20:48.168148 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:20:48.257377 943184 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19011-937109/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0603 13:20:48.282018 943184 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19011-937109/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0603 13:20:48.305944 943184 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19011-937109/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0603 13:20:48.329203 943184 provision.go:87] duration metric: took 432.3546ms to configureAuth
I0603 13:20:48.329288 943184 ubuntu.go:193] setting minikube options for container-runtime
I0603 13:20:48.329498 943184 config.go:182] Loaded profile config "addons-252757": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.1
I0603 13:20:48.329513 943184 machine.go:97] duration metric: took 924.369438ms to provisionDockerMachine
I0603 13:20:48.329521 943184 client.go:171] duration metric: took 8.94522226s to LocalClient.Create
I0603 13:20:48.329548 943184 start.go:167] duration metric: took 8.945294906s to libmachine.API.Create "addons-252757"
I0603 13:20:48.329562 943184 start.go:293] postStartSetup for "addons-252757" (driver="docker")
I0603 13:20:48.329572 943184 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]
I0603 13:20:48.329641 943184 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
I0603 13:20:48.329689 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:20:48.344997 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:20:48.433643 943184 ssh_runner.go:195] Run: cat /etc/os-release
I0603 13:20:48.436790 943184 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0603 13:20:48.436826 943184 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0603 13:20:48.436838 943184 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0603 13:20:48.436845 943184 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0603 13:20:48.436855 943184 filesync.go:126] Scanning /home/jenkins/minikube-integration/19011-937109/.minikube/addons for local assets ...
I0603 13:20:48.436924 943184 filesync.go:126] Scanning /home/jenkins/minikube-integration/19011-937109/.minikube/files for local assets ...
I0603 13:20:48.436945 943184 start.go:296] duration metric: took 107.377149ms for postStartSetup
I0603 13:20:48.437265 943184 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-252757
I0603 13:20:48.452558 943184 profile.go:143] Saving config to /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/config.json ...
I0603 13:20:48.452979 943184 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0603 13:20:48.453035 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:20:48.469543 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:20:48.553336 943184 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0603 13:20:48.557540 943184 start.go:128] duration metric: took 9.176558447s to createHost
I0603 13:20:48.557561 943184 start.go:83] releasing machines lock for "addons-252757", held for 9.176706948s
I0603 13:20:48.557649 943184 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-252757
I0603 13:20:48.573536 943184 ssh_runner.go:195] Run: cat /version.json
I0603 13:20:48.573565 943184 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0603 13:20:48.573600 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:20:48.573623 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:20:48.592415 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:20:48.608300 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:20:48.680221 943184 ssh_runner.go:195] Run: systemctl --version
I0603 13:20:48.806532 943184 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0603 13:20:48.810871 943184 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
I0603 13:20:48.834528 943184 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0603 13:20:48.834607 943184 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%!p(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0603 13:20:48.864662 943184 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0603 13:20:48.864713 943184 start.go:494] detecting cgroup driver to use...
I0603 13:20:48.864763 943184 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0603 13:20:48.864843 943184 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0603 13:20:48.876665 943184 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0603 13:20:48.887630 943184 docker.go:217] disabling cri-docker service (if available) ...
I0603 13:20:48.887723 943184 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0603 13:20:48.901362 943184 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0603 13:20:48.915721 943184 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0603 13:20:49.004092 943184 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0603 13:20:49.095232 943184 docker.go:233] disabling docker service ...
I0603 13:20:49.095358 943184 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0603 13:20:49.114747 943184 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0603 13:20:49.126690 943184 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0603 13:20:49.217939 943184 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0603 13:20:49.320132 943184 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0603 13:20:49.330945 943184 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I0603 13:20:49.347406 943184 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.9"|' /etc/containerd/config.toml"
I0603 13:20:49.357850 943184 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
I0603 13:20:49.367929 943184 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0603 13:20:49.368024 943184 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0603 13:20:49.378293 943184 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0603 13:20:49.387806 943184 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0603 13:20:49.397580 943184 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0603 13:20:49.407313 943184 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0603 13:20:49.416050 943184 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
I0603 13:20:49.428094 943184 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0603 13:20:49.437356 943184 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1 enable_unprivileged_ports = true|' /etc/containerd/config.toml"
I0603 13:20:49.447042 943184 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0603 13:20:49.455113 943184 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0603 13:20:49.463452 943184 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0603 13:20:49.539657 943184 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0603 13:20:49.672934 943184 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0603 13:20:49.673021 943184 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0603 13:20:49.678167 943184 start.go:562] Will wait 60s for crictl version
I0603 13:20:49.678273 943184 ssh_runner.go:195] Run: which crictl
I0603 13:20:49.683600 943184 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0603 13:20:49.723625 943184 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.31
RuntimeApiVersion: v1
I0603 13:20:49.723708 943184 ssh_runner.go:195] Run: containerd --version
I0603 13:20:49.745413 943184 ssh_runner.go:195] Run: containerd --version
I0603 13:20:49.768896 943184 out.go:177] * Preparing Kubernetes v1.30.1 on containerd 1.6.31 ...
I0603 13:20:49.771491 943184 cli_runner.go:164] Run: docker network inspect addons-252757 --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}}]}"
I0603 13:20:49.784915 943184 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0603 13:20:49.788499 943184 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""
I0603 13:20:49.798733 943184 kubeadm.go:877] updating cluster {Name:addons-252757 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.1 ClusterName:addons-252757 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.1 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Cus
tomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0603 13:20:49.798869 943184 preload.go:132] Checking if preload exists for k8s version v1.30.1 and runtime containerd
I0603 13:20:49.798933 943184 ssh_runner.go:195] Run: sudo crictl images --output json
I0603 13:20:49.833524 943184 containerd.go:627] all images are preloaded for containerd runtime.
I0603 13:20:49.833548 943184 containerd.go:534] Images already preloaded, skipping extraction
I0603 13:20:49.833609 943184 ssh_runner.go:195] Run: sudo crictl images --output json
I0603 13:20:49.874020 943184 containerd.go:627] all images are preloaded for containerd runtime.
I0603 13:20:49.874044 943184 cache_images.go:84] Images are preloaded, skipping loading
I0603 13:20:49.874052 943184 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.1 containerd true true} ...
I0603 13:20:49.874145 943184 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-252757 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.1 ClusterName:addons-252757 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0603 13:20:49.874213 943184 ssh_runner.go:195] Run: sudo crictl info
I0603 13:20:49.914661 943184 cni.go:84] Creating CNI manager for ""
I0603 13:20:49.914685 943184 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0603 13:20:49.914694 943184 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0603 13:20:49.914717 943184 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-252757 NodeName:addons-252757 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc
/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0603 13:20:49.914847 943184 kubeadm.go:187] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///run/containerd/containerd.sock
name: "addons-252757"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.30.1
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0603 13:20:49.914919 943184 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.1
I0603 13:20:49.923826 943184 binaries.go:44] Found k8s binaries, skipping transfer
I0603 13:20:49.923938 943184 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0603 13:20:49.932231 943184 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0603 13:20:49.950954 943184 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0603 13:20:49.968905 943184 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0603 13:20:49.986579 943184 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0603 13:20:49.989978 943184 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""
I0603 13:20:50.004295 943184 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0603 13:20:50.100455 943184 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0603 13:20:50.125152 943184 certs.go:68] Setting up /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757 for IP: 192.168.49.2
I0603 13:20:50.125179 943184 certs.go:194] generating shared ca certs ...
I0603 13:20:50.125197 943184 certs.go:226] acquiring lock for ca certs: {Name:mk853fcff69eaf29efad8518a57890a4039a3963 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:20:50.125359 943184 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19011-937109/.minikube/ca.key
I0603 13:20:50.466655 943184 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19011-937109/.minikube/ca.crt ...
I0603 13:20:50.466686 943184 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19011-937109/.minikube/ca.crt: {Name:mk8b4de20ec5357412e8c06b86a380ebb38228bc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:20:50.466912 943184 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19011-937109/.minikube/ca.key ...
I0603 13:20:50.466928 943184 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19011-937109/.minikube/ca.key: {Name:mk0c831e200dc63cb4734be512f38e2e5c2e7e44 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:20:50.467020 943184 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19011-937109/.minikube/proxy-client-ca.key
I0603 13:20:50.866038 943184 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19011-937109/.minikube/proxy-client-ca.crt ...
I0603 13:20:50.866135 943184 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19011-937109/.minikube/proxy-client-ca.crt: {Name:mkdd05ce278d6e820959e916018df7ae5aed238b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:20:50.866385 943184 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19011-937109/.minikube/proxy-client-ca.key ...
I0603 13:20:50.866436 943184 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19011-937109/.minikube/proxy-client-ca.key: {Name:mk58fea72633e138764b76129c62fd3ab6d1bad8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:20:50.866625 943184 certs.go:256] generating profile certs ...
I0603 13:20:50.866731 943184 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/client.key
I0603 13:20:50.866770 943184 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/client.crt with IP's: []
I0603 13:20:51.445774 943184 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/client.crt ...
I0603 13:20:51.445810 943184 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/client.crt: {Name:mkdf0eaa9eb29cede2215f134209a85edacaefce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:20:51.446009 943184 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/client.key ...
I0603 13:20:51.446022 943184 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/client.key: {Name:mkb4c01caad514186ee584787e6fdafc483f4239 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:20:51.446124 943184 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/apiserver.key.fc529d5e
I0603 13:20:51.446146 943184 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/apiserver.crt.fc529d5e with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0603 13:20:52.083063 943184 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/apiserver.crt.fc529d5e ...
I0603 13:20:52.083098 943184 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/apiserver.crt.fc529d5e: {Name:mk2ac13dfd323210eeff1bdf758529ffa4e76e9d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:20:52.083304 943184 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/apiserver.key.fc529d5e ...
I0603 13:20:52.083320 943184 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/apiserver.key.fc529d5e: {Name:mkb3b48c4dffe30e493489c4e1375f1915237ccc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:20:52.083412 943184 certs.go:381] copying /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/apiserver.crt.fc529d5e -> /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/apiserver.crt
I0603 13:20:52.083489 943184 certs.go:385] copying /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/apiserver.key.fc529d5e -> /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/apiserver.key
I0603 13:20:52.083541 943184 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/proxy-client.key
I0603 13:20:52.083560 943184 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/proxy-client.crt with IP's: []
I0603 13:20:52.825003 943184 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/proxy-client.crt ...
I0603 13:20:52.825035 943184 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/proxy-client.crt: {Name:mkd6e932b36335d5342ac42aedac8c20be177980 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:20:52.825228 943184 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/proxy-client.key ...
I0603 13:20:52.825241 943184 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/proxy-client.key: {Name:mk0f1944c6df7fbb38f3a27dc95041f8ccfdcc84 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:20:52.825439 943184 certs.go:484] found cert: /home/jenkins/minikube-integration/19011-937109/.minikube/certs/ca-key.pem (1679 bytes)
I0603 13:20:52.825480 943184 certs.go:484] found cert: /home/jenkins/minikube-integration/19011-937109/.minikube/certs/ca.pem (1082 bytes)
I0603 13:20:52.825513 943184 certs.go:484] found cert: /home/jenkins/minikube-integration/19011-937109/.minikube/certs/cert.pem (1123 bytes)
I0603 13:20:52.825540 943184 certs.go:484] found cert: /home/jenkins/minikube-integration/19011-937109/.minikube/certs/key.pem (1675 bytes)
I0603 13:20:52.826185 943184 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19011-937109/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0603 13:20:52.851478 943184 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19011-937109/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0603 13:20:52.875105 943184 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19011-937109/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0603 13:20:52.898674 943184 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19011-937109/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0603 13:20:52.922273 943184 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0603 13:20:52.945439 943184 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0603 13:20:52.970881 943184 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0603 13:20:52.993762 943184 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19011-937109/.minikube/profiles/addons-252757/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0603 13:20:53.019515 943184 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19011-937109/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0603 13:20:53.043233 943184 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0603 13:20:53.060887 943184 ssh_runner.go:195] Run: openssl version
I0603 13:20:53.066731 943184 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"
I0603 13:20:53.076446 943184 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0603 13:20:53.079820 943184 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jun 3 13:20 /usr/share/ca-certificates/minikubeCA.pem
I0603 13:20:53.079887 943184 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0603 13:20:53.086651 943184 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"
I0603 13:20:53.100170 943184 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0603 13:20:53.104515 943184 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
I0603 13:20:53.104562 943184 kubeadm.go:391] StartCluster: {Name:addons-252757 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1716228441-18934@sha256:628b3f20803bc9c4302fd048087dd36cf2ff5dc9ab0ded395ec3288e2f1d0862 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.1 ClusterName:addons-252757 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.1 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Custom
QemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0603 13:20:53.104644 943184 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0603 13:20:53.104723 943184 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0603 13:20:53.164898 943184 cri.go:89] found id: ""
I0603 13:20:53.164980 943184 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0603 13:20:53.173795 943184 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0603 13:20:53.182258 943184 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0603 13:20:53.182326 943184 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
I0603 13:20:53.190500 943184 kubeadm.go:154] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0603 13:20:53.190520 943184 kubeadm.go:156] found existing configuration files:
I0603 13:20:53.190569 943184 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0603 13:20:53.198907 943184 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0603 13:20:53.198968 943184 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0603 13:20:53.206606 943184 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0603 13:20:53.215007 943184 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0603 13:20:53.215069 943184 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0603 13:20:53.222977 943184 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0603 13:20:53.231172 943184 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0603 13:20:53.231234 943184 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0603 13:20:53.239371 943184 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0603 13:20:53.247723 943184 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0603 13:20:53.247811 943184 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0603 13:20:53.255750 943184 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0603 13:20:53.339930 943184 kubeadm.go:309] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1062-aws\n", err: exit status 1
I0603 13:20:53.400844 943184 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0603 13:21:11.120242 943184 kubeadm.go:309] [init] Using Kubernetes version: v1.30.1
I0603 13:21:11.120303 943184 kubeadm.go:309] [preflight] Running pre-flight checks
I0603 13:21:11.120398 943184 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0603 13:21:11.120457 943184 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1062-aws[0m
I0603 13:21:11.120497 943184 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0603 13:21:11.120548 943184 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0603 13:21:11.120716 943184 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0603 13:21:11.120774 943184 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0603 13:21:11.120826 943184 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0603 13:21:11.120879 943184 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0603 13:21:11.120932 943184 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0603 13:21:11.120980 943184 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0603 13:21:11.121029 943184 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0603 13:21:11.121077 943184 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0603 13:21:11.121157 943184 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0603 13:21:11.121270 943184 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0603 13:21:11.121382 943184 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0603 13:21:11.121449 943184 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0603 13:21:11.124139 943184 out.go:204] - Generating certificates and keys ...
I0603 13:21:11.124234 943184 kubeadm.go:309] [certs] Using existing ca certificate authority
I0603 13:21:11.124305 943184 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0603 13:21:11.124376 943184 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0603 13:21:11.124434 943184 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0603 13:21:11.124497 943184 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0603 13:21:11.124554 943184 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0603 13:21:11.124608 943184 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0603 13:21:11.124758 943184 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-252757 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0603 13:21:11.124814 943184 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0603 13:21:11.124931 943184 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-252757 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0603 13:21:11.124999 943184 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0603 13:21:11.125064 943184 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0603 13:21:11.125109 943184 kubeadm.go:309] [certs] Generating "sa" key and public key
I0603 13:21:11.125166 943184 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0603 13:21:11.125225 943184 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0603 13:21:11.125285 943184 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0603 13:21:11.125341 943184 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0603 13:21:11.125406 943184 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0603 13:21:11.125465 943184 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0603 13:21:11.125547 943184 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0603 13:21:11.125615 943184 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0603 13:21:11.128232 943184 out.go:204] - Booting up control plane ...
I0603 13:21:11.128383 943184 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0603 13:21:11.128500 943184 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0603 13:21:11.128593 943184 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0603 13:21:11.128758 943184 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0603 13:21:11.128856 943184 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0603 13:21:11.128918 943184 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0603 13:21:11.129069 943184 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0603 13:21:11.129145 943184 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0603 13:21:11.129209 943184 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 2.000988601s
I0603 13:21:11.129285 943184 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0603 13:21:11.129349 943184 kubeadm.go:309] [api-check] The API server is healthy after 6.501631519s
I0603 13:21:11.129467 943184 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0603 13:21:11.129599 943184 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0603 13:21:11.129655 943184 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0603 13:21:11.129829 943184 kubeadm.go:309] [mark-control-plane] Marking the node addons-252757 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0603 13:21:11.129883 943184 kubeadm.go:309] [bootstrap-token] Using token: pfgz05.gms8muj2b0x0ys94
I0603 13:21:11.134421 943184 out.go:204] - Configuring RBAC rules ...
I0603 13:21:11.134633 943184 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0603 13:21:11.134733 943184 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0603 13:21:11.134904 943184 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0603 13:21:11.135043 943184 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0603 13:21:11.135159 943184 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0603 13:21:11.135248 943184 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0603 13:21:11.135368 943184 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0603 13:21:11.135415 943184 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0603 13:21:11.135463 943184 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0603 13:21:11.135470 943184 kubeadm.go:309]
I0603 13:21:11.135529 943184 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0603 13:21:11.135537 943184 kubeadm.go:309]
I0603 13:21:11.135611 943184 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0603 13:21:11.135621 943184 kubeadm.go:309]
I0603 13:21:11.135646 943184 kubeadm.go:309] mkdir -p $HOME/.kube
I0603 13:21:11.135705 943184 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0603 13:21:11.135757 943184 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0603 13:21:11.135765 943184 kubeadm.go:309]
I0603 13:21:11.135817 943184 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0603 13:21:11.135824 943184 kubeadm.go:309]
I0603 13:21:11.135870 943184 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0603 13:21:11.135880 943184 kubeadm.go:309]
I0603 13:21:11.135930 943184 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0603 13:21:11.136002 943184 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0603 13:21:11.136070 943184 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0603 13:21:11.136078 943184 kubeadm.go:309]
I0603 13:21:11.136160 943184 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0603 13:21:11.136236 943184 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0603 13:21:11.136244 943184 kubeadm.go:309]
I0603 13:21:11.136325 943184 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token pfgz05.gms8muj2b0x0ys94 \
I0603 13:21:11.136427 943184 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:616cd02c5c997977d0943250e47eb6e770a24b2e87ac3f91fd442a4a5e470167 \
I0603 13:21:11.136451 943184 kubeadm.go:309] --control-plane
I0603 13:21:11.136490 943184 kubeadm.go:309]
I0603 13:21:11.136598 943184 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0603 13:21:11.136618 943184 kubeadm.go:309]
I0603 13:21:11.136807 943184 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token pfgz05.gms8muj2b0x0ys94 \
I0603 13:21:11.136940 943184 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:616cd02c5c997977d0943250e47eb6e770a24b2e87ac3f91fd442a4a5e470167
I0603 13:21:11.136953 943184 cni.go:84] Creating CNI manager for ""
I0603 13:21:11.136961 943184 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0603 13:21:11.141163 943184 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0603 13:21:11.143912 943184 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0603 13:21:11.148007 943184 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.1/kubectl ...
I0603 13:21:11.148032 943184 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0603 13:21:11.169405 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0603 13:21:11.467941 943184 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0603 13:21:11.468080 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:11.468167 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-252757 minikube.k8s.io/updated_at=2024_06_03T13_21_11_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=3e16338a2e51863cb2fad83b163378f045b3a354 minikube.k8s.io/name=addons-252757 minikube.k8s.io/primary=true
I0603 13:21:11.658440 943184 ops.go:34] apiserver oom_adj: -16
I0603 13:21:11.658574 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:12.158857 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:12.658849 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:13.158705 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:13.658749 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:14.159666 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:14.658722 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:15.159185 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:15.659538 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:16.158954 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:16.658795 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:17.159520 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:17.659416 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:18.159667 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:18.658653 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:19.158749 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:19.658743 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:20.158797 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:20.659508 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:21.159272 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:21.659727 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:22.159068 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:22.659305 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:23.158694 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:23.658915 943184 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0603 13:21:23.759881 943184 kubeadm.go:1107] duration metric: took 12.291846164s to wait for elevateKubeSystemPrivileges
W0603 13:21:23.759917 943184 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0603 13:21:23.759924 943184 kubeadm.go:393] duration metric: took 30.655365631s to StartCluster
I0603 13:21:23.759939 943184 settings.go:142] acquiring lock: {Name:mk5c6bc6c7308a6240c90a9b822a3ef910155ebf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:21:23.760057 943184 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19011-937109/kubeconfig
I0603 13:21:23.760494 943184 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19011-937109/kubeconfig: {Name:mkb1a7be01b8c5ad5a58ece9e6b724b56a48ef61 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0603 13:21:23.760679 943184 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.1 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0603 13:21:23.763666 943184 out.go:177] * Verifying Kubernetes components...
I0603 13:21:23.760837 943184 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0603 13:21:23.761002 943184 config.go:182] Loaded profile config "addons-252757": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.1
I0603 13:21:23.761011 943184 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0603 13:21:23.766335 943184 addons.go:69] Setting yakd=true in profile "addons-252757"
I0603 13:21:23.766364 943184 addons.go:234] Setting addon yakd=true in "addons-252757"
I0603 13:21:23.766395 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:23.766892 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.767070 943184 addons.go:69] Setting ingress-dns=true in profile "addons-252757"
I0603 13:21:23.767092 943184 addons.go:234] Setting addon ingress-dns=true in "addons-252757"
I0603 13:21:23.767119 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:23.767502 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.771675 943184 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0603 13:21:23.771849 943184 addons.go:69] Setting cloud-spanner=true in profile "addons-252757"
I0603 13:21:23.771871 943184 addons.go:234] Setting addon cloud-spanner=true in "addons-252757"
I0603 13:21:23.771893 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:23.772251 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.772369 943184 addons.go:69] Setting inspektor-gadget=true in profile "addons-252757"
I0603 13:21:23.772390 943184 addons.go:234] Setting addon inspektor-gadget=true in "addons-252757"
I0603 13:21:23.772411 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:23.772751 943184 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-252757"
I0603 13:21:23.772799 943184 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-252757"
I0603 13:21:23.772831 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:23.773209 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.774400 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.780280 943184 addons.go:69] Setting default-storageclass=true in profile "addons-252757"
I0603 13:21:23.781041 943184 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-252757"
I0603 13:21:23.780361 943184 addons.go:69] Setting metrics-server=true in profile "addons-252757"
I0603 13:21:23.780443 943184 addons.go:69] Setting gcp-auth=true in profile "addons-252757"
I0603 13:21:23.780448 943184 addons.go:69] Setting ingress=true in profile "addons-252757"
I0603 13:21:23.780528 943184 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-252757"
I0603 13:21:23.780539 943184 addons.go:69] Setting registry=true in profile "addons-252757"
I0603 13:21:23.780543 943184 addons.go:69] Setting storage-provisioner=true in profile "addons-252757"
I0603 13:21:23.780547 943184 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-252757"
I0603 13:21:23.780551 943184 addons.go:69] Setting volcano=true in profile "addons-252757"
I0603 13:21:23.780554 943184 addons.go:69] Setting volumesnapshots=true in profile "addons-252757"
I0603 13:21:23.785614 943184 addons.go:234] Setting addon volumesnapshots=true in "addons-252757"
I0603 13:21:23.785679 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:23.789007 943184 addons.go:234] Setting addon ingress=true in "addons-252757"
I0603 13:21:23.789087 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:23.789552 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.790162 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.801271 943184 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-252757"
I0603 13:21:23.801375 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:23.801843 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.805708 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.817117 943184 addons.go:234] Setting addon registry=true in "addons-252757"
I0603 13:21:23.817195 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:23.817636 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.824609 943184 addons.go:234] Setting addon metrics-server=true in "addons-252757"
I0603 13:21:23.824763 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:23.825268 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.834515 943184 addons.go:234] Setting addon storage-provisioner=true in "addons-252757"
I0603 13:21:23.834570 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:23.836478 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.837400 943184 mustload.go:65] Loading cluster: addons-252757
I0603 13:21:23.837649 943184 config.go:182] Loaded profile config "addons-252757": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.1
I0603 13:21:23.838010 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.875335 943184 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-252757"
I0603 13:21:23.875822 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.889179 943184 addons.go:234] Setting addon volcano=true in "addons-252757"
I0603 13:21:23.889243 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:23.889666 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:23.940665 943184 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0603 13:21:23.945203 943184 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0603 13:21:23.947924 943184 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0603 13:21:23.945324 943184 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0603 13:21:23.945384 943184 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0603 13:21:23.945389 943184 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0603 13:21:23.945392 943184 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.29.0
I0603 13:21:23.958105 943184 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0603 13:21:23.960800 943184 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0603 13:21:23.960810 943184 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0603 13:21:23.960853 943184 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0603 13:21:23.966925 943184 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0603 13:21:23.966937 943184 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0603 13:21:23.967004 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0603 13:21:23.967114 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0603 13:21:23.972985 943184 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0603 13:21:23.972996 943184 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0603 13:21:23.973060 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:23.976237 943184 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0603 13:21:23.976376 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:23.979882 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:24.004116 943184 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0603 13:21:24.007370 943184 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0603 13:21:24.012634 943184 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0603 13:21:24.015653 943184 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0603 13:21:24.020360 943184 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0603 13:21:24.016832 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:24.020911 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0603 13:21:24.040759 943184 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0603 13:21:24.047479 943184 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0603 13:21:24.047499 943184 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0603 13:21:24.047551 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:24.045106 943184 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.0
I0603 13:21:24.045114 943184 out.go:177] - Using image docker.io/registry:2.8.3
I0603 13:21:24.045211 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:24.046004 943184 addons.go:234] Setting addon default-storageclass=true in "addons-252757"
I0603 13:21:24.047462 943184 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-252757"
I0603 13:21:24.054462 943184 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0603 13:21:24.058679 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:24.058720 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:24.058727 943184 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0603 13:21:24.061952 943184 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0603 13:21:24.061959 943184 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0603 13:21:24.061994 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:24.062006 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0603 13:21:24.066757 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:24.069958 943184 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0603 13:21:24.069978 943184 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0603 13:21:24.070032 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:24.085449 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:24.095372 943184 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0603 13:21:24.069451 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:24.098284 943184 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0603 13:21:24.106224 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0603 13:21:24.106302 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:24.110193 943184 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0603 13:21:24.110217 943184 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0603 13:21:24.110297 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:24.115901 943184 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.7.0
I0603 13:21:24.139661 943184 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.7.0
I0603 13:21:24.139608 943184 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0603 13:21:24.165902 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0603 13:21:24.165981 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:24.192803 943184 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.7.0
I0603 13:21:24.216943 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:24.230672 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:24.238732 943184 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0603 13:21:24.242095 943184 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0603 13:21:24.302908 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:24.306566 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:24.309056 943184 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0603 13:21:24.309082 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (626760 bytes)
I0603 13:21:24.309180 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:24.308370 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:24.316121 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:24.320939 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:24.354517 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:24.355936 943184 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0603 13:21:24.355961 943184 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0603 13:21:24.356203 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:24.367118 943184 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0603 13:21:24.369991 943184 out.go:177] - Using image docker.io/busybox:stable
I0603 13:21:24.367629 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:24.363596 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:24.363559 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:24.374781 943184 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0603 13:21:24.374799 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0603 13:21:24.374860 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:24.412135 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
W0603 13:21:24.421793 943184 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0603 13:21:24.421823 943184 retry.go:31] will retry after 344.391605ms: ssh: handshake failed: EOF
I0603 13:21:24.422870 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:24.424536 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
W0603 13:21:24.425472 943184 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0603 13:21:24.425494 943184 retry.go:31] will retry after 157.18342ms: ssh: handshake failed: EOF
I0603 13:21:24.614914 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0603 13:21:24.705824 943184 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0603 13:21:24.705893 943184 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0603 13:21:24.783596 943184 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0603 13:21:24.783667 943184 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0603 13:21:24.801160 943184 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0603 13:21:24.801243 943184 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0603 13:21:24.805660 943184 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0603 13:21:24.805720 943184 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0603 13:21:24.894621 943184 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0603 13:21:24.894650 943184 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0603 13:21:24.898730 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0603 13:21:24.958888 943184 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0603 13:21:24.958911 943184 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0603 13:21:24.959298 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0603 13:21:24.966445 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0603 13:21:25.056070 943184 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0603 13:21:25.056092 943184 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0603 13:21:25.064351 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0603 13:21:25.067191 943184 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0603 13:21:25.067218 943184 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)
I0603 13:21:25.085213 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0603 13:21:25.091143 943184 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0603 13:21:25.091211 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0603 13:21:25.126719 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0603 13:21:25.129696 943184 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0603 13:21:25.129735 943184 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0603 13:21:25.163222 943184 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0603 13:21:25.163251 943184 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0603 13:21:25.168031 943184 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0603 13:21:25.168058 943184 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0603 13:21:25.341434 943184 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0603 13:21:25.341461 943184 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0603 13:21:25.350830 943184 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0603 13:21:25.350857 943184 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0603 13:21:25.403983 943184 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0603 13:21:25.404008 943184 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0603 13:21:25.439480 943184 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0603 13:21:25.439508 943184 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0603 13:21:25.442480 943184 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0603 13:21:25.442520 943184 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0603 13:21:25.445971 943184 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0603 13:21:25.445993 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0603 13:21:25.624092 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0603 13:21:25.649686 943184 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0603 13:21:25.649710 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0603 13:21:25.710639 943184 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0603 13:21:25.710663 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0603 13:21:25.801949 943184 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0603 13:21:25.801989 943184 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0603 13:21:25.843389 943184 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0603 13:21:25.843415 943184 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0603 13:21:25.871323 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0603 13:21:25.874634 943184 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0603 13:21:25.874673 943184 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0603 13:21:26.072218 943184 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0603 13:21:26.072244 943184 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0603 13:21:26.092733 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0603 13:21:26.275684 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0603 13:21:26.508204 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0603 13:21:26.523356 943184 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.284590507s)
I0603 13:21:26.523389 943184 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0603 13:21:26.524398 943184 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.28227925s)
I0603 13:21:26.525214 943184 node_ready.go:35] waiting up to 6m0s for node "addons-252757" to be "Ready" ...
I0603 13:21:26.531803 943184 node_ready.go:49] node "addons-252757" has status "Ready":"True"
I0603 13:21:26.531829 943184 node_ready.go:38] duration metric: took 6.587835ms for node "addons-252757" to be "Ready" ...
I0603 13:21:26.531849 943184 pod_ready.go:35] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0603 13:21:26.542116 943184 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-9gcj9" in "kube-system" namespace to be "Ready" ...
I0603 13:21:26.585947 943184 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0603 13:21:26.586020 943184 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0603 13:21:26.729319 943184 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0603 13:21:26.729342 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0603 13:21:26.841914 943184 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0603 13:21:26.841987 943184 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0603 13:21:26.904919 943184 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0603 13:21:26.904984 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0603 13:21:27.006591 943184 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0603 13:21:27.006659 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0603 13:21:27.026783 943184 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-252757" context rescaled to 1 replicas
I0603 13:21:27.165822 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0603 13:21:27.402410 943184 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0603 13:21:27.402442 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0603 13:21:27.646797 943184 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0603 13:21:27.646823 943184 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0603 13:21:27.713918 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.098973277s)
I0603 13:21:28.047423 943184 pod_ready.go:97] error getting pod "coredns-7db6d8ff4d-9gcj9" in "kube-system" namespace (skipping!): pods "coredns-7db6d8ff4d-9gcj9" not found
I0603 13:21:28.047463 943184 pod_ready.go:81] duration metric: took 1.505274155s for pod "coredns-7db6d8ff4d-9gcj9" in "kube-system" namespace to be "Ready" ...
E0603 13:21:28.047477 943184 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-7db6d8ff4d-9gcj9" in "kube-system" namespace (skipping!): pods "coredns-7db6d8ff4d-9gcj9" not found
I0603 13:21:28.047510 943184 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-mjczx" in "kube-system" namespace to be "Ready" ...
I0603 13:21:28.182768 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0603 13:21:28.574199 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.67542845s)
I0603 13:21:28.574262 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.614943957s)
I0603 13:21:28.761116 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (3.794632892s)
I0603 13:21:30.056092 943184 pod_ready.go:102] pod "coredns-7db6d8ff4d-mjczx" in "kube-system" namespace has status "Ready":"False"
I0603 13:21:31.299812 943184 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0603 13:21:31.299956 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:31.334568 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:31.833360 943184 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0603 13:21:31.933716 943184 addons.go:234] Setting addon gcp-auth=true in "addons-252757"
I0603 13:21:31.933812 943184 host.go:66] Checking if "addons-252757" exists ...
I0603 13:21:31.934269 943184 cli_runner.go:164] Run: docker container inspect addons-252757 --format={{.State.Status}}
I0603 13:21:31.976888 943184 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0603 13:21:31.976940 943184 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-252757
I0603 13:21:31.993400 943184 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33898 SSHKeyPath:/home/jenkins/minikube-integration/19011-937109/.minikube/machines/addons-252757/id_rsa Username:docker}
I0603 13:21:32.569427 943184 pod_ready.go:102] pod "coredns-7db6d8ff4d-mjczx" in "kube-system" namespace has status "Ready":"False"
I0603 13:21:32.713392 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (7.649002068s)
I0603 13:21:32.713473 943184 addons.go:475] Verifying addon ingress=true in "addons-252757"
I0603 13:21:32.715779 943184 out.go:177] * Verifying ingress addon...
I0603 13:21:32.713686 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (7.628446057s)
I0603 13:21:32.718540 943184 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0603 13:21:32.722613 943184 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0603 13:21:32.722638 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:33.246780 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:33.729904 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:34.231613 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:34.315058 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (9.188295222s)
I0603 13:21:34.315107 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (8.690988473s)
I0603 13:21:34.315265 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (8.222505965s)
I0603 13:21:34.318863 943184 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-252757 service yakd-dashboard -n yakd-dashboard
I0603 13:21:34.315131 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (8.443785727s)
I0603 13:21:34.315656 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (8.039935193s)
I0603 13:21:34.315714 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (7.807483284s)
I0603 13:21:34.315782 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (7.149930307s)
W0603 13:21:34.321677 943184 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0603 13:21:34.321703 943184 retry.go:31] will retry after 256.28205ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0603 13:21:34.321731 943184 addons.go:475] Verifying addon metrics-server=true in "addons-252757"
I0603 13:21:34.321751 943184 addons.go:475] Verifying addon registry=true in "addons-252757"
I0603 13:21:34.333091 943184 out.go:177] * Verifying registry addon...
I0603 13:21:34.337199 943184 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0603 13:21:34.345587 943184 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0603 13:21:34.345616 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:34.578358 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0603 13:21:34.753820 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:34.861046 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:34.943312 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (6.760479633s)
I0603 13:21:34.943346 943184 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-252757"
I0603 13:21:34.946547 943184 out.go:177] * Verifying csi-hostpath-driver addon...
I0603 13:21:34.943634 943184 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.966722189s)
I0603 13:21:34.950983 943184 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0603 13:21:34.953795 943184 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0603 13:21:34.957796 943184 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0603 13:21:34.960381 943184 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0603 13:21:34.960405 943184 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0603 13:21:34.957672 943184 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0603 13:21:34.960504 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:35.007814 943184 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0603 13:21:35.007844 943184 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0603 13:21:35.055352 943184 pod_ready.go:102] pod "coredns-7db6d8ff4d-mjczx" in "kube-system" namespace has status "Ready":"False"
I0603 13:21:35.071736 943184 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0603 13:21:35.071762 943184 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0603 13:21:35.133751 943184 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0603 13:21:35.222990 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:35.343056 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:35.457245 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:35.722660 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:35.842205 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:35.956472 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:36.202092 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.62368661s)
I0603 13:21:36.224249 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:36.309349 943184 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.175557961s)
I0603 13:21:36.312342 943184 addons.go:475] Verifying addon gcp-auth=true in "addons-252757"
I0603 13:21:36.315515 943184 out.go:177] * Verifying gcp-auth addon...
I0603 13:21:36.319061 943184 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0603 13:21:36.325484 943184 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0603 13:21:36.342273 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:36.461733 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:36.722614 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:36.858536 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:36.956795 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:37.223286 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:37.342791 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:37.456976 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:37.553637 943184 pod_ready.go:102] pod "coredns-7db6d8ff4d-mjczx" in "kube-system" namespace has status "Ready":"False"
I0603 13:21:37.723990 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:37.842624 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:37.956942 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:38.054473 943184 pod_ready.go:92] pod "coredns-7db6d8ff4d-mjczx" in "kube-system" namespace has status "Ready":"True"
I0603 13:21:38.054512 943184 pod_ready.go:81] duration metric: took 10.006978826s for pod "coredns-7db6d8ff4d-mjczx" in "kube-system" namespace to be "Ready" ...
I0603 13:21:38.054524 943184 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-252757" in "kube-system" namespace to be "Ready" ...
I0603 13:21:38.060546 943184 pod_ready.go:92] pod "etcd-addons-252757" in "kube-system" namespace has status "Ready":"True"
I0603 13:21:38.060580 943184 pod_ready.go:81] duration metric: took 6.047416ms for pod "etcd-addons-252757" in "kube-system" namespace to be "Ready" ...
I0603 13:21:38.060595 943184 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-252757" in "kube-system" namespace to be "Ready" ...
I0603 13:21:38.067895 943184 pod_ready.go:92] pod "kube-apiserver-addons-252757" in "kube-system" namespace has status "Ready":"True"
I0603 13:21:38.067924 943184 pod_ready.go:81] duration metric: took 7.320388ms for pod "kube-apiserver-addons-252757" in "kube-system" namespace to be "Ready" ...
I0603 13:21:38.067937 943184 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-252757" in "kube-system" namespace to be "Ready" ...
I0603 13:21:38.074440 943184 pod_ready.go:92] pod "kube-controller-manager-addons-252757" in "kube-system" namespace has status "Ready":"True"
I0603 13:21:38.074473 943184 pod_ready.go:81] duration metric: took 6.527077ms for pod "kube-controller-manager-addons-252757" in "kube-system" namespace to be "Ready" ...
I0603 13:21:38.074486 943184 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-78mmm" in "kube-system" namespace to be "Ready" ...
I0603 13:21:38.080393 943184 pod_ready.go:92] pod "kube-proxy-78mmm" in "kube-system" namespace has status "Ready":"True"
I0603 13:21:38.080420 943184 pod_ready.go:81] duration metric: took 5.926287ms for pod "kube-proxy-78mmm" in "kube-system" namespace to be "Ready" ...
I0603 13:21:38.080441 943184 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-252757" in "kube-system" namespace to be "Ready" ...
I0603 13:21:38.225157 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:38.350701 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:38.454462 943184 pod_ready.go:92] pod "kube-scheduler-addons-252757" in "kube-system" namespace has status "Ready":"True"
I0603 13:21:38.454536 943184 pod_ready.go:81] duration metric: took 374.074159ms for pod "kube-scheduler-addons-252757" in "kube-system" namespace to be "Ready" ...
I0603 13:21:38.454601 943184 pod_ready.go:38] duration metric: took 11.922724398s 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" ...
I0603 13:21:38.454636 943184 api_server.go:52] waiting for apiserver process to appear ...
I0603 13:21:38.454869 943184 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0603 13:21:38.469935 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:38.479574 943184 api_server.go:72] duration metric: took 14.718840465s to wait for apiserver process to appear ...
I0603 13:21:38.479644 943184 api_server.go:88] waiting for apiserver healthz status ...
I0603 13:21:38.479683 943184 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0603 13:21:38.490935 943184 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0603 13:21:38.493280 943184 api_server.go:141] control plane version: v1.30.1
I0603 13:21:38.493304 943184 api_server.go:131] duration metric: took 13.640667ms to wait for apiserver health ...
I0603 13:21:38.493312 943184 system_pods.go:43] waiting for kube-system pods to appear ...
I0603 13:21:38.659804 943184 system_pods.go:59] 18 kube-system pods found
I0603 13:21:38.659839 943184 system_pods.go:61] "coredns-7db6d8ff4d-mjczx" [9f28818a-b241-4c87-9786-ae871fa6b744] Running
I0603 13:21:38.659849 943184 system_pods.go:61] "csi-hostpath-attacher-0" [2751b253-438a-44e7-86cf-aca86c400747] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0603 13:21:38.659857 943184 system_pods.go:61] "csi-hostpath-resizer-0" [4773a78d-ac57-49eb-b8ba-36f6ab42ccd3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0603 13:21:38.659865 943184 system_pods.go:61] "csi-hostpathplugin-59cdf" [a7d4f72f-62ce-4125-9b54-84e214fb9a92] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0603 13:21:38.659870 943184 system_pods.go:61] "etcd-addons-252757" [c7d4c75a-3da0-4767-bc09-4fea385e5ad4] Running
I0603 13:21:38.659875 943184 system_pods.go:61] "kindnet-p66jm" [a6702380-293a-47e4-a369-292421263ee3] Running
I0603 13:21:38.659880 943184 system_pods.go:61] "kube-apiserver-addons-252757" [554cdf30-d66b-4b54-bc66-8f6d7bcdc6d2] Running
I0603 13:21:38.659888 943184 system_pods.go:61] "kube-controller-manager-addons-252757" [7bb7f203-0c7b-4435-8a8b-cd915afd45d4] Running
I0603 13:21:38.659894 943184 system_pods.go:61] "kube-ingress-dns-minikube" [33d54101-6d22-4124-beee-47bb90dc9f09] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0603 13:21:38.659901 943184 system_pods.go:61] "kube-proxy-78mmm" [3037a86b-a7f7-48cf-9e0d-941645124feb] Running
I0603 13:21:38.659905 943184 system_pods.go:61] "kube-scheduler-addons-252757" [e5e0635b-4cf8-4f03-a542-56d845f8bc19] Running
I0603 13:21:38.659916 943184 system_pods.go:61] "metrics-server-c59844bb4-cmn9r" [a7f4ffdb-257e-49ba-bd71-33c6415f09f5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0603 13:21:38.659926 943184 system_pods.go:61] "nvidia-device-plugin-daemonset-l7khx" [de0e6dbf-df5f-458d-a529-d7c8fc0c4231] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0603 13:21:38.659936 943184 system_pods.go:61] "registry-fg478" [9eaa71a6-e2bf-4879-9547-70372d5574b9] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0603 13:21:38.659947 943184 system_pods.go:61] "registry-proxy-txxxr" [b56c9b5f-4c3e-43aa-90bf-f86003813917] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0603 13:21:38.659953 943184 system_pods.go:61] "snapshot-controller-745499f584-fv62h" [bbc5f7fb-32a8-46b1-9b6e-5fc9d69896e6] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0603 13:21:38.659964 943184 system_pods.go:61] "snapshot-controller-745499f584-pgs77" [0c3fcbbd-de92-4126-9507-a8a1e7d97f04] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0603 13:21:38.659969 943184 system_pods.go:61] "storage-provisioner" [505a31ef-809e-47ea-9dc0-cbc21e001189] Running
I0603 13:21:38.659978 943184 system_pods.go:74] duration metric: took 166.658677ms to wait for pod list to return data ...
I0603 13:21:38.659986 943184 default_sa.go:34] waiting for default service account to be created ...
I0603 13:21:38.723432 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:38.841871 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:38.851421 943184 default_sa.go:45] found service account: "default"
I0603 13:21:38.851450 943184 default_sa.go:55] duration metric: took 191.455056ms for default service account to be created ...
I0603 13:21:38.851460 943184 system_pods.go:116] waiting for k8s-apps to be running ...
I0603 13:21:38.956827 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:39.063456 943184 system_pods.go:86] 18 kube-system pods found
I0603 13:21:39.063495 943184 system_pods.go:89] "coredns-7db6d8ff4d-mjczx" [9f28818a-b241-4c87-9786-ae871fa6b744] Running
I0603 13:21:39.063506 943184 system_pods.go:89] "csi-hostpath-attacher-0" [2751b253-438a-44e7-86cf-aca86c400747] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0603 13:21:39.063514 943184 system_pods.go:89] "csi-hostpath-resizer-0" [4773a78d-ac57-49eb-b8ba-36f6ab42ccd3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0603 13:21:39.063523 943184 system_pods.go:89] "csi-hostpathplugin-59cdf" [a7d4f72f-62ce-4125-9b54-84e214fb9a92] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0603 13:21:39.063528 943184 system_pods.go:89] "etcd-addons-252757" [c7d4c75a-3da0-4767-bc09-4fea385e5ad4] Running
I0603 13:21:39.063532 943184 system_pods.go:89] "kindnet-p66jm" [a6702380-293a-47e4-a369-292421263ee3] Running
I0603 13:21:39.063536 943184 system_pods.go:89] "kube-apiserver-addons-252757" [554cdf30-d66b-4b54-bc66-8f6d7bcdc6d2] Running
I0603 13:21:39.063542 943184 system_pods.go:89] "kube-controller-manager-addons-252757" [7bb7f203-0c7b-4435-8a8b-cd915afd45d4] Running
I0603 13:21:39.063547 943184 system_pods.go:89] "kube-ingress-dns-minikube" [33d54101-6d22-4124-beee-47bb90dc9f09] Running
I0603 13:21:39.063551 943184 system_pods.go:89] "kube-proxy-78mmm" [3037a86b-a7f7-48cf-9e0d-941645124feb] Running
I0603 13:21:39.063555 943184 system_pods.go:89] "kube-scheduler-addons-252757" [e5e0635b-4cf8-4f03-a542-56d845f8bc19] Running
I0603 13:21:39.063561 943184 system_pods.go:89] "metrics-server-c59844bb4-cmn9r" [a7f4ffdb-257e-49ba-bd71-33c6415f09f5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0603 13:21:39.063568 943184 system_pods.go:89] "nvidia-device-plugin-daemonset-l7khx" [de0e6dbf-df5f-458d-a529-d7c8fc0c4231] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0603 13:21:39.063574 943184 system_pods.go:89] "registry-fg478" [9eaa71a6-e2bf-4879-9547-70372d5574b9] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0603 13:21:39.063581 943184 system_pods.go:89] "registry-proxy-txxxr" [b56c9b5f-4c3e-43aa-90bf-f86003813917] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0603 13:21:39.063587 943184 system_pods.go:89] "snapshot-controller-745499f584-fv62h" [bbc5f7fb-32a8-46b1-9b6e-5fc9d69896e6] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0603 13:21:39.063594 943184 system_pods.go:89] "snapshot-controller-745499f584-pgs77" [0c3fcbbd-de92-4126-9507-a8a1e7d97f04] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0603 13:21:39.063599 943184 system_pods.go:89] "storage-provisioner" [505a31ef-809e-47ea-9dc0-cbc21e001189] Running
I0603 13:21:39.063607 943184 system_pods.go:126] duration metric: took 212.140738ms to wait for k8s-apps to be running ...
I0603 13:21:39.063618 943184 system_svc.go:44] waiting for kubelet service to be running ....
I0603 13:21:39.063679 943184 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0603 13:21:39.079281 943184 system_svc.go:56] duration metric: took 15.651903ms WaitForService to wait for kubelet
I0603 13:21:39.079313 943184 kubeadm.go:576] duration metric: took 15.318585968s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0603 13:21:39.079335 943184 node_conditions.go:102] verifying NodePressure condition ...
I0603 13:21:39.223749 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:39.251980 943184 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0603 13:21:39.252014 943184 node_conditions.go:123] node cpu capacity is 2
I0603 13:21:39.252028 943184 node_conditions.go:105] duration metric: took 172.688067ms to run NodePressure ...
I0603 13:21:39.252039 943184 start.go:240] waiting for startup goroutines ...
I0603 13:21:39.342336 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:39.457208 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:39.723420 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:39.846802 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:39.956517 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:40.225148 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:40.342638 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:40.457284 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:40.723861 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:40.848648 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:40.956820 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:41.224396 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:41.342477 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:41.456926 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:41.723685 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:41.843084 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:41.956768 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:42.224098 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:42.343561 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:42.457425 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:42.723093 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:42.842297 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:42.956960 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:43.223574 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:43.342392 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:43.457166 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:43.723422 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:43.841929 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:43.956453 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:44.223241 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:44.342290 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0603 13:21:44.460698 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:44.722817 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:44.843876 943184 kapi.go:107] duration metric: took 10.506684577s to wait for kubernetes.io/minikube-addons=registry ...
I0603 13:21:44.956346 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:45.224207 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:45.457639 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:45.722791 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:45.956948 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:46.223591 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:46.457100 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:46.723896 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:46.957178 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:47.224342 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:47.460447 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:47.723957 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:47.956238 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:48.223761 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:48.457288 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:48.723486 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:48.956559 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:49.224493 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:49.456522 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:49.723333 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:49.956943 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:50.223769 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:50.457274 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:50.724104 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:50.957729 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:51.225700 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:51.456510 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:51.722621 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:51.964070 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:52.223841 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:52.457203 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:52.724538 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:52.983243 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:53.223647 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:53.456883 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:53.736030 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:53.982126 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:54.225540 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:54.457859 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:54.722896 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:54.961477 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:55.222600 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:55.456912 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:55.726868 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:55.959465 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:56.223110 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:56.455999 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:56.724275 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:56.958439 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:57.223735 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:57.456231 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:57.722810 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:57.957469 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:58.223472 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:58.457448 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:58.725299 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:58.957353 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:59.228555 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:59.457087 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:21:59.723455 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:21:59.961572 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:00.255030 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:00.459066 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:00.723095 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:00.959425 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:01.223050 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:01.456852 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:01.723359 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:01.959047 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:02.222851 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:02.457729 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:02.722943 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:02.957809 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:03.223703 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:03.456071 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:03.723449 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:03.956424 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:04.222828 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:04.457451 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:04.723604 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:04.956456 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:05.223005 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:05.457140 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:05.723476 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:05.964014 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:06.223710 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:06.458853 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:06.723338 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:06.957443 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:07.223135 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:07.457359 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:07.723002 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:07.957866 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:08.223131 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:08.456370 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:08.723383 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:08.958191 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:09.223738 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:09.457596 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:09.723175 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:09.960870 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:10.225742 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:10.458358 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:10.724144 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:10.959804 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:11.223988 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:11.457597 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:11.725169 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:11.958953 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:12.225927 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:12.458177 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:12.723513 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:12.956813 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:13.223184 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:13.457257 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:13.722954 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:13.957955 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:14.224310 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:14.458013 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:14.723726 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:14.957381 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:15.224305 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:15.457256 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:15.724090 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:15.957034 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:16.224037 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:16.457718 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:16.722907 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:16.956923 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:17.223112 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:17.334714 943184 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0603 13:22:17.334740 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:17.460666 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:17.723644 943184 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0603 13:22:17.824291 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:17.962150 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:18.224459 943184 kapi.go:107] duration metric: took 45.505919773s to wait for app.kubernetes.io/name=ingress-nginx ...
I0603 13:22:18.330693 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:18.456237 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:18.822680 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:18.957763 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:19.322461 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:19.459932 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:19.831228 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:19.957926 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:20.322291 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:20.456576 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:20.822984 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:20.956938 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:21.322780 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:21.457440 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:21.823151 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:21.957218 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:22.322920 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:22.456004 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:22.822916 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:22.956621 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0603 13:22:23.323235 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:23.456626 943184 kapi.go:107] duration metric: took 48.505641669s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0603 13:22:23.823423 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:24.323424 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:24.823141 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:25.322578 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:25.822256 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:26.323942 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:26.822035 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:27.322289 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:27.822571 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:28.322371 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:28.823024 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:29.322080 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:29.822761 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:30.322377 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:30.830092 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:31.323034 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:31.822675 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:32.322423 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:32.822546 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:33.323260 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:33.822926 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:34.322894 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:34.822143 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:35.323455 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:35.822422 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:36.323469 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:36.823377 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:37.323209 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:37.822456 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:38.323162 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:38.822867 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:39.327456 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:39.823927 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:40.322552 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:40.822373 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:41.323169 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:41.822986 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:42.323212 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:42.823481 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:43.323451 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:43.823396 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:44.323411 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:44.823377 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:45.322632 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:45.822767 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:46.322409 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:46.823237 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:47.322648 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:47.823367 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:48.323341 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:48.822823 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:49.328230 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:49.823264 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:50.323804 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:50.822986 943184 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0603 13:22:51.323033 943184 kapi.go:107] duration metric: took 1m15.003967157s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0603 13:22:51.324907 943184 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-252757 cluster.
I0603 13:22:51.326764 943184 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.
I0603 13:22:51.328245 943184 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0603 13:22:51.329915 943184 out.go:177] * Enabled addons: ingress-dns, storage-provisioner, cloud-spanner, storage-provisioner-rancher, nvidia-device-plugin, volcano, inspektor-gadget, yakd, metrics-server, default-storageclass, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0603 13:22:51.331572 943184 addons.go:510] duration metric: took 1m27.570553388s for enable addons: enabled=[ingress-dns storage-provisioner cloud-spanner storage-provisioner-rancher nvidia-device-plugin volcano inspektor-gadget yakd metrics-server default-storageclass volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0603 13:22:51.331623 943184 start.go:245] waiting for cluster config update ...
I0603 13:22:51.331647 943184 start.go:254] writing updated cluster config ...
I0603 13:22:51.331924 943184 ssh_runner.go:195] Run: rm -f paused
I0603 13:22:51.710846 943184 start.go:600] kubectl: 1.30.1, cluster: 1.30.1 (minor skew: 0)
I0603 13:22:51.712558 943184 out.go:177] * Done! kubectl is now configured to use "addons-252757" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
c1d63ec442e48 dd1b12fcb6097 4 seconds ago Exited hello-world-app 2 60490c3fbea4a hello-world-app-86c47465fc-r22ld
3053804becd01 4f49228258b64 32 seconds ago Running nginx 0 cebdb29334abf nginx
a1c7403e82894 705b7f60fea5f 33 seconds ago Running nginx 0 8868cf1be2f6c test-job-nginx-0
db7ef84e70086 12fe9d99e5ef2 2 minutes ago Running headlamp 0 c79bb09b510e6 headlamp-68456f997b-w4r7h
6df238bebc028 6ef582f3ec844 2 minutes ago Running gcp-auth 0 b85dbfdaa25fc gcp-auth-5db96cd9b4-stp2n
7e9dd5e9f7e33 296b5f799fcd8 3 minutes ago Exited patch 0 fad60420aa3a7 ingress-nginx-admission-patch-w4qb9
46e01fd32bf9f 296b5f799fcd8 3 minutes ago Exited create 0 8125b2f9100a0 ingress-nginx-admission-create-slnf7
263674811f4b0 20e3f2db01e81 4 minutes ago Running yakd 0 8b8d0b286961d yakd-dashboard-5ddbf7d777-fst4h
894615c52b90e 2437cf7621777 4 minutes ago Running coredns 0 a44ba034904c4 coredns-7db6d8ff4d-mjczx
a71fddee89f44 ba04bb24b9575 4 minutes ago Running storage-provisioner 0 c0ce09c637ad1 storage-provisioner
5cae4edcf1e5f 89d73d416b992 4 minutes ago Running kindnet-cni 0 7a681a4c157bf kindnet-p66jm
8e2cac4fbb160 05eccb821e159 4 minutes ago Running kube-proxy 0 e69ed5d830776 kube-proxy-78mmm
d13c04d0da657 988b55d423baf 4 minutes ago Running kube-apiserver 0 9bf28866a6860 kube-apiserver-addons-252757
6ee4b7d56b8ef 014faa467e297 4 minutes ago Running etcd 0 8f370978c0085 etcd-addons-252757
21c71f9415767 234ac56e455be 4 minutes ago Running kube-controller-manager 0 695c1239793ff kube-controller-manager-addons-252757
0bf2a993cbfc2 163ff818d154d 4 minutes ago Running kube-scheduler 0 a30665260a907 kube-scheduler-addons-252757
==> containerd <==
Jun 03 13:25:44 addons-252757 containerd[769]: time="2024-06-03T13:25:44.792371002Z" level=warning msg="cleaning up after shim disconnected" id=38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f namespace=k8s.io
Jun 03 13:25:44 addons-252757 containerd[769]: time="2024-06-03T13:25:44.792383211Z" level=info msg="cleaning up dead shim"
Jun 03 13:25:44 addons-252757 containerd[769]: time="2024-06-03T13:25:44.800446017Z" level=warning msg="cleanup warnings time=\"2024-06-03T13:25:44Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=11658 runtime=io.containerd.runc.v2\n"
Jun 03 13:25:44 addons-252757 containerd[769]: time="2024-06-03T13:25:44.803807220Z" level=info msg="StopContainer for \"38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f\" returns successfully"
Jun 03 13:25:44 addons-252757 containerd[769]: time="2024-06-03T13:25:44.804392708Z" level=info msg="StopPodSandbox for \"b24f580b22289c444a3d383407e6f2af4b2b2ae8c9f92c96232fdb2b52556ec9\""
Jun 03 13:25:44 addons-252757 containerd[769]: time="2024-06-03T13:25:44.804452423Z" level=info msg="Container to stop \"38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Jun 03 13:25:44 addons-252757 containerd[769]: time="2024-06-03T13:25:44.832620680Z" level=info msg="shim disconnected" id=b24f580b22289c444a3d383407e6f2af4b2b2ae8c9f92c96232fdb2b52556ec9
Jun 03 13:25:44 addons-252757 containerd[769]: time="2024-06-03T13:25:44.833734484Z" level=warning msg="cleaning up after shim disconnected" id=b24f580b22289c444a3d383407e6f2af4b2b2ae8c9f92c96232fdb2b52556ec9 namespace=k8s.io
Jun 03 13:25:44 addons-252757 containerd[769]: time="2024-06-03T13:25:44.833864820Z" level=info msg="cleaning up dead shim"
Jun 03 13:25:44 addons-252757 containerd[769]: time="2024-06-03T13:25:44.842851362Z" level=warning msg="cleanup warnings time=\"2024-06-03T13:25:44Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=11689 runtime=io.containerd.runc.v2\n"
Jun 03 13:25:44 addons-252757 containerd[769]: time="2024-06-03T13:25:44.885607206Z" level=info msg="TearDown network for sandbox \"b24f580b22289c444a3d383407e6f2af4b2b2ae8c9f92c96232fdb2b52556ec9\" successfully"
Jun 03 13:25:44 addons-252757 containerd[769]: time="2024-06-03T13:25:44.885786501Z" level=info msg="StopPodSandbox for \"b24f580b22289c444a3d383407e6f2af4b2b2ae8c9f92c96232fdb2b52556ec9\" returns successfully"
Jun 03 13:25:45 addons-252757 containerd[769]: time="2024-06-03T13:25:45.034746596Z" level=info msg="RemoveContainer for \"38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f\""
Jun 03 13:25:45 addons-252757 containerd[769]: time="2024-06-03T13:25:45.041413635Z" level=info msg="RemoveContainer for \"38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f\" returns successfully"
Jun 03 13:25:45 addons-252757 containerd[769]: time="2024-06-03T13:25:45.042182405Z" level=error msg="ContainerStatus for \"38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f\": not found"
Jun 03 13:25:45 addons-252757 containerd[769]: time="2024-06-03T13:25:45.407456686Z" level=info msg="CreateContainer within sandbox \"60490c3fbea4a3f3ce5441b8c7a98a076cba1ff187bd67aa945f3ee52365f1bf\" for container &ContainerMetadata{Name:hello-world-app,Attempt:2,}"
Jun 03 13:25:45 addons-252757 containerd[769]: time="2024-06-03T13:25:45.426108829Z" level=info msg="CreateContainer within sandbox \"60490c3fbea4a3f3ce5441b8c7a98a076cba1ff187bd67aa945f3ee52365f1bf\" for &ContainerMetadata{Name:hello-world-app,Attempt:2,} returns container id \"c1d63ec442e484772296d063900c122cf388814aeb18bcdd5117857439fbd922\""
Jun 03 13:25:45 addons-252757 containerd[769]: time="2024-06-03T13:25:45.426972645Z" level=info msg="StartContainer for \"c1d63ec442e484772296d063900c122cf388814aeb18bcdd5117857439fbd922\""
Jun 03 13:25:45 addons-252757 containerd[769]: time="2024-06-03T13:25:45.486217604Z" level=info msg="StartContainer for \"c1d63ec442e484772296d063900c122cf388814aeb18bcdd5117857439fbd922\" returns successfully"
Jun 03 13:25:45 addons-252757 containerd[769]: time="2024-06-03T13:25:45.514041351Z" level=info msg="shim disconnected" id=c1d63ec442e484772296d063900c122cf388814aeb18bcdd5117857439fbd922
Jun 03 13:25:45 addons-252757 containerd[769]: time="2024-06-03T13:25:45.514106113Z" level=warning msg="cleaning up after shim disconnected" id=c1d63ec442e484772296d063900c122cf388814aeb18bcdd5117857439fbd922 namespace=k8s.io
Jun 03 13:25:45 addons-252757 containerd[769]: time="2024-06-03T13:25:45.514117830Z" level=info msg="cleaning up dead shim"
Jun 03 13:25:45 addons-252757 containerd[769]: time="2024-06-03T13:25:45.523156342Z" level=warning msg="cleanup warnings time=\"2024-06-03T13:25:45Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=11781 runtime=io.containerd.runc.v2\n"
Jun 03 13:25:46 addons-252757 containerd[769]: time="2024-06-03T13:25:46.039301920Z" level=info msg="RemoveContainer for \"2e16afbcbcbe3061edac86088d4570d07ab102636a2a91274b68d524a3e1f44e\""
Jun 03 13:25:46 addons-252757 containerd[769]: time="2024-06-03T13:25:46.050730360Z" level=info msg="RemoveContainer for \"2e16afbcbcbe3061edac86088d4570d07ab102636a2a91274b68d524a3e1f44e\" returns successfully"
==> coredns [894615c52b90e7221e6a29e718a7de3587f983e5e7ea16769b8e66d228c2707e] <==
[INFO] 10.244.0.20:37367 - 15031 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000225841s
[INFO] 10.244.0.20:37367 - 30383 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.003957013s
[INFO] 10.244.0.20:60921 - 18410 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.004070471s
[INFO] 10.244.0.20:60921 - 65344 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002799492s
[INFO] 10.244.0.20:37367 - 10575 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00284581s
[INFO] 10.244.0.20:37367 - 42716 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000112244s
[INFO] 10.244.0.20:60921 - 45195 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000079719s
[INFO] 10.244.0.20:34407 - 16375 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000097574s
[INFO] 10.244.0.20:34407 - 31376 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000075649s
[INFO] 10.244.0.20:44875 - 17513 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000107566s
[INFO] 10.244.0.20:34407 - 11190 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000176784s
[INFO] 10.244.0.20:44875 - 35587 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000052044s
[INFO] 10.244.0.20:34407 - 30935 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000030555s
[INFO] 10.244.0.20:44875 - 13221 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000049484s
[INFO] 10.244.0.20:34407 - 56606 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000033403s
[INFO] 10.244.0.20:44875 - 15467 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000048557s
[INFO] 10.244.0.20:34407 - 39794 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000031294s
[INFO] 10.244.0.20:44875 - 61567 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000039105s
[INFO] 10.244.0.20:44875 - 25046 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000302959s
[INFO] 10.244.0.20:34407 - 40154 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00131206s
[INFO] 10.244.0.20:34407 - 26907 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.0011194s
[INFO] 10.244.0.20:44875 - 7881 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001660827s
[INFO] 10.244.0.20:34407 - 62903 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000371331s
[INFO] 10.244.0.20:44875 - 44273 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000976224s
[INFO] 10.244.0.20:44875 - 54973 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000047269s
==> describe nodes <==
Name: addons-252757
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-252757
kubernetes.io/os=linux
minikube.k8s.io/commit=3e16338a2e51863cb2fad83b163378f045b3a354
minikube.k8s.io/name=addons-252757
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_06_03T13_21_11_0700
minikube.k8s.io/version=v1.33.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-252757
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 03 Jun 2024 13:21:07 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-252757
AcquireTime: <unset>
RenewTime: Mon, 03 Jun 2024 13:25:45 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 03 Jun 2024 13:25:45 +0000 Mon, 03 Jun 2024 13:21:04 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 03 Jun 2024 13:25:45 +0000 Mon, 03 Jun 2024 13:21:04 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 03 Jun 2024 13:25:45 +0000 Mon, 03 Jun 2024 13:21:04 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 03 Jun 2024 13:25:45 +0000 Mon, 03 Jun 2024 13:21:20 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-252757
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022432Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022432Ki
pods: 110
System Info:
Machine ID: 92bfeab5d7974e0e83893dbd17c56b5f
System UUID: 5bf5b33e-af6d-42ab-915d-4652c842a566
Boot ID: 366ffa85-e804-4ef8-93d3-afb045a5a50b
Kernel Version: 5.15.0-1062-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.31
Kubelet Version: v1.30.1
Kube-Proxy Version: v1.30.1
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (14 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-86c47465fc-r22ld 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 25s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 36s
gcp-auth gcp-auth-5db96cd9b4-stp2n 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m33s
headlamp headlamp-68456f997b-w4r7h 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m58s
kube-system coredns-7db6d8ff4d-mjczx 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 4m26s
kube-system etcd-addons-252757 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 4m40s
kube-system kindnet-p66jm 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 4m27s
kube-system kube-apiserver-addons-252757 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m40s
kube-system kube-controller-manager-addons-252757 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m40s
kube-system kube-proxy-78mmm 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m27s
kube-system kube-scheduler-addons-252757 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m40s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m22s
my-volcano test-job-nginx-0 1 (50%!)(MISSING) 1 (50%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m32s
yakd-dashboard yakd-dashboard-5ddbf7d777-fst4h 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 4m21s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 1850m (92%!)(MISSING) 1100m (55%!)(MISSING)
memory 348Mi (4%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 4m24s kube-proxy
Normal NodeHasSufficientMemory 4m47s (x8 over 4m47s) kubelet Node addons-252757 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 4m47s (x8 over 4m47s) kubelet Node addons-252757 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 4m47s (x7 over 4m47s) kubelet Node addons-252757 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 4m47s kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 4m40s kubelet Node addons-252757 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 4m40s kubelet Node addons-252757 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 4m40s kubelet Node addons-252757 status is now: NodeHasSufficientPID
Normal NodeNotReady 4m40s kubelet Node addons-252757 status is now: NodeNotReady
Normal NodeAllocatableEnforced 4m40s kubelet Updated Node Allocatable limit across pods
Normal Starting 4m40s kubelet Starting kubelet.
Normal NodeReady 4m30s kubelet Node addons-252757 status is now: NodeReady
Normal RegisteredNode 4m27s node-controller Node addons-252757 event: Registered Node addons-252757 in Controller
==> dmesg <==
[ +0.001040] FS-Cache: O-key=[8] 'b25f3b0000000000'
[ +0.000689] FS-Cache: N-cookie c=00000030 [p=00000027 fl=2 nc=0 na=1]
[ +0.000909] FS-Cache: N-cookie d=000000007e50ed2a{9p.inode} n=0000000009ee0639
[ +0.001094] FS-Cache: N-key=[8] 'b25f3b0000000000'
[ +0.002948] FS-Cache: Duplicate cookie detected
[ +0.000732] FS-Cache: O-cookie c=0000002a [p=00000027 fl=226 nc=0 na=1]
[ +0.000973] FS-Cache: O-cookie d=000000007e50ed2a{9p.inode} n=000000003e86b3a8
[ +0.001049] FS-Cache: O-key=[8] 'b25f3b0000000000'
[ +0.000692] FS-Cache: N-cookie c=00000031 [p=00000027 fl=2 nc=0 na=1]
[ +0.000955] FS-Cache: N-cookie d=000000007e50ed2a{9p.inode} n=000000007c38b02d
[ +0.001021] FS-Cache: N-key=[8] 'b25f3b0000000000'
[ +3.426896] FS-Cache: Duplicate cookie detected
[ +0.000938] FS-Cache: O-cookie c=00000028 [p=00000027 fl=226 nc=0 na=1]
[ +0.000963] FS-Cache: O-cookie d=000000007e50ed2a{9p.inode} n=000000002aad7241
[ +0.001041] FS-Cache: O-key=[8] 'b15f3b0000000000'
[ +0.000716] FS-Cache: N-cookie c=00000033 [p=00000027 fl=2 nc=0 na=1]
[ +0.000979] FS-Cache: N-cookie d=000000007e50ed2a{9p.inode} n=00000000814985bf
[ +0.001057] FS-Cache: N-key=[8] 'b15f3b0000000000'
[ +0.358600] FS-Cache: Duplicate cookie detected
[ +0.000699] FS-Cache: O-cookie c=0000002d [p=00000027 fl=226 nc=0 na=1]
[ +0.001017] FS-Cache: O-cookie d=000000007e50ed2a{9p.inode} n=000000007f7582e0
[ +0.001039] FS-Cache: O-key=[8] 'b75f3b0000000000'
[ +0.000722] FS-Cache: N-cookie c=00000034 [p=00000027 fl=2 nc=0 na=1]
[ +0.001001] FS-Cache: N-cookie d=000000007e50ed2a{9p.inode} n=0000000042a6335d
[ +0.001036] FS-Cache: N-key=[8] 'b75f3b0000000000'
==> etcd [6ee4b7d56b8efe379b5bc5fc8f82b22377bb0eac4e83764562478f3416fee5df] <==
{"level":"info","ts":"2024-06-03T13:21:03.970409Z","caller":"fileutil/purge.go:50","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap","max":5,"interval":"30s"}
{"level":"info","ts":"2024-06-03T13:21:03.970417Z","caller":"fileutil/purge.go:50","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/wal","suffix":"wal","max":5,"interval":"30s"}
{"level":"info","ts":"2024-06-03T13:21:03.972425Z","caller":"embed/etcd.go:726","msg":"starting with client TLS","tls-info":"cert = /var/lib/minikube/certs/etcd/server.crt, key = /var/lib/minikube/certs/etcd/server.key, client-cert=, client-key=, trusted-ca = /var/lib/minikube/certs/etcd/ca.crt, client-cert-auth = true, crl-file = ","cipher-suites":[]}
{"level":"info","ts":"2024-06-03T13:21:03.972596Z","caller":"embed/etcd.go:277","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2024-06-03T13:21:03.972615Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-06-03T13:21:03.973008Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-06-03T13:21:03.973113Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-06-03T13:21:04.948734Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-06-03T13:21:04.948949Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-06-03T13:21:04.949086Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-06-03T13:21:04.949169Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-06-03T13:21:04.94926Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-06-03T13:21:04.949335Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-06-03T13:21:04.949422Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-06-03T13:21:04.952887Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-03T13:21:04.958917Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-252757 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-06-03T13:21:04.959221Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-06-03T13:21:04.959593Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-06-03T13:21:04.961407Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-06-03T13:21:04.96873Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-06-03T13:21:04.968908Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-06-03T13:21:04.969008Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-03T13:21:04.969217Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-03T13:21:04.969316Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-03T13:21:05.05127Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
==> gcp-auth [6df238bebc028c33df88c1187f4f8ef25bdf67e097da27312518ec2eab2216de] <==
2024/06/03 13:23:27 Ready to write response ...
2024/06/03 13:24:19 Ready to marshal response ...
2024/06/03 13:24:19 Ready to write response ...
2024/06/03 13:24:39 Ready to marshal response ...
2024/06/03 13:24:39 Ready to write response ...
2024/06/03 13:25:14 Ready to marshal response ...
2024/06/03 13:25:14 Ready to write response ...
2024/06/03 13:25:24 Ready to marshal response ...
2024/06/03 13:25:24 Ready to write response ...
2024/06/03 13:25:24 Ready to marshal response ...
2024/06/03 13:25:24 Ready to write response ...
2024/06/03 13:25:24 Ready to marshal response ...
2024/06/03 13:25:24 Ready to write response ...
2024/06/03 13:25:24 Ready to marshal response ...
2024/06/03 13:25:24 Ready to write response ...
2024/06/03 13:25:24 Ready to marshal response ...
2024/06/03 13:25:24 Ready to write response ...
2024/06/03 13:25:25 Ready to marshal response ...
2024/06/03 13:25:25 Ready to write response ...
2024/06/03 13:25:25 Ready to marshal response ...
2024/06/03 13:25:25 Ready to write response ...
2024/06/03 13:25:25 Ready to marshal response ...
2024/06/03 13:25:25 Ready to write response ...
2024/06/03 13:25:25 Ready to marshal response ...
2024/06/03 13:25:25 Ready to write response ...
==> kernel <==
13:25:50 up 4:08, 0 users, load average: 1.01, 1.65, 2.50
Linux addons-252757 5.15.0-1062-aws #68~20.04.1-Ubuntu SMP Tue May 7 11:50:35 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [5cae4edcf1e5f59770810eab00f5edfcc2b17de6615090297130d4148d462303] <==
I0603 13:23:47.822881 1 main.go:227] handling current node
I0603 13:23:57.831995 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0603 13:23:57.832021 1 main.go:227] handling current node
I0603 13:24:07.844123 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0603 13:24:07.844150 1 main.go:227] handling current node
I0603 13:24:17.855611 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0603 13:24:17.855637 1 main.go:227] handling current node
I0603 13:24:27.859589 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0603 13:24:27.859616 1 main.go:227] handling current node
I0603 13:24:37.872090 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0603 13:24:37.872121 1 main.go:227] handling current node
I0603 13:24:47.884061 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0603 13:24:47.884091 1 main.go:227] handling current node
I0603 13:24:57.888327 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0603 13:24:57.888356 1 main.go:227] handling current node
I0603 13:25:07.900851 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0603 13:25:07.901072 1 main.go:227] handling current node
I0603 13:25:17.913413 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0603 13:25:17.913440 1 main.go:227] handling current node
I0603 13:25:27.918702 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0603 13:25:27.918727 1 main.go:227] handling current node
I0603 13:25:37.925484 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0603 13:25:37.925515 1 main.go:227] handling current node
I0603 13:25:47.929053 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0603 13:25:47.929082 1 main.go:227] handling current node
==> kube-apiserver [d13c04d0da657c2028a32edc02dc39a54b447f1b4a1bf618e3953a6ff992a418] <==
W0603 13:25:04.206238 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0603 13:25:14.496056 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0603 13:25:14.753645 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.107.72.112"}
W0603 13:25:24.355501 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
W0603 13:25:24.437099 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
I0603 13:25:24.522663 1 handler.go:286] Adding GroupVersion batch.volcano.sh v1alpha1 to ResourceManager
W0603 13:25:24.582186 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
W0603 13:25:24.756421 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
I0603 13:25:24.768059 1 handler.go:286] Adding GroupVersion bus.volcano.sh v1alpha1 to ResourceManager
I0603 13:25:24.798702 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.106.4.18"}
W0603 13:25:24.953246 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
W0603 13:25:25.107996 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
I0603 13:25:25.282588 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0603 13:25:25.318156 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0603 13:25:25.351844 1 handler.go:286] Adding GroupVersion nodeinfo.volcano.sh v1alpha1 to ResourceManager
I0603 13:25:25.364333 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
W0603 13:25:25.401982 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": service "volcano-admission-service" not found
W0603 13:25:25.491812 1 dispatcher.go:217] Failed calling webhook, failing closed validatepod.volcano.sh: failed calling webhook "validatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/validate?timeout=10s": service "volcano-admission-service" not found
W0603 13:25:25.897825 1 cacher.go:168] Terminating all watchers from cacher commands.bus.volcano.sh
W0603 13:25:26.364726 1 cacher.go:168] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
W0603 13:25:26.464722 1 cacher.go:168] Terminating all watchers from cacher jobs.batch.volcano.sh
W0603 13:25:26.474912 1 cacher.go:168] Terminating all watchers from cacher queues.scheduling.volcano.sh
W0603 13:25:26.487138 1 cacher.go:168] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
E0603 13:25:41.771354 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
E0603 13:25:42.584341 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
==> kube-controller-manager [21c71f9415767d209471bb6a16067203a1f41467d405ce0214fe58c0db563769] <==
I0603 13:25:34.372291 1 namespace_controller.go:182] "Namespace has been deleted" logger="namespace-controller" namespace="volcano-system"
W0603 13:25:35.346199 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0603 13:25:35.346241 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0603 13:25:35.398872 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0603 13:25:35.398916 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0603 13:25:36.310134 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0603 13:25:36.310256 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0603 13:25:37.035843 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0603 13:25:37.035909 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0603 13:25:37.207224 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0603 13:25:37.207263 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0603 13:25:41.195418 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0603 13:25:41.195662 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0603 13:25:41.688541 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0603 13:25:41.696845 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0603 13:25:41.698963 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="10.797µs"
W0603 13:25:43.673502 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0603 13:25:43.673540 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0603 13:25:43.977084 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0603 13:25:43.977126 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0603 13:25:44.770746 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0603 13:25:44.770794 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0603 13:25:46.049461 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="40.918µs"
W0603 13:25:47.413084 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0603 13:25:47.413122 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
==> kube-proxy [8e2cac4fbb160bda8ba36b665d18ba330686d0a1a832e580924eb2ae35ec2437] <==
I0603 13:21:25.771430 1 server_linux.go:69] "Using iptables proxy"
I0603 13:21:25.783726 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0603 13:21:25.812133 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0603 13:21:25.812182 1 server_linux.go:165] "Using iptables Proxier"
I0603 13:21:25.819785 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0603 13:21:25.819821 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0603 13:21:25.819865 1 proxier.go:243] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I0603 13:21:25.820481 1 server.go:872] "Version info" version="v1.30.1"
I0603 13:21:25.820499 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0603 13:21:25.838462 1 config.go:192] "Starting service config controller"
I0603 13:21:25.838482 1 shared_informer.go:313] Waiting for caches to sync for service config
I0603 13:21:25.838514 1 config.go:101] "Starting endpoint slice config controller"
I0603 13:21:25.838519 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0603 13:21:25.839178 1 config.go:319] "Starting node config controller"
I0603 13:21:25.839187 1 shared_informer.go:313] Waiting for caches to sync for node config
I0603 13:21:25.944820 1 shared_informer.go:320] Caches are synced for service config
I0603 13:21:25.944885 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0603 13:21:25.952940 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [0bf2a993cbfc2f544867684459ab93fc9a0606560b5de54fe637bd8eec03a57d] <==
W0603 13:21:08.415440 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0603 13:21:08.415458 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0603 13:21:08.415526 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0603 13:21:08.415543 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0603 13:21:08.415582 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0603 13:21:08.415597 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
W0603 13:21:08.416796 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0603 13:21:08.416824 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0603 13:21:08.416873 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0603 13:21:08.416884 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W0603 13:21:08.416922 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0603 13:21:08.416932 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
W0603 13:21:08.416966 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0603 13:21:08.416977 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0603 13:21:08.417011 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0603 13:21:08.417020 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0603 13:21:08.417055 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0603 13:21:08.417066 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0603 13:21:08.417125 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0603 13:21:08.417135 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0603 13:21:08.417197 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0603 13:21:08.417210 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0603 13:21:08.417348 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0603 13:21:08.417368 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
I0603 13:21:09.998858 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jun 03 13:25:30 addons-252757 kubelet[1509]: E0603 13:25:30.991570 1509 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-r22ld_default(9f5b2f21-462c-4b66-b694-bff065ac5b23)\"" pod="default/hello-world-app-86c47465fc-r22ld" podUID="9f5b2f21-462c-4b66-b694-bff065ac5b23"
Jun 03 13:25:39 addons-252757 kubelet[1509]: I0603 13:25:39.402149 1509 scope.go:117] "RemoveContainer" containerID="18e9c627877aa7783b2205756510fc0df3e83686c50185575ada3e201bb02840"
Jun 03 13:25:39 addons-252757 kubelet[1509]: E0603 13:25:39.402423 1509 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(33d54101-6d22-4124-beee-47bb90dc9f09)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="33d54101-6d22-4124-beee-47bb90dc9f09"
Jun 03 13:25:40 addons-252757 kubelet[1509]: I0603 13:25:40.745536 1509 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-82rs4\" (UniqueName: \"kubernetes.io/projected/33d54101-6d22-4124-beee-47bb90dc9f09-kube-api-access-82rs4\") pod \"33d54101-6d22-4124-beee-47bb90dc9f09\" (UID: \"33d54101-6d22-4124-beee-47bb90dc9f09\") "
Jun 03 13:25:40 addons-252757 kubelet[1509]: I0603 13:25:40.747480 1509 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/33d54101-6d22-4124-beee-47bb90dc9f09-kube-api-access-82rs4" (OuterVolumeSpecName: "kube-api-access-82rs4") pod "33d54101-6d22-4124-beee-47bb90dc9f09" (UID: "33d54101-6d22-4124-beee-47bb90dc9f09"). InnerVolumeSpecName "kube-api-access-82rs4". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 03 13:25:40 addons-252757 kubelet[1509]: I0603 13:25:40.846146 1509 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-82rs4\" (UniqueName: \"kubernetes.io/projected/33d54101-6d22-4124-beee-47bb90dc9f09-kube-api-access-82rs4\") on node \"addons-252757\" DevicePath \"\""
Jun 03 13:25:41 addons-252757 kubelet[1509]: I0603 13:25:41.017416 1509 scope.go:117] "RemoveContainer" containerID="18e9c627877aa7783b2205756510fc0df3e83686c50185575ada3e201bb02840"
Jun 03 13:25:42 addons-252757 kubelet[1509]: I0603 13:25:42.404915 1509 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="0fee4433-fe2f-4c0f-b6f8-f2831dae8d0a" path="/var/lib/kubelet/pods/0fee4433-fe2f-4c0f-b6f8-f2831dae8d0a/volumes"
Jun 03 13:25:42 addons-252757 kubelet[1509]: I0603 13:25:42.405290 1509 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="33d54101-6d22-4124-beee-47bb90dc9f09" path="/var/lib/kubelet/pods/33d54101-6d22-4124-beee-47bb90dc9f09/volumes"
Jun 03 13:25:42 addons-252757 kubelet[1509]: I0603 13:25:42.405676 1509 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="e8aadb46-7756-4b24-b06f-d07d6731879d" path="/var/lib/kubelet/pods/e8aadb46-7756-4b24-b06f-d07d6731879d/volumes"
Jun 03 13:25:44 addons-252757 kubelet[1509]: I0603 13:25:44.978033 1509 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-h9m7m\" (UniqueName: \"kubernetes.io/projected/026e2c4a-9da3-40d2-999a-46ba615706e0-kube-api-access-h9m7m\") pod \"026e2c4a-9da3-40d2-999a-46ba615706e0\" (UID: \"026e2c4a-9da3-40d2-999a-46ba615706e0\") "
Jun 03 13:25:44 addons-252757 kubelet[1509]: I0603 13:25:44.978103 1509 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/026e2c4a-9da3-40d2-999a-46ba615706e0-webhook-cert\") pod \"026e2c4a-9da3-40d2-999a-46ba615706e0\" (UID: \"026e2c4a-9da3-40d2-999a-46ba615706e0\") "
Jun 03 13:25:44 addons-252757 kubelet[1509]: I0603 13:25:44.980197 1509 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/026e2c4a-9da3-40d2-999a-46ba615706e0-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "026e2c4a-9da3-40d2-999a-46ba615706e0" (UID: "026e2c4a-9da3-40d2-999a-46ba615706e0"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jun 03 13:25:44 addons-252757 kubelet[1509]: I0603 13:25:44.980832 1509 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/026e2c4a-9da3-40d2-999a-46ba615706e0-kube-api-access-h9m7m" (OuterVolumeSpecName: "kube-api-access-h9m7m") pod "026e2c4a-9da3-40d2-999a-46ba615706e0" (UID: "026e2c4a-9da3-40d2-999a-46ba615706e0"). InnerVolumeSpecName "kube-api-access-h9m7m". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 03 13:25:45 addons-252757 kubelet[1509]: I0603 13:25:45.030756 1509 scope.go:117] "RemoveContainer" containerID="38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f"
Jun 03 13:25:45 addons-252757 kubelet[1509]: I0603 13:25:45.041766 1509 scope.go:117] "RemoveContainer" containerID="38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f"
Jun 03 13:25:45 addons-252757 kubelet[1509]: E0603 13:25:45.042441 1509 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f\": not found" containerID="38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f"
Jun 03 13:25:45 addons-252757 kubelet[1509]: I0603 13:25:45.042489 1509 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f"} err="failed to get container status \"38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f\": rpc error: code = NotFound desc = an error occurred when try to find container \"38a096da7a4823bcbde00e933eb2bb567c35ca939dd9e88e3dd307785456927f\": not found"
Jun 03 13:25:45 addons-252757 kubelet[1509]: I0603 13:25:45.078585 1509 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-h9m7m\" (UniqueName: \"kubernetes.io/projected/026e2c4a-9da3-40d2-999a-46ba615706e0-kube-api-access-h9m7m\") on node \"addons-252757\" DevicePath \"\""
Jun 03 13:25:45 addons-252757 kubelet[1509]: I0603 13:25:45.078668 1509 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/026e2c4a-9da3-40d2-999a-46ba615706e0-webhook-cert\") on node \"addons-252757\" DevicePath \"\""
Jun 03 13:25:45 addons-252757 kubelet[1509]: I0603 13:25:45.402364 1509 scope.go:117] "RemoveContainer" containerID="2e16afbcbcbe3061edac86088d4570d07ab102636a2a91274b68d524a3e1f44e"
Jun 03 13:25:46 addons-252757 kubelet[1509]: I0603 13:25:46.035880 1509 scope.go:117] "RemoveContainer" containerID="2e16afbcbcbe3061edac86088d4570d07ab102636a2a91274b68d524a3e1f44e"
Jun 03 13:25:46 addons-252757 kubelet[1509]: I0603 13:25:46.036606 1509 scope.go:117] "RemoveContainer" containerID="c1d63ec442e484772296d063900c122cf388814aeb18bcdd5117857439fbd922"
Jun 03 13:25:46 addons-252757 kubelet[1509]: E0603 13:25:46.036940 1509 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-r22ld_default(9f5b2f21-462c-4b66-b694-bff065ac5b23)\"" pod="default/hello-world-app-86c47465fc-r22ld" podUID="9f5b2f21-462c-4b66-b694-bff065ac5b23"
Jun 03 13:25:46 addons-252757 kubelet[1509]: I0603 13:25:46.404430 1509 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="026e2c4a-9da3-40d2-999a-46ba615706e0" path="/var/lib/kubelet/pods/026e2c4a-9da3-40d2-999a-46ba615706e0/volumes"
==> storage-provisioner [a71fddee89f446916eb3299c9b494af7cc01651fa8650f411afe036018cc67f0] <==
I0603 13:21:29.404069 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0603 13:21:29.436120 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0603 13:21:29.436165 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0603 13:21:29.454110 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0603 13:21:29.454278 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-252757_4311c9ad-7b0c-46a4-a05b-387796729cc1!
I0603 13:21:29.460927 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"45ec0cdb-ed9c-4c9b-8f79-4512214b30b6", APIVersion:"v1", ResourceVersion:"553", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-252757_4311c9ad-7b0c-46a4-a05b-387796729cc1 became leader
I0603 13:21:29.555187 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-252757_4311c9ad-7b0c-46a4-a05b-387796729cc1!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-252757 -n addons-252757
helpers_test.go:261: (dbg) Run: kubectl --context addons-252757 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (36.97s)