=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-126557 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run: kubectl --context addons-126557 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-126557 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [9a5fbb1d-68e9-4fcf-90c0-9b5fab333b7d] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [9a5fbb1d-68e9-4fcf-90c0-9b5fab333b7d] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.030916801s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-126557 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run: kubectl --context addons-126557 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-126557 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:297: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.059823433s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:299: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:303: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:306: (dbg) Run: out/minikube-linux-arm64 -p addons-126557 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:306: (dbg) Done: out/minikube-linux-arm64 -p addons-126557 addons disable ingress-dns --alsologtostderr -v=1: (1.397913016s)
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-126557 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-126557 addons disable ingress --alsologtostderr -v=1: (7.75283581s)
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-126557
helpers_test.go:235: (dbg) docker inspect addons-126557:
-- stdout --
[
{
"Id": "3086df2a8c6a081dc52c2ede3362e7126f1e5d8560fdd12e1c3caedb39b00e67",
"Created": "2024-04-01T10:27:53.443190252Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 447047,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-04-01T10:27:53.703461078Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:d0f05b8b802e4c4af20a90d686bad8329f07849a8fda1b1d1c1dc3f527691df0",
"ResolvConfPath": "/var/lib/docker/containers/3086df2a8c6a081dc52c2ede3362e7126f1e5d8560fdd12e1c3caedb39b00e67/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/3086df2a8c6a081dc52c2ede3362e7126f1e5d8560fdd12e1c3caedb39b00e67/hostname",
"HostsPath": "/var/lib/docker/containers/3086df2a8c6a081dc52c2ede3362e7126f1e5d8560fdd12e1c3caedb39b00e67/hosts",
"LogPath": "/var/lib/docker/containers/3086df2a8c6a081dc52c2ede3362e7126f1e5d8560fdd12e1c3caedb39b00e67/3086df2a8c6a081dc52c2ede3362e7126f1e5d8560fdd12e1c3caedb39b00e67-json.log",
"Name": "/addons-126557",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-126557:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-126557",
"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/b0eb7310f7718ec9493fad8caeab807e9f767cfc33fe8d151b2d88eb5710a645-init/diff:/var/lib/docker/overlay2/65e26a120eed9f31cb763816aea149af9d6db48117d016131d4955e22e308b16/diff",
"MergedDir": "/var/lib/docker/overlay2/b0eb7310f7718ec9493fad8caeab807e9f767cfc33fe8d151b2d88eb5710a645/merged",
"UpperDir": "/var/lib/docker/overlay2/b0eb7310f7718ec9493fad8caeab807e9f767cfc33fe8d151b2d88eb5710a645/diff",
"WorkDir": "/var/lib/docker/overlay2/b0eb7310f7718ec9493fad8caeab807e9f767cfc33fe8d151b2d88eb5710a645/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-126557",
"Source": "/var/lib/docker/volumes/addons-126557/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-126557",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82",
"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-126557",
"name.minikube.sigs.k8s.io": "addons-126557",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "f17e094ea37cc2add5251b9492496aca8f7dc185907c80e3e19ab65fa78272f1",
"SandboxKey": "/var/run/docker/netns/f17e094ea37c",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33167"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33166"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33163"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33165"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33164"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-126557": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "38d3940061625d9091c661aa273f72beb5a72564d0c0406752aca3d821c25f12",
"EndpointID": "f4c12e713dadfc0090413d071f9715233ee61108bbf5341401684f0c58803bb3",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-126557",
"3086df2a8c6a"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-126557 -n addons-126557
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-126557 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-126557 logs -n 25: (1.467439971s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| delete | -p download-only-006513 | download-only-006513 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:27 UTC | 01 Apr 24 10:27 UTC |
| delete | -p download-only-919109 | download-only-919109 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:27 UTC | 01 Apr 24 10:27 UTC |
| delete | -p download-only-315775 | download-only-315775 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:27 UTC | 01 Apr 24 10:27 UTC |
| start | --download-only -p | download-docker-971411 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:27 UTC | |
| | download-docker-971411 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-971411 | download-docker-971411 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:27 UTC | 01 Apr 24 10:27 UTC |
| start | --download-only -p | binary-mirror-553170 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:27 UTC | |
| | binary-mirror-553170 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:34313 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-553170 | binary-mirror-553170 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:27 UTC | 01 Apr 24 10:27 UTC |
| addons | enable dashboard -p | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:27 UTC | |
| | addons-126557 | | | | | |
| addons | disable dashboard -p | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:27 UTC | |
| | addons-126557 | | | | | |
| start | -p addons-126557 --wait=true | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:27 UTC | 01 Apr 24 10:29 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-126557 ip | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:29 UTC | 01 Apr 24 10:29 UTC |
| addons | addons-126557 addons disable | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:29 UTC | 01 Apr 24 10:29 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:29 UTC | 01 Apr 24 10:29 UTC |
| | -p addons-126557 | | | | | |
| ssh | addons-126557 ssh cat | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:30 UTC | 01 Apr 24 10:30 UTC |
| | /opt/local-path-provisioner/pvc-e946bd4c-0d39-436e-a133-57feb23c806a_default_test-pvc/file1 | | | | | |
| addons | addons-126557 addons disable | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:30 UTC | 01 Apr 24 10:30 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-126557 addons | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:30 UTC | 01 Apr 24 10:30 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-126557 addons | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:30 UTC | 01 Apr 24 10:30 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:30 UTC | 01 Apr 24 10:30 UTC |
| | addons-126557 | | | | | |
| addons | enable headlamp | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:30 UTC | 01 Apr 24 10:30 UTC |
| | -p addons-126557 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-126557 addons | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:30 UTC | 01 Apr 24 10:30 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:30 UTC | 01 Apr 24 10:31 UTC |
| | addons-126557 | | | | | |
| ssh | addons-126557 ssh curl -s | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:31 UTC | 01 Apr 24 10:31 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-126557 ip | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:31 UTC | 01 Apr 24 10:31 UTC |
| addons | addons-126557 addons disable | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:31 UTC | 01 Apr 24 10:31 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-126557 addons disable | addons-126557 | jenkins | v1.33.0-beta.0 | 01 Apr 24 10:31 UTC | 01 Apr 24 10:31 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/04/01 10:27:29
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.22.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0401 10:27:29.014183 446597 out.go:291] Setting OutFile to fd 1 ...
I0401 10:27:29.014341 446597 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0401 10:27:29.014355 446597 out.go:304] Setting ErrFile to fd 2...
I0401 10:27:29.014411 446597 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0401 10:27:29.014726 446597 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18551-440344/.minikube/bin
I0401 10:27:29.016255 446597 out.go:298] Setting JSON to false
I0401 10:27:29.017352 446597 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":7799,"bootTime":1711959450,"procs":169,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1056-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I0401 10:27:29.017434 446597 start.go:139] virtualization:
I0401 10:27:29.028010 446597 out.go:177] * [addons-126557] minikube v1.33.0-beta.0 on Ubuntu 20.04 (arm64)
I0401 10:27:29.037874 446597 out.go:177] - MINIKUBE_LOCATION=18551
I0401 10:27:29.037910 446597 notify.go:220] Checking for updates...
I0401 10:27:29.056729 446597 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0401 10:27:29.077468 446597 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18551-440344/kubeconfig
I0401 10:27:29.109207 446597 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18551-440344/.minikube
I0401 10:27:29.139696 446597 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0401 10:27:29.171071 446597 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0401 10:27:29.204753 446597 driver.go:392] Setting default libvirt URI to qemu:///system
I0401 10:27:29.224500 446597 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
I0401 10:27:29.224644 446597 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0401 10:27:29.291233 446597 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-04-01 10:27:29.280213377 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1056-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:8215101440 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} 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.13.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0]] Warnings:<nil>}}
I0401 10:27:29.291352 446597 docker.go:295] overlay module found
I0401 10:27:29.315340 446597 out.go:177] * Using the docker driver based on user configuration
I0401 10:27:29.348462 446597 start.go:297] selected driver: docker
I0401 10:27:29.348497 446597 start.go:901] validating driver "docker" against <nil>
I0401 10:27:29.348513 446597 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0401 10:27:29.349172 446597 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0401 10:27:29.415904 446597 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-04-01 10:27:29.397908894 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1056-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:8215101440 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} 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.13.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0]] Warnings:<nil>}}
I0401 10:27:29.416084 446597 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0401 10:27:29.416355 446597 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]
I0401 10:27:29.444641 446597 out.go:177] * Using Docker driver with root privileges
I0401 10:27:29.476326 446597 cni.go:84] Creating CNI manager for ""
I0401 10:27:29.476365 446597 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0401 10:27:29.476378 446597 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0401 10:27:29.476476 446597 start.go:340] cluster config:
{Name:addons-126557 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 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.29.3 ClusterName:addons-126557 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.29.3 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}
I0401 10:27:29.508259 446597 out.go:177] * Starting "addons-126557" primary control-plane node in "addons-126557" cluster
I0401 10:27:29.540873 446597 cache.go:121] Beginning downloading kic base image for docker with containerd
I0401 10:27:29.589827 446597 out.go:177] * Pulling base image v0.0.43-1711559786-18485 ...
I0401 10:27:29.621948 446597 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime containerd
I0401 10:27:29.622012 446597 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18551-440344/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4
I0401 10:27:29.622042 446597 cache.go:56] Caching tarball of preloaded images
I0401 10:27:29.622129 446597 preload.go:173] Found /home/jenkins/minikube-integration/18551-440344/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0401 10:27:29.622139 446597 cache.go:59] Finished verifying existence of preloaded tar for v1.29.3 on containerd
I0401 10:27:29.622364 446597 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 in local docker daemon
I0401 10:27:29.622476 446597 profile.go:143] Saving config to /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/config.json ...
I0401 10:27:29.622500 446597 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/config.json: {Name:mk3ecc4d86dede0e8abe49dba8328d9102d85cef Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:27:29.635388 446597 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 to local cache
I0401 10:27:29.635534 446597 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 in local cache directory
I0401 10:27:29.635555 446597 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 in local cache directory, skipping pull
I0401 10:27:29.635560 446597 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 exists in cache, skipping pull
I0401 10:27:29.635569 446597 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 as a tarball
I0401 10:27:29.635575 446597 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 from local cache
I0401 10:27:46.261611 446597 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 from cached tarball
I0401 10:27:46.261651 446597 cache.go:194] Successfully downloaded all kic artifacts
I0401 10:27:46.261681 446597 start.go:360] acquireMachinesLock for addons-126557: {Name:mk2ec46b99afe876b925725d0b33c02f9946bde8 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0401 10:27:46.261828 446597 start.go:364] duration metric: took 121.072µs to acquireMachinesLock for "addons-126557"
I0401 10:27:46.261860 446597 start.go:93] Provisioning new machine with config: &{Name:addons-126557 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 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.29.3 ClusterName:addons-126557 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.29.3 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.29.3 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0401 10:27:46.261954 446597 start.go:125] createHost starting for "" (driver="docker")
I0401 10:27:46.264660 446597 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0401 10:27:46.264910 446597 start.go:159] libmachine.API.Create for "addons-126557" (driver="docker")
I0401 10:27:46.264946 446597 client.go:168] LocalClient.Create starting
I0401 10:27:46.265086 446597 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18551-440344/.minikube/certs/ca.pem
I0401 10:27:46.807865 446597 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18551-440344/.minikube/certs/cert.pem
I0401 10:27:47.130328 446597 cli_runner.go:164] Run: docker network inspect addons-126557 --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}}]}"
W0401 10:27:47.143628 446597 cli_runner.go:211] docker network inspect addons-126557 --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
I0401 10:27:47.143757 446597 network_create.go:281] running [docker network inspect addons-126557] to gather additional debugging logs...
I0401 10:27:47.143780 446597 cli_runner.go:164] Run: docker network inspect addons-126557
W0401 10:27:47.159513 446597 cli_runner.go:211] docker network inspect addons-126557 returned with exit code 1
I0401 10:27:47.159546 446597 network_create.go:284] error running [docker network inspect addons-126557]: docker network inspect addons-126557: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-126557 not found
I0401 10:27:47.159560 446597 network_create.go:286] output of [docker network inspect addons-126557]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-126557 not found
** /stderr **
I0401 10:27:47.159686 446597 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}}]}"
I0401 10:27:47.173409 446597 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:0x4002598e50}
I0401 10:27:47.173453 446597 network_create.go:124] attempt to create docker network addons-126557 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0401 10:27:47.173513 446597 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-126557 addons-126557
I0401 10:27:47.238512 446597 network_create.go:108] docker network addons-126557 192.168.49.0/24 created
I0401 10:27:47.238550 446597 kic.go:121] calculated static IP "192.168.49.2" for the "addons-126557" container
I0401 10:27:47.238631 446597 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0401 10:27:47.251039 446597 cli_runner.go:164] Run: docker volume create addons-126557 --label name.minikube.sigs.k8s.io=addons-126557 --label created_by.minikube.sigs.k8s.io=true
I0401 10:27:47.265781 446597 oci.go:103] Successfully created a docker volume addons-126557
I0401 10:27:47.265881 446597 cli_runner.go:164] Run: docker run --rm --name addons-126557-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-126557 --entrypoint /usr/bin/test -v addons-126557:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 -d /var/lib
I0401 10:27:49.171786 446597 cli_runner.go:217] Completed: docker run --rm --name addons-126557-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-126557 --entrypoint /usr/bin/test -v addons-126557:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 -d /var/lib: (1.90586107s)
I0401 10:27:49.171821 446597 oci.go:107] Successfully prepared a docker volume addons-126557
I0401 10:27:49.171850 446597 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime containerd
I0401 10:27:49.171880 446597 kic.go:194] Starting extracting preloaded images to volume ...
I0401 10:27:49.171964 446597 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18551-440344/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-126557:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 -I lz4 -xf /preloaded.tar -C /extractDir
I0401 10:27:53.375991 446597 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18551-440344/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-126557:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 -I lz4 -xf /preloaded.tar -C /extractDir: (4.203984725s)
I0401 10:27:53.376026 446597 kic.go:203] duration metric: took 4.204153951s to extract preloaded images to volume ...
W0401 10:27:53.376168 446597 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0401 10:27:53.376286 446597 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0401 10:27:53.430050 446597 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-126557 --name addons-126557 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-126557 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-126557 --network addons-126557 --ip 192.168.49.2 --volume addons-126557:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82
I0401 10:27:53.712307 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Running}}
I0401 10:27:53.737027 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:27:53.756412 446597 cli_runner.go:164] Run: docker exec addons-126557 stat /var/lib/dpkg/alternatives/iptables
I0401 10:27:53.817545 446597 oci.go:144] the created container "addons-126557" has a running status.
I0401 10:27:53.817579 446597 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa...
I0401 10:27:54.921325 446597 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0401 10:27:54.940210 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:27:54.960772 446597 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0401 10:27:54.960795 446597 kic_runner.go:114] Args: [docker exec --privileged addons-126557 chown docker:docker /home/docker/.ssh/authorized_keys]
I0401 10:27:55.021877 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:27:55.040504 446597 machine.go:94] provisionDockerMachine start ...
I0401 10:27:55.040602 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:27:55.057714 446597 main.go:141] libmachine: Using SSH client type: native
I0401 10:27:55.058002 446597 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33167 <nil> <nil>}
I0401 10:27:55.058013 446597 main.go:141] libmachine: About to run SSH command:
hostname
I0401 10:27:55.212802 446597 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-126557
I0401 10:27:55.212828 446597 ubuntu.go:169] provisioning hostname "addons-126557"
I0401 10:27:55.212894 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:27:55.230304 446597 main.go:141] libmachine: Using SSH client type: native
I0401 10:27:55.230563 446597 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33167 <nil> <nil>}
I0401 10:27:55.230583 446597 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-126557 && echo "addons-126557" | sudo tee /etc/hostname
I0401 10:27:55.382164 446597 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-126557
I0401 10:27:55.382279 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:27:55.397303 446597 main.go:141] libmachine: Using SSH client type: native
I0401 10:27:55.397552 446597 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33167 <nil> <nil>}
I0401 10:27:55.397580 446597 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-126557' /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-126557/g' /etc/hosts;
else
echo '127.0.1.1 addons-126557' | sudo tee -a /etc/hosts;
fi
fi
I0401 10:27:55.533207 446597 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0401 10:27:55.533235 446597 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18551-440344/.minikube CaCertPath:/home/jenkins/minikube-integration/18551-440344/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18551-440344/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18551-440344/.minikube}
I0401 10:27:55.533259 446597 ubuntu.go:177] setting up certificates
I0401 10:27:55.533269 446597 provision.go:84] configureAuth start
I0401 10:27:55.533332 446597 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-126557
I0401 10:27:55.549320 446597 provision.go:143] copyHostCerts
I0401 10:27:55.549415 446597 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18551-440344/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18551-440344/.minikube/ca.pem (1078 bytes)
I0401 10:27:55.549551 446597 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18551-440344/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18551-440344/.minikube/cert.pem (1123 bytes)
I0401 10:27:55.549611 446597 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18551-440344/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18551-440344/.minikube/key.pem (1679 bytes)
I0401 10:27:55.549658 446597 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18551-440344/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18551-440344/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18551-440344/.minikube/certs/ca-key.pem org=jenkins.addons-126557 san=[127.0.0.1 192.168.49.2 addons-126557 localhost minikube]
I0401 10:27:55.671162 446597 provision.go:177] copyRemoteCerts
I0401 10:27:55.671231 446597 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0401 10:27:55.671273 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:27:55.687286 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:27:55.785849 446597 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18551-440344/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0401 10:27:55.810455 446597 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18551-440344/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0401 10:27:55.838405 446597 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18551-440344/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0401 10:27:55.862891 446597 provision.go:87] duration metric: took 329.608367ms to configureAuth
I0401 10:27:55.862919 446597 ubuntu.go:193] setting minikube options for container-runtime
I0401 10:27:55.863141 446597 config.go:182] Loaded profile config "addons-126557": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.29.3
I0401 10:27:55.863155 446597 machine.go:97] duration metric: took 822.629069ms to provisionDockerMachine
I0401 10:27:55.863163 446597 client.go:171] duration metric: took 9.598207493s to LocalClient.Create
I0401 10:27:55.863188 446597 start.go:167] duration metric: took 9.598279967s to libmachine.API.Create "addons-126557"
I0401 10:27:55.863201 446597 start.go:293] postStartSetup for "addons-126557" (driver="docker")
I0401 10:27:55.863211 446597 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]
I0401 10:27:55.863282 446597 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
I0401 10:27:55.863330 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:27:55.878839 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:27:55.978425 446597 ssh_runner.go:195] Run: cat /etc/os-release
I0401 10:27:55.981850 446597 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0401 10:27:55.981889 446597 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0401 10:27:55.981912 446597 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0401 10:27:55.981919 446597 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0401 10:27:55.981930 446597 filesync.go:126] Scanning /home/jenkins/minikube-integration/18551-440344/.minikube/addons for local assets ...
I0401 10:27:55.982004 446597 filesync.go:126] Scanning /home/jenkins/minikube-integration/18551-440344/.minikube/files for local assets ...
I0401 10:27:55.982031 446597 start.go:296] duration metric: took 118.823712ms for postStartSetup
I0401 10:27:55.982353 446597 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-126557
I0401 10:27:55.997976 446597 profile.go:143] Saving config to /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/config.json ...
I0401 10:27:55.998290 446597 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0401 10:27:55.998342 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:27:56.022130 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:27:56.122122 446597 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0401 10:27:56.126485 446597 start.go:128] duration metric: took 9.86451335s to createHost
I0401 10:27:56.126513 446597 start.go:83] releasing machines lock for "addons-126557", held for 9.864671344s
I0401 10:27:56.126586 446597 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-126557
I0401 10:27:56.141609 446597 ssh_runner.go:195] Run: cat /version.json
I0401 10:27:56.141672 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:27:56.141941 446597 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0401 10:27:56.142008 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:27:56.162526 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:27:56.169381 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:27:56.256951 446597 ssh_runner.go:195] Run: systemctl --version
I0401 10:27:56.371102 446597 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0401 10:27:56.375554 446597 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' {}" ;
I0401 10:27:56.401084 446597 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0401 10:27:56.401169 446597 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" ;
I0401 10:27:56.431440 446597 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0401 10:27:56.431465 446597 start.go:494] detecting cgroup driver to use...
I0401 10:27:56.431498 446597 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0401 10:27:56.431553 446597 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0401 10:27:56.444534 446597 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0401 10:27:56.456708 446597 docker.go:217] disabling cri-docker service (if available) ...
I0401 10:27:56.456782 446597 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0401 10:27:56.471023 446597 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0401 10:27:56.485798 446597 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0401 10:27:56.575431 446597 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0401 10:27:56.669782 446597 docker.go:233] disabling docker service ...
I0401 10:27:56.669883 446597 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0401 10:27:56.690892 446597 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0401 10:27:56.703522 446597 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0401 10:27:56.798160 446597 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0401 10:27:56.884462 446597 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0401 10:27:56.895796 446597 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"
I0401 10:27:56.912762 446597 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"
I0401 10:27:56.923643 446597 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"
I0401 10:27:56.933981 446597 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0401 10:27:56.934097 446597 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0401 10:27:56.944636 446597 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"
I0401 10:27:56.956348 446597 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0401 10:27:56.966673 446597 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0401 10:27:56.976702 446597 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0401 10:27:56.986978 446597 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"
I0401 10:27:56.997704 446597 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0401 10:27:57.012537 446597 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"
I0401 10:27:57.026034 446597 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0401 10:27:57.044334 446597 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0401 10:27:57.054035 446597 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0401 10:27:57.137652 446597 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0401 10:27:57.283776 446597 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0401 10:27:57.283929 446597 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0401 10:27:57.287823 446597 start.go:562] Will wait 60s for crictl version
I0401 10:27:57.287940 446597 ssh_runner.go:195] Run: which crictl
I0401 10:27:57.291612 446597 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0401 10:27:57.336941 446597 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.28
RuntimeApiVersion: v1
I0401 10:27:57.337099 446597 ssh_runner.go:195] Run: containerd --version
I0401 10:27:57.359301 446597 ssh_runner.go:195] Run: containerd --version
I0401 10:27:57.384128 446597 out.go:177] * Preparing Kubernetes v1.29.3 on containerd 1.6.28 ...
I0401 10:27:57.386370 446597 cli_runner.go:164] Run: docker network inspect addons-126557 --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}}]}"
I0401 10:27:57.399644 446597 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0401 10:27:57.403454 446597 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""
I0401 10:27:57.414254 446597 kubeadm.go:877] updating cluster {Name:addons-126557 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 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.29.3 ClusterName:addons-126557 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.29.3 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} ...
I0401 10:27:57.414385 446597 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime containerd
I0401 10:27:57.414451 446597 ssh_runner.go:195] Run: sudo crictl images --output json
I0401 10:27:57.451866 446597 containerd.go:627] all images are preloaded for containerd runtime.
I0401 10:27:57.451894 446597 containerd.go:534] Images already preloaded, skipping extraction
I0401 10:27:57.451958 446597 ssh_runner.go:195] Run: sudo crictl images --output json
I0401 10:27:57.489725 446597 containerd.go:627] all images are preloaded for containerd runtime.
I0401 10:27:57.489751 446597 cache_images.go:84] Images are preloaded, skipping loading
I0401 10:27:57.489759 446597 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.29.3 containerd true true} ...
I0401 10:27:57.489865 446597 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.29.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-126557 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.29.3 ClusterName:addons-126557 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:}
I0401 10:27:57.489937 446597 ssh_runner.go:195] Run: sudo crictl info
I0401 10:27:57.530727 446597 cni.go:84] Creating CNI manager for ""
I0401 10:27:57.530754 446597 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0401 10:27:57.530763 446597 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0401 10:27:57.530786 446597 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.29.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-126557 NodeName:addons-126557 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}
I0401 10:27:57.530930 446597 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-126557"
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.29.3
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
I0401 10:27:57.531005 446597 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.29.3
I0401 10:27:57.540156 446597 binaries.go:44] Found k8s binaries, skipping transfer
I0401 10:27:57.540250 446597 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0401 10:27:57.549261 446597 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0401 10:27:57.568348 446597 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0401 10:27:57.587040 446597 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0401 10:27:57.605295 446597 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0401 10:27:57.608754 446597 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""
I0401 10:27:57.619832 446597 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0401 10:27:57.700503 446597 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0401 10:27:57.714376 446597 certs.go:68] Setting up /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557 for IP: 192.168.49.2
I0401 10:27:57.714401 446597 certs.go:194] generating shared ca certs ...
I0401 10:27:57.714422 446597 certs.go:226] acquiring lock for ca certs: {Name:mkcd78655f97da7a9cc32a54b546078a42807779 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:27:57.714555 446597 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18551-440344/.minikube/ca.key
I0401 10:27:57.871571 446597 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18551-440344/.minikube/ca.crt ...
I0401 10:27:57.871601 446597 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18551-440344/.minikube/ca.crt: {Name:mk1b0fbb849f164d53a3066b44bb35ebc971cd1c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:27:57.871807 446597 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18551-440344/.minikube/ca.key ...
I0401 10:27:57.871820 446597 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18551-440344/.minikube/ca.key: {Name:mk13cbf91c6ab8daedb9baa455ffbc0da411f085 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:27:57.871926 446597 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18551-440344/.minikube/proxy-client-ca.key
I0401 10:27:58.298263 446597 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18551-440344/.minikube/proxy-client-ca.crt ...
I0401 10:27:58.298296 446597 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18551-440344/.minikube/proxy-client-ca.crt: {Name:mk4f17d05b7464df607639898b960e29c53a2de8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:27:58.298486 446597 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18551-440344/.minikube/proxy-client-ca.key ...
I0401 10:27:58.298497 446597 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18551-440344/.minikube/proxy-client-ca.key: {Name:mkfd20615bde669bc2e132c148c5874590b8f937 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:27:58.299118 446597 certs.go:256] generating profile certs ...
I0401 10:27:58.299208 446597 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/client.key
I0401 10:27:58.299233 446597 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/client.crt with IP's: []
I0401 10:27:58.609630 446597 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/client.crt ...
I0401 10:27:58.609663 446597 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/client.crt: {Name:mk239157f4b0bcd48d03dd376469dbfcaa338c8f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:27:58.609897 446597 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/client.key ...
I0401 10:27:58.609912 446597 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/client.key: {Name:mk79b8b86b6c53e30cef7603a5580fa548692b85 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:27:58.610011 446597 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/apiserver.key.ed48e385
I0401 10:27:58.610034 446597 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/apiserver.crt.ed48e385 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0401 10:27:58.842347 446597 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/apiserver.crt.ed48e385 ...
I0401 10:27:58.842383 446597 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/apiserver.crt.ed48e385: {Name:mk08a418addff9df58a3659cb71da7e2d257e5ab Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:27:58.842612 446597 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/apiserver.key.ed48e385 ...
I0401 10:27:58.842631 446597 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/apiserver.key.ed48e385: {Name:mk7eb2b3c173f2235f650ed19fecdcbdb28ffa10 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:27:58.842739 446597 certs.go:381] copying /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/apiserver.crt.ed48e385 -> /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/apiserver.crt
I0401 10:27:58.842869 446597 certs.go:385] copying /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/apiserver.key.ed48e385 -> /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/apiserver.key
I0401 10:27:58.842932 446597 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/proxy-client.key
I0401 10:27:58.842957 446597 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/proxy-client.crt with IP's: []
I0401 10:27:59.313275 446597 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/proxy-client.crt ...
I0401 10:27:59.313309 446597 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/proxy-client.crt: {Name:mk325c23e1e6dcde66319805d04d6d23da31b31a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:27:59.313528 446597 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/proxy-client.key ...
I0401 10:27:59.313545 446597 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/proxy-client.key: {Name:mk62ff22bf65b1547d27f56375768467f75b67b3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:27:59.313750 446597 certs.go:484] found cert: /home/jenkins/minikube-integration/18551-440344/.minikube/certs/ca-key.pem (1675 bytes)
I0401 10:27:59.313793 446597 certs.go:484] found cert: /home/jenkins/minikube-integration/18551-440344/.minikube/certs/ca.pem (1078 bytes)
I0401 10:27:59.313824 446597 certs.go:484] found cert: /home/jenkins/minikube-integration/18551-440344/.minikube/certs/cert.pem (1123 bytes)
I0401 10:27:59.313852 446597 certs.go:484] found cert: /home/jenkins/minikube-integration/18551-440344/.minikube/certs/key.pem (1679 bytes)
I0401 10:27:59.314493 446597 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18551-440344/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0401 10:27:59.340454 446597 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18551-440344/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0401 10:27:59.365435 446597 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18551-440344/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0401 10:27:59.389657 446597 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18551-440344/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0401 10:27:59.414830 446597 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0401 10:27:59.439483 446597 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0401 10:27:59.464361 446597 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0401 10:27:59.489149 446597 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18551-440344/.minikube/profiles/addons-126557/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0401 10:27:59.514776 446597 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18551-440344/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0401 10:27:59.540531 446597 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (752 bytes)
I0401 10:27:59.559778 446597 ssh_runner.go:195] Run: openssl version
I0401 10:27:59.565668 446597 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"
I0401 10:27:59.575416 446597 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0401 10:27:59.578999 446597 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr 1 10:27 /usr/share/ca-certificates/minikubeCA.pem
I0401 10:27:59.579069 446597 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0401 10:27:59.586157 446597 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"
I0401 10:27:59.595614 446597 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0401 10:27:59.599121 446597 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
I0401 10:27:59.599173 446597 kubeadm.go:391] StartCluster: {Name:addons-126557 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1711559786-18485@sha256:2dcab64da240d825290a528fa79ad3c32db45fe5f8be5150468234a7114eff82 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.29.3 ClusterName:addons-126557 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.29.3 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}
I0401 10:27:59.599264 446597 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0401 10:27:59.599324 446597 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0401 10:27:59.640405 446597 cri.go:89] found id: ""
I0401 10:27:59.640485 446597 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0401 10:27:59.649877 446597 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0401 10:27:59.659258 446597 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0401 10:27:59.659345 446597 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
I0401 10:27:59.668328 446597 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
I0401 10:27:59.668349 446597 kubeadm.go:156] found existing configuration files:
I0401 10:27:59.668413 446597 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0401 10:27:59.677292 446597 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
I0401 10:27:59.677361 446597 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0401 10:27:59.686151 446597 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0401 10:27:59.695708 446597 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
I0401 10:27:59.695780 446597 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0401 10:27:59.704117 446597 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0401 10:27:59.712729 446597 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
I0401 10:27:59.712821 446597 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0401 10:27:59.721538 446597 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0401 10:27:59.730877 446597 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
I0401 10:27:59.730964 446597 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0401 10:27:59.739319 446597 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.29.3:$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"
I0401 10:27:59.785363 446597 kubeadm.go:309] [init] Using Kubernetes version: v1.29.3
I0401 10:27:59.785671 446597 kubeadm.go:309] [preflight] Running pre-flight checks
I0401 10:27:59.826477 446597 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0401 10:27:59.826559 446597 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1056-aws[0m
I0401 10:27:59.826599 446597 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0401 10:27:59.826647 446597 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0401 10:27:59.826698 446597 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0401 10:27:59.826747 446597 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0401 10:27:59.826798 446597 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0401 10:27:59.826848 446597 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0401 10:27:59.826898 446597 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0401 10:27:59.826944 446597 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0401 10:27:59.826995 446597 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0401 10:27:59.827043 446597 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0401 10:27:59.917424 446597 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0401 10:27:59.917536 446597 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0401 10:27:59.917633 446597 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0401 10:28:00.540397 446597 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0401 10:28:00.544058 446597 out.go:204] - Generating certificates and keys ...
I0401 10:28:00.544177 446597 kubeadm.go:309] [certs] Using existing ca certificate authority
I0401 10:28:00.544248 446597 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0401 10:28:00.861935 446597 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0401 10:28:01.344519 446597 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0401 10:28:02.442844 446597 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0401 10:28:02.743814 446597 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0401 10:28:03.414094 446597 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0401 10:28:03.414237 446597 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-126557 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0401 10:28:04.302094 446597 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0401 10:28:04.302368 446597 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-126557 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0401 10:28:04.564321 446597 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0401 10:28:05.041705 446597 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0401 10:28:05.248413 446597 kubeadm.go:309] [certs] Generating "sa" key and public key
I0401 10:28:05.248749 446597 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0401 10:28:05.600396 446597 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0401 10:28:05.992934 446597 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0401 10:28:06.998976 446597 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0401 10:28:07.154683 446597 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0401 10:28:07.621258 446597 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0401 10:28:07.622067 446597 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0401 10:28:07.626862 446597 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0401 10:28:07.629323 446597 out.go:204] - Booting up control plane ...
I0401 10:28:07.629431 446597 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0401 10:28:07.629550 446597 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0401 10:28:07.629620 446597 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0401 10:28:07.640206 446597 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0401 10:28:07.641182 446597 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0401 10:28:07.641404 446597 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0401 10:28:07.743187 446597 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0401 10:28:14.745933 446597 kubeadm.go:309] [apiclient] All control plane components are healthy after 7.002320 seconds
I0401 10:28:14.768038 446597 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0401 10:28:14.780539 446597 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0401 10:28:15.307755 446597 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0401 10:28:15.307959 446597 kubeadm.go:309] [mark-control-plane] Marking the node addons-126557 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0401 10:28:15.819825 446597 kubeadm.go:309] [bootstrap-token] Using token: e8o5os.bdo150iljjgr9zy1
I0401 10:28:15.821725 446597 out.go:204] - Configuring RBAC rules ...
I0401 10:28:15.821845 446597 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0401 10:28:15.827321 446597 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0401 10:28:15.838954 446597 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
I0401 10:28:15.842792 446597 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0401 10:28:15.846373 446597 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0401 10:28:15.850157 446597 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0401 10:28:15.864041 446597 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0401 10:28:16.089896 446597 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0401 10:28:16.232722 446597 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0401 10:28:16.234414 446597 kubeadm.go:309]
I0401 10:28:16.234486 446597 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0401 10:28:16.234492 446597 kubeadm.go:309]
I0401 10:28:16.234566 446597 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0401 10:28:16.234571 446597 kubeadm.go:309]
I0401 10:28:16.234596 446597 kubeadm.go:309] mkdir -p $HOME/.kube
I0401 10:28:16.235025 446597 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0401 10:28:16.235080 446597 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0401 10:28:16.235085 446597 kubeadm.go:309]
I0401 10:28:16.235137 446597 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0401 10:28:16.235142 446597 kubeadm.go:309]
I0401 10:28:16.235192 446597 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0401 10:28:16.235197 446597 kubeadm.go:309]
I0401 10:28:16.235247 446597 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0401 10:28:16.235319 446597 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0401 10:28:16.235385 446597 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0401 10:28:16.235389 446597 kubeadm.go:309]
I0401 10:28:16.235662 446597 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0401 10:28:16.235754 446597 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0401 10:28:16.235760 446597 kubeadm.go:309]
I0401 10:28:16.236047 446597 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token e8o5os.bdo150iljjgr9zy1 \
I0401 10:28:16.236152 446597 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:cbcf2f82093f41bf7a7754ef692c4c973c22ca55ec8f76b73ea2379c31d5d51a \
I0401 10:28:16.236349 446597 kubeadm.go:309] --control-plane
I0401 10:28:16.236359 446597 kubeadm.go:309]
I0401 10:28:16.236666 446597 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0401 10:28:16.236676 446597 kubeadm.go:309]
I0401 10:28:16.236961 446597 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token e8o5os.bdo150iljjgr9zy1 \
I0401 10:28:16.237400 446597 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:cbcf2f82093f41bf7a7754ef692c4c973c22ca55ec8f76b73ea2379c31d5d51a
I0401 10:28:16.240631 446597 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-1056-aws\n", err: exit status 1
I0401 10:28:16.240824 446597 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0401 10:28:16.240862 446597 cni.go:84] Creating CNI manager for ""
I0401 10:28:16.240883 446597 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0401 10:28:16.244544 446597 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0401 10:28:16.247096 446597 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0401 10:28:16.251851 446597 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.29.3/kubectl ...
I0401 10:28:16.251870 446597 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0401 10:28:16.285141 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0401 10:28:16.632561 446597 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0401 10:28:16.632707 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:16.632786 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-126557 minikube.k8s.io/updated_at=2024_04_01T10_28_16_0700 minikube.k8s.io/version=v1.33.0-beta.0 minikube.k8s.io/commit=b8aa0d860b7e6047018bc1a9124397cd2c931e0d minikube.k8s.io/name=addons-126557 minikube.k8s.io/primary=true
I0401 10:28:16.775728 446597 ops.go:34] apiserver oom_adj: -16
I0401 10:28:16.775817 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:17.276211 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:17.776371 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:18.276685 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:18.776580 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:19.275909 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:19.776210 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:20.276094 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:20.776932 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:21.276842 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:21.776499 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:22.276745 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:22.776844 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:23.276571 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:23.776869 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:24.276504 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:24.775940 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:25.276064 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:25.776618 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:26.276335 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:26.776277 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:27.276706 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:27.776609 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:28.276584 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:28.775961 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:29.275960 446597 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0401 10:28:29.451397 446597 kubeadm.go:1107] duration metric: took 12.818736929s to wait for elevateKubeSystemPrivileges
W0401 10:28:29.451435 446597 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0401 10:28:29.451443 446597 kubeadm.go:393] duration metric: took 29.85227568s to StartCluster
I0401 10:28:29.451459 446597 settings.go:142] acquiring lock: {Name:mk276d29ae3bc72f373a524094e329002a16d918 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:28:29.451583 446597 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18551-440344/kubeconfig
I0401 10:28:29.451962 446597 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18551-440344/kubeconfig: {Name:mka3c2a4390d3645e6f38c74c25892daa576bd87 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0401 10:28:29.452501 446597 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0401 10:28:29.452532 446597 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0401 10:28:29.454788 446597 out.go:177] * Verifying Kubernetes components...
I0401 10:28:29.452766 446597 config.go:182] Loaded profile config "addons-126557": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.29.3
I0401 10:28:29.452777 446597 addons.go:502] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true yakd:true]
I0401 10:28:29.456986 446597 addons.go:69] Setting yakd=true in profile "addons-126557"
I0401 10:28:29.457015 446597 addons.go:234] Setting addon yakd=true in "addons-126557"
I0401 10:28:29.457073 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.457567 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.457717 446597 addons.go:69] Setting ingress-dns=true in profile "addons-126557"
I0401 10:28:29.457746 446597 addons.go:234] Setting addon ingress-dns=true in "addons-126557"
I0401 10:28:29.457781 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.458148 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.458565 446597 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0401 10:28:29.458706 446597 addons.go:69] Setting inspektor-gadget=true in profile "addons-126557"
I0401 10:28:29.458731 446597 addons.go:234] Setting addon inspektor-gadget=true in "addons-126557"
I0401 10:28:29.458756 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.458789 446597 addons.go:69] Setting cloud-spanner=true in profile "addons-126557"
I0401 10:28:29.458810 446597 addons.go:234] Setting addon cloud-spanner=true in "addons-126557"
I0401 10:28:29.458830 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.459136 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.459193 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.471770 446597 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-126557"
I0401 10:28:29.471856 446597 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-126557"
I0401 10:28:29.471890 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.472320 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.472457 446597 addons.go:69] Setting metrics-server=true in profile "addons-126557"
I0401 10:28:29.472473 446597 addons.go:234] Setting addon metrics-server=true in "addons-126557"
I0401 10:28:29.472494 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.472841 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.481848 446597 addons.go:69] Setting default-storageclass=true in profile "addons-126557"
I0401 10:28:29.481931 446597 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-126557"
I0401 10:28:29.482238 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.482563 446597 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-126557"
I0401 10:28:29.482596 446597 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-126557"
I0401 10:28:29.482631 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.483010 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.489582 446597 addons.go:69] Setting registry=true in profile "addons-126557"
I0401 10:28:29.489628 446597 addons.go:234] Setting addon registry=true in "addons-126557"
I0401 10:28:29.489666 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.490103 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.492450 446597 addons.go:69] Setting gcp-auth=true in profile "addons-126557"
I0401 10:28:29.492495 446597 mustload.go:65] Loading cluster: addons-126557
I0401 10:28:29.496431 446597 addons.go:69] Setting ingress=true in profile "addons-126557"
I0401 10:28:29.496523 446597 addons.go:234] Setting addon ingress=true in "addons-126557"
I0401 10:28:29.496617 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.517026 446597 addons.go:69] Setting storage-provisioner=true in profile "addons-126557"
I0401 10:28:29.517224 446597 addons.go:234] Setting addon storage-provisioner=true in "addons-126557"
I0401 10:28:29.518182 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.518764 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.541697 446597 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-126557"
I0401 10:28:29.541795 446597 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-126557"
I0401 10:28:29.542199 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.563122 446597 addons.go:69] Setting volumesnapshots=true in profile "addons-126557"
I0401 10:28:29.563220 446597 addons.go:234] Setting addon volumesnapshots=true in "addons-126557"
I0401 10:28:29.563291 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.563926 446597 config.go:182] Loaded profile config "addons-126557": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.29.3
I0401 10:28:29.564234 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.573266 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.583044 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.602997 446597 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0401 10:28:29.607897 446597 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0401 10:28:29.607925 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0401 10:28:29.607993 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.637344 446597 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0401 10:28:29.651894 446597 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0401 10:28:29.654426 446597 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.26.0
I0401 10:28:29.659997 446597 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0401 10:28:29.660073 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0401 10:28:29.660172 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.666147 446597 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0401 10:28:29.654687 446597 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
I0401 10:28:29.654691 446597 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0401 10:28:29.654697 446597 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0401 10:28:29.684740 446597 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
I0401 10:28:29.676410 446597 addons.go:234] Setting addon default-storageclass=true in "addons-126557"
I0401 10:28:29.688785 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.689367 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.697793 446597 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0401 10:28:29.697858 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0401 10:28:29.697956 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.702985 446597 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0401 10:28:29.703010 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0401 10:28:29.703078 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.719143 446597 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0401 10:28:29.719171 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0401 10:28:29.719235 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.719393 446597 out.go:177] - Using image docker.io/registry:2.8.3
I0401 10:28:29.725424 446597 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0401 10:28:29.720009 446597 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0401 10:28:29.721337 446597 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-126557"
I0401 10:28:29.721416 446597 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0401 10:28:29.721423 446597 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0401 10:28:29.728856 446597 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0401 10:28:29.738072 446597 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0401 10:28:29.736010 446597 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0401 10:28:29.736054 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.736073 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0401 10:28:29.736088 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0401 10:28:29.740509 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:29.740541 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.740572 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:29.746735 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.747956 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:29.757197 446597 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0401 10:28:29.762779 446597 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0401 10:28:29.762801 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0401 10:28:29.762859 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.757313 446597 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0401 10:28:29.757533 446597 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0401 10:28:29.780655 446597 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0401 10:28:29.784798 446597 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0401 10:28:29.788796 446597 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0401 10:28:29.785106 446597 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0401 10:28:29.785121 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0401 10:28:29.791073 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.799827 446597 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0401 10:28:29.800049 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0401 10:28:29.810986 446597 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0401 10:28:29.811009 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0401 10:28:29.811075 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.808811 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.838801 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:29.848276 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:29.868327 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:29.871935 446597 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0401 10:28:29.871958 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0401 10:28:29.872034 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.905504 446597 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/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.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0401 10:28:29.905737 446597 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0401 10:28:29.928192 446597 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0401 10:28:29.930729 446597 out.go:177] - Using image docker.io/busybox:stable
I0401 10:28:29.933746 446597 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0401 10:28:29.933768 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0401 10:28:29.932314 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:29.938519 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:29.958092 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:29.965604 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:30.003452 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:30.026066 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:30.028801 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:30.030742 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:30.040952 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:30.042068 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
W0401 10:28:30.047426 446597 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0401 10:28:30.047460 446597 retry.go:31] will retry after 258.936492ms: ssh: handshake failed: EOF
W0401 10:28:30.054816 446597 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0401 10:28:30.054850 446597 retry.go:31] will retry after 218.510317ms: ssh: handshake failed: EOF
I0401 10:28:30.245463 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0401 10:28:30.504913 446597 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0401 10:28:30.504984 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0401 10:28:30.560143 446597 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0401 10:28:30.560213 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0401 10:28:30.673979 446597 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0401 10:28:30.674040 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0401 10:28:30.711990 446597 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0401 10:28:30.712068 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0401 10:28:30.729749 446597 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0401 10:28:30.729778 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0401 10:28:30.749950 446597 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0401 10:28:30.750024 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0401 10:28:30.771355 446597 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0401 10:28:30.771423 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0401 10:28:30.806230 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0401 10:28:30.844485 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0401 10:28:30.853478 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0401 10:28:30.893887 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0401 10:28:30.895815 446597 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0401 10:28:30.895880 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0401 10:28:30.897892 446597 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0401 10:28:30.897951 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0401 10:28:30.947024 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0401 10:28:30.970523 446597 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0401 10:28:30.970591 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0401 10:28:30.973418 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0401 10:28:31.106568 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0401 10:28:31.108574 446597 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0401 10:28:31.108652 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0401 10:28:31.118833 446597 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0401 10:28:31.118914 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0401 10:28:31.156438 446597 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0401 10:28:31.156519 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0401 10:28:31.202966 446597 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0401 10:28:31.203036 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0401 10:28:31.222936 446597 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0401 10:28:31.223009 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0401 10:28:31.288545 446597 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0401 10:28:31.288619 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0401 10:28:31.326802 446597 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0401 10:28:31.326874 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0401 10:28:31.360223 446597 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0401 10:28:31.361285 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0401 10:28:31.391131 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
I0401 10:28:31.500346 446597 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0401 10:28:31.500370 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0401 10:28:31.524157 446597 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0401 10:28:31.524177 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0401 10:28:31.726167 446597 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0401 10:28:31.726243 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0401 10:28:31.816224 446597 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0401 10:28:31.816294 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0401 10:28:31.926059 446597 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0401 10:28:31.926133 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0401 10:28:31.951368 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
I0401 10:28:31.985875 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
I0401 10:28:32.082204 446597 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0401 10:28:32.082278 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0401 10:28:32.189353 446597 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0401 10:28:32.189426 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0401 10:28:32.382599 446597 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0401 10:28:32.382673 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0401 10:28:32.417698 446597 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.511903179s)
I0401 10:28:32.418679 446597 node_ready.go:35] waiting up to 6m0s for node "addons-126557" to be "Ready" ...
I0401 10:28:32.418916 446597 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/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.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.513333674s)
I0401 10:28:32.418958 446597 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0401 10:28:32.452553 446597 node_ready.go:49] node "addons-126557" has status "Ready":"True"
I0401 10:28:32.452628 446597 node_ready.go:38] duration metric: took 33.899236ms for node "addons-126557" to be "Ready" ...
I0401 10:28:32.452656 446597 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" ...
I0401 10:28:32.495039 446597 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-5npps" in "kube-system" namespace to be "Ready" ...
I0401 10:28:32.551591 446597 pod_ready.go:92] pod "coredns-76f75df574-5npps" in "kube-system" namespace has status "Ready":"True"
I0401 10:28:32.551663 446597 pod_ready.go:81] duration metric: took 56.540075ms for pod "coredns-76f75df574-5npps" in "kube-system" namespace to be "Ready" ...
I0401 10:28:32.551691 446597 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-vkcwj" in "kube-system" namespace to be "Ready" ...
I0401 10:28:32.677582 446597 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0401 10:28:32.677654 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0401 10:28:32.705344 446597 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0401 10:28:32.705416 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0401 10:28:32.772902 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
I0401 10:28:32.871234 446597 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0401 10:28:32.871261 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0401 10:28:32.923191 446597 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-126557" context rescaled to 1 replicas
I0401 10:28:33.059945 446597 pod_ready.go:92] pod "coredns-76f75df574-vkcwj" in "kube-system" namespace has status "Ready":"True"
I0401 10:28:33.059974 446597 pod_ready.go:81] duration metric: took 508.261384ms for pod "coredns-76f75df574-vkcwj" in "kube-system" namespace to be "Ready" ...
I0401 10:28:33.059988 446597 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-126557" in "kube-system" namespace to be "Ready" ...
I0401 10:28:33.066873 446597 pod_ready.go:92] pod "etcd-addons-126557" in "kube-system" namespace has status "Ready":"True"
I0401 10:28:33.066903 446597 pod_ready.go:81] duration metric: took 6.90623ms for pod "etcd-addons-126557" in "kube-system" namespace to be "Ready" ...
I0401 10:28:33.066949 446597 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-126557" in "kube-system" namespace to be "Ready" ...
I0401 10:28:33.074393 446597 pod_ready.go:92] pod "kube-apiserver-addons-126557" in "kube-system" namespace has status "Ready":"True"
I0401 10:28:33.074428 446597 pod_ready.go:81] duration metric: took 7.46135ms for pod "kube-apiserver-addons-126557" in "kube-system" namespace to be "Ready" ...
I0401 10:28:33.074446 446597 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-126557" in "kube-system" namespace to be "Ready" ...
I0401 10:28:33.080730 446597 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0401 10:28:33.080756 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0401 10:28:33.231621 446597 pod_ready.go:92] pod "kube-controller-manager-addons-126557" in "kube-system" namespace has status "Ready":"True"
I0401 10:28:33.231651 446597 pod_ready.go:81] duration metric: took 157.144715ms for pod "kube-controller-manager-addons-126557" in "kube-system" namespace to be "Ready" ...
I0401 10:28:33.231696 446597 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-7vv7n" in "kube-system" namespace to be "Ready" ...
I0401 10:28:33.341688 446597 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0401 10:28:33.341714 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0401 10:28:33.623126 446597 pod_ready.go:92] pod "kube-proxy-7vv7n" in "kube-system" namespace has status "Ready":"True"
I0401 10:28:33.623154 446597 pod_ready.go:81] duration metric: took 391.441481ms for pod "kube-proxy-7vv7n" in "kube-system" namespace to be "Ready" ...
I0401 10:28:33.623167 446597 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-126557" in "kube-system" namespace to be "Ready" ...
I0401 10:28:33.665167 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
I0401 10:28:33.790485 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.544949689s)
I0401 10:28:34.049902 446597 pod_ready.go:92] pod "kube-scheduler-addons-126557" in "kube-system" namespace has status "Ready":"True"
I0401 10:28:34.049933 446597 pod_ready.go:81] duration metric: took 426.724084ms for pod "kube-scheduler-addons-126557" in "kube-system" namespace to be "Ready" ...
I0401 10:28:34.049980 446597 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-42fcm" in "kube-system" namespace to be "Ready" ...
I0401 10:28:36.064162 446597 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-42fcm" in "kube-system" namespace has status "Ready":"False"
I0401 10:28:36.799589 446597 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0401 10:28:36.799694 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:36.825447 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:37.211428 446597 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0401 10:28:37.246330 446597 addons.go:234] Setting addon gcp-auth=true in "addons-126557"
I0401 10:28:37.246431 446597 host.go:66] Checking if "addons-126557" exists ...
I0401 10:28:37.246956 446597 cli_runner.go:164] Run: docker container inspect addons-126557 --format={{.State.Status}}
I0401 10:28:37.271924 446597 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0401 10:28:37.271977 446597 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-126557
I0401 10:28:37.290055 446597 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18551-440344/.minikube/machines/addons-126557/id_rsa Username:docker}
I0401 10:28:38.004385 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (7.198071483s)
I0401 10:28:38.004426 446597 addons.go:470] Verifying addon ingress=true in "addons-126557"
I0401 10:28:38.007140 446597 out.go:177] * Verifying ingress addon...
I0401 10:28:38.004672 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (7.160117572s)
I0401 10:28:38.004694 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (7.151164494s)
I0401 10:28:38.004830 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (7.110877711s)
I0401 10:28:38.004859 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (7.057768893s)
I0401 10:28:38.007482 446597 addons.go:470] Verifying addon registry=true in "addons-126557"
I0401 10:28:38.009727 446597 out.go:177] * Verifying registry addon...
I0401 10:28:38.004896 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (6.89825892s)
I0401 10:28:38.005017 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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: (6.05357571s)
I0401 10:28:38.005162 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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: (6.019210393s)
I0401 10:28:38.005240 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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: (5.232312666s)
I0401 10:28:38.005283 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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: (6.614128791s)
I0401 10:28:38.004880 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (7.03140746s)
W0401 10:28:38.012729 446597 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
I0401 10:28:38.012763 446597 retry.go:31] will retry after 235.866078ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
I0401 10:28:38.012845 446597 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0401 10:28:38.015835 446597 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-126557 service yakd-dashboard -n yakd-dashboard
I0401 10:28:38.013020 446597 addons.go:470] Verifying addon metrics-server=true in "addons-126557"
I0401 10:28:38.013234 446597 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0401 10:28:38.025607 446597 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0401 10:28:38.025636 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0401 10:28:38.033791 446597 out.go:239] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0401 10:28:38.036581 446597 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0401 10:28:38.036605 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:38.249197 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
I0401 10:28:38.518299 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:38.523801 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:38.557224 446597 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-42fcm" in "kube-system" namespace has status "Ready":"False"
I0401 10:28:39.023450 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:39.027653 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:39.332731 446597 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.060756712s)
I0401 10:28:39.335367 446597 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0401 10:28:39.334275 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (5.669044298s)
I0401 10:28:39.337711 446597 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-126557"
I0401 10:28:39.341896 446597 out.go:177] * Verifying csi-hostpath-driver addon...
I0401 10:28:39.343767 446597 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0401 10:28:39.346816 446597 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0401 10:28:39.346844 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0401 10:28:39.344723 446597 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0401 10:28:39.357383 446597 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0401 10:28:39.357416 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:39.441694 446597 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0401 10:28:39.441722 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0401 10:28:39.467051 446597 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0401 10:28:39.467084 446597 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0401 10:28:39.520296 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:39.523486 446597 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
I0401 10:28:39.525993 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:39.855452 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:40.022335 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:40.036333 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:40.065952 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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.81668138s)
I0401 10:28:40.353385 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:40.534175 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:40.552279 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:40.644960 446597 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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.121435541s)
I0401 10:28:40.648004 446597 addons.go:470] Verifying addon gcp-auth=true in "addons-126557"
I0401 10:28:40.651701 446597 out.go:177] * Verifying gcp-auth addon...
I0401 10:28:40.651537 446597 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-42fcm" in "kube-system" namespace has status "Ready":"False"
I0401 10:28:40.654422 446597 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0401 10:28:40.671052 446597 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0401 10:28:40.671123 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:40.853825 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:41.018557 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:41.024668 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:41.158115 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:41.353237 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:41.517589 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:41.523212 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:41.658706 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:41.853424 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:42.020199 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:42.026249 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:42.060007 446597 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-42fcm" in "kube-system" namespace has status "Ready":"True"
I0401 10:28:42.060136 446597 pod_ready.go:81] duration metric: took 8.010138219s for pod "nvidia-device-plugin-daemonset-42fcm" in "kube-system" namespace to be "Ready" ...
I0401 10:28:42.060165 446597 pod_ready.go:38] duration metric: took 9.607481954s 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" ...
I0401 10:28:42.060210 446597 api_server.go:52] waiting for apiserver process to appear ...
I0401 10:28:42.060314 446597 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0401 10:28:42.110868 446597 api_server.go:72] duration metric: took 12.658300845s to wait for apiserver process to appear ...
I0401 10:28:42.110950 446597 api_server.go:88] waiting for apiserver healthz status ...
I0401 10:28:42.111013 446597 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0401 10:28:42.120136 446597 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0401 10:28:42.122343 446597 api_server.go:141] control plane version: v1.29.3
I0401 10:28:42.122382 446597 api_server.go:131] duration metric: took 11.389168ms to wait for apiserver health ...
I0401 10:28:42.122396 446597 system_pods.go:43] waiting for kube-system pods to appear ...
I0401 10:28:42.138615 446597 system_pods.go:59] 18 kube-system pods found
I0401 10:28:42.138661 446597 system_pods.go:61] "coredns-76f75df574-5npps" [afb08dac-acce-4c7f-814d-4d434efa416d] Running
I0401 10:28:42.138673 446597 system_pods.go:61] "csi-hostpath-attacher-0" [2496b853-a2ea-4ebc-9147-4bbd24fa5547] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0401 10:28:42.138709 446597 system_pods.go:61] "csi-hostpath-resizer-0" [f8e2e55a-d67a-40c6-af70-3d4b8626884f] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0401 10:28:42.138730 446597 system_pods.go:61] "csi-hostpathplugin-dscg6" [fda0a1aa-f6b4-42f5-abb4-391e9fdc73f3] 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])
I0401 10:28:42.138737 446597 system_pods.go:61] "etcd-addons-126557" [5285f4a8-a53b-4f3a-b20a-389bc4040670] Running
I0401 10:28:42.138746 446597 system_pods.go:61] "kindnet-dl57l" [9c44660c-5e2b-4ed8-a843-4d07ffb43b0d] Running
I0401 10:28:42.138751 446597 system_pods.go:61] "kube-apiserver-addons-126557" [90042445-897b-4ef0-a400-632bf55553ae] Running
I0401 10:28:42.138756 446597 system_pods.go:61] "kube-controller-manager-addons-126557" [f24cab30-8af3-414b-9074-3b5ecd374f86] Running
I0401 10:28:42.138786 446597 system_pods.go:61] "kube-ingress-dns-minikube" [be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0401 10:28:42.138799 446597 system_pods.go:61] "kube-proxy-7vv7n" [f61e2422-4055-4640-a3ef-d722d083c801] Running
I0401 10:28:42.138806 446597 system_pods.go:61] "kube-scheduler-addons-126557" [3ba36472-b7a5-4f6e-8f41-d746522da716] Running
I0401 10:28:42.138824 446597 system_pods.go:61] "metrics-server-75d6c48ddd-plv9h" [15419844-7761-41fd-90ac-f12c5fcd0fcd] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0401 10:28:42.138839 446597 system_pods.go:61] "nvidia-device-plugin-daemonset-42fcm" [ac4fd004-08f3-4874-9487-b879518c709f] Running
I0401 10:28:42.138847 446597 system_pods.go:61] "registry-ml2g2" [bbaae877-1e11-468f-888a-9776609aa128] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0401 10:28:42.138879 446597 system_pods.go:61] "registry-proxy-4wwdd" [c2545582-2c57-437a-b39b-294cb4c20eaf] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0401 10:28:42.138894 446597 system_pods.go:61] "snapshot-controller-58dbcc7b99-k7s7r" [8b0afebe-edc7-41c0-a48b-2c0d2c07eba8] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0401 10:28:42.138902 446597 system_pods.go:61] "snapshot-controller-58dbcc7b99-stzjk" [bf564b2c-cebd-402c-ba7b-b1619dd1aa2a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0401 10:28:42.138911 446597 system_pods.go:61] "storage-provisioner" [06e6bdc6-fcaa-4a57-8edc-a7e010427504] Running
I0401 10:28:42.138919 446597 system_pods.go:74] duration metric: took 16.516037ms to wait for pod list to return data ...
I0401 10:28:42.138928 446597 default_sa.go:34] waiting for default service account to be created ...
I0401 10:28:42.142207 446597 default_sa.go:45] found service account: "default"
I0401 10:28:42.142418 446597 default_sa.go:55] duration metric: took 3.470968ms for default service account to be created ...
I0401 10:28:42.142446 446597 system_pods.go:116] waiting for k8s-apps to be running ...
I0401 10:28:42.165344 446597 system_pods.go:86] 18 kube-system pods found
I0401 10:28:42.167421 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:42.167497 446597 system_pods.go:89] "coredns-76f75df574-5npps" [afb08dac-acce-4c7f-814d-4d434efa416d] Running
I0401 10:28:42.167680 446597 system_pods.go:89] "csi-hostpath-attacher-0" [2496b853-a2ea-4ebc-9147-4bbd24fa5547] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0401 10:28:42.167706 446597 system_pods.go:89] "csi-hostpath-resizer-0" [f8e2e55a-d67a-40c6-af70-3d4b8626884f] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0401 10:28:42.167718 446597 system_pods.go:89] "csi-hostpathplugin-dscg6" [fda0a1aa-f6b4-42f5-abb4-391e9fdc73f3] 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])
I0401 10:28:42.167733 446597 system_pods.go:89] "etcd-addons-126557" [5285f4a8-a53b-4f3a-b20a-389bc4040670] Running
I0401 10:28:42.167745 446597 system_pods.go:89] "kindnet-dl57l" [9c44660c-5e2b-4ed8-a843-4d07ffb43b0d] Running
I0401 10:28:42.167750 446597 system_pods.go:89] "kube-apiserver-addons-126557" [90042445-897b-4ef0-a400-632bf55553ae] Running
I0401 10:28:42.167755 446597 system_pods.go:89] "kube-controller-manager-addons-126557" [f24cab30-8af3-414b-9074-3b5ecd374f86] Running
I0401 10:28:42.167763 446597 system_pods.go:89] "kube-ingress-dns-minikube" [be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0401 10:28:42.167768 446597 system_pods.go:89] "kube-proxy-7vv7n" [f61e2422-4055-4640-a3ef-d722d083c801] Running
I0401 10:28:42.167774 446597 system_pods.go:89] "kube-scheduler-addons-126557" [3ba36472-b7a5-4f6e-8f41-d746522da716] Running
I0401 10:28:42.167797 446597 system_pods.go:89] "metrics-server-75d6c48ddd-plv9h" [15419844-7761-41fd-90ac-f12c5fcd0fcd] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0401 10:28:42.167810 446597 system_pods.go:89] "nvidia-device-plugin-daemonset-42fcm" [ac4fd004-08f3-4874-9487-b879518c709f] Running
I0401 10:28:42.167822 446597 system_pods.go:89] "registry-ml2g2" [bbaae877-1e11-468f-888a-9776609aa128] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0401 10:28:42.167834 446597 system_pods.go:89] "registry-proxy-4wwdd" [c2545582-2c57-437a-b39b-294cb4c20eaf] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0401 10:28:42.167842 446597 system_pods.go:89] "snapshot-controller-58dbcc7b99-k7s7r" [8b0afebe-edc7-41c0-a48b-2c0d2c07eba8] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0401 10:28:42.168253 446597 system_pods.go:89] "snapshot-controller-58dbcc7b99-stzjk" [bf564b2c-cebd-402c-ba7b-b1619dd1aa2a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0401 10:28:42.168301 446597 system_pods.go:89] "storage-provisioner" [06e6bdc6-fcaa-4a57-8edc-a7e010427504] Running
I0401 10:28:42.168321 446597 system_pods.go:126] duration metric: took 25.865742ms to wait for k8s-apps to be running ...
I0401 10:28:42.168335 446597 system_svc.go:44] waiting for kubelet service to be running ....
I0401 10:28:42.168404 446597 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0401 10:28:42.196305 446597 system_svc.go:56] duration metric: took 27.958078ms WaitForService to wait for kubelet
I0401 10:28:42.196345 446597 kubeadm.go:576] duration metric: took 12.743784819s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0401 10:28:42.196400 446597 node_conditions.go:102] verifying NodePressure condition ...
I0401 10:28:42.200979 446597 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0401 10:28:42.201023 446597 node_conditions.go:123] node cpu capacity is 2
I0401 10:28:42.201037 446597 node_conditions.go:105] duration metric: took 4.629725ms to run NodePressure ...
I0401 10:28:42.201427 446597 start.go:240] waiting for startup goroutines ...
I0401 10:28:42.353869 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:42.517785 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:42.523156 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:42.659030 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:42.853002 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:43.018236 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:43.023378 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:43.158077 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:43.353128 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:43.518459 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:43.523393 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:43.658124 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:43.852849 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:44.018518 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:44.023860 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:44.158462 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:44.353373 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:44.518092 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:44.522550 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:44.658784 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:44.853127 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:45.064146 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:45.065612 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:45.169380 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:45.355327 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:45.518586 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:45.523527 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:45.658538 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:45.853366 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:46.017878 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:46.023011 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:46.158630 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:46.353326 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:46.517523 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:46.523285 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:46.662388 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:46.858498 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:47.018556 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:47.022975 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:47.158199 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:47.353630 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:47.517118 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:47.526267 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:47.658364 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:47.853162 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:48.018508 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:48.023562 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:48.158948 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:48.353374 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:48.518272 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:48.523080 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:48.658905 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:48.854086 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:49.018977 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:49.024267 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:49.159172 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:49.354676 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:49.517537 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:49.527943 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:49.660618 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:49.852804 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:50.018513 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:50.024001 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:50.159814 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:50.352313 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:50.517701 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:50.522252 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:50.658532 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:50.852751 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:51.028366 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:51.029439 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:51.158487 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:51.353393 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:51.523489 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:51.530104 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:51.659440 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:51.853472 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:52.022696 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:52.028041 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:52.159132 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:52.352838 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:52.517380 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:52.523082 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:52.658495 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:52.853494 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:53.019439 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:53.024984 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:53.159085 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:53.353739 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:53.518645 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:53.523618 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:53.659295 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:53.852327 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:54.019137 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:54.027194 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:54.158967 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:54.353742 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:54.517744 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:54.523326 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0401 10:28:54.658449 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:54.852689 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:55.023896 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:55.027227 446597 kapi.go:107] duration metric: took 17.013983531s to wait for kubernetes.io/minikube-addons=registry ...
I0401 10:28:55.158479 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:55.352632 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:55.518073 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:55.659417 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:55.853168 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:56.018076 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:56.159052 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:56.359586 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:56.522133 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:56.658940 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:56.855910 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:57.020243 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:57.159186 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:57.360278 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:57.519629 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:57.659631 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:57.859371 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:58.020687 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:58.159026 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:58.357620 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:58.530107 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:58.672602 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:58.855544 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:59.018923 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:59.158958 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:59.352568 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:28:59.521093 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:28:59.658919 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:28:59.853281 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:00.090902 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:00.173399 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:00.360151 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:00.519634 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:00.663042 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:00.862580 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:01.020743 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:01.159310 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:01.353470 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:01.518381 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:01.658325 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:01.853215 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:02.017872 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:02.158762 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:02.352745 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:02.517258 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:02.658931 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:02.855541 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:03.018786 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:03.158594 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:03.353233 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:03.517285 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:03.659199 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:03.855633 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:04.021303 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:04.159194 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:04.352987 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:04.517444 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:04.658422 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:04.852706 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:05.018202 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:05.159239 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:05.352931 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:05.531344 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:05.658553 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:05.857211 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:06.018522 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:06.158345 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:06.352148 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:06.517983 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:06.658904 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:06.853186 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:07.019097 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:07.158856 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:07.352472 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:07.517571 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:07.658301 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:07.853209 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:08.017434 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:08.158514 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:08.353039 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:08.517760 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:08.658474 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:08.853551 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:09.020316 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:09.157748 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:09.352473 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:09.517902 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:09.658610 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:09.856138 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:10.018927 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:10.159039 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:10.355827 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:10.517185 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:10.659021 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:10.852643 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:11.018447 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:11.162903 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:11.354203 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:11.519742 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:11.658313 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:11.853999 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:12.017639 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:12.159414 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:12.352757 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:12.520783 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:12.658991 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:12.853114 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:13.019347 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:13.163080 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:13.353844 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:13.517808 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:13.658805 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:13.853780 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:14.018202 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:14.159008 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:14.353063 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:14.517345 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:14.658504 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:14.852903 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:15.030742 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:15.159439 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:15.353131 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:15.517723 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:15.658996 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:15.853232 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:16.019276 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:16.159065 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:16.370997 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:16.518560 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:16.658675 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:16.853007 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:17.017371 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:17.158455 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:17.354084 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:17.517564 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:17.658539 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:17.853791 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:18.018858 446597 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0401 10:29:18.158439 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:18.353225 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:18.517696 446597 kapi.go:107] duration metric: took 40.50484771s to wait for app.kubernetes.io/name=ingress-nginx ...
I0401 10:29:18.658181 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:18.853127 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:19.158256 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:19.352643 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:19.659245 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:19.853556 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:20.159544 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:20.353035 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:20.659604 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0401 10:29:20.853376 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:21.166681 446597 kapi.go:107] duration metric: took 40.512257101s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0401 10:29:21.169116 446597 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-126557 cluster.
I0401 10:29:21.171852 446597 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.
I0401 10:29:21.174036 446597 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0401 10:29:21.353443 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:21.853928 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:22.352659 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:22.853567 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:23.352471 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:23.852247 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:24.354421 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:24.852310 446597 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0401 10:29:25.352835 446597 kapi.go:107] duration metric: took 46.008109599s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0401 10:29:25.355099 446597 out.go:177] * Enabled addons: ingress-dns, storage-provisioner, nvidia-device-plugin, cloud-spanner, inspektor-gadget, yakd, metrics-server, storage-provisioner-rancher, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I0401 10:29:25.357332 446597 addons.go:505] duration metric: took 55.904547628s for enable addons: enabled=[ingress-dns storage-provisioner nvidia-device-plugin cloud-spanner inspektor-gadget yakd metrics-server storage-provisioner-rancher volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I0401 10:29:25.357383 446597 start.go:245] waiting for cluster config update ...
I0401 10:29:25.357404 446597 start.go:254] writing updated cluster config ...
I0401 10:29:25.357710 446597 ssh_runner.go:195] Run: rm -f paused
I0401 10:29:25.695587 446597 start.go:600] kubectl: 1.29.3, cluster: 1.29.3 (minor skew: 0)
I0401 10:29:25.698181 446597 out.go:177] * Done! kubectl is now configured to use "addons-126557" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
470e1f169962d dd1b12fcb6097 9 seconds ago Exited hello-world-app 2 643be5bbaf6c4 hello-world-app-5d77478584-5v6jv
2d16321f17aca b8c82647e8a25 33 seconds ago Running nginx 0 367ba99d7bfbf nginx
c3f963c707035 29799520898e7 43 seconds ago Running headlamp 0 96a822e1c2d5c headlamp-5b77dbd7c4-nl4s4
29bfc5c4bcf46 6ef582f3ec844 2 minutes ago Running gcp-auth 0 94bc9c1f4e4e9 gcp-auth-7d69788767-lxhcw
5f6bbefb14661 1a024e390dd05 2 minutes ago Exited patch 0 51a899b909e32 ingress-nginx-admission-patch-5jdzk
ac58565f65db2 1a024e390dd05 2 minutes ago Exited create 0 306375f9fdf0b ingress-nginx-admission-create-gws2j
5a757453d61d9 20e3f2db01e81 2 minutes ago Running yakd 0 37ae5359a72d0 yakd-dashboard-9947fc6bf-f7x77
f98eca9d86666 ba04bb24b9575 2 minutes ago Running storage-provisioner 0 6fc97974b0629 storage-provisioner
65220ddf68128 2437cf7621777 2 minutes ago Running coredns 0 ca794a40bd2f6 coredns-76f75df574-5npps
ddafea8d880ba 4740c1948d3fc 2 minutes ago Running kindnet-cni 0 78e760d101a8a kindnet-dl57l
93e16bca3b2c9 0e9b4a0d1e86d 2 minutes ago Running kube-proxy 0 bd9866508e944 kube-proxy-7vv7n
712e13891bcd7 014faa467e297 3 minutes ago Running etcd 0 eddb643ffdc73 etcd-addons-126557
6b44715270cf1 4b51f9f6bc9b9 3 minutes ago Running kube-scheduler 0 d6aa44e62bb0e kube-scheduler-addons-126557
93d075932a570 2581114f5709d 3 minutes ago Running kube-apiserver 0 6c56da1b0bc54 kube-apiserver-addons-126557
17719dfe11d7d 121d70d9a3805 3 minutes ago Running kube-controller-manager 0 c9298fef10145 kube-controller-manager-addons-126557
==> containerd <==
Apr 01 10:31:17 addons-126557 containerd[772]: time="2024-04-01T10:31:17.300552874Z" level=info msg="cleaning up dead shim"
Apr 01 10:31:17 addons-126557 containerd[772]: time="2024-04-01T10:31:17.308519049Z" level=warning msg="cleanup warnings time=\"2024-04-01T10:31:17Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=10748 runtime=io.containerd.runc.v2\n"
Apr 01 10:31:17 addons-126557 containerd[772]: time="2024-04-01T10:31:17.735178081Z" level=info msg="RemoveContainer for \"2a631faecd8b5f7000af43b08a74d92c6ef996411acb8ef4a7ce07e61e9f3e7a\""
Apr 01 10:31:17 addons-126557 containerd[772]: time="2024-04-01T10:31:17.742309438Z" level=info msg="RemoveContainer for \"2a631faecd8b5f7000af43b08a74d92c6ef996411acb8ef4a7ce07e61e9f3e7a\" returns successfully"
Apr 01 10:31:17 addons-126557 containerd[772]: time="2024-04-01T10:31:17.744528845Z" level=info msg="RemoveContainer for \"095e0fae12aa0bd754c759d4bfad58ff4ea48f5a976d684e3b8b97f9b69dff50\""
Apr 01 10:31:17 addons-126557 containerd[772]: time="2024-04-01T10:31:17.767044257Z" level=info msg="RemoveContainer for \"095e0fae12aa0bd754c759d4bfad58ff4ea48f5a976d684e3b8b97f9b69dff50\" returns successfully"
Apr 01 10:31:19 addons-126557 containerd[772]: time="2024-04-01T10:31:19.461538278Z" level=info msg="StopContainer for \"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2\" with timeout 2 (s)"
Apr 01 10:31:19 addons-126557 containerd[772]: time="2024-04-01T10:31:19.462136302Z" level=info msg="Stop container \"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2\" with signal terminated"
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.468425600Z" level=info msg="Kill container \"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2\""
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.539394374Z" level=info msg="shim disconnected" id=9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.539679847Z" level=warning msg="cleaning up after shim disconnected" id=9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2 namespace=k8s.io
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.539703716Z" level=info msg="cleaning up dead shim"
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.548054537Z" level=warning msg="cleanup warnings time=\"2024-04-01T10:31:21Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=10842 runtime=io.containerd.runc.v2\n"
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.551239770Z" level=info msg="StopContainer for \"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2\" returns successfully"
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.551793192Z" level=info msg="StopPodSandbox for \"348403890578ee70d4c44712cd80e5fe8118fae042189494325b619044b479d7\""
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.551849576Z" level=info msg="Container to stop \"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.580097004Z" level=info msg="shim disconnected" id=348403890578ee70d4c44712cd80e5fe8118fae042189494325b619044b479d7
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.580299018Z" level=warning msg="cleaning up after shim disconnected" id=348403890578ee70d4c44712cd80e5fe8118fae042189494325b619044b479d7 namespace=k8s.io
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.580386892Z" level=info msg="cleaning up dead shim"
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.589967796Z" level=warning msg="cleanup warnings time=\"2024-04-01T10:31:21Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=10876 runtime=io.containerd.runc.v2\n"
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.637514906Z" level=info msg="TearDown network for sandbox \"348403890578ee70d4c44712cd80e5fe8118fae042189494325b619044b479d7\" successfully"
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.637578511Z" level=info msg="StopPodSandbox for \"348403890578ee70d4c44712cd80e5fe8118fae042189494325b619044b479d7\" returns successfully"
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.749193382Z" level=info msg="RemoveContainer for \"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2\""
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.754382396Z" level=info msg="RemoveContainer for \"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2\" returns successfully"
Apr 01 10:31:21 addons-126557 containerd[772]: time="2024-04-01T10:31:21.755008809Z" level=error msg="ContainerStatus for \"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2\": not found"
==> coredns [65220ddf681287e588e4b59d2b82d08ec20a6adbcf75c97bfd5c8272ca78028f] <==
[INFO] 10.244.0.20:54455 - 8507 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000064245s
[INFO] 10.244.0.20:54455 - 27438 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000061316s
[INFO] 10.244.0.20:54455 - 5375 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000098008s
[INFO] 10.244.0.20:54455 - 10506 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000054374s
[INFO] 10.244.0.20:54455 - 36764 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.005814951s
[INFO] 10.244.0.20:54455 - 52670 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.0014414s
[INFO] 10.244.0.20:54455 - 24670 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000083813s
[INFO] 10.244.0.20:36712 - 9945 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000114656s
[INFO] 10.244.0.20:34688 - 4276 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000126044s
[INFO] 10.244.0.20:34688 - 28829 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000153851s
[INFO] 10.244.0.20:36712 - 52071 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000153153s
[INFO] 10.244.0.20:36712 - 33188 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00014183s
[INFO] 10.244.0.20:34688 - 42040 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000129958s
[INFO] 10.244.0.20:36712 - 64899 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000065368s
[INFO] 10.244.0.20:36712 - 16556 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000075059s
[INFO] 10.244.0.20:34688 - 65129 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000175052s
[INFO] 10.244.0.20:36712 - 34584 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000038145s
[INFO] 10.244.0.20:34688 - 53690 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000128497s
[INFO] 10.244.0.20:34688 - 6036 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000037907s
[INFO] 10.244.0.20:34688 - 28340 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000815561s
[INFO] 10.244.0.20:36712 - 39050 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001575246s
[INFO] 10.244.0.20:34688 - 23895 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001316086s
[INFO] 10.244.0.20:34688 - 1127 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000049558s
[INFO] 10.244.0.20:36712 - 1017 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001459771s
[INFO] 10.244.0.20:36712 - 59464 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000076043s
==> describe nodes <==
Name: addons-126557
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-126557
kubernetes.io/os=linux
minikube.k8s.io/commit=b8aa0d860b7e6047018bc1a9124397cd2c931e0d
minikube.k8s.io/name=addons-126557
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_04_01T10_28_16_0700
minikube.k8s.io/version=v1.33.0-beta.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-126557
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, 01 Apr 2024 10:28:13 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-126557
AcquireTime: <unset>
RenewTime: Mon, 01 Apr 2024 10:31:20 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 01 Apr 2024 10:31:19 +0000 Mon, 01 Apr 2024 10:28:09 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 01 Apr 2024 10:31:19 +0000 Mon, 01 Apr 2024 10:28:09 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 01 Apr 2024 10:31:19 +0000 Mon, 01 Apr 2024 10:28:09 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 01 Apr 2024 10:31:19 +0000 Mon, 01 Apr 2024 10:28:26 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-126557
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022560Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022560Ki
pods: 110
System Info:
Machine ID: 663dee7d95ad4ccca23ab1fb6495e324
System UUID: 7744c238-163a-4b9c-9096-8dba2120097a
Boot ID: 2e0ae28a-b3da-4fcf-af6c-d595b2697792
Kernel Version: 5.15.0-1056-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.28
Kubelet Version: v1.29.3
Kube-Proxy Version: v1.29.3
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-5v6jv 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 35s
gcp-auth gcp-auth-7d69788767-lxhcw 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m46s
headlamp headlamp-5b77dbd7c4-nl4s4 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 47s
kube-system coredns-76f75df574-5npps 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 2m57s
kube-system etcd-addons-126557 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 3m10s
kube-system kindnet-dl57l 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 2m57s
kube-system kube-apiserver-addons-126557 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m10s
kube-system kube-controller-manager-addons-126557 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m10s
kube-system kube-proxy-7vv7n 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m57s
kube-system kube-scheduler-addons-126557 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m10s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m52s
yakd-dashboard yakd-dashboard-9947fc6bf-f7x77 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 2m51s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 348Mi (4%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 2m56s kube-proxy
Normal Starting 3m10s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m10s kubelet Node addons-126557 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m10s kubelet Node addons-126557 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m10s kubelet Node addons-126557 status is now: NodeHasSufficientPID
Normal NodeNotReady 3m10s kubelet Node addons-126557 status is now: NodeNotReady
Normal NodeAllocatableEnforced 3m10s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 3m kubelet Node addons-126557 status is now: NodeReady
Normal RegisteredNode 2m57s node-controller Node addons-126557 event: Registered Node addons-126557 in Controller
==> dmesg <==
[ +0.000927] FS-Cache: N-cookie d=00000000fed3411a{9p.inode} n=00000000d3714c05
[ +0.001066] FS-Cache: N-key=[8] '866ced0000000000'
[ +0.014698] FS-Cache: Duplicate cookie detected
[ +0.000730] FS-Cache: O-cookie c=00000006 [p=00000003 fl=226 nc=0 na=1]
[ +0.001043] FS-Cache: O-cookie d=00000000fed3411a{9p.inode} n=000000008ea0aaf4
[ +0.001057] FS-Cache: O-key=[8] '866ced0000000000'
[ +0.000704] FS-Cache: N-cookie c=0000000d [p=00000003 fl=2 nc=0 na=1]
[ +0.000938] FS-Cache: N-cookie d=00000000fed3411a{9p.inode} n=000000000c049b38
[ +0.001080] FS-Cache: N-key=[8] '866ced0000000000'
[ +3.601782] FS-Cache: Duplicate cookie detected
[ +0.000780] FS-Cache: O-cookie c=00000004 [p=00000003 fl=226 nc=0 na=1]
[ +0.001216] FS-Cache: O-cookie d=00000000fed3411a{9p.inode} n=000000001dfb3c8a
[ +0.001271] FS-Cache: O-key=[8] '856ced0000000000'
[ +0.000745] FS-Cache: N-cookie c=0000000f [p=00000003 fl=2 nc=0 na=1]
[ +0.001083] FS-Cache: N-cookie d=00000000fed3411a{9p.inode} n=00000000d3714c05
[ +0.001310] FS-Cache: N-key=[8] '856ced0000000000'
[ +0.350018] FS-Cache: Duplicate cookie detected
[ +0.000793] FS-Cache: O-cookie c=00000009 [p=00000003 fl=226 nc=0 na=1]
[ +0.001121] FS-Cache: O-cookie d=00000000fed3411a{9p.inode} n=00000000174db64c
[ +0.001120] FS-Cache: O-key=[8] '906ced0000000000'
[ +0.000777] FS-Cache: N-cookie c=00000010 [p=00000003 fl=2 nc=0 na=1]
[ +0.000955] FS-Cache: N-cookie d=00000000fed3411a{9p.inode} n=00000000a2a76256
[ +0.001171] FS-Cache: N-key=[8] '906ced0000000000'
[Apr 1 09:55] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
[Apr 1 10:02] systemd-journald[216]: Failed to send stream file descriptor to service manager: Connection refused
==> etcd [712e13891bcd7fa4e2f6539756e5b74781a9d9a4dca9d48f32c507acb4c250bf] <==
{"level":"info","ts":"2024-04-01T10:28:09.526097Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-04-01T10:28:09.526211Z","caller":"membership/cluster.go:421","msg":"added member","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","added-peer-id":"aec36adc501070cc","added-peer-peer-urls":["https://192.168.49.2:2380"]}
{"level":"info","ts":"2024-04-01T10:28:09.55832Z","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-04-01T10:28:09.558523Z","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-04-01T10:28:09.558548Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-04-01T10:28:09.558647Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-04-01T10:28:09.558659Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-04-01T10:28:10.305145Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-04-01T10:28:10.305202Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-04-01T10:28:10.305219Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-04-01T10:28:10.305245Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-04-01T10:28:10.305312Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-04-01T10:28:10.305344Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-04-01T10:28:10.305406Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-04-01T10:28:10.309164Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-01T10:28:10.313291Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-126557 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-04-01T10:28:10.313459Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-04-01T10:28:10.31537Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-04-01T10:28:10.315904Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-04-01T10:28:10.319641Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-01T10:28:10.32961Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-01T10:28:10.32977Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-01T10:28:10.338106Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-04-01T10:28:10.320089Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-04-01T10:28:10.338477Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
==> gcp-auth [29bfc5c4bcf46dfcb83fb873fa74299d027cb71eb8d88ed99cf474af53d41e44] <==
2024/04/01 10:29:20 GCP Auth Webhook started!
2024/04/01 10:29:35 Ready to marshal response ...
2024/04/01 10:29:35 Ready to write response ...
2024/04/01 10:29:52 Ready to marshal response ...
2024/04/01 10:29:52 Ready to write response ...
2024/04/01 10:29:52 Ready to marshal response ...
2024/04/01 10:29:52 Ready to write response ...
2024/04/01 10:30:01 Ready to marshal response ...
2024/04/01 10:30:01 Ready to write response ...
2024/04/01 10:30:01 Ready to marshal response ...
2024/04/01 10:30:01 Ready to write response ...
2024/04/01 10:30:17 Ready to marshal response ...
2024/04/01 10:30:17 Ready to write response ...
2024/04/01 10:30:39 Ready to marshal response ...
2024/04/01 10:30:39 Ready to write response ...
2024/04/01 10:30:39 Ready to marshal response ...
2024/04/01 10:30:39 Ready to write response ...
2024/04/01 10:30:39 Ready to marshal response ...
2024/04/01 10:30:39 Ready to write response ...
2024/04/01 10:30:51 Ready to marshal response ...
2024/04/01 10:30:51 Ready to write response ...
2024/04/01 10:31:00 Ready to marshal response ...
2024/04/01 10:31:00 Ready to write response ...
==> kernel <==
10:31:27 up 2:13, 0 users, load average: 1.81, 2.19, 2.98
Linux addons-126557 5.15.0-1056-aws #61~20.04.1-Ubuntu SMP Wed Mar 13 17:45:04 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [ddafea8d880ba074bf3646139df82e6fc1126871cbf659fbc4b292716431094f] <==
I0401 10:29:20.749893 1 main.go:227] handling current node
I0401 10:29:30.758319 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0401 10:29:30.758350 1 main.go:227] handling current node
I0401 10:29:40.769793 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0401 10:29:40.769822 1 main.go:227] handling current node
I0401 10:29:50.778742 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0401 10:29:50.778774 1 main.go:227] handling current node
I0401 10:30:00.790566 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0401 10:30:00.790665 1 main.go:227] handling current node
I0401 10:30:10.806092 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0401 10:30:10.806130 1 main.go:227] handling current node
I0401 10:30:20.815193 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0401 10:30:20.815222 1 main.go:227] handling current node
I0401 10:30:30.824581 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0401 10:30:30.824619 1 main.go:227] handling current node
I0401 10:30:40.843658 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0401 10:30:40.843699 1 main.go:227] handling current node
I0401 10:30:50.852584 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0401 10:30:50.852611 1 main.go:227] handling current node
I0401 10:31:00.877489 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0401 10:31:00.877576 1 main.go:227] handling current node
I0401 10:31:10.882055 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0401 10:31:10.882084 1 main.go:227] handling current node
I0401 10:31:20.894630 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0401 10:31:20.894655 1 main.go:227] handling current node
==> kube-apiserver [93d075932a5705727a45f627d5371a81882ba6e89f2f9aabc00b1bb2d23ee90e] <==
E0401 10:29:05.461964 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.96.49.167:443/apis/metrics.k8s.io/v1beta1: Get "https://10.96.49.167:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.96.49.167:443: connect: connection refused
I0401 10:29:05.583927 1 handler.go:275] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0401 10:29:39.207728 1 watch.go:253] http2: stream closed
I0401 10:30:09.508032 1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
E0401 10:30:17.313725 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0401 10:30:32.261677 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0401 10:30:32.261813 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0401 10:30:32.299027 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0401 10:30:32.299081 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0401 10:30:32.320415 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0401 10:30:32.320463 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0401 10:30:32.357866 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0401 10:30:32.357914 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0401 10:30:32.397489 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0401 10:30:32.397695 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0401 10:30:33.320397 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0401 10:30:33.397526 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0401 10:30:33.420542 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0401 10:30:39.196221 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.106.151.145"}
I0401 10:30:50.913866 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0401 10:30:51.210153 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.103.61.250"}
I0401 10:30:55.839939 1 handler.go:275] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0401 10:30:56.874552 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0401 10:31:01.088864 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.98.71.204"}
I0401 10:31:06.468789 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
==> kube-controller-manager [17719dfe11d7d1c3a67232ab013a54dfb0b2fa0c986cb99026e107a7b4bd6c8f] <==
E0401 10:31:00.677311 1 reflector.go:147] vendor/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
I0401 10:31:00.838585 1 event.go:376] "Event occurred" object="default/hello-world-app" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-world-app-5d77478584 to 1"
I0401 10:31:00.865166 1 event.go:376] "Event occurred" object="default/hello-world-app-5d77478584" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-5d77478584-5v6jv"
I0401 10:31:00.891006 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="51.9027ms"
I0401 10:31:00.925251 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="34.187454ms"
I0401 10:31:00.948296 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="22.991347ms"
I0401 10:31:00.948414 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="73.434µs"
I0401 10:31:03.698676 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="36.799µs"
W0401 10:31:04.406258 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0401 10:31:04.406296 1 reflector.go:147] vendor/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
I0401 10:31:04.704371 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="59.822µs"
I0401 10:31:05.706069 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="39.531µs"
I0401 10:31:06.196643 1 namespace_controller.go:182] "Namespace has been deleted" namespace="gadget"
W0401 10:31:07.501736 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0401 10:31:07.501770 1 reflector.go:147] vendor/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
W0401 10:31:09.310854 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0401 10:31:09.310890 1 reflector.go:147] vendor/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
W0401 10:31:11.349899 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0401 10:31:11.349937 1 reflector.go:147] vendor/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
W0401 10:31:12.070435 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0401 10:31:12.070537 1 reflector.go:147] vendor/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
I0401 10:31:17.738458 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="37.653µs"
I0401 10:31:18.433641 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0401 10:31:18.440200 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-65496f9567" duration="4.644µs"
I0401 10:31:18.452198 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
==> kube-proxy [93e16bca3b2c9f6ef089e87cfda46247815b49e0068a3546275efb934baa15a5] <==
I0401 10:28:30.359252 1 server_others.go:72] "Using iptables proxy"
I0401 10:28:30.382344 1 server.go:1050] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0401 10:28:30.448263 1 server.go:652] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0401 10:28:30.448296 1 server_others.go:168] "Using iptables Proxier"
I0401 10:28:30.450378 1 server_others.go:512] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0401 10:28:30.450401 1 server_others.go:529] "Defaulting to no-op detect-local"
I0401 10:28:30.450431 1 proxier.go:245] "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"
I0401 10:28:30.450685 1 server.go:865] "Version info" version="v1.29.3"
I0401 10:28:30.450697 1 server.go:867] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0401 10:28:30.458941 1 config.go:188] "Starting service config controller"
I0401 10:28:30.458971 1 shared_informer.go:311] Waiting for caches to sync for service config
I0401 10:28:30.459000 1 config.go:97] "Starting endpoint slice config controller"
I0401 10:28:30.459004 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0401 10:28:30.462563 1 config.go:315] "Starting node config controller"
I0401 10:28:30.462584 1 shared_informer.go:311] Waiting for caches to sync for node config
I0401 10:28:30.559045 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0401 10:28:30.559101 1 shared_informer.go:318] Caches are synced for service config
I0401 10:28:30.564333 1 shared_informer.go:318] Caches are synced for node config
==> kube-scheduler [6b44715270cf18e271c6847c501e022d6305cf332d06d0f466ea61913a1374a9] <==
W0401 10:28:13.043140 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0401 10:28:13.043183 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0401 10:28:13.043305 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0401 10:28:13.043395 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0401 10:28:13.043542 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0401 10:28:13.043563 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0401 10:28:13.043730 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0401 10:28:13.043753 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0401 10:28:13.044092 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0401 10:28:13.044156 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0401 10:28:13.923889 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0401 10:28:13.924162 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0401 10:28:14.069956 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0401 10:28:14.070009 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0401 10:28:14.134424 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0401 10:28:14.134528 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0401 10:28:14.191668 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0401 10:28:14.191738 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0401 10:28:14.216051 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0401 10:28:14.216283 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0401 10:28:14.226602 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0401 10:28:14.226846 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0401 10:28:14.248957 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0401 10:28:14.248997 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
I0401 10:28:14.621494 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Apr 01 10:31:05 addons-126557 kubelet[1501]: E0401 10:31:05.695556 1501 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-5d77478584-5v6jv_default(3da52033-5d86-4e0a-a9d3-3d81cda92a7d)\"" pod="default/hello-world-app-5d77478584-5v6jv" podUID="3da52033-5d86-4e0a-a9d3-3d81cda92a7d"
Apr 01 10:31:07 addons-126557 kubelet[1501]: I0401 10:31:07.201956 1501 scope.go:117] "RemoveContainer" containerID="095e0fae12aa0bd754c759d4bfad58ff4ea48f5a976d684e3b8b97f9b69dff50"
Apr 01 10:31:07 addons-126557 kubelet[1501]: E0401 10:31:07.202269 1501 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 1m20s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca"
Apr 01 10:31:17 addons-126557 kubelet[1501]: I0401 10:31:17.048596 1501 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-xkqcr\" (UniqueName: \"kubernetes.io/projected/be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca-kube-api-access-xkqcr\") pod \"be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca\" (UID: \"be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca\") "
Apr 01 10:31:17 addons-126557 kubelet[1501]: I0401 10:31:17.053717 1501 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca-kube-api-access-xkqcr" (OuterVolumeSpecName: "kube-api-access-xkqcr") pod "be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca" (UID: "be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca"). InnerVolumeSpecName "kube-api-access-xkqcr". PluginName "kubernetes.io/projected", VolumeGidValue ""
Apr 01 10:31:17 addons-126557 kubelet[1501]: I0401 10:31:17.149986 1501 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-xkqcr\" (UniqueName: \"kubernetes.io/projected/be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca-kube-api-access-xkqcr\") on node \"addons-126557\" DevicePath \"\""
Apr 01 10:31:17 addons-126557 kubelet[1501]: I0401 10:31:17.201527 1501 scope.go:117] "RemoveContainer" containerID="2a631faecd8b5f7000af43b08a74d92c6ef996411acb8ef4a7ce07e61e9f3e7a"
Apr 01 10:31:17 addons-126557 kubelet[1501]: I0401 10:31:17.721730 1501 scope.go:117] "RemoveContainer" containerID="2a631faecd8b5f7000af43b08a74d92c6ef996411acb8ef4a7ce07e61e9f3e7a"
Apr 01 10:31:17 addons-126557 kubelet[1501]: I0401 10:31:17.722116 1501 scope.go:117] "RemoveContainer" containerID="470e1f169962daf5db3a94003edfeabd79046180a5875e64873b7e1d72be924f"
Apr 01 10:31:17 addons-126557 kubelet[1501]: E0401 10:31:17.722383 1501 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-5d77478584-5v6jv_default(3da52033-5d86-4e0a-a9d3-3d81cda92a7d)\"" pod="default/hello-world-app-5d77478584-5v6jv" podUID="3da52033-5d86-4e0a-a9d3-3d81cda92a7d"
Apr 01 10:31:17 addons-126557 kubelet[1501]: I0401 10:31:17.743399 1501 scope.go:117] "RemoveContainer" containerID="095e0fae12aa0bd754c759d4bfad58ff4ea48f5a976d684e3b8b97f9b69dff50"
Apr 01 10:31:18 addons-126557 kubelet[1501]: I0401 10:31:18.204223 1501 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca" path="/var/lib/kubelet/pods/be4cd3ee-7e81-4dbd-b313-0ce7ac5c10ca/volumes"
Apr 01 10:31:20 addons-126557 kubelet[1501]: I0401 10:31:20.204459 1501 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="60b98a38-5af2-46c1-a59f-773103406776" path="/var/lib/kubelet/pods/60b98a38-5af2-46c1-a59f-773103406776/volumes"
Apr 01 10:31:20 addons-126557 kubelet[1501]: I0401 10:31:20.204846 1501 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ba19ce81-22d6-4374-974b-64d7287ec9eb" path="/var/lib/kubelet/pods/ba19ce81-22d6-4374-974b-64d7287ec9eb/volumes"
Apr 01 10:31:21 addons-126557 kubelet[1501]: I0401 10:31:21.747428 1501 scope.go:117] "RemoveContainer" containerID="9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2"
Apr 01 10:31:21 addons-126557 kubelet[1501]: I0401 10:31:21.754726 1501 scope.go:117] "RemoveContainer" containerID="9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2"
Apr 01 10:31:21 addons-126557 kubelet[1501]: E0401 10:31:21.755233 1501 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2\": not found" containerID="9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2"
Apr 01 10:31:21 addons-126557 kubelet[1501]: I0401 10:31:21.755283 1501 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2"} err="failed to get container status \"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2\": rpc error: code = NotFound desc = an error occurred when try to find container \"9d387bf536e0e2cb9220701f8e95176c53240fb0c48bcc688d0ffb22a282c1c2\": not found"
Apr 01 10:31:21 addons-126557 kubelet[1501]: I0401 10:31:21.792762 1501 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/47c9253e-9270-4e51-a66a-92cd0b914bef-webhook-cert\") pod \"47c9253e-9270-4e51-a66a-92cd0b914bef\" (UID: \"47c9253e-9270-4e51-a66a-92cd0b914bef\") "
Apr 01 10:31:21 addons-126557 kubelet[1501]: I0401 10:31:21.792841 1501 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-cv9b8\" (UniqueName: \"kubernetes.io/projected/47c9253e-9270-4e51-a66a-92cd0b914bef-kube-api-access-cv9b8\") pod \"47c9253e-9270-4e51-a66a-92cd0b914bef\" (UID: \"47c9253e-9270-4e51-a66a-92cd0b914bef\") "
Apr 01 10:31:21 addons-126557 kubelet[1501]: I0401 10:31:21.796226 1501 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/47c9253e-9270-4e51-a66a-92cd0b914bef-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "47c9253e-9270-4e51-a66a-92cd0b914bef" (UID: "47c9253e-9270-4e51-a66a-92cd0b914bef"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Apr 01 10:31:21 addons-126557 kubelet[1501]: I0401 10:31:21.796727 1501 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/47c9253e-9270-4e51-a66a-92cd0b914bef-kube-api-access-cv9b8" (OuterVolumeSpecName: "kube-api-access-cv9b8") pod "47c9253e-9270-4e51-a66a-92cd0b914bef" (UID: "47c9253e-9270-4e51-a66a-92cd0b914bef"). InnerVolumeSpecName "kube-api-access-cv9b8". PluginName "kubernetes.io/projected", VolumeGidValue ""
Apr 01 10:31:21 addons-126557 kubelet[1501]: I0401 10:31:21.894064 1501 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/47c9253e-9270-4e51-a66a-92cd0b914bef-webhook-cert\") on node \"addons-126557\" DevicePath \"\""
Apr 01 10:31:21 addons-126557 kubelet[1501]: I0401 10:31:21.894110 1501 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-cv9b8\" (UniqueName: \"kubernetes.io/projected/47c9253e-9270-4e51-a66a-92cd0b914bef-kube-api-access-cv9b8\") on node \"addons-126557\" DevicePath \"\""
Apr 01 10:31:22 addons-126557 kubelet[1501]: I0401 10:31:22.204532 1501 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="47c9253e-9270-4e51-a66a-92cd0b914bef" path="/var/lib/kubelet/pods/47c9253e-9270-4e51-a66a-92cd0b914bef/volumes"
==> storage-provisioner [f98eca9d86666e35ab137885fce647614efbe3f863da3e06c41e44c2cacb07b1] <==
I0401 10:28:36.074815 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0401 10:28:36.102080 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0401 10:28:36.102128 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0401 10:28:36.125381 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0401 10:28:36.128708 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"3380caa7-4734-4295-af95-ddb00ac18f6c", APIVersion:"v1", ResourceVersion:"590", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-126557_4ca4523e-a559-4bb3-86de-d3150f6af0e2 became leader
I0401 10:28:36.129346 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-126557_4ca4523e-a559-4bb3-86de-d3150f6af0e2!
I0401 10:28:36.231137 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-126557_4ca4523e-a559-4bb3-86de-d3150f6af0e2!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-126557 -n addons-126557
helpers_test.go:261: (dbg) Run: kubectl --context addons-126557 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (37.33s)