=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-821353 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-821353 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-821353 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" [8c27ab17-43f5-4c23-89b0-066812e104e4] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [8c27ab17-43f5-4c23-89b0-066812e104e4] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.005176359s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-821353 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run: kubectl --context addons-821353 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-821353 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.063228918s)
-- 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-821353 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:306: (dbg) Done: out/minikube-linux-arm64 -p addons-821353 addons disable ingress-dns --alsologtostderr -v=1: (1.382678846s)
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-821353 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-821353 addons disable ingress --alsologtostderr -v=1: (7.810178256s)
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-821353
helpers_test.go:235: (dbg) docker inspect addons-821353:
-- stdout --
[
{
"Id": "639e736ab5f657f86bef6e92399250c4b5e1a8428af97d4a4f261a993f46edce",
"Created": "2024-03-16T16:56:12.522309096Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 286909,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-03-16T16:56:12.839575634Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:db62270b4bb0cfcde696782f7a6322baca275275e31814ce9fd8998407bf461e",
"ResolvConfPath": "/var/lib/docker/containers/639e736ab5f657f86bef6e92399250c4b5e1a8428af97d4a4f261a993f46edce/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/639e736ab5f657f86bef6e92399250c4b5e1a8428af97d4a4f261a993f46edce/hostname",
"HostsPath": "/var/lib/docker/containers/639e736ab5f657f86bef6e92399250c4b5e1a8428af97d4a4f261a993f46edce/hosts",
"LogPath": "/var/lib/docker/containers/639e736ab5f657f86bef6e92399250c4b5e1a8428af97d4a4f261a993f46edce/639e736ab5f657f86bef6e92399250c4b5e1a8428af97d4a4f261a993f46edce-json.log",
"Name": "/addons-821353",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-821353:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-821353",
"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/a79d5105b62088ade0e0d3a3862b2102b0e4383579e2710d20cf2136c986ac03-init/diff:/var/lib/docker/overlay2/8d60f86c085005efdbad22ffe73f1ce0b89f9b32800c71896e407b2a86b69166/diff",
"MergedDir": "/var/lib/docker/overlay2/a79d5105b62088ade0e0d3a3862b2102b0e4383579e2710d20cf2136c986ac03/merged",
"UpperDir": "/var/lib/docker/overlay2/a79d5105b62088ade0e0d3a3862b2102b0e4383579e2710d20cf2136c986ac03/diff",
"WorkDir": "/var/lib/docker/overlay2/a79d5105b62088ade0e0d3a3862b2102b0e4383579e2710d20cf2136c986ac03/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-821353",
"Source": "/var/lib/docker/volumes/addons-821353/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-821353",
"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.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f",
"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-821353",
"name.minikube.sigs.k8s.io": "addons-821353",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "9a4c7f4768bf03c5a1d57031ef2f5ad129109b3f86fd87588e1e1d921f85ec28",
"SandboxKey": "/var/run/docker/netns/9a4c7f4768bf",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33145"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33144"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33141"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33143"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33142"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-821353": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"639e736ab5f6",
"addons-821353"
],
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "084e4b20435cf7c794c0bbd3f41145c3fb14fa39d06188adc8f92847ae6fcef6",
"EndpointID": "f8e1cad42e1719c0f97613334a9081f0f5fdba247cb7eca4f0a9a0700a365ca6",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-821353",
"639e736ab5f6"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-821353 -n addons-821353
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-821353 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-821353 logs -n 25: (1.469450365s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | 16 Mar 24 16:55 UTC |
| delete | -p download-only-534627 | download-only-534627 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | 16 Mar 24 16:55 UTC |
| start | -o=json --download-only | download-only-892980 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | |
| | -p download-only-892980 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.29.0-rc.2 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | 16 Mar 24 16:55 UTC |
| delete | -p download-only-892980 | download-only-892980 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | 16 Mar 24 16:55 UTC |
| delete | -p download-only-847118 | download-only-847118 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | 16 Mar 24 16:55 UTC |
| delete | -p download-only-534627 | download-only-534627 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | 16 Mar 24 16:55 UTC |
| delete | -p download-only-892980 | download-only-892980 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | 16 Mar 24 16:55 UTC |
| start | --download-only -p | download-docker-723066 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | |
| | download-docker-723066 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-723066 | download-docker-723066 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | 16 Mar 24 16:55 UTC |
| start | --download-only -p | binary-mirror-850856 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | |
| | binary-mirror-850856 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:39169 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-850856 | binary-mirror-850856 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | 16 Mar 24 16:55 UTC |
| addons | disable dashboard -p | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | |
| | addons-821353 | | | | | |
| addons | enable dashboard -p | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | |
| | addons-821353 | | | | | |
| start | -p addons-821353 --wait=true | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:55 UTC | 16 Mar 24 16:57 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-821353 ip | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:58 UTC | 16 Mar 24 16:58 UTC |
| addons | addons-821353 addons disable | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:58 UTC | 16 Mar 24 16:58 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-821353 addons | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:58 UTC | 16 Mar 24 16:58 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:58 UTC | 16 Mar 24 16:58 UTC |
| | addons-821353 | | | | | |
| ssh | addons-821353 ssh curl -s | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:58 UTC | 16 Mar 24 16:58 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-821353 ip | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:58 UTC | 16 Mar 24 16:58 UTC |
| addons | addons-821353 addons | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:58 UTC | 16 Mar 24 16:58 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-821353 addons disable | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:58 UTC | 16 Mar 24 16:58 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-821353 addons disable | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:58 UTC | 16 Mar 24 16:58 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
| addons | addons-821353 addons | addons-821353 | jenkins | v1.32.0 | 16 Mar 24 16:58 UTC | 16 Mar 24 16:58 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/03/16 16:55:48
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0316 16:55:48.783737 286447 out.go:291] Setting OutFile to fd 1 ...
I0316 16:55:48.783874 286447 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0316 16:55:48.783884 286447 out.go:304] Setting ErrFile to fd 2...
I0316 16:55:48.783889 286447 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0316 16:55:48.784154 286447 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18277-280225/.minikube/bin
I0316 16:55:48.784626 286447 out.go:298] Setting JSON to false
I0316 16:55:48.785460 286447 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":9495,"bootTime":1710598654,"procs":144,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1055-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0316 16:55:48.785532 286447 start.go:139] virtualization:
I0316 16:55:48.788041 286447 out.go:177] * [addons-821353] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I0316 16:55:48.790305 286447 out.go:177] - MINIKUBE_LOCATION=18277
I0316 16:55:48.792369 286447 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0316 16:55:48.790394 286447 notify.go:220] Checking for updates...
I0316 16:55:48.796532 286447 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18277-280225/kubeconfig
I0316 16:55:48.798536 286447 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18277-280225/.minikube
I0316 16:55:48.800782 286447 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0316 16:55:48.802605 286447 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0316 16:55:48.804661 286447 driver.go:392] Setting default libvirt URI to qemu:///system
I0316 16:55:48.824963 286447 docker.go:122] docker version: linux-25.0.4:Docker Engine - Community
I0316 16:55:48.825089 286447 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0316 16:55:48.894513 286447 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-03-16 16:55:48.884492384 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1055-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:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID: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.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7]] Warnings:<nil>}}
I0316 16:55:48.894629 286447 docker.go:295] overlay module found
I0316 16:55:48.897817 286447 out.go:177] * Using the docker driver based on user configuration
I0316 16:55:48.899415 286447 start.go:297] selected driver: docker
I0316 16:55:48.899437 286447 start.go:901] validating driver "docker" against <nil>
I0316 16:55:48.899452 286447 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0316 16:55:48.900163 286447 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0316 16:55:48.962245 286447 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-03-16 16:55:48.953588668 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1055-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:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID: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.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7]] Warnings:<nil>}}
I0316 16:55:48.962418 286447 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0316 16:55:48.962645 286447 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]
I0316 16:55:48.964735 286447 out.go:177] * Using Docker driver with root privileges
I0316 16:55:48.966708 286447 cni.go:84] Creating CNI manager for ""
I0316 16:55:48.966734 286447 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0316 16:55:48.966749 286447 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0316 16:55:48.966835 286447 start.go:340] cluster config:
{Name:addons-821353 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f 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.28.4 ClusterName:addons-821353 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.28.4 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}
I0316 16:55:48.969126 286447 out.go:177] * Starting "addons-821353" primary control-plane node in "addons-821353" cluster
I0316 16:55:48.971104 286447 cache.go:121] Beginning downloading kic base image for docker with containerd
I0316 16:55:48.973238 286447 out.go:177] * Pulling base image v0.0.42-1710284843-18375 ...
I0316 16:55:48.975248 286447 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime containerd
I0316 16:55:48.975303 286447 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18277-280225/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-containerd-overlay2-arm64.tar.lz4
I0316 16:55:48.975316 286447 cache.go:56] Caching tarball of preloaded images
I0316 16:55:48.975317 286447 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f in local docker daemon
I0316 16:55:48.975408 286447 preload.go:173] Found /home/jenkins/minikube-integration/18277-280225/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0316 16:55:48.975419 286447 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on containerd
I0316 16:55:48.975794 286447 profile.go:142] Saving config to /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/config.json ...
I0316 16:55:48.975869 286447 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/config.json: {Name:mkd905e3bd9e01dd72c34b6b1bd37af1c716b9a6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:55:48.990402 286447 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f to local cache
I0316 16:55:48.990575 286447 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f in local cache directory
I0316 16:55:48.990598 286447 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f in local cache directory, skipping pull
I0316 16:55:48.990603 286447 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f exists in cache, skipping pull
I0316 16:55:48.990611 286447 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f as a tarball
I0316 16:55:48.990616 286447 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f from local cache
I0316 16:56:05.290808 286447 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f from cached tarball
I0316 16:56:05.290858 286447 cache.go:194] Successfully downloaded all kic artifacts
I0316 16:56:05.290916 286447 start.go:360] acquireMachinesLock for addons-821353: {Name:mk7d1a0ed6732ed9c39a16833d0f488d8aed5e2b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0316 16:56:05.291073 286447 start.go:364] duration metric: took 132.093µs to acquireMachinesLock for "addons-821353"
I0316 16:56:05.291115 286447 start.go:93] Provisioning new machine with config: &{Name:addons-821353 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f 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.28.4 ClusterName:addons-821353 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.28.4 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.28.4 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0316 16:56:05.291225 286447 start.go:125] createHost starting for "" (driver="docker")
I0316 16:56:05.293701 286447 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0316 16:56:05.293955 286447 start.go:159] libmachine.API.Create for "addons-821353" (driver="docker")
I0316 16:56:05.293988 286447 client.go:168] LocalClient.Create starting
I0316 16:56:05.294112 286447 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18277-280225/.minikube/certs/ca.pem
I0316 16:56:05.557367 286447 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18277-280225/.minikube/certs/cert.pem
I0316 16:56:06.047236 286447 cli_runner.go:164] Run: docker network inspect addons-821353 --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}}]}"
W0316 16:56:06.064981 286447 cli_runner.go:211] docker network inspect addons-821353 --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
I0316 16:56:06.065080 286447 network_create.go:281] running [docker network inspect addons-821353] to gather additional debugging logs...
I0316 16:56:06.065102 286447 cli_runner.go:164] Run: docker network inspect addons-821353
W0316 16:56:06.080760 286447 cli_runner.go:211] docker network inspect addons-821353 returned with exit code 1
I0316 16:56:06.080797 286447 network_create.go:284] error running [docker network inspect addons-821353]: docker network inspect addons-821353: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-821353 not found
I0316 16:56:06.080811 286447 network_create.go:286] output of [docker network inspect addons-821353]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-821353 not found
** /stderr **
I0316 16:56:06.080916 286447 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}}]}"
I0316 16:56:06.097180 286447 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:0x40029ac6c0}
I0316 16:56:06.097228 286447 network_create.go:124] attempt to create docker network addons-821353 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0316 16:56:06.097286 286447 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-821353 addons-821353
I0316 16:56:06.162215 286447 network_create.go:108] docker network addons-821353 192.168.49.0/24 created
I0316 16:56:06.162248 286447 kic.go:121] calculated static IP "192.168.49.2" for the "addons-821353" container
I0316 16:56:06.162317 286447 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0316 16:56:06.176969 286447 cli_runner.go:164] Run: docker volume create addons-821353 --label name.minikube.sigs.k8s.io=addons-821353 --label created_by.minikube.sigs.k8s.io=true
I0316 16:56:06.192771 286447 oci.go:103] Successfully created a docker volume addons-821353
I0316 16:56:06.192861 286447 cli_runner.go:164] Run: docker run --rm --name addons-821353-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-821353 --entrypoint /usr/bin/test -v addons-821353:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f -d /var/lib
I0316 16:56:08.195450 286447 cli_runner.go:217] Completed: docker run --rm --name addons-821353-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-821353 --entrypoint /usr/bin/test -v addons-821353:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f -d /var/lib: (2.002537063s)
I0316 16:56:08.195482 286447 oci.go:107] Successfully prepared a docker volume addons-821353
I0316 16:56:08.195505 286447 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime containerd
I0316 16:56:08.195524 286447 kic.go:194] Starting extracting preloaded images to volume ...
I0316 16:56:08.195625 286447 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18277-280225/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-821353:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f -I lz4 -xf /preloaded.tar -C /extractDir
I0316 16:56:12.454557 286447 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18277-280225/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-821353:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f -I lz4 -xf /preloaded.tar -C /extractDir: (4.258884996s)
I0316 16:56:12.454592 286447 kic.go:203] duration metric: took 4.259064089s to extract preloaded images to volume ...
W0316 16:56:12.454780 286447 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0316 16:56:12.454916 286447 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0316 16:56:12.508630 286447 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-821353 --name addons-821353 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-821353 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-821353 --network addons-821353 --ip 192.168.49.2 --volume addons-821353:/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.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f
I0316 16:56:12.850095 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Running}}
I0316 16:56:12.868142 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:12.889001 286447 cli_runner.go:164] Run: docker exec addons-821353 stat /var/lib/dpkg/alternatives/iptables
I0316 16:56:12.954983 286447 oci.go:144] the created container "addons-821353" has a running status.
I0316 16:56:12.955014 286447 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa...
I0316 16:56:13.647888 286447 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0316 16:56:13.678070 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:13.702368 286447 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0316 16:56:13.702387 286447 kic_runner.go:114] Args: [docker exec --privileged addons-821353 chown docker:docker /home/docker/.ssh/authorized_keys]
I0316 16:56:13.771609 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:13.793794 286447 machine.go:94] provisionDockerMachine start ...
I0316 16:56:13.793890 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:13.811893 286447 main.go:141] libmachine: Using SSH client type: native
I0316 16:56:13.812168 286447 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33145 <nil> <nil>}
I0316 16:56:13.812177 286447 main.go:141] libmachine: About to run SSH command:
hostname
I0316 16:56:13.962941 286447 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-821353
I0316 16:56:13.962969 286447 ubuntu.go:169] provisioning hostname "addons-821353"
I0316 16:56:13.963041 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:13.979080 286447 main.go:141] libmachine: Using SSH client type: native
I0316 16:56:13.979336 286447 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33145 <nil> <nil>}
I0316 16:56:13.979354 286447 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-821353 && echo "addons-821353" | sudo tee /etc/hostname
I0316 16:56:14.143693 286447 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-821353
I0316 16:56:14.143847 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:14.159930 286447 main.go:141] libmachine: Using SSH client type: native
I0316 16:56:14.160185 286447 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33145 <nil> <nil>}
I0316 16:56:14.160208 286447 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-821353' /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-821353/g' /etc/hosts;
else
echo '127.0.1.1 addons-821353' | sudo tee -a /etc/hosts;
fi
fi
I0316 16:56:14.299659 286447 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0316 16:56:14.299686 286447 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18277-280225/.minikube CaCertPath:/home/jenkins/minikube-integration/18277-280225/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18277-280225/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18277-280225/.minikube}
I0316 16:56:14.299731 286447 ubuntu.go:177] setting up certificates
I0316 16:56:14.299742 286447 provision.go:84] configureAuth start
I0316 16:56:14.299824 286447 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-821353
I0316 16:56:14.315678 286447 provision.go:143] copyHostCerts
I0316 16:56:14.315761 286447 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18277-280225/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18277-280225/.minikube/ca.pem (1078 bytes)
I0316 16:56:14.315890 286447 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18277-280225/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18277-280225/.minikube/cert.pem (1123 bytes)
I0316 16:56:14.315960 286447 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18277-280225/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18277-280225/.minikube/key.pem (1675 bytes)
I0316 16:56:14.316016 286447 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18277-280225/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18277-280225/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18277-280225/.minikube/certs/ca-key.pem org=jenkins.addons-821353 san=[127.0.0.1 192.168.49.2 addons-821353 localhost minikube]
I0316 16:56:15.051390 286447 provision.go:177] copyRemoteCerts
I0316 16:56:15.051472 286447 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0316 16:56:15.051524 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:15.070712 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:15.173759 286447 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18277-280225/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0316 16:56:15.200256 286447 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18277-280225/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0316 16:56:15.226261 286447 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18277-280225/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0316 16:56:15.251054 286447 provision.go:87] duration metric: took 951.29261ms to configureAuth
I0316 16:56:15.251128 286447 ubuntu.go:193] setting minikube options for container-runtime
I0316 16:56:15.251368 286447 config.go:182] Loaded profile config "addons-821353": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.4
I0316 16:56:15.251385 286447 machine.go:97] duration metric: took 1.457566805s to provisionDockerMachine
I0316 16:56:15.251394 286447 client.go:171] duration metric: took 9.957395173s to LocalClient.Create
I0316 16:56:15.251430 286447 start.go:167] duration metric: took 9.957475681s to libmachine.API.Create "addons-821353"
I0316 16:56:15.251446 286447 start.go:293] postStartSetup for "addons-821353" (driver="docker")
I0316 16:56:15.251456 286447 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]
I0316 16:56:15.251525 286447 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
I0316 16:56:15.251589 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:15.267483 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:15.368863 286447 ssh_runner.go:195] Run: cat /etc/os-release
I0316 16:56:15.372319 286447 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0316 16:56:15.372360 286447 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0316 16:56:15.372373 286447 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0316 16:56:15.372381 286447 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0316 16:56:15.372392 286447 filesync.go:126] Scanning /home/jenkins/minikube-integration/18277-280225/.minikube/addons for local assets ...
I0316 16:56:15.372461 286447 filesync.go:126] Scanning /home/jenkins/minikube-integration/18277-280225/.minikube/files for local assets ...
I0316 16:56:15.372488 286447 start.go:296] duration metric: took 121.036066ms for postStartSetup
I0316 16:56:15.372809 286447 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-821353
I0316 16:56:15.388087 286447 profile.go:142] Saving config to /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/config.json ...
I0316 16:56:15.388377 286447 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0316 16:56:15.388431 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:15.403695 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:15.496335 286447 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0316 16:56:15.500538 286447 start.go:128] duration metric: took 10.209293419s to createHost
I0316 16:56:15.500562 286447 start.go:83] releasing machines lock for "addons-821353", held for 10.209476581s
I0316 16:56:15.500632 286447 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-821353
I0316 16:56:15.526878 286447 ssh_runner.go:195] Run: cat /version.json
I0316 16:56:15.526938 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:15.526940 286447 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0316 16:56:15.526993 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:15.545630 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:15.556691 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:15.642884 286447 ssh_runner.go:195] Run: systemctl --version
I0316 16:56:15.758573 286447 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0316 16:56:15.762906 286447 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' {}" ;
I0316 16:56:15.788489 286447 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0316 16:56:15.788593 286447 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" ;
I0316 16:56:15.816383 286447 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0316 16:56:15.816408 286447 start.go:494] detecting cgroup driver to use...
I0316 16:56:15.816441 286447 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0316 16:56:15.816496 286447 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0316 16:56:15.828850 286447 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0316 16:56:15.840459 286447 docker.go:217] disabling cri-docker service (if available) ...
I0316 16:56:15.840522 286447 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0316 16:56:15.854405 286447 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0316 16:56:15.868898 286447 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0316 16:56:15.955276 286447 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0316 16:56:16.053360 286447 docker.go:233] disabling docker service ...
I0316 16:56:16.053511 286447 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0316 16:56:16.073988 286447 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0316 16:56:16.086499 286447 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0316 16:56:16.175541 286447 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0316 16:56:16.264764 286447 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0316 16:56:16.276264 286447 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"
I0316 16:56:16.293869 286447 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"
I0316 16:56:16.304034 286447 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"
I0316 16:56:16.314153 286447 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0316 16:56:16.314262 286447 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0316 16:56:16.324726 286447 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"
I0316 16:56:16.335343 286447 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0316 16:56:16.345324 286447 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0316 16:56:16.354560 286447 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0316 16:56:16.363549 286447 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"
I0316 16:56:16.373774 286447 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0316 16:56:16.382309 286447 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0316 16:56:16.390662 286447 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0316 16:56:16.477262 286447 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0316 16:56:16.610555 286447 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0316 16:56:16.610667 286447 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0316 16:56:16.614294 286447 start.go:562] Will wait 60s for crictl version
I0316 16:56:16.614383 286447 ssh_runner.go:195] Run: which crictl
I0316 16:56:16.617686 286447 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0316 16:56:16.654476 286447 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.28
RuntimeApiVersion: v1
I0316 16:56:16.654598 286447 ssh_runner.go:195] Run: containerd --version
I0316 16:56:16.676107 286447 ssh_runner.go:195] Run: containerd --version
I0316 16:56:16.705471 286447 out.go:177] * Preparing Kubernetes v1.28.4 on containerd 1.6.28 ...
I0316 16:56:16.707518 286447 cli_runner.go:164] Run: docker network inspect addons-821353 --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}}]}"
I0316 16:56:16.722341 286447 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0316 16:56:16.725838 286447 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""
I0316 16:56:16.736511 286447 kubeadm.go:877] updating cluster {Name:addons-821353 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f 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.28.4 ClusterName:addons-821353 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.28.4 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} ...
I0316 16:56:16.736633 286447 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime containerd
I0316 16:56:16.736692 286447 ssh_runner.go:195] Run: sudo crictl images --output json
I0316 16:56:16.772884 286447 containerd.go:612] all images are preloaded for containerd runtime.
I0316 16:56:16.772908 286447 containerd.go:519] Images already preloaded, skipping extraction
I0316 16:56:16.772967 286447 ssh_runner.go:195] Run: sudo crictl images --output json
I0316 16:56:16.810202 286447 containerd.go:612] all images are preloaded for containerd runtime.
I0316 16:56:16.810225 286447 cache_images.go:84] Images are preloaded, skipping loading
I0316 16:56:16.810233 286447 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.28.4 containerd true true} ...
I0316 16:56:16.810330 286447 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.4/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-821353 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-821353 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:}
I0316 16:56:16.810405 286447 ssh_runner.go:195] Run: sudo crictl info
I0316 16:56:16.846979 286447 cni.go:84] Creating CNI manager for ""
I0316 16:56:16.847001 286447 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0316 16:56:16.847011 286447 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0316 16:56:16.847065 286447 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.28.4 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-821353 NodeName:addons-821353 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}
I0316 16:56:16.847251 286447 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-821353"
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.28.4
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
I0316 16:56:16.847334 286447 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I0316 16:56:16.856060 286447 binaries.go:44] Found k8s binaries, skipping transfer
I0316 16:56:16.856145 286447 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0316 16:56:16.864901 286447 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0316 16:56:16.882919 286447 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0316 16:56:16.901265 286447 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0316 16:56:16.919124 286447 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0316 16:56:16.922735 286447 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""
I0316 16:56:16.933656 286447 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0316 16:56:17.026990 286447 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0316 16:56:17.041218 286447 certs.go:68] Setting up /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353 for IP: 192.168.49.2
I0316 16:56:17.041244 286447 certs.go:194] generating shared ca certs ...
I0316 16:56:17.041262 286447 certs.go:226] acquiring lock for ca certs: {Name:mk6d455ecce74ad164a5c9d511b938033d09479f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:17.041404 286447 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18277-280225/.minikube/ca.key
I0316 16:56:17.166407 286447 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18277-280225/.minikube/ca.crt ...
I0316 16:56:17.166437 286447 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18277-280225/.minikube/ca.crt: {Name:mk9085400d5fef7441cb41ac1a2fbdafcf207f9a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:17.167152 286447 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18277-280225/.minikube/ca.key ...
I0316 16:56:17.167179 286447 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18277-280225/.minikube/ca.key: {Name:mk003cc7b6c0ffe7e297678f4c86784aab50b9a3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:17.167284 286447 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18277-280225/.minikube/proxy-client-ca.key
I0316 16:56:17.351263 286447 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18277-280225/.minikube/proxy-client-ca.crt ...
I0316 16:56:17.351301 286447 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18277-280225/.minikube/proxy-client-ca.crt: {Name:mk71bb3dc32d51103f032c61b1529fcb09a735af Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:17.352147 286447 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18277-280225/.minikube/proxy-client-ca.key ...
I0316 16:56:17.352165 286447 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18277-280225/.minikube/proxy-client-ca.key: {Name:mk8a780fe8581cfe346641e128bfcf7b4f1cbe9f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:17.352263 286447 certs.go:256] generating profile certs ...
I0316 16:56:17.352327 286447 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/client.key
I0316 16:56:17.352343 286447 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/client.crt with IP's: []
I0316 16:56:17.684608 286447 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/client.crt ...
I0316 16:56:17.684642 286447 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/client.crt: {Name:mkbc6b9616892773559ea4af211086baa6d1cf72 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:17.684865 286447 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/client.key ...
I0316 16:56:17.684880 286447 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/client.key: {Name:mk8fada7ab5dbc696286be58b9fac731965b20cb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:17.684982 286447 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/apiserver.key.b52e69fc
I0316 16:56:17.685005 286447 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/apiserver.crt.b52e69fc with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0316 16:56:18.171116 286447 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/apiserver.crt.b52e69fc ...
I0316 16:56:18.171151 286447 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/apiserver.crt.b52e69fc: {Name:mk94a86c28c4724f544defd179cf4d76d842ee10 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:18.171351 286447 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/apiserver.key.b52e69fc ...
I0316 16:56:18.171366 286447 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/apiserver.key.b52e69fc: {Name:mke074706953abfde8f89cb4158679c46a48e00e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:18.172047 286447 certs.go:381] copying /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/apiserver.crt.b52e69fc -> /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/apiserver.crt
I0316 16:56:18.172185 286447 certs.go:385] copying /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/apiserver.key.b52e69fc -> /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/apiserver.key
I0316 16:56:18.172242 286447 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/proxy-client.key
I0316 16:56:18.172266 286447 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/proxy-client.crt with IP's: []
I0316 16:56:18.712618 286447 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/proxy-client.crt ...
I0316 16:56:18.712651 286447 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/proxy-client.crt: {Name:mkde3879e10c0489bc4517fda4cd70d7f1221fb2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:18.713816 286447 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/proxy-client.key ...
I0316 16:56:18.713833 286447 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/proxy-client.key: {Name:mk4d0cebf0a84fd0fa218b7489f6e97e3a6adba1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:18.714038 286447 certs.go:484] found cert: /home/jenkins/minikube-integration/18277-280225/.minikube/certs/ca-key.pem (1679 bytes)
I0316 16:56:18.714080 286447 certs.go:484] found cert: /home/jenkins/minikube-integration/18277-280225/.minikube/certs/ca.pem (1078 bytes)
I0316 16:56:18.714108 286447 certs.go:484] found cert: /home/jenkins/minikube-integration/18277-280225/.minikube/certs/cert.pem (1123 bytes)
I0316 16:56:18.714138 286447 certs.go:484] found cert: /home/jenkins/minikube-integration/18277-280225/.minikube/certs/key.pem (1675 bytes)
I0316 16:56:18.714740 286447 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18277-280225/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0316 16:56:18.742967 286447 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18277-280225/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0316 16:56:18.769928 286447 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18277-280225/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0316 16:56:18.795139 286447 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18277-280225/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0316 16:56:18.820031 286447 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0316 16:56:18.842829 286447 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0316 16:56:18.866460 286447 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0316 16:56:18.890517 286447 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18277-280225/.minikube/profiles/addons-821353/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0316 16:56:18.914144 286447 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18277-280225/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0316 16:56:18.937820 286447 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0316 16:56:18.956451 286447 ssh_runner.go:195] Run: openssl version
I0316 16:56:18.961730 286447 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"
I0316 16:56:18.970617 286447 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0316 16:56:18.973838 286447 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 16 16:56 /usr/share/ca-certificates/minikubeCA.pem
I0316 16:56:18.973935 286447 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0316 16:56:18.980926 286447 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"
I0316 16:56:18.990483 286447 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0316 16:56:18.993693 286447 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
I0316 16:56:18.993741 286447 kubeadm.go:391] StartCluster: {Name:addons-821353 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f 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.28.4 ClusterName:addons-821353 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.28.4 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}
I0316 16:56:18.993829 286447 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0316 16:56:18.993893 286447 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0316 16:56:19.031630 286447 cri.go:89] found id: ""
I0316 16:56:19.031702 286447 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0316 16:56:19.040553 286447 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0316 16:56:19.049451 286447 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0316 16:56:19.049523 286447 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
I0316 16:56:19.058451 286447 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
I0316 16:56:19.058471 286447 kubeadm.go:156] found existing configuration files:
I0316 16:56:19.058522 286447 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0316 16:56:19.067383 286447 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
I0316 16:56:19.067451 286447 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0316 16:56:19.076211 286447 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0316 16:56:19.085636 286447 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
I0316 16:56:19.085706 286447 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0316 16:56:19.094094 286447 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0316 16:56:19.102535 286447 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
I0316 16:56:19.102624 286447 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0316 16:56:19.110756 286447 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0316 16:56:19.119148 286447 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
I0316 16:56:19.119214 286447 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0316 16:56:19.127809 286447 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.4:$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"
I0316 16:56:19.180111 286447 kubeadm.go:309] [init] Using Kubernetes version: v1.28.4
I0316 16:56:19.180257 286447 kubeadm.go:309] [preflight] Running pre-flight checks
I0316 16:56:19.221511 286447 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0316 16:56:19.221586 286447 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1055-aws[0m
I0316 16:56:19.221628 286447 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0316 16:56:19.221677 286447 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0316 16:56:19.221727 286447 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0316 16:56:19.221776 286447 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0316 16:56:19.221827 286447 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0316 16:56:19.221877 286447 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0316 16:56:19.221929 286447 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0316 16:56:19.221975 286447 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0316 16:56:19.222025 286447 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0316 16:56:19.222071 286447 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0316 16:56:19.305227 286447 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0316 16:56:19.305337 286447 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0316 16:56:19.305436 286447 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0316 16:56:19.547958 286447 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0316 16:56:19.550576 286447 out.go:204] - Generating certificates and keys ...
I0316 16:56:19.550684 286447 kubeadm.go:309] [certs] Using existing ca certificate authority
I0316 16:56:19.550768 286447 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0316 16:56:19.731926 286447 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0316 16:56:19.896624 286447 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0316 16:56:20.171292 286447 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0316 16:56:20.324893 286447 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0316 16:56:21.054939 286447 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0316 16:56:21.055283 286447 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-821353 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0316 16:56:21.300624 286447 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0316 16:56:21.300972 286447 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-821353 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0316 16:56:22.181386 286447 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0316 16:56:22.588753 286447 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0316 16:56:23.780521 286447 kubeadm.go:309] [certs] Generating "sa" key and public key
I0316 16:56:23.781034 286447 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0316 16:56:23.934044 286447 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0316 16:56:24.304282 286447 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0316 16:56:25.336402 286447 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0316 16:56:26.056542 286447 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0316 16:56:26.057556 286447 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0316 16:56:26.060997 286447 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0316 16:56:26.063706 286447 out.go:204] - Booting up control plane ...
I0316 16:56:26.063823 286447 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0316 16:56:26.064098 286447 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0316 16:56:26.069072 286447 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0316 16:56:26.085236 286447 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0316 16:56:26.086090 286447 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0316 16:56:26.086320 286447 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0316 16:56:26.174118 286447 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
I0316 16:56:33.677941 286447 kubeadm.go:309] [apiclient] All control plane components are healthy after 7.504209 seconds
I0316 16:56:33.678776 286447 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0316 16:56:33.694230 286447 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0316 16:56:34.218314 286447 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0316 16:56:34.218514 286447 kubeadm.go:309] [mark-control-plane] Marking the node addons-821353 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0316 16:56:34.732042 286447 kubeadm.go:309] [bootstrap-token] Using token: 51a2hi.wr7ydgqhksszxs6n
I0316 16:56:34.734196 286447 out.go:204] - Configuring RBAC rules ...
I0316 16:56:34.734313 286447 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0316 16:56:34.740988 286447 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0316 16:56:34.750331 286447 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
I0316 16:56:34.755106 286447 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0316 16:56:34.758906 286447 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0316 16:56:34.762864 286447 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0316 16:56:34.776837 286447 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0316 16:56:35.048165 286447 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0316 16:56:35.148661 286447 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0316 16:56:35.148687 286447 kubeadm.go:309]
I0316 16:56:35.148747 286447 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0316 16:56:35.148759 286447 kubeadm.go:309]
I0316 16:56:35.148834 286447 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0316 16:56:35.148844 286447 kubeadm.go:309]
I0316 16:56:35.148869 286447 kubeadm.go:309] mkdir -p $HOME/.kube
I0316 16:56:35.148928 286447 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0316 16:56:35.148981 286447 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0316 16:56:35.148990 286447 kubeadm.go:309]
I0316 16:56:35.149042 286447 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0316 16:56:35.149050 286447 kubeadm.go:309]
I0316 16:56:35.149097 286447 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0316 16:56:35.149106 286447 kubeadm.go:309]
I0316 16:56:35.149156 286447 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0316 16:56:35.149240 286447 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0316 16:56:35.149317 286447 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0316 16:56:35.149328 286447 kubeadm.go:309]
I0316 16:56:35.149409 286447 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0316 16:56:35.149485 286447 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0316 16:56:35.149497 286447 kubeadm.go:309]
I0316 16:56:35.149578 286447 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 51a2hi.wr7ydgqhksszxs6n \
I0316 16:56:35.149681 286447 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:c6354abf1d1919267e82e90c1fdf768e2f30fa2f6f3fed64a34f2365731d78b8 \
I0316 16:56:35.149703 286447 kubeadm.go:309] --control-plane
I0316 16:56:35.149712 286447 kubeadm.go:309]
I0316 16:56:35.149794 286447 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0316 16:56:35.149804 286447 kubeadm.go:309]
I0316 16:56:35.149886 286447 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 51a2hi.wr7ydgqhksszxs6n \
I0316 16:56:35.149988 286447 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:c6354abf1d1919267e82e90c1fdf768e2f30fa2f6f3fed64a34f2365731d78b8
I0316 16:56:35.154495 286447 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-1055-aws\n", err: exit status 1
I0316 16:56:35.154614 286447 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0316 16:56:35.154634 286447 cni.go:84] Creating CNI manager for ""
I0316 16:56:35.154642 286447 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0316 16:56:35.157267 286447 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0316 16:56:35.159410 286447 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0316 16:56:35.164703 286447 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
I0316 16:56:35.164723 286447 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0316 16:56:35.200369 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0316 16:56:36.125260 286447 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0316 16:56:36.125408 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-821353 minikube.k8s.io/updated_at=2024_03_16T16_56_36_0700 minikube.k8s.io/version=v1.32.0 minikube.k8s.io/commit=dcb7bcec19ba52ac09364e1139fb2071215a1bc6 minikube.k8s.io/name=addons-821353 minikube.k8s.io/primary=true
I0316 16:56:36.125449 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:36.276568 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:36.276627 286447 ops.go:34] apiserver oom_adj: -16
I0316 16:56:36.777574 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:37.276718 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:37.777256 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:38.276715 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:38.776672 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:39.277636 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:39.776973 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:40.276703 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:40.777613 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:41.277026 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:41.777038 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:42.276731 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:42.777448 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:43.276701 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:43.777293 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:44.277484 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:44.776746 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:45.277678 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:45.777462 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:46.277273 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:46.776994 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:47.277428 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:47.776867 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:48.276873 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:48.776786 286447 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0316 16:56:48.959731 286447 kubeadm.go:1107] duration metric: took 12.834366812s to wait for elevateKubeSystemPrivileges
W0316 16:56:48.959767 286447 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0316 16:56:48.959775 286447 kubeadm.go:393] duration metric: took 29.966038863s to StartCluster
I0316 16:56:48.959791 286447 settings.go:142] acquiring lock: {Name:mkcd5f7504890e5ae44ee0b7a2caa6ef5c6c8fbc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:48.959917 286447 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18277-280225/kubeconfig
I0316 16:56:48.960292 286447 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18277-280225/kubeconfig: {Name:mk8864b14e2dcaa49893fcecc40453b6fe139389 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0316 16:56:48.961072 286447 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0316 16:56:48.963349 286447 out.go:177] * Verifying Kubernetes components...
I0316 16:56:48.961185 286447 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0316 16:56:48.961347 286447 config.go:182] Loaded profile config "addons-821353": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.4
I0316 16:56:48.961355 286447 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]
I0316 16:56:48.965217 286447 addons.go:69] Setting yakd=true in profile "addons-821353"
I0316 16:56:48.965254 286447 addons.go:234] Setting addon yakd=true in "addons-821353"
I0316 16:56:48.965288 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:48.965789 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:48.965926 286447 addons.go:69] Setting ingress=true in profile "addons-821353"
I0316 16:56:48.965950 286447 addons.go:234] Setting addon ingress=true in "addons-821353"
I0316 16:56:48.965984 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:48.966340 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:48.966845 286447 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0316 16:56:48.967052 286447 addons.go:69] Setting ingress-dns=true in profile "addons-821353"
I0316 16:56:48.967080 286447 addons.go:234] Setting addon ingress-dns=true in "addons-821353"
I0316 16:56:48.967108 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:48.967490 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:48.970023 286447 addons.go:69] Setting cloud-spanner=true in profile "addons-821353"
I0316 16:56:48.970105 286447 addons.go:234] Setting addon cloud-spanner=true in "addons-821353"
I0316 16:56:48.970165 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:48.970329 286447 addons.go:69] Setting inspektor-gadget=true in profile "addons-821353"
I0316 16:56:48.970361 286447 addons.go:234] Setting addon inspektor-gadget=true in "addons-821353"
I0316 16:56:48.970395 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:48.970662 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:48.970760 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:48.982086 286447 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-821353"
I0316 16:56:48.982174 286447 addons.go:69] Setting metrics-server=true in profile "addons-821353"
I0316 16:56:48.982585 286447 addons.go:234] Setting addon metrics-server=true in "addons-821353"
I0316 16:56:48.982742 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:48.985018 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:48.982204 286447 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-821353"
I0316 16:56:49.017899 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:49.018427 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:48.982212 286447 addons.go:69] Setting default-storageclass=true in profile "addons-821353"
I0316 16:56:49.019858 286447 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-821353"
I0316 16:56:49.020175 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:48.982238 286447 addons.go:69] Setting gcp-auth=true in profile "addons-821353"
I0316 16:56:49.017549 286447 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-821353"
I0316 16:56:49.037393 286447 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-821353"
I0316 16:56:49.037439 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:49.017565 286447 addons.go:69] Setting registry=true in profile "addons-821353"
I0316 16:56:49.047140 286447 addons.go:234] Setting addon registry=true in "addons-821353"
I0316 16:56:49.017572 286447 addons.go:69] Setting storage-provisioner=true in profile "addons-821353"
I0316 16:56:49.047218 286447 addons.go:234] Setting addon storage-provisioner=true in "addons-821353"
I0316 16:56:49.047252 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:49.017577 286447 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-821353"
I0316 16:56:49.047652 286447 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-821353"
I0316 16:56:49.055079 286447 mustload.go:65] Loading cluster: addons-821353
I0316 16:56:49.055304 286447 config.go:182] Loaded profile config "addons-821353": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.4
I0316 16:56:49.055559 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:49.017581 286447 addons.go:69] Setting volumesnapshots=true in profile "addons-821353"
I0316 16:56:49.056328 286447 addons.go:234] Setting addon volumesnapshots=true in "addons-821353"
I0316 16:56:49.056441 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:49.056881 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:49.068252 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:49.068520 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:49.108389 286447 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0316 16:56:49.113426 286447 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0316 16:56:49.118115 286447 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0316 16:56:49.127318 286447 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0316 16:56:49.127388 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0316 16:56:49.127479 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.126035 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:49.126073 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:49.160030 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:49.183731 286447 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0316 16:56:49.185948 286447 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0316 16:56:49.185969 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0316 16:56:49.186035 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.195821 286447 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.26.0
I0316 16:56:49.220154 286447 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0316 16:56:49.228469 286447 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0316 16:56:49.220306 286447 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0316 16:56:49.220364 286447 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0316 16:56:49.220371 286447 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.14
I0316 16:56:49.228716 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0316 16:56:49.232736 286447 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0316 16:56:49.232820 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0316 16:56:49.232920 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.228837 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0316 16:56:49.236721 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.257192 286447 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0316 16:56:49.257215 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0316 16:56:49.257267 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.229111 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.257094 286447 addons.go:234] Setting addon default-storageclass=true in "addons-821353"
I0316 16:56:49.346573 286447 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
I0316 16:56:49.354492 286447 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0316 16:56:49.354564 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0316 16:56:49.354659 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.375996 286447 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0316 16:56:49.347731 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:49.350526 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:49.347690 286447 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0316 16:56:49.376135 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:49.378868 286447 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0316 16:56:49.378885 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0316 16:56:49.379854 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.398015 286447 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-821353"
I0316 16:56:49.398057 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:49.398758 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:49.409650 286447 out.go:177] - Using image docker.io/registry:2.8.3
I0316 16:56:49.415754 286447 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0316 16:56:49.411720 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:49.415309 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:49.418115 286447 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0316 16:56:49.418219 286447 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0316 16:56:49.420060 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0316 16:56:49.420130 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.443127 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:49.458798 286447 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0316 16:56:49.471761 286447 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0316 16:56:49.471834 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0316 16:56:49.471930 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.480617 286447 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0316 16:56:49.486212 286447 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0316 16:56:49.488910 286447 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0316 16:56:49.497497 286447 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0316 16:56:49.495005 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:49.506562 286447 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0316 16:56:49.510571 286447 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0316 16:56:49.511995 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:49.513583 286447 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0316 16:56:49.513673 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0316 16:56:49.513736 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.543448 286447 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0316 16:56:49.545693 286447 out.go:177] - Using image docker.io/busybox:stable
I0316 16:56:49.548194 286447 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0316 16:56:49.548225 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0316 16:56:49.548304 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.550192 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:49.586029 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:49.605506 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:49.639421 286447 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0316 16:56:49.639442 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0316 16:56:49.639501 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:49.652983 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:49.672269 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:49.689938 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:49.692265 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:49.716088 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:50.033912 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0316 16:56:50.071946 286447 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml": (1.101997197s)
I0316 16:56:50.072155 286447 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/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.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0316 16:56:50.072268 286447 ssh_runner.go:235] Completed: sudo systemctl daemon-reload: (1.105401641s)
I0316 16:56:50.072359 286447 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0316 16:56:50.106571 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0316 16:56:50.126185 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0316 16:56:50.237234 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0316 16:56:50.243119 286447 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0316 16:56:50.243192 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0316 16:56:50.248974 286447 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0316 16:56:50.249055 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0316 16:56:50.259294 286447 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0316 16:56:50.259368 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0316 16:56:50.299177 286447 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0316 16:56:50.299248 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0316 16:56:50.396071 286447 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0316 16:56:50.396141 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0316 16:56:50.457170 286447 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0316 16:56:50.457193 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0316 16:56:50.462026 286447 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0316 16:56:50.462047 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0316 16:56:50.470978 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0316 16:56:50.472366 286447 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0316 16:56:50.472424 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0316 16:56:50.483247 286447 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0316 16:56:50.483320 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0316 16:56:50.504115 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0316 16:56:50.521985 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0316 16:56:50.533218 286447 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0316 16:56:50.533292 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0316 16:56:50.565397 286447 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0316 16:56:50.565469 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0316 16:56:50.670538 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0316 16:56:50.678864 286447 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0316 16:56:50.678937 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0316 16:56:50.682626 286447 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0316 16:56:50.682699 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0316 16:56:50.686753 286447 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0316 16:56:50.686828 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0316 16:56:50.704078 286447 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0316 16:56:50.704153 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0316 16:56:50.866833 286447 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0316 16:56:50.866906 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0316 16:56:50.877483 286447 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0316 16:56:50.877556 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0316 16:56:51.006075 286447 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0316 16:56:51.006171 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0316 16:56:51.035963 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0316 16:56:51.081358 286447 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0316 16:56:51.081382 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0316 16:56:51.111375 286447 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0316 16:56:51.111451 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0316 16:56:51.175871 286447 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0316 16:56:51.175956 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0316 16:56:51.350018 286447 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0316 16:56:51.350087 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0316 16:56:51.364798 286447 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0316 16:56:51.364859 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0316 16:56:51.451093 286447 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0316 16:56:51.451165 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0316 16:56:51.576208 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0316 16:56:51.590703 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0316 16:56:51.616032 286447 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0316 16:56:51.616094 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0316 16:56:51.770939 286447 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0316 16:56:51.771000 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0316 16:56:51.837303 286447 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0316 16:56:51.837375 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0316 16:56:51.964615 286447 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0316 16:56:51.964687 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0316 16:56:52.086831 286447 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0316 16:56:52.086903 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0316 16:56:52.192340 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0316 16:56:52.308353 286447 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0316 16:56:52.308430 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0316 16:56:52.513588 286447 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0316 16:56:52.513664 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0316 16:56:52.801408 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0316 16:56:53.335673 286447 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/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.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.263469535s)
I0316 16:56:53.335704 286447 start.go:948] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0316 16:56:53.336774 286447 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.263201434s)
I0316 16:56:53.336942 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.302952858s)
I0316 16:56:53.337853 286447 node_ready.go:35] waiting up to 6m0s for node "addons-821353" to be "Ready" ...
I0316 16:56:53.344977 286447 node_ready.go:49] node "addons-821353" has status "Ready":"True"
I0316 16:56:53.344998 286447 node_ready.go:38] duration metric: took 7.088983ms for node "addons-821353" to be "Ready" ...
I0316 16:56:53.345009 286447 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" ...
I0316 16:56:53.354895 286447 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-f2clp" in "kube-system" namespace to be "Ready" ...
I0316 16:56:53.840226 286447 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-821353" context rescaled to 1 replicas
I0316 16:56:55.364458 286447 pod_ready.go:102] pod "coredns-5dd5756b68-f2clp" in "kube-system" namespace has status "Ready":"False"
I0316 16:56:56.228439 286447 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0316 16:56:56.228564 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:56.250012 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:56.581052 286447 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0316 16:56:56.672004 286447 addons.go:234] Setting addon gcp-auth=true in "addons-821353"
I0316 16:56:56.672057 286447 host.go:66] Checking if "addons-821353" exists ...
I0316 16:56:56.672485 286447 cli_runner.go:164] Run: docker container inspect addons-821353 --format={{.State.Status}}
I0316 16:56:56.696727 286447 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0316 16:56:56.696789 286447 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-821353
I0316 16:56:56.720629 286447 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33145 SSHKeyPath:/home/jenkins/minikube-integration/18277-280225/.minikube/machines/addons-821353/id_rsa Username:docker}
I0316 16:56:57.393758 286447 pod_ready.go:102] pod "coredns-5dd5756b68-f2clp" in "kube-system" namespace has status "Ready":"False"
I0316 16:56:57.517836 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (7.41122312s)
I0316 16:56:57.517879 286447 addons.go:470] Verifying addon ingress=true in "addons-821353"
I0316 16:56:57.520589 286447 out.go:177] * Verifying ingress addon...
I0316 16:56:57.518043 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (7.391835233s)
I0316 16:56:57.518141 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (7.280785204s)
I0316 16:56:57.518198 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (7.047152954s)
I0316 16:56:57.518216 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (7.014032317s)
I0316 16:56:57.518237 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (6.996177696s)
I0316 16:56:57.518259 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (6.847652503s)
I0316 16:56:57.518352 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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.482307512s)
I0316 16:56:57.518388 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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: (5.942103416s)
I0316 16:56:57.518466 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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: (5.927697603s)
I0316 16:56:57.518515 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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.32610099s)
I0316 16:56:57.523216 286447 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0316 16:56:57.525893 286447 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-821353 service yakd-dashboard -n yakd-dashboard
I0316 16:56:57.523727 286447 addons.go:470] Verifying addon registry=true in "addons-821353"
I0316 16:56:57.523739 286447 addons.go:470] Verifying addon metrics-server=true in "addons-821353"
W0316 16:56:57.523774 286447 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0316 16:56:57.528269 286447 retry.go:31] will retry after 243.456951ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0316 16:56:57.530982 286447 out.go:177] * Verifying registry addon...
I0316 16:56:57.533859 286447 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0316 16:56:57.547485 286447 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0316 16:56:57.547512 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:56:57.551505 286447 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0316 16:56:57.551528 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0316 16:56:57.558569 286447 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]
I0316 16:56:57.772259 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0316 16:56:58.029216 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:56:58.038988 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:56:58.534743 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:56:58.542454 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:56:59.063035 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:56:59.063557 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:56:59.233779 286447 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.537016402s)
I0316 16:56:59.236886 286447 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0316 16:56:59.233965 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (6.432479123s)
I0316 16:56:59.239344 286447 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-821353"
I0316 16:56:59.242281 286447 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0316 16:56:59.245170 286447 out.go:177] * Verifying csi-hostpath-driver addon...
I0316 16:56:59.248065 286447 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0316 16:56:59.245282 286447 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0316 16:56:59.248251 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0316 16:56:59.257251 286447 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0316 16:56:59.257280 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:56:59.313768 286447 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0316 16:56:59.313843 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0316 16:56:59.386603 286447 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0316 16:56:59.386679 286447 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0316 16:56:59.417593 286447 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0316 16:56:59.527766 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:56:59.539044 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:56:59.658704 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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.886382314s)
I0316 16:56:59.757234 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:56:59.866339 286447 pod_ready.go:102] pod "coredns-5dd5756b68-f2clp" in "kube-system" namespace has status "Ready":"False"
I0316 16:57:00.050200 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:00.052439 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:00.287412 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:00.576802 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:00.584559 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:00.601049 286447 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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.183414353s)
I0316 16:57:00.604878 286447 addons.go:470] Verifying addon gcp-auth=true in "addons-821353"
I0316 16:57:00.607242 286447 out.go:177] * Verifying gcp-auth addon...
I0316 16:57:00.610054 286447 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0316 16:57:00.613460 286447 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0316 16:57:00.613483 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:00.754144 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:01.028465 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:01.039142 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:01.114052 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:01.254162 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:01.528282 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:01.539073 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:01.613890 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:01.755015 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:02.032059 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:02.040814 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:02.114818 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:02.254915 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:02.365191 286447 pod_ready.go:102] pod "coredns-5dd5756b68-f2clp" in "kube-system" namespace has status "Ready":"False"
I0316 16:57:02.528867 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:02.538921 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:02.614814 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:02.754918 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:03.028254 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:03.039505 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:03.114195 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:03.253798 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:03.527843 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:03.540333 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:03.614064 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:03.753611 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:03.866023 286447 pod_ready.go:92] pod "coredns-5dd5756b68-f2clp" in "kube-system" namespace has status "Ready":"True"
I0316 16:57:03.866094 286447 pod_ready.go:81] duration metric: took 10.511128064s for pod "coredns-5dd5756b68-f2clp" in "kube-system" namespace to be "Ready" ...
I0316 16:57:03.866122 286447 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-m5dmk" in "kube-system" namespace to be "Ready" ...
I0316 16:57:03.868596 286447 pod_ready.go:97] error getting pod "coredns-5dd5756b68-m5dmk" in "kube-system" namespace (skipping!): pods "coredns-5dd5756b68-m5dmk" not found
I0316 16:57:03.868667 286447 pod_ready.go:81] duration metric: took 2.523456ms for pod "coredns-5dd5756b68-m5dmk" in "kube-system" namespace to be "Ready" ...
E0316 16:57:03.868692 286447 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-5dd5756b68-m5dmk" in "kube-system" namespace (skipping!): pods "coredns-5dd5756b68-m5dmk" not found
I0316 16:57:03.868713 286447 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-821353" in "kube-system" namespace to be "Ready" ...
I0316 16:57:03.874548 286447 pod_ready.go:92] pod "etcd-addons-821353" in "kube-system" namespace has status "Ready":"True"
I0316 16:57:03.874615 286447 pod_ready.go:81] duration metric: took 5.869003ms for pod "etcd-addons-821353" in "kube-system" namespace to be "Ready" ...
I0316 16:57:03.874646 286447 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-821353" in "kube-system" namespace to be "Ready" ...
I0316 16:57:03.882911 286447 pod_ready.go:92] pod "kube-apiserver-addons-821353" in "kube-system" namespace has status "Ready":"True"
I0316 16:57:03.882981 286447 pod_ready.go:81] duration metric: took 8.31209ms for pod "kube-apiserver-addons-821353" in "kube-system" namespace to be "Ready" ...
I0316 16:57:03.883008 286447 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-821353" in "kube-system" namespace to be "Ready" ...
I0316 16:57:03.889767 286447 pod_ready.go:92] pod "kube-controller-manager-addons-821353" in "kube-system" namespace has status "Ready":"True"
I0316 16:57:03.889847 286447 pod_ready.go:81] duration metric: took 6.816452ms for pod "kube-controller-manager-addons-821353" in "kube-system" namespace to be "Ready" ...
I0316 16:57:03.889884 286447 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-t7nx5" in "kube-system" namespace to be "Ready" ...
I0316 16:57:04.028223 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:04.038797 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:04.059111 286447 pod_ready.go:92] pod "kube-proxy-t7nx5" in "kube-system" namespace has status "Ready":"True"
I0316 16:57:04.059184 286447 pod_ready.go:81] duration metric: took 169.25888ms for pod "kube-proxy-t7nx5" in "kube-system" namespace to be "Ready" ...
I0316 16:57:04.059212 286447 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-821353" in "kube-system" namespace to be "Ready" ...
I0316 16:57:04.114282 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:04.253902 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:04.459798 286447 pod_ready.go:92] pod "kube-scheduler-addons-821353" in "kube-system" namespace has status "Ready":"True"
I0316 16:57:04.459823 286447 pod_ready.go:81] duration metric: took 400.589387ms for pod "kube-scheduler-addons-821353" in "kube-system" namespace to be "Ready" ...
I0316 16:57:04.459835 286447 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-qkppj" in "kube-system" namespace to be "Ready" ...
I0316 16:57:04.528707 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:04.539287 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:04.613782 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:04.754687 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:04.865410 286447 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-qkppj" in "kube-system" namespace has status "Ready":"True"
I0316 16:57:04.865478 286447 pod_ready.go:81] duration metric: took 405.631859ms for pod "nvidia-device-plugin-daemonset-qkppj" in "kube-system" namespace to be "Ready" ...
I0316 16:57:04.865519 286447 pod_ready.go:38] duration metric: took 11.520499169s 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" ...
I0316 16:57:04.865554 286447 api_server.go:52] waiting for apiserver process to appear ...
I0316 16:57:04.865644 286447 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0316 16:57:04.882094 286447 api_server.go:72] duration metric: took 15.920969088s to wait for apiserver process to appear ...
I0316 16:57:04.882169 286447 api_server.go:88] waiting for apiserver healthz status ...
I0316 16:57:04.882206 286447 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0316 16:57:04.892166 286447 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0316 16:57:04.893620 286447 api_server.go:141] control plane version: v1.28.4
I0316 16:57:04.893641 286447 api_server.go:131] duration metric: took 11.452797ms to wait for apiserver health ...
I0316 16:57:04.893650 286447 system_pods.go:43] waiting for kube-system pods to appear ...
I0316 16:57:05.029442 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:05.039966 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:05.068541 286447 system_pods.go:59] 18 kube-system pods found
I0316 16:57:05.068619 286447 system_pods.go:61] "coredns-5dd5756b68-f2clp" [09361a3d-f73f-47c3-b3c0-c6839923762d] Running
I0316 16:57:05.068645 286447 system_pods.go:61] "csi-hostpath-attacher-0" [5e9d2931-45c4-485d-8449-6e57db00d9f8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0316 16:57:05.068685 286447 system_pods.go:61] "csi-hostpath-resizer-0" [6d85906a-f486-4a90-841d-5941f7ce923a] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0316 16:57:05.068717 286447 system_pods.go:61] "csi-hostpathplugin-nhfb7" [5a5e57d4-d32c-4574-a827-efafaf1f1d91] 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])
I0316 16:57:05.068737 286447 system_pods.go:61] "etcd-addons-821353" [40661096-f35e-4d30-b046-901e7b8c62b7] Running
I0316 16:57:05.068757 286447 system_pods.go:61] "kindnet-dk6xn" [dad8d14a-18e4-428c-966a-8bde9775b396] Running
I0316 16:57:05.068796 286447 system_pods.go:61] "kube-apiserver-addons-821353" [f17f3053-03a8-4634-afa4-aa59927a2f80] Running
I0316 16:57:05.068821 286447 system_pods.go:61] "kube-controller-manager-addons-821353" [bb116110-143e-4010-b2f8-3864624edf29] Running
I0316 16:57:05.068844 286447 system_pods.go:61] "kube-ingress-dns-minikube" [954f0159-14a4-4c47-a9a2-3199d34dbb3e] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0316 16:57:05.068867 286447 system_pods.go:61] "kube-proxy-t7nx5" [e67dcab1-801c-4724-b7d4-008af403815f] Running
I0316 16:57:05.068903 286447 system_pods.go:61] "kube-scheduler-addons-821353" [886dc577-8746-4d34-b5f3-5e20cf25b77e] Running
I0316 16:57:05.068934 286447 system_pods.go:61] "metrics-server-69cf46c98-2rrqs" [08f4dba8-7457-424a-8c11-cc37bee4ee10] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0316 16:57:05.068955 286447 system_pods.go:61] "nvidia-device-plugin-daemonset-qkppj" [c0c89264-7552-4313-b0e3-a9203afe811f] Running
I0316 16:57:05.068981 286447 system_pods.go:61] "registry-8vzh9" [b1612e75-26f6-4416-91f0-f432903d0021] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0316 16:57:05.069015 286447 system_pods.go:61] "registry-proxy-gpbwt" [5aa0d90a-8b19-4457-ac50-9fc1a7169ebc] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0316 16:57:05.069045 286447 system_pods.go:61] "snapshot-controller-58dbcc7b99-464tm" [ae19a8d7-5e89-4efb-9f40-f2a60d1f9b82] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0316 16:57:05.069089 286447 system_pods.go:61] "snapshot-controller-58dbcc7b99-g9g9q" [f54bcac9-de9a-4ac5-8da6-174e461156d8] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0316 16:57:05.069135 286447 system_pods.go:61] "storage-provisioner" [41f06c82-3bea-4b9c-b8a3-13b9c24f9091] Running
I0316 16:57:05.069168 286447 system_pods.go:74] duration metric: took 175.511446ms to wait for pod list to return data ...
I0316 16:57:05.069196 286447 default_sa.go:34] waiting for default service account to be created ...
I0316 16:57:05.116244 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:05.255277 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:05.259517 286447 default_sa.go:45] found service account: "default"
I0316 16:57:05.259541 286447 default_sa.go:55] duration metric: took 190.322762ms for default service account to be created ...
I0316 16:57:05.259551 286447 system_pods.go:116] waiting for k8s-apps to be running ...
I0316 16:57:05.467767 286447 system_pods.go:86] 18 kube-system pods found
I0316 16:57:05.467802 286447 system_pods.go:89] "coredns-5dd5756b68-f2clp" [09361a3d-f73f-47c3-b3c0-c6839923762d] Running
I0316 16:57:05.467812 286447 system_pods.go:89] "csi-hostpath-attacher-0" [5e9d2931-45c4-485d-8449-6e57db00d9f8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0316 16:57:05.467837 286447 system_pods.go:89] "csi-hostpath-resizer-0" [6d85906a-f486-4a90-841d-5941f7ce923a] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0316 16:57:05.467855 286447 system_pods.go:89] "csi-hostpathplugin-nhfb7" [5a5e57d4-d32c-4574-a827-efafaf1f1d91] 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])
I0316 16:57:05.467862 286447 system_pods.go:89] "etcd-addons-821353" [40661096-f35e-4d30-b046-901e7b8c62b7] Running
I0316 16:57:05.467871 286447 system_pods.go:89] "kindnet-dk6xn" [dad8d14a-18e4-428c-966a-8bde9775b396] Running
I0316 16:57:05.467876 286447 system_pods.go:89] "kube-apiserver-addons-821353" [f17f3053-03a8-4634-afa4-aa59927a2f80] Running
I0316 16:57:05.467880 286447 system_pods.go:89] "kube-controller-manager-addons-821353" [bb116110-143e-4010-b2f8-3864624edf29] Running
I0316 16:57:05.467890 286447 system_pods.go:89] "kube-ingress-dns-minikube" [954f0159-14a4-4c47-a9a2-3199d34dbb3e] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0316 16:57:05.467894 286447 system_pods.go:89] "kube-proxy-t7nx5" [e67dcab1-801c-4724-b7d4-008af403815f] Running
I0316 16:57:05.467901 286447 system_pods.go:89] "kube-scheduler-addons-821353" [886dc577-8746-4d34-b5f3-5e20cf25b77e] Running
I0316 16:57:05.467927 286447 system_pods.go:89] "metrics-server-69cf46c98-2rrqs" [08f4dba8-7457-424a-8c11-cc37bee4ee10] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0316 16:57:05.467938 286447 system_pods.go:89] "nvidia-device-plugin-daemonset-qkppj" [c0c89264-7552-4313-b0e3-a9203afe811f] Running
I0316 16:57:05.467945 286447 system_pods.go:89] "registry-8vzh9" [b1612e75-26f6-4416-91f0-f432903d0021] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0316 16:57:05.467956 286447 system_pods.go:89] "registry-proxy-gpbwt" [5aa0d90a-8b19-4457-ac50-9fc1a7169ebc] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0316 16:57:05.467963 286447 system_pods.go:89] "snapshot-controller-58dbcc7b99-464tm" [ae19a8d7-5e89-4efb-9f40-f2a60d1f9b82] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0316 16:57:05.467974 286447 system_pods.go:89] "snapshot-controller-58dbcc7b99-g9g9q" [f54bcac9-de9a-4ac5-8da6-174e461156d8] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0316 16:57:05.467979 286447 system_pods.go:89] "storage-provisioner" [41f06c82-3bea-4b9c-b8a3-13b9c24f9091] Running
I0316 16:57:05.468000 286447 system_pods.go:126] duration metric: took 208.431461ms to wait for k8s-apps to be running ...
I0316 16:57:05.468015 286447 system_svc.go:44] waiting for kubelet service to be running ....
I0316 16:57:05.468089 286447 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0316 16:57:05.482453 286447 system_svc.go:56] duration metric: took 14.427942ms WaitForService to wait for kubelet
I0316 16:57:05.482484 286447 kubeadm.go:576] duration metric: took 16.521364822s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0316 16:57:05.482504 286447 node_conditions.go:102] verifying NodePressure condition ...
I0316 16:57:05.529361 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:05.539244 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:05.613957 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:05.659335 286447 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0316 16:57:05.659369 286447 node_conditions.go:123] node cpu capacity is 2
I0316 16:57:05.659381 286447 node_conditions.go:105] duration metric: took 176.871987ms to run NodePressure ...
I0316 16:57:05.659395 286447 start.go:240] waiting for startup goroutines ...
I0316 16:57:05.754352 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:06.029348 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:06.040495 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:06.114984 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:06.253733 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:06.528333 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:06.539281 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:06.615780 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:06.765870 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:07.028704 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:07.039581 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:07.114459 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:07.254515 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:07.528673 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:07.538962 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:07.613319 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:07.766292 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:08.028972 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:08.042022 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:08.114457 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:08.254162 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:08.528540 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:08.541344 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:08.614287 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:08.756578 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:09.028556 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:09.039751 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:09.114773 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:09.253794 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:09.528142 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:09.539703 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:09.614557 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:09.754813 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:10.029590 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:10.040610 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:10.114736 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:10.254731 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:10.528942 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:10.540022 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:10.614243 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:10.755693 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:11.029224 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:11.039403 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:11.116300 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:11.255585 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:11.528979 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:11.538827 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:11.614831 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:11.755235 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:12.029211 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:12.039410 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:12.114844 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:12.254637 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:12.528975 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:12.539064 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:12.614015 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:12.767528 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:13.031774 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:13.038271 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:13.115075 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:13.254787 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:13.529350 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:13.539150 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:13.614298 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:13.755023 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:14.043213 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:14.046828 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:14.116449 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:14.254190 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:14.529082 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:14.538569 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:14.614448 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:14.753960 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:15.029259 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:15.040650 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:15.118033 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:15.255491 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:15.528775 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:15.543193 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:15.614275 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:15.756390 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:16.029319 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:16.039387 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:16.114279 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:16.254249 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:16.528535 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:16.539046 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:16.613730 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:16.754876 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:17.029021 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:17.038884 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:17.113850 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:17.254283 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:17.529411 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:17.539861 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:17.614595 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:17.754487 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:18.029468 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:18.039408 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:18.114724 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:18.254435 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:18.528482 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:18.539582 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0316 16:57:18.623884 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:18.754773 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:19.028703 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:19.039569 286447 kapi.go:107] duration metric: took 21.505710164s to wait for kubernetes.io/minikube-addons=registry ...
I0316 16:57:19.119042 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:19.254844 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:19.528607 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:19.614583 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:19.760004 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:20.033663 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:20.115282 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:20.255636 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:20.534061 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:20.613747 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:20.754601 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:21.028335 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:21.117489 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:21.253552 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:21.528126 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:21.614471 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:21.762605 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:22.029110 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:22.113670 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:22.254402 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:22.528430 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:22.613993 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:22.754245 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:23.028613 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:23.114470 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:23.254596 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:23.529675 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:23.614134 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:23.770543 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:24.028836 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:24.115051 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:24.254605 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:24.527921 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:24.614537 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:24.757716 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:25.030855 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:25.114728 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:25.255176 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:25.528759 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:25.614432 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:25.755209 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:26.028306 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:26.114181 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:26.255968 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:26.528752 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:26.614239 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:26.753523 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:27.030021 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:27.114629 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:27.256745 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:27.528879 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:27.614629 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:27.754405 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:28.028435 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:28.114099 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:28.256166 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:28.527966 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:28.613796 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:28.754215 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:29.028646 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:29.114062 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:29.255771 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:29.528260 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:29.614280 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:29.753705 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:30.031998 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:30.116137 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:30.254077 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:30.529040 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:30.615720 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:30.754410 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:31.029149 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:31.117318 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:31.260129 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:31.528663 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:31.613923 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:31.754247 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:32.031418 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:32.114966 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:32.254504 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:32.529497 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:32.614462 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:32.754832 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:33.031403 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:33.114385 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:33.254348 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:33.528314 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:33.614412 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:33.754048 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:34.039147 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:34.115545 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:34.253961 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:34.528197 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:34.613810 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:34.765204 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:35.054588 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:35.114985 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:35.254534 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:35.529122 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:35.614473 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:35.754632 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:36.029901 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:36.115214 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:36.253935 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:36.528822 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:36.614482 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:36.755556 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:37.030566 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:37.113848 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:37.254296 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:37.530237 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:37.613870 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:37.754723 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:38.029557 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:38.116328 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:38.254888 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:38.527929 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:38.617476 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:38.755049 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:39.029934 286447 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0316 16:57:39.125802 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:39.254320 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:39.528105 286447 kapi.go:107] duration metric: took 42.004884906s to wait for app.kubernetes.io/name=ingress-nginx ...
I0316 16:57:39.613647 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:39.754753 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:40.114212 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:40.254488 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:40.615664 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:40.756549 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:41.114351 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:41.254145 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:41.613955 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:41.754733 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:42.116011 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:42.257537 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:42.614244 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:42.761219 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:43.114052 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0316 16:57:43.254171 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:43.613988 286447 kapi.go:107] duration metric: took 43.003931909s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0316 16:57:43.616971 286447 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-821353 cluster.
I0316 16:57:43.619969 286447 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.
I0316 16:57:43.621885 286447 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0316 16:57:43.754056 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:44.254385 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:44.753949 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:45.256509 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:45.754156 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:46.253947 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:46.754080 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:47.254451 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:47.754558 286447 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0316 16:57:48.257953 286447 kapi.go:107] duration metric: took 49.00988459s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0316 16:57:48.264681 286447 out.go:177] * Enabled addons: ingress-dns, nvidia-device-plugin, cloud-spanner, storage-provisioner, inspektor-gadget, yakd, metrics-server, storage-provisioner-rancher, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I0316 16:57:48.266416 286447 addons.go:505] duration metric: took 59.305049278s for enable addons: enabled=[ingress-dns nvidia-device-plugin cloud-spanner storage-provisioner inspektor-gadget yakd metrics-server storage-provisioner-rancher volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I0316 16:57:48.266479 286447 start.go:245] waiting for cluster config update ...
I0316 16:57:48.266500 286447 start.go:254] writing updated cluster config ...
I0316 16:57:48.266808 286447 ssh_runner.go:195] Run: rm -f paused
I0316 16:57:48.623045 286447 start.go:600] kubectl: 1.29.3, cluster: 1.28.4 (minor skew: 1)
I0316 16:57:48.627041 286447 out.go:177] * Done! kubectl is now configured to use "addons-821353" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
cbf484ef63ff4 dd1b12fcb6097 8 seconds ago Exited hello-world-app 2 5c8ff5d13da2a hello-world-app-5d77478584-fm2bn
3c581e40bb3b5 be5e6f23a9904 32 seconds ago Running nginx 0 078a81308510c nginx
820000ada007f 6ef582f3ec844 About a minute ago Running gcp-auth 0 859eacaa0d957 gcp-auth-7d69788767-q27cs
973b3e4e460f0 6505abd14fdf8 About a minute ago Exited controller 0 ee33e8b76c582 ingress-nginx-controller-76dc478dd8-nj72d
d6031f66704cb 1a024e390dd05 About a minute ago Exited patch 0 4ccc9afb83ab9 ingress-nginx-admission-patch-lbhw4
609d0fb3f51d8 1a024e390dd05 About a minute ago Exited create 0 1828e03827932 ingress-nginx-admission-create-zj4hv
38141e9e73ef1 20e3f2db01e81 About a minute ago Running yakd 0 a0e6d5154a4fd yakd-dashboard-9947fc6bf-qmd85
76dc97c0122cf 41340d5d57adb About a minute ago Running cloud-spanner-emulator 0 2c5e704cf5e36 cloud-spanner-emulator-6548d5df46-rw4w5
e97bb816a8900 7ce2150c8929b About a minute ago Running local-path-provisioner 0 204fdb81b9886 local-path-provisioner-78b46b4d5c-jlhwx
57214dd807796 97e04611ad434 About a minute ago Running coredns 0 b0b092203caaf coredns-5dd5756b68-f2clp
8aa7392492714 c0cfb4ce73bda About a minute ago Running nvidia-device-plugin-ctr 0 a04b32f31e98e nvidia-device-plugin-daemonset-qkppj
4d97eb2ec6b0b ba04bb24b9575 2 minutes ago Running storage-provisioner 0 6edfd6ce1692d storage-provisioner
af43cbc5f6d18 4740c1948d3fc 2 minutes ago Running kindnet-cni 0 fa5df2cf5d61d kindnet-dk6xn
9d4adf3859b65 3ca3ca488cf13 2 minutes ago Running kube-proxy 0 b7d96b05fa1d4 kube-proxy-t7nx5
69b92716761f5 9961cbceaf234 2 minutes ago Running kube-controller-manager 0 85a4ef15d276c kube-controller-manager-addons-821353
740a77897f018 04b4c447bb9d4 2 minutes ago Running kube-apiserver 0 e8e94170b4e82 kube-apiserver-addons-821353
a98441f33d393 05c284c929889 2 minutes ago Running kube-scheduler 0 68dee01f19170 kube-scheduler-addons-821353
2214a4311ebaa 9cdd6470f48c8 2 minutes ago Running etcd 0 2fe29b6085c91 etcd-addons-821353
==> containerd <==
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.926986181Z" level=info msg="StopContainer for \"2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b\" returns successfully"
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.927729742Z" level=info msg="StopPodSandbox for \"ec43d524f625fbbb1b2692a8eb31e89bf7640740e1a715904078e6a6db525bd5\""
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.927883636Z" level=info msg="Container to stop \"2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.958621252Z" level=warning msg="cleanup warnings time=\"2024-03-16T16:58:53Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=9198 runtime=io.containerd.runc.v2\n"
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.962027607Z" level=info msg="StopContainer for \"332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826\" returns successfully"
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.962841354Z" level=info msg="StopPodSandbox for \"27b5210dfd1d5708d61989f4ca41e314977a8d1905e3fe7f9b47e1b715efeed5\""
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.962907675Z" level=info msg="Container to stop \"332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.966222437Z" level=info msg="shim disconnected" id=ec43d524f625fbbb1b2692a8eb31e89bf7640740e1a715904078e6a6db525bd5
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.966290531Z" level=warning msg="cleaning up after shim disconnected" id=ec43d524f625fbbb1b2692a8eb31e89bf7640740e1a715904078e6a6db525bd5 namespace=k8s.io
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.966303315Z" level=info msg="cleaning up dead shim"
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.982213851Z" level=warning msg="cleanup warnings time=\"2024-03-16T16:58:53Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=9235 runtime=io.containerd.runc.v2\n"
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.996725592Z" level=info msg="shim disconnected" id=27b5210dfd1d5708d61989f4ca41e314977a8d1905e3fe7f9b47e1b715efeed5
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.997016824Z" level=warning msg="cleaning up after shim disconnected" id=27b5210dfd1d5708d61989f4ca41e314977a8d1905e3fe7f9b47e1b715efeed5 namespace=k8s.io
Mar 16 16:58:53 addons-821353 containerd[759]: time="2024-03-16T16:58:53.997032331Z" level=info msg="cleaning up dead shim"
Mar 16 16:58:54 addons-821353 containerd[759]: time="2024-03-16T16:58:54.010011914Z" level=info msg="TearDown network for sandbox \"ec43d524f625fbbb1b2692a8eb31e89bf7640740e1a715904078e6a6db525bd5\" successfully"
Mar 16 16:58:54 addons-821353 containerd[759]: time="2024-03-16T16:58:54.010089608Z" level=info msg="StopPodSandbox for \"ec43d524f625fbbb1b2692a8eb31e89bf7640740e1a715904078e6a6db525bd5\" returns successfully"
Mar 16 16:58:54 addons-821353 containerd[759]: time="2024-03-16T16:58:54.014046089Z" level=warning msg="cleanup warnings time=\"2024-03-16T16:58:54Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=9288 runtime=io.containerd.runc.v2\n"
Mar 16 16:58:54 addons-821353 containerd[759]: time="2024-03-16T16:58:54.060582520Z" level=info msg="TearDown network for sandbox \"27b5210dfd1d5708d61989f4ca41e314977a8d1905e3fe7f9b47e1b715efeed5\" successfully"
Mar 16 16:58:54 addons-821353 containerd[759]: time="2024-03-16T16:58:54.060814272Z" level=info msg="StopPodSandbox for \"27b5210dfd1d5708d61989f4ca41e314977a8d1905e3fe7f9b47e1b715efeed5\" returns successfully"
Mar 16 16:58:54 addons-821353 containerd[759]: time="2024-03-16T16:58:54.571799667Z" level=info msg="RemoveContainer for \"2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b\""
Mar 16 16:58:54 addons-821353 containerd[759]: time="2024-03-16T16:58:54.580812832Z" level=info msg="RemoveContainer for \"2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b\" returns successfully"
Mar 16 16:58:54 addons-821353 containerd[759]: time="2024-03-16T16:58:54.584378620Z" level=error msg="ContainerStatus for \"2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b\": not found"
Mar 16 16:58:54 addons-821353 containerd[759]: time="2024-03-16T16:58:54.586048797Z" level=info msg="RemoveContainer for \"332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826\""
Mar 16 16:58:54 addons-821353 containerd[759]: time="2024-03-16T16:58:54.595712264Z" level=info msg="RemoveContainer for \"332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826\" returns successfully"
Mar 16 16:58:54 addons-821353 containerd[759]: time="2024-03-16T16:58:54.599781688Z" level=error msg="ContainerStatus for \"332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826\": not found"
==> coredns [57214dd807796f8852bb66ae12d24d9348ebb74a0c1a4cdb06877e877bc6051a] <==
[INFO] 10.244.0.19:44091 - 12220 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000306459s
[INFO] 10.244.0.19:44091 - 33723 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000063606s
[INFO] 10.244.0.19:44091 - 29342 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001330388s
[INFO] 10.244.0.19:50297 - 20611 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.003041311s
[INFO] 10.244.0.19:50297 - 43809 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000312236s
[INFO] 10.244.0.19:44091 - 50195 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001053844s
[INFO] 10.244.0.19:44091 - 14149 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000098961s
[INFO] 10.244.0.19:36835 - 49820 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000140463s
[INFO] 10.244.0.19:43613 - 6337 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000355764s
[INFO] 10.244.0.19:36835 - 18794 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000051914s
[INFO] 10.244.0.19:43613 - 10895 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000101817s
[INFO] 10.244.0.19:36835 - 51035 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000107183s
[INFO] 10.244.0.19:36835 - 48936 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000074453s
[INFO] 10.244.0.19:43613 - 63786 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000085767s
[INFO] 10.244.0.19:36835 - 61370 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000081107s
[INFO] 10.244.0.19:36835 - 63967 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000077751s
[INFO] 10.244.0.19:43613 - 43955 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000216992s
[INFO] 10.244.0.19:43613 - 23045 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000085941s
[INFO] 10.244.0.19:43613 - 23402 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000082593s
[INFO] 10.244.0.19:36835 - 17036 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002311076s
[INFO] 10.244.0.19:43613 - 63156 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001654234s
[INFO] 10.244.0.19:36835 - 37834 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001266224s
[INFO] 10.244.0.19:36835 - 20049 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000079803s
[INFO] 10.244.0.19:43613 - 9055 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001317564s
[INFO] 10.244.0.19:43613 - 58941 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000085694s
==> describe nodes <==
Name: addons-821353
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-821353
kubernetes.io/os=linux
minikube.k8s.io/commit=dcb7bcec19ba52ac09364e1139fb2071215a1bc6
minikube.k8s.io/name=addons-821353
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_03_16T16_56_36_0700
minikube.k8s.io/version=v1.32.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-821353
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: Sat, 16 Mar 2024 16:56:31 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-821353
AcquireTime: <unset>
RenewTime: Sat, 16 Mar 2024 16:58:58 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Sat, 16 Mar 2024 16:58:37 +0000 Sat, 16 Mar 2024 16:56:28 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Sat, 16 Mar 2024 16:58:37 +0000 Sat, 16 Mar 2024 16:56:28 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Sat, 16 Mar 2024 16:58:37 +0000 Sat, 16 Mar 2024 16:56:28 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Sat, 16 Mar 2024 16:58:37 +0000 Sat, 16 Mar 2024 16:56:35 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-821353
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
System Info:
Machine ID: 84a283e61ab74080b0ede3bf1eb2071e
System UUID: f3fd6daf-9bb0-435e-aba5-9530287a5912
Boot ID: 183b8861-7db8-4da8-9969-d0fd94fbc14e
Kernel Version: 5.15.0-1055-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.28
Kubelet Version: v1.28.4
Kube-Proxy Version: v1.28.4
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default cloud-spanner-emulator-6548d5df46-rw4w5 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m5s
default hello-world-app-5d77478584-fm2bn 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) 36s
gcp-auth gcp-auth-7d69788767-q27cs 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 118s
kube-system coredns-5dd5756b68-f2clp 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 2m9s
kube-system etcd-addons-821353 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 2m23s
kube-system kindnet-dk6xn 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 2m10s
kube-system kube-apiserver-addons-821353 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m23s
kube-system kube-controller-manager-addons-821353 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m23s
kube-system kube-proxy-t7nx5 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m10s
kube-system kube-scheduler-addons-821353 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m23s
kube-system nvidia-device-plugin-daemonset-qkppj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m6s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m3s
local-path-storage local-path-provisioner-78b46b4d5c-jlhwx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m4s
yakd-dashboard yakd-dashboard-9947fc6bf-qmd85 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 2m2s
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 2m8s kube-proxy
Normal Starting 2m23s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 2m23s kubelet Node addons-821353 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m23s kubelet Node addons-821353 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 2m23s kubelet Node addons-821353 status is now: NodeHasSufficientPID
Normal NodeNotReady 2m23s kubelet Node addons-821353 status is now: NodeNotReady
Normal NodeAllocatableEnforced 2m23s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 2m23s kubelet Node addons-821353 status is now: NodeReady
Normal RegisteredNode 2m10s node-controller Node addons-821353 event: Registered Node addons-821353 in Controller
==> dmesg <==
[ +0.004281] FS-Cache: Duplicate cookie detected
[ +0.000717] FS-Cache: O-cookie c=00000006 [p=00000003 fl=226 nc=0 na=1]
[ +0.001075] FS-Cache: O-cookie d=00000000bd90532f{9p.inode} n=000000009f5a83bd
[ +0.001196] FS-Cache: O-key=[8] '90385c0100000000'
[ +0.000707] FS-Cache: N-cookie c=0000000d [p=00000003 fl=2 nc=0 na=1]
[ +0.000969] FS-Cache: N-cookie d=00000000bd90532f{9p.inode} n=000000002fb2cb4a
[ +0.001203] FS-Cache: N-key=[8] '90385c0100000000'
[ +2.796045] FS-Cache: Duplicate cookie detected
[ +0.000789] FS-Cache: O-cookie c=00000004 [p=00000003 fl=226 nc=0 na=1]
[ +0.001032] FS-Cache: O-cookie d=00000000bd90532f{9p.inode} n=0000000021646803
[ +0.001142] FS-Cache: O-key=[8] '8f385c0100000000'
[ +0.000807] FS-Cache: N-cookie c=0000000f [p=00000003 fl=2 nc=0 na=1]
[ +0.001014] FS-Cache: N-cookie d=00000000bd90532f{9p.inode} n=00000000c172e29f
[ +0.001175] FS-Cache: N-key=[8] '8f385c0100000000'
[ +0.351941] FS-Cache: Duplicate cookie detected
[ +0.000788] FS-Cache: O-cookie c=00000009 [p=00000003 fl=226 nc=0 na=1]
[ +0.001022] FS-Cache: O-cookie d=00000000bd90532f{9p.inode} n=000000005121496a
[ +0.001127] FS-Cache: O-key=[8] '9a385c0100000000'
[ +0.000747] FS-Cache: N-cookie c=00000010 [p=00000003 fl=2 nc=0 na=1]
[ +0.000980] FS-Cache: N-cookie d=00000000bd90532f{9p.inode} n=00000000a2827aa8
[ +0.001107] FS-Cache: N-key=[8] '9a385c0100000000'
[Mar16 15:48] 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.
[Mar16 15:53] overlayfs: failed to resolve '/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/45/fs': -2
[ +1.903676] overlayfs: failed to resolve '/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/27/fs': -2
[Mar16 15:56] hrtimer: interrupt took 4205539 ns
==> etcd [2214a4311ebaa71431c4b1536585df11497d0da8485cb4feaca8445c4765c3a0] <==
{"level":"info","ts":"2024-03-16T16:56:28.193952Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-03-16T16:56:28.194028Z","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-03-16T16:56:28.195484Z","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-03-16T16:56:28.195639Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-16T16:56:28.195652Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-16T16:56:28.196258Z","caller":"embed/etcd.go:278","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-03-16T16:56:28.196285Z","caller":"embed/etcd.go:855","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-03-16T16:56:28.579633Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-03-16T16:56:28.579685Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-03-16T16:56:28.579702Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-03-16T16:56:28.579725Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-03-16T16:56:28.579738Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-16T16:56:28.579749Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-03-16T16:56:28.579764Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-16T16:56:28.583704Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-16T16:56:28.58775Z","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-03-16T16:56:28.587827Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-16T16:56:28.587849Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-16T16:56:28.587869Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-821353 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-03-16T16:56:28.587886Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-16T16:56:28.588849Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-03-16T16:56:28.589037Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-16T16:56:28.589876Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-03-16T16:56:28.603669Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-03-16T16:56:28.603709Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
==> gcp-auth [820000ada007f9004c14e375b68b4456d30163e32cae5c6822711b8485a4624e] <==
2024/03/16 16:57:42 GCP Auth Webhook started!
2024/03/16 16:57:59 Ready to marshal response ...
2024/03/16 16:57:59 Ready to write response ...
2024/03/16 16:58:20 Ready to marshal response ...
2024/03/16 16:58:20 Ready to write response ...
2024/03/16 16:58:22 Ready to marshal response ...
2024/03/16 16:58:22 Ready to write response ...
2024/03/16 16:58:32 Ready to marshal response ...
2024/03/16 16:58:32 Ready to write response ...
2024/03/16 16:58:37 Ready to marshal response ...
2024/03/16 16:58:37 Ready to write response ...
==> kernel <==
16:58:58 up 2:41, 0 users, load average: 1.84, 1.28, 0.72
Linux addons-821353 5.15.0-1055-aws #60~20.04.1-Ubuntu SMP Thu Feb 22 15:54:21 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [af43cbc5f6d1800e5d6d2f8c1361de5d55cd536e7bb53c01a18aa5a2d314fc50] <==
I0316 16:56:52.025421 1 main.go:227] handling current node
I0316 16:57:02.041548 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0316 16:57:02.041577 1 main.go:227] handling current node
I0316 16:57:12.053367 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0316 16:57:12.053395 1 main.go:227] handling current node
I0316 16:57:22.057406 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0316 16:57:22.057431 1 main.go:227] handling current node
I0316 16:57:32.064933 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0316 16:57:32.064965 1 main.go:227] handling current node
I0316 16:57:42.077037 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0316 16:57:42.077069 1 main.go:227] handling current node
I0316 16:57:52.088239 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0316 16:57:52.088267 1 main.go:227] handling current node
I0316 16:58:02.100489 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0316 16:58:02.100519 1 main.go:227] handling current node
I0316 16:58:12.104898 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0316 16:58:12.104929 1 main.go:227] handling current node
I0316 16:58:22.117661 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0316 16:58:22.117696 1 main.go:227] handling current node
I0316 16:58:32.130649 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0316 16:58:32.130939 1 main.go:227] handling current node
I0316 16:58:42.144939 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0316 16:58:42.144970 1 main.go:227] handling current node
I0316 16:58:52.157266 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0316 16:58:52.157525 1 main.go:227] handling current node
==> kube-apiserver [740a77897f018067baed50bdd4a7bf467ceba1b8cef4b538be1a4ab610b5bf26] <==
I0316 16:58:23.074934 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.107.129.118"}
E0316 16:58:31.979696 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["exempt","system","node-high","leader-election","workload-high","workload-low","global-default","catch-all"] items=[{},{},{},{},{},{},{},{}]
I0316 16:58:32.337281 1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0316 16:58:32.890557 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.106.3.163"}
E0316 16:58:41.980939 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["exempt","system","node-high","leader-election","workload-high","workload-low","global-default","catch-all"] items=[{},{},{},{},{},{},{},{}]
E0316 16:58:51.981940 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["workload-low","global-default","catch-all","exempt","system","node-high","leader-election","workload-high"] items=[{},{},{},{},{},{},{},{}]
I0316 16:58:53.575562 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0316 16:58:53.575949 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0316 16:58:53.663920 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0316 16:58:53.664478 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0316 16:58:53.674644 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0316 16:58:53.674772 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0316 16:58:53.690783 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0316 16:58:53.691097 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0316 16:58:53.713345 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0316 16:58:53.713403 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0316 16:58:53.715345 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0316 16:58:53.715406 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0316 16:58:53.738168 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0316 16:58:53.738289 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0316 16:58:53.750228 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0316 16:58:53.750373 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0316 16:58:54.690956 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0316 16:58:54.750744 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0316 16:58:54.774683 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
==> kube-controller-manager [69b92716761f5602c84e1a50edcabfe627d1c44cb74256dfed7d581bfe4bf241] <==
E0316 16:58:37.733870 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0316 16:58:46.963506 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-attacher"
I0316 16:58:47.055957 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-resizer"
I0316 16:58:50.338769 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0316 16:58:50.348824 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-76dc478dd8" duration="4.652µs"
I0316 16:58:50.349944 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0316 16:58:50.564781 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="80.565µs"
I0316 16:58:53.810722 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="kube-system/snapshot-controller-58dbcc7b99" duration="7.221µs"
E0316 16:58:54.692777 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
E0316 16:58:54.752600 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
E0316 16:58:54.776530 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
W0316 16:58:55.865187 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0316 16:58:55.865221 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0316 16:58:55.896117 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0316 16:58:55.896157 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0316 16:58:56.029273 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0316 16:58:56.029310 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0316 16:58:57.925422 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0316 16:58:57.925476 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0316 16:58:58.241196 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0316 16:58:58.241233 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0316 16:58:58.484135 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0316 16:58:58.484170 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0316 16:58:58.585415 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0316 16:58:58.585448 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
==> kube-proxy [9d4adf3859b65af5412b4d4adb0ad4e9d6d95318fd8dfd1a46170783a4db1023] <==
I0316 16:56:49.959267 1 server_others.go:69] "Using iptables proxy"
I0316 16:56:49.982698 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0316 16:56:50.104347 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0316 16:56:50.126221 1 server_others.go:152] "Using iptables Proxier"
I0316 16:56:50.126259 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0316 16:56:50.126266 1 server_others.go:438] "Defaulting to no-op detect-local"
I0316 16:56:50.126297 1 proxier.go:251] "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"
I0316 16:56:50.126518 1 server.go:846] "Version info" version="v1.28.4"
I0316 16:56:50.126529 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0316 16:56:50.130646 1 config.go:188] "Starting service config controller"
I0316 16:56:50.136329 1 shared_informer.go:311] Waiting for caches to sync for service config
I0316 16:56:50.136398 1 config.go:97] "Starting endpoint slice config controller"
I0316 16:56:50.136406 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0316 16:56:50.137477 1 config.go:315] "Starting node config controller"
I0316 16:56:50.137487 1 shared_informer.go:311] Waiting for caches to sync for node config
I0316 16:56:50.237460 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0316 16:56:50.237502 1 shared_informer.go:318] Caches are synced for node config
I0316 16:56:50.237514 1 shared_informer.go:318] Caches are synced for service config
==> kube-scheduler [a98441f33d393f8126f0865b08c6b7c1a118744f0565dedaa1e9b2a31671db16] <==
W0316 16:56:32.912592 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0316 16:56:32.912608 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0316 16:56:32.912644 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0316 16:56:32.912659 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0316 16:56:32.912791 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0316 16:56:32.912816 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0316 16:56:32.912879 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0316 16:56:32.912897 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0316 16:56:32.912936 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0316 16:56:32.912955 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0316 16:56:32.913001 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0316 16:56:32.913018 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0316 16:56:32.913055 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0316 16:56:32.913068 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0316 16:56:32.913128 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0316 16:56:32.913142 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0316 16:56:32.913207 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0316 16:56:32.913223 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0316 16:56:32.913272 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0316 16:56:32.913287 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0316 16:56:32.913313 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0316 16:56:32.913328 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0316 16:56:32.914613 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0316 16:56:32.914645 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
I0316 16:56:34.504476 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Mar 16 16:58:51 addons-821353 kubelet[1501]: I0316 16:58:51.141256 1501 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="954f0159-14a4-4c47-a9a2-3199d34dbb3e" path="/var/lib/kubelet/pods/954f0159-14a4-4c47-a9a2-3199d34dbb3e/volumes"
Mar 16 16:58:53 addons-821353 kubelet[1501]: I0316 16:58:53.560627 1501 pod_container_deletor.go:80] "Container not found in pod's containers" containerID="ee33e8b76c582079f8ba9966add7ad06bc134c1259cace519aa88297be1622c2"
Mar 16 16:58:53 addons-821353 kubelet[1501]: I0316 16:58:53.803485 1501 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-p8hsg\" (UniqueName: \"kubernetes.io/projected/cec18c7f-419f-4d35-8144-82ca6a7d846b-kube-api-access-p8hsg\") pod \"cec18c7f-419f-4d35-8144-82ca6a7d846b\" (UID: \"cec18c7f-419f-4d35-8144-82ca6a7d846b\") "
Mar 16 16:58:53 addons-821353 kubelet[1501]: I0316 16:58:53.803539 1501 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/cec18c7f-419f-4d35-8144-82ca6a7d846b-webhook-cert\") pod \"cec18c7f-419f-4d35-8144-82ca6a7d846b\" (UID: \"cec18c7f-419f-4d35-8144-82ca6a7d846b\") "
Mar 16 16:58:53 addons-821353 kubelet[1501]: I0316 16:58:53.808158 1501 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/cec18c7f-419f-4d35-8144-82ca6a7d846b-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "cec18c7f-419f-4d35-8144-82ca6a7d846b" (UID: "cec18c7f-419f-4d35-8144-82ca6a7d846b"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Mar 16 16:58:53 addons-821353 kubelet[1501]: I0316 16:58:53.808530 1501 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/cec18c7f-419f-4d35-8144-82ca6a7d846b-kube-api-access-p8hsg" (OuterVolumeSpecName: "kube-api-access-p8hsg") pod "cec18c7f-419f-4d35-8144-82ca6a7d846b" (UID: "cec18c7f-419f-4d35-8144-82ca6a7d846b"). InnerVolumeSpecName "kube-api-access-p8hsg". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 16 16:58:53 addons-821353 kubelet[1501]: I0316 16:58:53.903872 1501 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/cec18c7f-419f-4d35-8144-82ca6a7d846b-webhook-cert\") on node \"addons-821353\" DevicePath \"\""
Mar 16 16:58:53 addons-821353 kubelet[1501]: I0316 16:58:53.903908 1501 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-p8hsg\" (UniqueName: \"kubernetes.io/projected/cec18c7f-419f-4d35-8144-82ca6a7d846b-kube-api-access-p8hsg\") on node \"addons-821353\" DevicePath \"\""
Mar 16 16:58:54 addons-821353 kubelet[1501]: I0316 16:58:54.107871 1501 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-jpjs6\" (UniqueName: \"kubernetes.io/projected/ae19a8d7-5e89-4efb-9f40-f2a60d1f9b82-kube-api-access-jpjs6\") pod \"ae19a8d7-5e89-4efb-9f40-f2a60d1f9b82\" (UID: \"ae19a8d7-5e89-4efb-9f40-f2a60d1f9b82\") "
Mar 16 16:58:54 addons-821353 kubelet[1501]: I0316 16:58:54.110453 1501 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/ae19a8d7-5e89-4efb-9f40-f2a60d1f9b82-kube-api-access-jpjs6" (OuterVolumeSpecName: "kube-api-access-jpjs6") pod "ae19a8d7-5e89-4efb-9f40-f2a60d1f9b82" (UID: "ae19a8d7-5e89-4efb-9f40-f2a60d1f9b82"). InnerVolumeSpecName "kube-api-access-jpjs6". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 16 16:58:54 addons-821353 kubelet[1501]: I0316 16:58:54.209380 1501 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-jj8cn\" (UniqueName: \"kubernetes.io/projected/f54bcac9-de9a-4ac5-8da6-174e461156d8-kube-api-access-jj8cn\") pod \"f54bcac9-de9a-4ac5-8da6-174e461156d8\" (UID: \"f54bcac9-de9a-4ac5-8da6-174e461156d8\") "
Mar 16 16:58:54 addons-821353 kubelet[1501]: I0316 16:58:54.209469 1501 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-jpjs6\" (UniqueName: \"kubernetes.io/projected/ae19a8d7-5e89-4efb-9f40-f2a60d1f9b82-kube-api-access-jpjs6\") on node \"addons-821353\" DevicePath \"\""
Mar 16 16:58:54 addons-821353 kubelet[1501]: I0316 16:58:54.211280 1501 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/f54bcac9-de9a-4ac5-8da6-174e461156d8-kube-api-access-jj8cn" (OuterVolumeSpecName: "kube-api-access-jj8cn") pod "f54bcac9-de9a-4ac5-8da6-174e461156d8" (UID: "f54bcac9-de9a-4ac5-8da6-174e461156d8"). InnerVolumeSpecName "kube-api-access-jj8cn". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 16 16:58:54 addons-821353 kubelet[1501]: I0316 16:58:54.310053 1501 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-jj8cn\" (UniqueName: \"kubernetes.io/projected/f54bcac9-de9a-4ac5-8da6-174e461156d8-kube-api-access-jj8cn\") on node \"addons-821353\" DevicePath \"\""
Mar 16 16:58:54 addons-821353 kubelet[1501]: I0316 16:58:54.564762 1501 scope.go:117] "RemoveContainer" containerID="2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b"
Mar 16 16:58:54 addons-821353 kubelet[1501]: I0316 16:58:54.581998 1501 scope.go:117] "RemoveContainer" containerID="2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b"
Mar 16 16:58:54 addons-821353 kubelet[1501]: E0316 16:58:54.584684 1501 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b\": not found" containerID="2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b"
Mar 16 16:58:54 addons-821353 kubelet[1501]: I0316 16:58:54.584797 1501 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b"} err="failed to get container status \"2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b\": rpc error: code = NotFound desc = an error occurred when try to find container \"2bfb2d2b14e653982d947928d86e156b14931f36b1035a851f3a40bffeaad04b\": not found"
Mar 16 16:58:54 addons-821353 kubelet[1501]: I0316 16:58:54.584871 1501 scope.go:117] "RemoveContainer" containerID="332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826"
Mar 16 16:58:54 addons-821353 kubelet[1501]: I0316 16:58:54.598523 1501 scope.go:117] "RemoveContainer" containerID="332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826"
Mar 16 16:58:54 addons-821353 kubelet[1501]: E0316 16:58:54.600007 1501 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826\": not found" containerID="332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826"
Mar 16 16:58:54 addons-821353 kubelet[1501]: I0316 16:58:54.600048 1501 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826"} err="failed to get container status \"332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826\": rpc error: code = NotFound desc = an error occurred when try to find container \"332ea6a03076e66fec1a9990ef5d25971945e21d3f9298788e98b5f6cccff826\": not found"
Mar 16 16:58:55 addons-821353 kubelet[1501]: I0316 16:58:55.140922 1501 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="ae19a8d7-5e89-4efb-9f40-f2a60d1f9b82" path="/var/lib/kubelet/pods/ae19a8d7-5e89-4efb-9f40-f2a60d1f9b82/volumes"
Mar 16 16:58:55 addons-821353 kubelet[1501]: I0316 16:58:55.141620 1501 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="cec18c7f-419f-4d35-8144-82ca6a7d846b" path="/var/lib/kubelet/pods/cec18c7f-419f-4d35-8144-82ca6a7d846b/volumes"
Mar 16 16:58:55 addons-821353 kubelet[1501]: I0316 16:58:55.142129 1501 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="f54bcac9-de9a-4ac5-8da6-174e461156d8" path="/var/lib/kubelet/pods/f54bcac9-de9a-4ac5-8da6-174e461156d8/volumes"
==> storage-provisioner [4d97eb2ec6b0b0a85fa60c9cf0c4c53084d753ce07139761c56ffa799fd0c303] <==
I0316 16:56:56.989265 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0316 16:56:57.009849 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0316 16:56:57.009935 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0316 16:56:57.021680 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0316 16:56:57.023384 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-821353_e31a00f5-05e6-4977-b9cb-7ed7c7ef4ddf!
I0316 16:56:57.029304 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"c7d14e3f-b3fc-4211-af39-9eb35c81cbef", APIVersion:"v1", ResourceVersion:"643", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-821353_e31a00f5-05e6-4977-b9cb-7ed7c7ef4ddf became leader
I0316 16:56:57.123823 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-821353_e31a00f5-05e6-4977-b9cb-7ed7c7ef4ddf!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-821353 -n addons-821353
helpers_test.go:261: (dbg) Run: kubectl --context addons-821353 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.56s)