=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-613799 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-613799 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-613799 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" [a7640c82-6c22-4e74-8336-6791ff97ca08] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [a7640c82-6c22-4e74-8336-6791ff97ca08] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003971792s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-613799 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run: kubectl --context addons-613799 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-613799 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.075055413s)
-- 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-613799 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-613799 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-613799 addons disable ingress --alsologtostderr -v=1: (7.733123816s)
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-613799
helpers_test.go:235: (dbg) docker inspect addons-613799:
-- stdout --
[
{
"Id": "a0924726eafad31e4634a34a2fb1c0e671325097413e9c868d83abd72ded82b4",
"Created": "2024-04-22T16:57:45.810840232Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 8850,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-04-22T16:57:46.168046745Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:c9315e0f61546d7b9630cf89252fa7f614fc966830e816cca5333df5c944376f",
"ResolvConfPath": "/var/lib/docker/containers/a0924726eafad31e4634a34a2fb1c0e671325097413e9c868d83abd72ded82b4/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/a0924726eafad31e4634a34a2fb1c0e671325097413e9c868d83abd72ded82b4/hostname",
"HostsPath": "/var/lib/docker/containers/a0924726eafad31e4634a34a2fb1c0e671325097413e9c868d83abd72ded82b4/hosts",
"LogPath": "/var/lib/docker/containers/a0924726eafad31e4634a34a2fb1c0e671325097413e9c868d83abd72ded82b4/a0924726eafad31e4634a34a2fb1c0e671325097413e9c868d83abd72ded82b4-json.log",
"Name": "/addons-613799",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-613799:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-613799",
"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/2612615ae463d9de0e2847bd7c33f51e82ea20a53642b2fdfdd125d7b3da3cb9-init/diff:/var/lib/docker/overlay2/b1699f4b68a9298b206924fbb5011a78112fb741c2187f99822d61619a4228cf/diff",
"MergedDir": "/var/lib/docker/overlay2/2612615ae463d9de0e2847bd7c33f51e82ea20a53642b2fdfdd125d7b3da3cb9/merged",
"UpperDir": "/var/lib/docker/overlay2/2612615ae463d9de0e2847bd7c33f51e82ea20a53642b2fdfdd125d7b3da3cb9/diff",
"WorkDir": "/var/lib/docker/overlay2/2612615ae463d9de0e2847bd7c33f51e82ea20a53642b2fdfdd125d7b3da3cb9/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-613799",
"Source": "/var/lib/docker/volumes/addons-613799/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-613799",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e",
"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-613799",
"name.minikube.sigs.k8s.io": "addons-613799",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "7dc1d8f6ffc76118ae48996a5965c9ff656e33b73adceb30683f7b31ac315983",
"SandboxKey": "/var/run/docker/netns/7dc1d8f6ffc7",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-613799": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "64466a61deeb8e3af8e1590cff3254cb1711fe90d3411099c3d994a34d71ee7e",
"EndpointID": "b97413f941decd789673fdbd7ed61ef31840ac16723b5ec0c901bfba45d0622f",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-613799",
"a0924726eafa"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-613799 -n addons-613799
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-613799 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-613799 logs -n 25: (1.005522489s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-303600 | download-only-303600 | jenkins | v1.33.0 | 22 Apr 24 16:57 UTC | 22 Apr 24 16:57 UTC |
| delete | -p download-only-885518 | download-only-885518 | jenkins | v1.33.0 | 22 Apr 24 16:57 UTC | 22 Apr 24 16:57 UTC |
| delete | -p download-only-303600 | download-only-303600 | jenkins | v1.33.0 | 22 Apr 24 16:57 UTC | 22 Apr 24 16:57 UTC |
| start | --download-only -p | download-docker-836605 | jenkins | v1.33.0 | 22 Apr 24 16:57 UTC | |
| | download-docker-836605 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p download-docker-836605 | download-docker-836605 | jenkins | v1.33.0 | 22 Apr 24 16:57 UTC | 22 Apr 24 16:57 UTC |
| start | --download-only -p | binary-mirror-196031 | jenkins | v1.33.0 | 22 Apr 24 16:57 UTC | |
| | binary-mirror-196031 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:38499 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p binary-mirror-196031 | binary-mirror-196031 | jenkins | v1.33.0 | 22 Apr 24 16:57 UTC | 22 Apr 24 16:57 UTC |
| addons | disable dashboard -p | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 16:57 UTC | |
| | addons-613799 | | | | | |
| addons | enable dashboard -p | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 16:57 UTC | |
| | addons-613799 | | | | | |
| start | -p addons-613799 --wait=true | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 16:57 UTC | 22 Apr 24 16:59 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=docker | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-613799 ip | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:00 UTC | 22 Apr 24 17:00 UTC |
| addons | addons-613799 addons disable | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:00 UTC | 22 Apr 24 17:00 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:00 UTC | 22 Apr 24 17:00 UTC |
| | -p addons-613799 | | | | | |
| addons | addons-613799 addons | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:00 UTC | 22 Apr 24 17:00 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-613799 ssh cat | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:00 UTC | 22 Apr 24 17:00 UTC |
| | /opt/local-path-provisioner/pvc-ca4b7ddd-c8b8-43eb-829c-c7146edd24e8_default_test-pvc/file1 | | | | | |
| addons | addons-613799 addons disable | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:00 UTC | 22 Apr 24 17:01 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-613799 addons | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:00 UTC | 22 Apr 24 17:00 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:00 UTC | 22 Apr 24 17:00 UTC |
| | addons-613799 | | | | | |
| addons | enable headlamp | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:00 UTC | 22 Apr 24 17:00 UTC |
| | -p addons-613799 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-613799 addons | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:00 UTC | 22 Apr 24 17:00 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:01 UTC | 22 Apr 24 17:01 UTC |
| | addons-613799 | | | | | |
| ssh | addons-613799 ssh curl -s | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:01 UTC | 22 Apr 24 17:01 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-613799 ip | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:01 UTC | 22 Apr 24 17:01 UTC |
| addons | addons-613799 addons disable | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:01 UTC | 22 Apr 24 17:01 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-613799 addons disable | addons-613799 | jenkins | v1.33.0 | 22 Apr 24 17:01 UTC | 22 Apr 24 17:01 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/04/22 16:57:21
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.22.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0422 16:57:21.560676 8376 out.go:291] Setting OutFile to fd 1 ...
I0422 16:57:21.560843 8376 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0422 16:57:21.560855 8376 out.go:304] Setting ErrFile to fd 2...
I0422 16:57:21.560860 8376 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0422 16:57:21.561100 8376 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18706-2371/.minikube/bin
I0422 16:57:21.561582 8376 out.go:298] Setting JSON to false
I0422 16:57:21.562392 8376 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":2389,"bootTime":1713802653,"procs":145,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1058-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I0422 16:57:21.562464 8376 start.go:139] virtualization:
I0422 16:57:21.565979 8376 out.go:177] * [addons-613799] minikube v1.33.0 on Ubuntu 20.04 (arm64)
I0422 16:57:21.569446 8376 out.go:177] - MINIKUBE_LOCATION=18706
I0422 16:57:21.569483 8376 notify.go:220] Checking for updates...
I0422 16:57:21.575173 8376 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0422 16:57:21.578245 8376 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18706-2371/kubeconfig
I0422 16:57:21.580538 8376 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18706-2371/.minikube
I0422 16:57:21.583151 8376 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0422 16:57:21.585705 8376 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0422 16:57:21.588324 8376 driver.go:392] Setting default libvirt URI to qemu:///system
I0422 16:57:21.606961 8376 docker.go:122] docker version: linux-26.0.2:Docker Engine - Community
I0422 16:57:21.607071 8376 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0422 16:57:21.676099 8376 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-04-22 16:57:21.665845377 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1058-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215101440 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:26.0.2 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:e377cd56a71523140ca6ae87e30244719194a521 Expected:e377cd56a71523140ca6ae87e30244719194a521} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.14.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.26.1]] Warnings:<nil>}}
I0422 16:57:21.676215 8376 docker.go:295] overlay module found
I0422 16:57:21.679561 8376 out.go:177] * Using the docker driver based on user configuration
I0422 16:57:21.682125 8376 start.go:297] selected driver: docker
I0422 16:57:21.682143 8376 start.go:901] validating driver "docker" against <nil>
I0422 16:57:21.682157 8376 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0422 16:57:21.682856 8376 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0422 16:57:21.734036 8376 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-04-22 16:57:21.725629871 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1058-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215101440 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:26.0.2 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:e377cd56a71523140ca6ae87e30244719194a521 Expected:e377cd56a71523140ca6ae87e30244719194a521} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.14.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.26.1]] Warnings:<nil>}}
I0422 16:57:21.734230 8376 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0422 16:57:21.734486 8376 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]
I0422 16:57:21.737803 8376 out.go:177] * Using Docker driver with root privileges
I0422 16:57:21.740478 8376 cni.go:84] Creating CNI manager for ""
I0422 16:57:21.740516 8376 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0422 16:57:21.740526 8376 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0422 16:57:21.740613 8376 start.go:340] cluster config:
{Name:addons-613799 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.0 ClusterName:addons-613799 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.0 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock:
SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0422 16:57:21.745637 8376 out.go:177] * Starting "addons-613799" primary control-plane node in "addons-613799" cluster
I0422 16:57:21.747908 8376 cache.go:121] Beginning downloading kic base image for docker with docker
I0422 16:57:21.750676 8376 out.go:177] * Pulling base image v0.0.43-1713736339-18706 ...
I0422 16:57:21.753091 8376 preload.go:132] Checking if preload exists for k8s version v1.30.0 and runtime docker
I0422 16:57:21.753096 8376 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e in local docker daemon
I0422 16:57:21.753161 8376 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18706-2371/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-docker-overlay2-arm64.tar.lz4
I0422 16:57:21.753173 8376 cache.go:56] Caching tarball of preloaded images
I0422 16:57:21.753271 8376 preload.go:173] Found /home/jenkins/minikube-integration/18706-2371/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-docker-overlay2-arm64.tar.lz4 in cache, skipping download
I0422 16:57:21.753281 8376 cache.go:59] Finished verifying existence of preloaded tar for v1.30.0 on docker
I0422 16:57:21.753612 8376 profile.go:143] Saving config to /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/config.json ...
I0422 16:57:21.753643 8376 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/config.json: {Name:mk422c538a71e64526c4e9f3e6e22584a89df7dc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:57:21.765966 8376 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e to local cache
I0422 16:57:21.766091 8376 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e in local cache directory
I0422 16:57:21.766116 8376 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e in local cache directory, skipping pull
I0422 16:57:21.766124 8376 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e exists in cache, skipping pull
I0422 16:57:21.766132 8376 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e as a tarball
I0422 16:57:21.766138 8376 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e from local cache
I0422 16:57:38.300992 8376 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e from cached tarball
I0422 16:57:38.301030 8376 cache.go:194] Successfully downloaded all kic artifacts
I0422 16:57:38.301058 8376 start.go:360] acquireMachinesLock for addons-613799: {Name:mkf2537390c65ca2afb18d1d1f19220f1dbc8a37 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0422 16:57:38.301168 8376 start.go:364] duration metric: took 89.606µs to acquireMachinesLock for "addons-613799"
I0422 16:57:38.301198 8376 start.go:93] Provisioning new machine with config: &{Name:addons-613799 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.0 ClusterName:addons-613799 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.0 ContainerRuntime:docker 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 Cust
omQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.0 ContainerRuntime:docker ControlPlane:true Worker:true}
I0422 16:57:38.301287 8376 start.go:125] createHost starting for "" (driver="docker")
I0422 16:57:38.303727 8376 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0422 16:57:38.303987 8376 start.go:159] libmachine.API.Create for "addons-613799" (driver="docker")
I0422 16:57:38.304031 8376 client.go:168] LocalClient.Create starting
I0422 16:57:38.304163 8376 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18706-2371/.minikube/certs/ca.pem
I0422 16:57:38.906456 8376 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18706-2371/.minikube/certs/cert.pem
I0422 16:57:39.191960 8376 cli_runner.go:164] Run: docker network inspect addons-613799 --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}}]}"
W0422 16:57:39.204934 8376 cli_runner.go:211] docker network inspect addons-613799 --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
I0422 16:57:39.205033 8376 network_create.go:281] running [docker network inspect addons-613799] to gather additional debugging logs...
I0422 16:57:39.205054 8376 cli_runner.go:164] Run: docker network inspect addons-613799
W0422 16:57:39.219280 8376 cli_runner.go:211] docker network inspect addons-613799 returned with exit code 1
I0422 16:57:39.219311 8376 network_create.go:284] error running [docker network inspect addons-613799]: docker network inspect addons-613799: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-613799 not found
I0422 16:57:39.219329 8376 network_create.go:286] output of [docker network inspect addons-613799]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-613799 not found
** /stderr **
I0422 16:57:39.219431 8376 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}}]}"
I0422 16:57:39.232933 8376 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:0x400253bd70}
I0422 16:57:39.232977 8376 network_create.go:124] attempt to create docker network addons-613799 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0422 16:57:39.233037 8376 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-613799 addons-613799
I0422 16:57:39.292667 8376 network_create.go:108] docker network addons-613799 192.168.49.0/24 created
I0422 16:57:39.292700 8376 kic.go:121] calculated static IP "192.168.49.2" for the "addons-613799" container
I0422 16:57:39.292996 8376 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0422 16:57:39.306097 8376 cli_runner.go:164] Run: docker volume create addons-613799 --label name.minikube.sigs.k8s.io=addons-613799 --label created_by.minikube.sigs.k8s.io=true
I0422 16:57:39.321524 8376 oci.go:103] Successfully created a docker volume addons-613799
I0422 16:57:39.321616 8376 cli_runner.go:164] Run: docker run --rm --name addons-613799-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-613799 --entrypoint /usr/bin/test -v addons-613799:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e -d /var/lib
I0422 16:57:41.768750 8376 cli_runner.go:217] Completed: docker run --rm --name addons-613799-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-613799 --entrypoint /usr/bin/test -v addons-613799:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e -d /var/lib: (2.447096737s)
I0422 16:57:41.768816 8376 oci.go:107] Successfully prepared a docker volume addons-613799
I0422 16:57:41.768854 8376 preload.go:132] Checking if preload exists for k8s version v1.30.0 and runtime docker
I0422 16:57:41.768880 8376 kic.go:194] Starting extracting preloaded images to volume ...
I0422 16:57:41.768964 8376 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18706-2371/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-613799:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e -I lz4 -xf /preloaded.tar -C /extractDir
I0422 16:57:45.741634 8376 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18706-2371/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-613799:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e -I lz4 -xf /preloaded.tar -C /extractDir: (3.972631541s)
I0422 16:57:45.741670 8376 kic.go:203] duration metric: took 3.972786557s to extract preloaded images to volume ...
W0422 16:57:45.741868 8376 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0422 16:57:45.741993 8376 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0422 16:57:45.797345 8376 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-613799 --name addons-613799 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-613799 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-613799 --network addons-613799 --ip 192.168.49.2 --volume addons-613799:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e
I0422 16:57:46.178057 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Running}}
I0422 16:57:46.202550 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:57:46.222456 8376 cli_runner.go:164] Run: docker exec addons-613799 stat /var/lib/dpkg/alternatives/iptables
I0422 16:57:46.275994 8376 oci.go:144] the created container "addons-613799" has a running status.
I0422 16:57:46.276033 8376 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa...
I0422 16:57:46.853983 8376 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0422 16:57:46.871895 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:57:46.893070 8376 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0422 16:57:46.893090 8376 kic_runner.go:114] Args: [docker exec --privileged addons-613799 chown docker:docker /home/docker/.ssh/authorized_keys]
I0422 16:57:46.957420 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:57:46.982960 8376 machine.go:94] provisionDockerMachine start ...
I0422 16:57:46.983046 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:57:47.003520 8376 main.go:141] libmachine: Using SSH client type: native
I0422 16:57:47.003809 8376 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0422 16:57:47.003818 8376 main.go:141] libmachine: About to run SSH command:
hostname
I0422 16:57:47.148219 8376 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-613799
I0422 16:57:47.148285 8376 ubuntu.go:169] provisioning hostname "addons-613799"
I0422 16:57:47.148388 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:57:47.166806 8376 main.go:141] libmachine: Using SSH client type: native
I0422 16:57:47.167036 8376 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0422 16:57:47.167047 8376 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-613799 && echo "addons-613799" | sudo tee /etc/hostname
I0422 16:57:47.304480 8376 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-613799
I0422 16:57:47.304585 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:57:47.319988 8376 main.go:141] libmachine: Using SSH client type: native
I0422 16:57:47.320236 8376 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0422 16:57:47.320259 8376 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-613799' /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-613799/g' /etc/hosts;
else
echo '127.0.1.1 addons-613799' | sudo tee -a /etc/hosts;
fi
fi
I0422 16:57:47.440703 8376 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0422 16:57:47.440727 8376 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18706-2371/.minikube CaCertPath:/home/jenkins/minikube-integration/18706-2371/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18706-2371/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18706-2371/.minikube}
I0422 16:57:47.440746 8376 ubuntu.go:177] setting up certificates
I0422 16:57:47.440810 8376 provision.go:84] configureAuth start
I0422 16:57:47.440891 8376 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-613799
I0422 16:57:47.455861 8376 provision.go:143] copyHostCerts
I0422 16:57:47.455947 8376 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18706-2371/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18706-2371/.minikube/ca.pem (1078 bytes)
I0422 16:57:47.456069 8376 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18706-2371/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18706-2371/.minikube/cert.pem (1123 bytes)
I0422 16:57:47.456135 8376 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18706-2371/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18706-2371/.minikube/key.pem (1675 bytes)
I0422 16:57:47.456189 8376 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18706-2371/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18706-2371/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18706-2371/.minikube/certs/ca-key.pem org=jenkins.addons-613799 san=[127.0.0.1 192.168.49.2 addons-613799 localhost minikube]
I0422 16:57:47.992242 8376 provision.go:177] copyRemoteCerts
I0422 16:57:47.992312 8376 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0422 16:57:47.992364 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:57:48.014704 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:57:48.113993 8376 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-2371/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0422 16:57:48.139904 8376 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-2371/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0422 16:57:48.165118 8376 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-2371/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0422 16:57:48.189550 8376 provision.go:87] duration metric: took 748.718484ms to configureAuth
I0422 16:57:48.189575 8376 ubuntu.go:193] setting minikube options for container-runtime
I0422 16:57:48.189761 8376 config.go:182] Loaded profile config "addons-613799": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.30.0
I0422 16:57:48.189810 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:57:48.205166 8376 main.go:141] libmachine: Using SSH client type: native
I0422 16:57:48.205412 8376 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0422 16:57:48.205436 8376 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0422 16:57:48.329520 8376 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I0422 16:57:48.329544 8376 ubuntu.go:71] root file system type: overlay
I0422 16:57:48.329638 8376 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
I0422 16:57:48.329706 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:57:48.348855 8376 main.go:141] libmachine: Using SSH client type: native
I0422 16:57:48.349107 8376 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0422 16:57:48.349189 8376 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /lib/systemd/system && printf %!s(MISSING) "[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP \$MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
" | sudo tee /lib/systemd/system/docker.service.new
I0422 16:57:48.484443 8376 main.go:141] libmachine: SSH cmd err, output: <nil>: [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
I0422 16:57:48.484532 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:57:48.501232 8376 main.go:141] libmachine: Using SSH client type: native
I0422 16:57:48.501490 8376 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0422 16:57:48.501514 8376 main.go:141] libmachine: About to run SSH command:
sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
I0422 16:57:49.256063 8376 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2024-04-18 16:26:05.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2024-04-22 16:57:48.479890089 +0000
@@ -1,46 +1,49 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
-After=network-online.target docker.socket firewalld.service containerd.service time-set.target
-Wants=network-online.target containerd.service
+BindsTo=containerd.service
+After=network-online.target firewalld.service containerd.service
+Wants=network-online.target
Requires=docker.socket
+StartLimitBurst=3
+StartLimitIntervalSec=60
[Service]
Type=notify
-# the default is not to use systemd for cgroups because the delegate issues still
-# exists and systemd currently does not support the cgroup feature set required
-# for containers run by docker
-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
-ExecReload=/bin/kill -s HUP $MAINPID
-TimeoutStartSec=0
-RestartSec=2
-Restart=always
+Restart=on-failure
-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
-# to make them work for either version of systemd.
-StartLimitBurst=3
-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
-# this option work for either version of systemd.
-StartLimitInterval=60s
+
+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
+# The base configuration already specifies an 'ExecStart=...' command. The first directive
+# here is to clear out that command inherited from the base configuration. Without this,
+# the command from the base configuration and the command specified here are treated as
+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
+# will catch this invalid input and refuse to start the service with an error like:
+# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
+
+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
+ExecStart=
+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
+ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
+LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
-# Comment TasksMax if your systemd version does not support it.
-# Only systemd 226 and above support this option.
+# Uncomment TasksMax if your systemd version supports it.
+# Only systemd 226 and above support this version.
TasksMax=infinity
+TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
-OOMScoreAdjust=-500
[Install]
WantedBy=multi-user.target
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
I0422 16:57:49.256096 8376 machine.go:97] duration metric: took 2.273118111s to provisionDockerMachine
I0422 16:57:49.256108 8376 client.go:171] duration metric: took 10.952067615s to LocalClient.Create
I0422 16:57:49.256140 8376 start.go:167] duration metric: took 10.952151125s to libmachine.API.Create "addons-613799"
I0422 16:57:49.256155 8376 start.go:293] postStartSetup for "addons-613799" (driver="docker")
I0422 16:57:49.256166 8376 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]
I0422 16:57:49.256242 8376 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
I0422 16:57:49.256288 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:57:49.272169 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:57:49.365948 8376 ssh_runner.go:195] Run: cat /etc/os-release
I0422 16:57:49.369046 8376 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0422 16:57:49.369081 8376 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0422 16:57:49.369092 8376 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0422 16:57:49.369122 8376 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0422 16:57:49.369136 8376 filesync.go:126] Scanning /home/jenkins/minikube-integration/18706-2371/.minikube/addons for local assets ...
I0422 16:57:49.369214 8376 filesync.go:126] Scanning /home/jenkins/minikube-integration/18706-2371/.minikube/files for local assets ...
I0422 16:57:49.369244 8376 start.go:296] duration metric: took 113.083315ms for postStartSetup
I0422 16:57:49.369556 8376 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-613799
I0422 16:57:49.384138 8376 profile.go:143] Saving config to /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/config.json ...
I0422 16:57:49.384425 8376 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0422 16:57:49.384475 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:57:49.398382 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:57:49.485403 8376 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0422 16:57:49.489816 8376 start.go:128] duration metric: took 11.188516004s to createHost
I0422 16:57:49.489839 8376 start.go:83] releasing machines lock for "addons-613799", held for 11.188657875s
I0422 16:57:49.489904 8376 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-613799
I0422 16:57:49.504738 8376 ssh_runner.go:195] Run: cat /version.json
I0422 16:57:49.504878 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:57:49.505090 8376 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0422 16:57:49.505144 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:57:49.526662 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:57:49.530047 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:57:49.725394 8376 ssh_runner.go:195] Run: systemctl --version
I0422 16:57:49.729587 8376 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0422 16:57:49.733520 8376 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' {}" ;
I0422 16:57:49.758341 8376 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0422 16:57:49.758451 8376 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" ;
I0422 16:57:49.787860 8376 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0422 16:57:49.787921 8376 start.go:494] detecting cgroup driver to use...
I0422 16:57:49.787968 8376 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0422 16:57:49.788094 8376 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"
I0422 16:57:49.804043 8376 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"
I0422 16:57:49.813504 8376 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"
I0422 16:57:49.823384 8376 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0422 16:57:49.823553 8376 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0422 16:57:49.833284 8376 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"
I0422 16:57:49.843034 8376 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0422 16:57:49.852319 8376 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0422 16:57:49.861996 8376 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0422 16:57:49.871270 8376 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"
I0422 16:57:49.881396 8376 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0422 16:57:49.891156 8376 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1 enable_unprivileged_ports = true|' /etc/containerd/config.toml"
I0422 16:57:49.901084 8376 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0422 16:57:49.909690 8376 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0422 16:57:49.917713 8376 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0422 16:57:50.012539 8376 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0422 16:57:50.122282 8376 start.go:494] detecting cgroup driver to use...
I0422 16:57:50.122329 8376 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0422 16:57:50.122378 8376 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0422 16:57:50.135617 8376 cruntime.go:279] skipping containerd shutdown because we are bound to it
I0422 16:57:50.135687 8376 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0422 16:57:50.149649 8376 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/cri-dockerd.sock
" | sudo tee /etc/crictl.yaml"
I0422 16:57:50.177076 8376 ssh_runner.go:195] Run: which cri-dockerd
I0422 16:57:50.182905 8376 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0422 16:57:50.196906 8376 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (189 bytes)
I0422 16:57:50.228598 8376 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0422 16:57:50.339076 8376 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0422 16:57:50.437819 8376 docker.go:574] configuring docker to use "cgroupfs" as cgroup driver...
I0422 16:57:50.437963 8376 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (130 bytes)
I0422 16:57:50.458475 8376 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0422 16:57:50.549090 8376 ssh_runner.go:195] Run: sudo systemctl restart docker
I0422 16:57:50.803219 8376 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I0422 16:57:50.815172 8376 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0422 16:57:50.827108 8376 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0422 16:57:50.924809 8376 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0422 16:57:51.015386 8376 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0422 16:57:51.110829 8376 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0422 16:57:51.125982 8376 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0422 16:57:51.138447 8376 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0422 16:57:51.232249 8376 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I0422 16:57:51.298520 8376 start.go:541] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0422 16:57:51.298651 8376 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0422 16:57:51.305869 8376 start.go:562] Will wait 60s for crictl version
I0422 16:57:51.305973 8376 ssh_runner.go:195] Run: which crictl
I0422 16:57:51.309677 8376 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0422 16:57:51.346588 8376 start.go:578] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 26.0.2
RuntimeApiVersion: v1
I0422 16:57:51.346716 8376 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0422 16:57:51.365806 8376 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0422 16:57:51.390748 8376 out.go:204] * Preparing Kubernetes v1.30.0 on Docker 26.0.2 ...
I0422 16:57:51.390865 8376 cli_runner.go:164] Run: docker network inspect addons-613799 --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}}]}"
I0422 16:57:51.404879 8376 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0422 16:57:51.408325 8376 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""
I0422 16:57:51.418987 8376 kubeadm.go:877] updating cluster {Name:addons-613799 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.0 ClusterName:addons-613799 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.0 ContainerRuntime:docker 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 CustomQemuF
irmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0422 16:57:51.419101 8376 preload.go:132] Checking if preload exists for k8s version v1.30.0 and runtime docker
I0422 16:57:51.419162 8376 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0422 16:57:51.434581 8376 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.30.0
registry.k8s.io/kube-scheduler:v1.30.0
registry.k8s.io/kube-controller-manager:v1.30.0
registry.k8s.io/kube-proxy:v1.30.0
registry.k8s.io/etcd:3.5.12-0
registry.k8s.io/coredns/coredns:v1.11.1
registry.k8s.io/pause:3.9
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0422 16:57:51.434601 8376 docker.go:615] Images already preloaded, skipping extraction
I0422 16:57:51.434675 8376 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0422 16:57:51.449942 8376 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.30.0
registry.k8s.io/kube-controller-manager:v1.30.0
registry.k8s.io/kube-proxy:v1.30.0
registry.k8s.io/kube-scheduler:v1.30.0
registry.k8s.io/etcd:3.5.12-0
registry.k8s.io/coredns/coredns:v1.11.1
registry.k8s.io/pause:3.9
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0422 16:57:51.449967 8376 cache_images.go:84] Images are preloaded, skipping loading
I0422 16:57:51.449979 8376 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.0 docker true true} ...
I0422 16:57:51.450072 8376 kubeadm.go:940] kubelet [Unit]
Wants=docker.socket
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.0/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-613799 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.0 ClusterName:addons-613799 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0422 16:57:51.450144 8376 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0422 16:57:51.495896 8376 cni.go:84] Creating CNI manager for ""
I0422 16:57:51.495926 8376 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0422 16:57:51.495945 8376 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0422 16:57:51.495965 8376 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.0 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-613799 NodeName:addons-613799 DNSDomain:cluster.local CRISocket:/var/run/cri-dockerd.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/kuber
netes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/cri-dockerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0422 16:57:51.496113 8376 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:///var/run/cri-dockerd.sock
name: "addons-613799"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.30.0
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/cri-dockerd.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
I0422 16:57:51.496189 8376 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.0
I0422 16:57:51.505139 8376 binaries.go:44] Found k8s binaries, skipping transfer
I0422 16:57:51.505217 8376 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0422 16:57:51.514219 8376 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (312 bytes)
I0422 16:57:51.532355 8376 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0422 16:57:51.550395 8376 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2155 bytes)
I0422 16:57:51.567885 8376 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0422 16:57:51.571300 8376 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""
I0422 16:57:51.581868 8376 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0422 16:57:51.679207 8376 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0422 16:57:51.694759 8376 certs.go:68] Setting up /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799 for IP: 192.168.49.2
I0422 16:57:51.694782 8376 certs.go:194] generating shared ca certs ...
I0422 16:57:51.694797 8376 certs.go:226] acquiring lock for ca certs: {Name:mkc0c6170c42b1b43b7f622fcbfe2e475bd8761f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:57:51.694921 8376 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18706-2371/.minikube/ca.key
I0422 16:57:52.198323 8376 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18706-2371/.minikube/ca.crt ...
I0422 16:57:52.198359 8376 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-2371/.minikube/ca.crt: {Name:mk43f7045a923a388c20855d9b7109ea9711bd71 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:57:52.198579 8376 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18706-2371/.minikube/ca.key ...
I0422 16:57:52.198593 8376 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-2371/.minikube/ca.key: {Name:mk05a7056c2fa1530454b312d27e793d019e6047 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:57:52.198689 8376 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18706-2371/.minikube/proxy-client-ca.key
I0422 16:57:53.088601 8376 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18706-2371/.minikube/proxy-client-ca.crt ...
I0422 16:57:53.088637 8376 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-2371/.minikube/proxy-client-ca.crt: {Name:mkf9966532cf1d4a8fc9f984aadfac54f19761e2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:57:53.088832 8376 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18706-2371/.minikube/proxy-client-ca.key ...
I0422 16:57:53.088855 8376 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-2371/.minikube/proxy-client-ca.key: {Name:mk9d8fa8fa433085f64af0e5f74d4550c5534357 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:57:53.088937 8376 certs.go:256] generating profile certs ...
I0422 16:57:53.088995 8376 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/client.key
I0422 16:57:53.089012 8376 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/client.crt with IP's: []
I0422 16:57:53.321138 8376 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/client.crt ...
I0422 16:57:53.321172 8376 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/client.crt: {Name:mk9c4679bcb9a8c762c32ced79e908c2202dd933 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:57:53.321355 8376 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/client.key ...
I0422 16:57:53.321368 8376 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/client.key: {Name:mk6f7f6f308a5a0a37a4a19831325fa9c31281d0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:57:53.321455 8376 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/apiserver.key.5c7d368a
I0422 16:57:53.321478 8376 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/apiserver.crt.5c7d368a with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0422 16:57:53.670544 8376 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/apiserver.crt.5c7d368a ...
I0422 16:57:53.670575 8376 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/apiserver.crt.5c7d368a: {Name:mk98567b3ba7c525547550974738efa724adad58 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:57:53.670790 8376 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/apiserver.key.5c7d368a ...
I0422 16:57:53.670805 8376 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/apiserver.key.5c7d368a: {Name:mkc938aba1dbd32428b2059699ff36d807b2cd5c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:57:53.670899 8376 certs.go:381] copying /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/apiserver.crt.5c7d368a -> /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/apiserver.crt
I0422 16:57:53.670991 8376 certs.go:385] copying /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/apiserver.key.5c7d368a -> /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/apiserver.key
I0422 16:57:53.671050 8376 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/proxy-client.key
I0422 16:57:53.671070 8376 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/proxy-client.crt with IP's: []
I0422 16:57:54.219187 8376 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/proxy-client.crt ...
I0422 16:57:54.219217 8376 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/proxy-client.crt: {Name:mk13ecc99b57296351f6d4c3fb40793dbc3fcf22 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:57:54.219396 8376 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/proxy-client.key ...
I0422 16:57:54.219408 8376 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/proxy-client.key: {Name:mk0d96e1595af43f4fa1f4e0f19f8574fbc8e363 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:57:54.219586 8376 certs.go:484] found cert: /home/jenkins/minikube-integration/18706-2371/.minikube/certs/ca-key.pem (1675 bytes)
I0422 16:57:54.219625 8376 certs.go:484] found cert: /home/jenkins/minikube-integration/18706-2371/.minikube/certs/ca.pem (1078 bytes)
I0422 16:57:54.219657 8376 certs.go:484] found cert: /home/jenkins/minikube-integration/18706-2371/.minikube/certs/cert.pem (1123 bytes)
I0422 16:57:54.219688 8376 certs.go:484] found cert: /home/jenkins/minikube-integration/18706-2371/.minikube/certs/key.pem (1675 bytes)
I0422 16:57:54.220304 8376 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-2371/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0422 16:57:54.245474 8376 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-2371/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0422 16:57:54.269475 8376 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-2371/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0422 16:57:54.292096 8376 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-2371/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0422 16:57:54.316050 8376 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0422 16:57:54.339644 8376 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0422 16:57:54.363357 8376 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0422 16:57:54.389766 8376 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-2371/.minikube/profiles/addons-613799/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0422 16:57:54.415031 8376 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18706-2371/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0422 16:57:54.439042 8376 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0422 16:57:54.457084 8376 ssh_runner.go:195] Run: openssl version
I0422 16:57:54.462704 8376 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"
I0422 16:57:54.471913 8376 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0422 16:57:54.475226 8376 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr 22 16:57 /usr/share/ca-certificates/minikubeCA.pem
I0422 16:57:54.475318 8376 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0422 16:57:54.482249 8376 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"
I0422 16:57:54.491781 8376 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0422 16:57:54.494954 8376 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
I0422 16:57:54.495002 8376 kubeadm.go:391] StartCluster: {Name:addons-613799 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1713736339-18706@sha256:bccd96633fa59b612ea2e24c6961d2499fe576afbab2e6056a6801ffbd3b1a7e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.0 ClusterName:addons-613799 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.0 ContainerRuntime:docker 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 CustomQemuFirm
warePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0422 16:57:54.495133 8376 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0422 16:57:54.509640 8376 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0422 16:57:54.518785 8376 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0422 16:57:54.527401 8376 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0422 16:57:54.527471 8376 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
I0422 16:57:54.536273 8376 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
I0422 16:57:54.536293 8376 kubeadm.go:156] found existing configuration files:
I0422 16:57:54.536350 8376 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0422 16:57:54.545180 8376 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
I0422 16:57:54.545250 8376 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0422 16:57:54.553867 8376 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0422 16:57:54.562603 8376 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
I0422 16:57:54.562667 8376 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0422 16:57:54.570981 8376 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0422 16:57:54.579735 8376 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
I0422 16:57:54.579798 8376 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0422 16:57:54.588132 8376 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0422 16:57:54.596622 8376 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
I0422 16:57:54.596716 8376 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0422 16:57:54.605082 8376 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.0:$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"
I0422 16:57:54.708562 8376 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-1058-aws\n", err: exit status 1
I0422 16:57:54.780982 8376 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0422 16:58:10.480609 8376 kubeadm.go:309] [init] Using Kubernetes version: v1.30.0
I0422 16:58:10.480667 8376 kubeadm.go:309] [preflight] Running pre-flight checks
I0422 16:58:10.480751 8376 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0422 16:58:10.480834 8376 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1058-aws[0m
I0422 16:58:10.480873 8376 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0422 16:58:10.480922 8376 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0422 16:58:10.480972 8376 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0422 16:58:10.481021 8376 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0422 16:58:10.481071 8376 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0422 16:58:10.481120 8376 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0422 16:58:10.481169 8376 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0422 16:58:10.481216 8376 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0422 16:58:10.481265 8376 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0422 16:58:10.481323 8376 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0422 16:58:10.481395 8376 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0422 16:58:10.481496 8376 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0422 16:58:10.481588 8376 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0422 16:58:10.481651 8376 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0422 16:58:10.484581 8376 out.go:204] - Generating certificates and keys ...
I0422 16:58:10.484684 8376 kubeadm.go:309] [certs] Using existing ca certificate authority
I0422 16:58:10.484801 8376 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0422 16:58:10.484886 8376 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0422 16:58:10.484945 8376 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0422 16:58:10.485017 8376 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0422 16:58:10.485076 8376 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0422 16:58:10.485135 8376 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0422 16:58:10.485269 8376 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-613799 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0422 16:58:10.485345 8376 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0422 16:58:10.485485 8376 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-613799 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0422 16:58:10.485564 8376 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0422 16:58:10.485647 8376 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0422 16:58:10.485711 8376 kubeadm.go:309] [certs] Generating "sa" key and public key
I0422 16:58:10.485789 8376 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0422 16:58:10.485858 8376 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0422 16:58:10.485923 8376 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0422 16:58:10.485986 8376 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0422 16:58:10.486080 8376 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0422 16:58:10.486151 8376 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0422 16:58:10.486243 8376 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0422 16:58:10.486316 8376 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0422 16:58:10.491138 8376 out.go:204] - Booting up control plane ...
I0422 16:58:10.491299 8376 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0422 16:58:10.491414 8376 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0422 16:58:10.491491 8376 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0422 16:58:10.491610 8376 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0422 16:58:10.491719 8376 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0422 16:58:10.491766 8376 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0422 16:58:10.491891 8376 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0422 16:58:10.491961 8376 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0422 16:58:10.492018 8376 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 1.001931274s
I0422 16:58:10.492086 8376 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0422 16:58:10.492142 8376 kubeadm.go:309] [api-check] The API server is healthy after 6.001482481s
I0422 16:58:10.492244 8376 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0422 16:58:10.492363 8376 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0422 16:58:10.492419 8376 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0422 16:58:10.492598 8376 kubeadm.go:309] [mark-control-plane] Marking the node addons-613799 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0422 16:58:10.492653 8376 kubeadm.go:309] [bootstrap-token] Using token: ujmn9q.jrcs4nm6itp9swei
I0422 16:58:10.495497 8376 out.go:204] - Configuring RBAC rules ...
I0422 16:58:10.495632 8376 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0422 16:58:10.495728 8376 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0422 16:58:10.495877 8376 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
I0422 16:58:10.496019 8376 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0422 16:58:10.496141 8376 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0422 16:58:10.496233 8376 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0422 16:58:10.496358 8376 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0422 16:58:10.496415 8376 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0422 16:58:10.496472 8376 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0422 16:58:10.496482 8376 kubeadm.go:309]
I0422 16:58:10.496587 8376 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0422 16:58:10.496606 8376 kubeadm.go:309]
I0422 16:58:10.496686 8376 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0422 16:58:10.496692 8376 kubeadm.go:309]
I0422 16:58:10.496719 8376 kubeadm.go:309] mkdir -p $HOME/.kube
I0422 16:58:10.496939 8376 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0422 16:58:10.497000 8376 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0422 16:58:10.497008 8376 kubeadm.go:309]
I0422 16:58:10.497064 8376 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0422 16:58:10.497071 8376 kubeadm.go:309]
I0422 16:58:10.497121 8376 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0422 16:58:10.497129 8376 kubeadm.go:309]
I0422 16:58:10.497183 8376 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0422 16:58:10.497263 8376 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0422 16:58:10.497337 8376 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0422 16:58:10.497345 8376 kubeadm.go:309]
I0422 16:58:10.497433 8376 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0422 16:58:10.497515 8376 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0422 16:58:10.497523 8376 kubeadm.go:309]
I0422 16:58:10.497611 8376 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token ujmn9q.jrcs4nm6itp9swei \
I0422 16:58:10.497720 8376 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:cfbab1b2efd4ae189cfb7d393b2822919e7d26bba267c5e0f49c7df9703fd236 \
I0422 16:58:10.497744 8376 kubeadm.go:309] --control-plane
I0422 16:58:10.497752 8376 kubeadm.go:309]
I0422 16:58:10.497840 8376 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0422 16:58:10.497848 8376 kubeadm.go:309]
I0422 16:58:10.497933 8376 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token ujmn9q.jrcs4nm6itp9swei \
I0422 16:58:10.498054 8376 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:cfbab1b2efd4ae189cfb7d393b2822919e7d26bba267c5e0f49c7df9703fd236
I0422 16:58:10.498069 8376 cni.go:84] Creating CNI manager for ""
I0422 16:58:10.498085 8376 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0422 16:58:10.502488 8376 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
I0422 16:58:10.505718 8376 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I0422 16:58:10.514914 8376 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
I0422 16:58:10.534747 8376 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0422 16:58:10.534834 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:10.534929 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-613799 minikube.k8s.io/updated_at=2024_04_22T16_58_10_0700 minikube.k8s.io/version=v1.33.0 minikube.k8s.io/commit=066f6aefcc83a135104448c0f8191604ce1e099a minikube.k8s.io/name=addons-613799 minikube.k8s.io/primary=true
I0422 16:58:10.696408 8376 ops.go:34] apiserver oom_adj: -16
I0422 16:58:10.696431 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:11.197085 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:11.697409 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:12.197428 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:12.696884 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:13.196876 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:13.696560 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:14.197427 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:14.697018 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:15.197264 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:15.697085 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:16.196701 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:16.696532 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:17.196607 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:17.696563 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:18.196569 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:18.697056 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:19.197092 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:19.696577 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:20.196853 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:20.697166 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:21.196542 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:21.697145 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:22.197079 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:22.697492 8376 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0422 16:58:22.806678 8376 kubeadm.go:1107] duration metric: took 12.271924583s to wait for elevateKubeSystemPrivileges
W0422 16:58:22.806715 8376 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0422 16:58:22.806724 8376 kubeadm.go:393] duration metric: took 28.311726747s to StartCluster
I0422 16:58:22.806739 8376 settings.go:142] acquiring lock: {Name:mk4d4aae5dac6b45b6276ad1e8e6929d4ff7540f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:58:22.806867 8376 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18706-2371/kubeconfig
I0422 16:58:22.807260 8376 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18706-2371/kubeconfig: {Name:mkd3bbb31387c9740f072dd59bcca857246cca69 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0422 16:58:22.807455 8376 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.0 ContainerRuntime:docker ControlPlane:true Worker:true}
I0422 16:58:22.810112 8376 out.go:177] * Verifying Kubernetes components...
I0422 16:58:22.807582 8376 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0422 16:58:22.807741 8376 config.go:182] Loaded profile config "addons-613799": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.30.0
I0422 16:58:22.807749 8376 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]
I0422 16:58:22.812182 8376 addons.go:69] Setting yakd=true in profile "addons-613799"
I0422 16:58:22.812217 8376 addons.go:234] Setting addon yakd=true in "addons-613799"
I0422 16:58:22.812249 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:22.812745 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.812943 8376 addons.go:69] Setting ingress=true in profile "addons-613799"
I0422 16:58:22.812968 8376 addons.go:234] Setting addon ingress=true in "addons-613799"
I0422 16:58:22.813000 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:22.813389 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.813689 8376 addons.go:69] Setting ingress-dns=true in profile "addons-613799"
I0422 16:58:22.813712 8376 addons.go:234] Setting addon ingress-dns=true in "addons-613799"
I0422 16:58:22.813736 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:22.814090 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.814303 8376 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0422 16:58:22.814629 8376 addons.go:69] Setting cloud-spanner=true in profile "addons-613799"
I0422 16:58:22.814651 8376 addons.go:234] Setting addon cloud-spanner=true in "addons-613799"
I0422 16:58:22.814678 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:22.815020 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.817319 8376 addons.go:69] Setting inspektor-gadget=true in profile "addons-613799"
I0422 16:58:22.817350 8376 addons.go:234] Setting addon inspektor-gadget=true in "addons-613799"
I0422 16:58:22.817382 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:22.817769 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.817936 8376 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-613799"
I0422 16:58:22.817976 8376 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-613799"
I0422 16:58:22.818005 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:22.818357 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.825029 8376 addons.go:69] Setting metrics-server=true in profile "addons-613799"
I0422 16:58:22.825071 8376 addons.go:234] Setting addon metrics-server=true in "addons-613799"
I0422 16:58:22.825112 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:22.825535 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.838061 8376 addons.go:69] Setting default-storageclass=true in profile "addons-613799"
I0422 16:58:22.838109 8376 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-613799"
I0422 16:58:22.838411 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.841388 8376 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-613799"
I0422 16:58:22.841434 8376 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-613799"
I0422 16:58:22.841481 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:22.841997 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.856696 8376 addons.go:69] Setting gcp-auth=true in profile "addons-613799"
I0422 16:58:22.856747 8376 mustload.go:65] Loading cluster: addons-613799
I0422 16:58:22.856954 8376 addons.go:69] Setting registry=true in profile "addons-613799"
I0422 16:58:22.856979 8376 addons.go:234] Setting addon registry=true in "addons-613799"
I0422 16:58:22.857028 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:22.857436 8376 config.go:182] Loaded profile config "addons-613799": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.30.0
I0422 16:58:22.857744 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.857839 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.868664 8376 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
I0422 16:58:22.871826 8376 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0422 16:58:22.871855 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0422 16:58:22.871921 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:22.927643 8376 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0422 16:58:22.931291 8376 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0422 16:58:22.933443 8376 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0422 16:58:22.886564 8376 addons.go:69] Setting storage-provisioner=true in profile "addons-613799"
I0422 16:58:22.933446 8376 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0422 16:58:22.886573 8376 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-613799"
I0422 16:58:22.886578 8376 addons.go:69] Setting volumesnapshots=true in profile "addons-613799"
I0422 16:58:22.940622 8376 addons.go:234] Setting addon storage-provisioner=true in "addons-613799"
I0422 16:58:22.940721 8376 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0422 16:58:22.940731 8376 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.27.0
I0422 16:58:22.940755 8376 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-613799"
I0422 16:58:22.940830 8376 addons.go:234] Setting addon volumesnapshots=true in "addons-613799"
I0422 16:58:22.942663 8376 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0422 16:58:22.942678 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0422 16:58:22.942684 8376 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0422 16:58:22.942721 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:22.943002 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.951985 8376 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0422 16:58:22.952021 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:22.954208 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:22.954230 8376 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0422 16:58:22.954658 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.960998 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0422 16:58:22.961057 8376 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0422 16:58:22.961642 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:22.963130 8376 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0422 16:58:22.963166 8376 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0422 16:58:22.973108 8376 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0422 16:58:22.973189 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:22.973199 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0422 16:58:22.991685 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:23.009687 8376 addons.go:234] Setting addon default-storageclass=true in "addons-613799"
I0422 16:58:23.009731 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:23.010134 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:23.025027 8376 out.go:177] - Using image docker.io/registry:2.8.3
I0422 16:58:23.028667 8376 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0422 16:58:23.028685 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0422 16:58:23.028753 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:23.011682 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0422 16:58:23.038210 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:23.011693 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0422 16:58:23.053212 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:23.065071 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:23.070911 8376 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0422 16:58:23.072148 8376 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0422 16:58:23.083566 8376 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0422 16:58:23.088169 8376 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0422 16:58:23.091121 8376 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0422 16:58:23.024983 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.100133 8376 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0422 16:58:23.102437 8376 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0422 16:58:23.104926 8376 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0422 16:58:23.104947 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0422 16:58:23.105019 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:23.147450 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.100221 8376 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.0
I0422 16:58:23.154249 8376 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0422 16:58:23.154276 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0422 16:58:23.154358 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:23.182830 8376 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0422 16:58:23.185121 8376 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0422 16:58:23.185148 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0422 16:58:23.185241 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:23.193102 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.196250 8376 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-613799"
I0422 16:58:23.196291 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:23.196686 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:23.204831 8376 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0422 16:58:23.202812 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.203606 8376 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0422 16:58:23.207080 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0422 16:58:23.207159 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:23.208460 8376 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0422 16:58:23.208477 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0422 16:58:23.208533 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:23.234294 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.241432 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.244562 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.288951 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.290399 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.312099 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.315570 8376 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0422 16:58:23.317834 8376 out.go:177] - Using image docker.io/busybox:stable
I0422 16:58:23.320886 8376 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0422 16:58:23.320905 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0422 16:58:23.320974 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:23.330399 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.342622 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.358119 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:23.448540 8376 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0422 16:58:23.448720 8376 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0422 16:58:23.709857 8376 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0422 16:58:23.709879 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0422 16:58:23.736064 8376 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0422 16:58:23.736086 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0422 16:58:23.832257 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0422 16:58:23.848421 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0422 16:58:23.859232 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0422 16:58:23.870507 8376 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0422 16:58:23.870528 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0422 16:58:23.910151 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0422 16:58:23.920298 8376 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0422 16:58:23.920368 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0422 16:58:23.956394 8376 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0422 16:58:23.956466 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0422 16:58:23.957115 8376 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0422 16:58:23.957157 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0422 16:58:23.965568 8376 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0422 16:58:23.965638 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0422 16:58:24.134769 8376 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0422 16:58:24.134791 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0422 16:58:24.179695 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0422 16:58:24.193554 8376 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0422 16:58:24.193627 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0422 16:58:24.237461 8376 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0422 16:58:24.237530 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0422 16:58:24.244294 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0422 16:58:24.248653 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0422 16:58:24.263811 8376 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0422 16:58:24.263872 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0422 16:58:24.367666 8376 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0422 16:58:24.367751 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0422 16:58:24.460887 8376 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0422 16:58:24.460961 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0422 16:58:24.575996 8376 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0422 16:58:24.576068 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0422 16:58:24.597239 8376 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0422 16:58:24.597311 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0422 16:58:24.663555 8376 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0422 16:58:24.663627 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0422 16:58:24.801324 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0422 16:58:24.890450 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0422 16:58:25.037300 8376 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0422 16:58:25.037379 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0422 16:58:25.309558 8376 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0422 16:58:25.309620 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0422 16:58:25.453684 8376 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0422 16:58:25.453755 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0422 16:58:25.540790 8376 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0422 16:58:25.540862 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0422 16:58:25.614704 8376 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0422 16:58:25.614776 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0422 16:58:25.673620 8376 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0422 16:58:25.673690 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0422 16:58:25.797072 8376 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0422 16:58:25.797141 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0422 16:58:25.969579 8376 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0422 16:58:25.969651 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0422 16:58:25.982149 8376 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0422 16:58:25.982220 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0422 16:58:26.013575 8376 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0422 16:58:26.013650 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0422 16:58:26.053706 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0422 16:58:26.280077 8376 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.831319656s)
I0422 16:58:26.280230 8376 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.831423129s)
I0422 16:58:26.280263 8376 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0422 16:58:26.281892 8376 node_ready.go:35] waiting up to 6m0s for node "addons-613799" to be "Ready" ...
I0422 16:58:26.286014 8376 node_ready.go:49] node "addons-613799" has status "Ready":"True"
I0422 16:58:26.286078 8376 node_ready.go:38] duration metric: took 3.755206ms for node "addons-613799" to be "Ready" ...
I0422 16:58:26.286115 8376 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" ...
I0422 16:58:26.301690 8376 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-49264" in "kube-system" namespace to be "Ready" ...
I0422 16:58:26.327328 8376 pod_ready.go:92] pod "coredns-7db6d8ff4d-49264" in "kube-system" namespace has status "Ready":"True"
I0422 16:58:26.327400 8376 pod_ready.go:81] duration metric: took 25.67381ms for pod "coredns-7db6d8ff4d-49264" in "kube-system" namespace to be "Ready" ...
I0422 16:58:26.327427 8376 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-6z22k" in "kube-system" namespace to be "Ready" ...
I0422 16:58:26.338371 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0422 16:58:26.342170 8376 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0422 16:58:26.342243 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0422 16:58:26.370898 8376 pod_ready.go:92] pod "coredns-7db6d8ff4d-6z22k" in "kube-system" namespace has status "Ready":"True"
I0422 16:58:26.370926 8376 pod_ready.go:81] duration metric: took 43.479375ms for pod "coredns-7db6d8ff4d-6z22k" in "kube-system" namespace to be "Ready" ...
I0422 16:58:26.370939 8376 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-613799" in "kube-system" namespace to be "Ready" ...
I0422 16:58:26.401531 8376 pod_ready.go:92] pod "etcd-addons-613799" in "kube-system" namespace has status "Ready":"True"
I0422 16:58:26.401556 8376 pod_ready.go:81] duration metric: took 30.609121ms for pod "etcd-addons-613799" in "kube-system" namespace to be "Ready" ...
I0422 16:58:26.401568 8376 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-613799" in "kube-system" namespace to be "Ready" ...
I0422 16:58:26.401789 8376 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0422 16:58:26.401806 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0422 16:58:26.428031 8376 pod_ready.go:92] pod "kube-apiserver-addons-613799" in "kube-system" namespace has status "Ready":"True"
I0422 16:58:26.428058 8376 pod_ready.go:81] duration metric: took 26.481805ms for pod "kube-apiserver-addons-613799" in "kube-system" namespace to be "Ready" ...
I0422 16:58:26.428070 8376 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-613799" in "kube-system" namespace to be "Ready" ...
I0422 16:58:26.685979 8376 pod_ready.go:92] pod "kube-controller-manager-addons-613799" in "kube-system" namespace has status "Ready":"True"
I0422 16:58:26.686004 8376 pod_ready.go:81] duration metric: took 257.92509ms for pod "kube-controller-manager-addons-613799" in "kube-system" namespace to be "Ready" ...
I0422 16:58:26.686016 8376 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-4clz2" in "kube-system" namespace to be "Ready" ...
I0422 16:58:26.697277 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0422 16:58:26.785664 8376 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-613799" context rescaled to 1 replicas
I0422 16:58:26.866410 8376 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0422 16:58:26.866436 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0422 16:58:27.085915 8376 pod_ready.go:92] pod "kube-proxy-4clz2" in "kube-system" namespace has status "Ready":"True"
I0422 16:58:27.085948 8376 pod_ready.go:81] duration metric: took 399.918852ms for pod "kube-proxy-4clz2" in "kube-system" namespace to be "Ready" ...
I0422 16:58:27.085961 8376 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-613799" in "kube-system" namespace to be "Ready" ...
I0422 16:58:27.212101 8376 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0422 16:58:27.212129 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0422 16:58:27.480401 8376 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0422 16:58:27.480426 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0422 16:58:27.485323 8376 pod_ready.go:92] pod "kube-scheduler-addons-613799" in "kube-system" namespace has status "Ready":"True"
I0422 16:58:27.485348 8376 pod_ready.go:81] duration metric: took 399.378872ms for pod "kube-scheduler-addons-613799" in "kube-system" namespace to be "Ready" ...
I0422 16:58:27.485361 8376 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-rrg6b" in "kube-system" namespace to be "Ready" ...
I0422 16:58:27.842497 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0422 16:58:29.497439 8376 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-rrg6b" in "kube-system" namespace has status "Ready":"False"
I0422 16:58:30.079964 8376 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0422 16:58:30.080072 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:30.110912 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:30.806714 8376 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0422 16:58:31.012739 8376 addons.go:234] Setting addon gcp-auth=true in "addons-613799"
I0422 16:58:31.012829 8376 host.go:66] Checking if "addons-613799" exists ...
I0422 16:58:31.013296 8376 cli_runner.go:164] Run: docker container inspect addons-613799 --format={{.State.Status}}
I0422 16:58:31.032858 8376 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0422 16:58:31.032921 8376 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-613799
I0422 16:58:31.060580 8376 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18706-2371/.minikube/machines/addons-613799/id_rsa Username:docker}
I0422 16:58:31.541095 8376 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-rrg6b" in "kube-system" namespace has status "Ready":"False"
I0422 16:58:32.190846 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (8.358506299s)
I0422 16:58:32.190888 8376 addons.go:470] Verifying addon ingress=true in "addons-613799"
I0422 16:58:32.194385 8376 out.go:177] * Verifying ingress addon...
I0422 16:58:32.191021 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (8.342529469s)
I0422 16:58:32.191045 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (8.33174725s)
I0422 16:58:32.191074 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (8.280859253s)
I0422 16:58:32.191124 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (8.011410772s)
I0422 16:58:32.191160 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (7.942441041s)
I0422 16:58:32.191177 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (7.946818393s)
I0422 16:58:32.191204 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (7.389812326s)
I0422 16:58:32.191255 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (7.300743758s)
I0422 16:58:32.191283 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (6.137505922s)
I0422 16:58:32.191357 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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.852917551s)
I0422 16:58:32.191416 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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.49410898s)
I0422 16:58:32.200565 8376 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0422 16:58:32.201525 8376 addons.go:470] Verifying addon registry=true in "addons-613799"
I0422 16:58:32.209667 8376 out.go:177] * Verifying registry addon...
I0422 16:58:32.210429 8376 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0422 16:58:32.213623 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:32.217976 8376 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-613799 service yakd-dashboard -n yakd-dashboard
W0422 16:58:32.208716 8376 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0422 16:58:32.218070 8376 retry.go:31] will retry after 170.856831ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0422 16:58:32.214022 8376 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0422 16:58:32.208412 8376 addons.go:470] Verifying addon metrics-server=true in "addons-613799"
W0422 16:58:32.224150 8376 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]
I0422 16:58:32.229497 8376 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0422 16:58:32.229575 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:32.391943 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0422 16:58:32.705309 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:32.726268 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:33.206314 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:33.226292 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:33.706204 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:33.725636 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:33.995389 8376 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-rrg6b" in "kube-system" namespace has status "Ready":"False"
I0422 16:58:34.205769 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:34.245866 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:34.517610 8376 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (3.48471733s)
I0422 16:58:34.523767 8376 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0422 16:58:34.517889 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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.675322186s)
I0422 16:58:34.520291 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.128262362s)
I0422 16:58:34.526741 8376 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0422 16:58:34.523913 8376 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-613799"
I0422 16:58:34.529443 8376 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0422 16:58:34.529540 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0422 16:58:34.531478 8376 out.go:177] * Verifying csi-hostpath-driver addon...
I0422 16:58:34.534332 8376 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0422 16:58:34.541128 8376 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0422 16:58:34.541198 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:34.562235 8376 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0422 16:58:34.562312 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0422 16:58:34.603377 8376 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0422 16:58:34.603401 8376 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0422 16:58:34.637936 8376 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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
I0422 16:58:34.704989 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:34.725522 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:35.042113 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:35.205588 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:35.225444 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:35.560722 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:35.684501 8376 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.0/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.046524509s)
I0422 16:58:35.687757 8376 addons.go:470] Verifying addon gcp-auth=true in "addons-613799"
I0422 16:58:35.690217 8376 out.go:177] * Verifying gcp-auth addon...
I0422 16:58:35.693669 8376 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0422 16:58:35.701442 8376 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0422 16:58:35.701467 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:35.716106 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:35.730107 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:36.040975 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:36.197783 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:36.206075 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:36.226275 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:36.492149 8376 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-rrg6b" in "kube-system" namespace has status "Ready":"False"
I0422 16:58:36.541245 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:36.697153 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:36.705249 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:36.725870 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:37.043179 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:37.197353 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:37.205782 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:37.225823 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:37.540697 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:37.697803 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:37.705420 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:37.726520 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:37.991703 8376 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-rrg6b" in "kube-system" namespace has status "Ready":"True"
I0422 16:58:37.991731 8376 pod_ready.go:81] duration metric: took 10.506362076s for pod "nvidia-device-plugin-daemonset-rrg6b" in "kube-system" namespace to be "Ready" ...
I0422 16:58:37.991741 8376 pod_ready.go:38] duration metric: took 11.705597614s 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" ...
I0422 16:58:37.991782 8376 api_server.go:52] waiting for apiserver process to appear ...
I0422 16:58:37.991875 8376 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0422 16:58:38.009750 8376 api_server.go:72] duration metric: took 15.202258844s to wait for apiserver process to appear ...
I0422 16:58:38.009780 8376 api_server.go:88] waiting for apiserver healthz status ...
I0422 16:58:38.009823 8376 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0422 16:58:38.018042 8376 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0422 16:58:38.019136 8376 api_server.go:141] control plane version: v1.30.0
I0422 16:58:38.019168 8376 api_server.go:131] duration metric: took 9.379468ms to wait for apiserver health ...
I0422 16:58:38.019179 8376 system_pods.go:43] waiting for kube-system pods to appear ...
I0422 16:58:38.028936 8376 system_pods.go:59] 17 kube-system pods found
I0422 16:58:38.028970 8376 system_pods.go:61] "coredns-7db6d8ff4d-49264" [70a99261-d58b-4d2a-a79d-2852a3c25d75] Running
I0422 16:58:38.028981 8376 system_pods.go:61] "csi-hostpath-attacher-0" [779e6562-16eb-448d-9307-5ea7c6d2b1d8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0422 16:58:38.029019 8376 system_pods.go:61] "csi-hostpath-resizer-0" [74c0b93b-a762-4724-9dbd-67ea890f5660] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0422 16:58:38.029031 8376 system_pods.go:61] "csi-hostpathplugin-lff8w" [36bed39a-1ee8-4138-82e5-f5215af6c6cd] 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])
I0422 16:58:38.029042 8376 system_pods.go:61] "etcd-addons-613799" [9512d363-37e6-450f-9c45-a47ee15878a3] Running
I0422 16:58:38.029048 8376 system_pods.go:61] "kube-apiserver-addons-613799" [a3b85fb3-e230-4656-afa7-9582b95d2a8d] Running
I0422 16:58:38.029052 8376 system_pods.go:61] "kube-controller-manager-addons-613799" [3078c5de-fb85-4e5e-99ae-beb4cdeb1e12] Running
I0422 16:58:38.029066 8376 system_pods.go:61] "kube-ingress-dns-minikube" [e686b0b2-8006-4cd8-879a-c2828e33f5b0] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0422 16:58:38.029092 8376 system_pods.go:61] "kube-proxy-4clz2" [a1562ce4-2208-46ce-9182-f62c32c49503] Running
I0422 16:58:38.029097 8376 system_pods.go:61] "kube-scheduler-addons-613799" [ee942baa-2445-4609-bdae-6352d5c4272e] Running
I0422 16:58:38.029117 8376 system_pods.go:61] "metrics-server-c59844bb4-6pqqb" [8528911a-6f9f-4adb-9fb9-16526fdd739f] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0422 16:58:38.029128 8376 system_pods.go:61] "nvidia-device-plugin-daemonset-rrg6b" [aaec657e-0a16-47e1-b7fa-19d45d1b473a] Running
I0422 16:58:38.029135 8376 system_pods.go:61] "registry-7sjdx" [fe3a22e5-a967-42c5-a577-12e41a8d87a3] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0422 16:58:38.029146 8376 system_pods.go:61] "registry-proxy-vvsgz" [522abbcd-88fe-48d2-801e-abcd5103e5f8] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0422 16:58:38.029154 8376 system_pods.go:61] "snapshot-controller-745499f584-shbmc" [8d23d52e-0843-4881-abe5-2b6522a4510e] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0422 16:58:38.029166 8376 system_pods.go:61] "snapshot-controller-745499f584-vmqgr" [c8fd72cd-4a25-46e1-88c6-6447e7c5f0a6] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0422 16:58:38.029171 8376 system_pods.go:61] "storage-provisioner" [7f2ed73a-722e-4be7-af2d-181a0408951c] Running
I0422 16:58:38.029177 8376 system_pods.go:74] duration metric: took 9.973601ms to wait for pod list to return data ...
I0422 16:58:38.029201 8376 default_sa.go:34] waiting for default service account to be created ...
I0422 16:58:38.031712 8376 default_sa.go:45] found service account: "default"
I0422 16:58:38.031740 8376 default_sa.go:55] duration metric: took 2.532011ms for default service account to be created ...
I0422 16:58:38.031751 8376 system_pods.go:116] waiting for k8s-apps to be running ...
I0422 16:58:38.042590 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:38.047195 8376 system_pods.go:86] 17 kube-system pods found
I0422 16:58:38.047232 8376 system_pods.go:89] "coredns-7db6d8ff4d-49264" [70a99261-d58b-4d2a-a79d-2852a3c25d75] Running
I0422 16:58:38.047243 8376 system_pods.go:89] "csi-hostpath-attacher-0" [779e6562-16eb-448d-9307-5ea7c6d2b1d8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0422 16:58:38.047273 8376 system_pods.go:89] "csi-hostpath-resizer-0" [74c0b93b-a762-4724-9dbd-67ea890f5660] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0422 16:58:38.047291 8376 system_pods.go:89] "csi-hostpathplugin-lff8w" [36bed39a-1ee8-4138-82e5-f5215af6c6cd] 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])
I0422 16:58:38.047300 8376 system_pods.go:89] "etcd-addons-613799" [9512d363-37e6-450f-9c45-a47ee15878a3] Running
I0422 16:58:38.047310 8376 system_pods.go:89] "kube-apiserver-addons-613799" [a3b85fb3-e230-4656-afa7-9582b95d2a8d] Running
I0422 16:58:38.047315 8376 system_pods.go:89] "kube-controller-manager-addons-613799" [3078c5de-fb85-4e5e-99ae-beb4cdeb1e12] Running
I0422 16:58:38.047329 8376 system_pods.go:89] "kube-ingress-dns-minikube" [e686b0b2-8006-4cd8-879a-c2828e33f5b0] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0422 16:58:38.047351 8376 system_pods.go:89] "kube-proxy-4clz2" [a1562ce4-2208-46ce-9182-f62c32c49503] Running
I0422 16:58:38.047363 8376 system_pods.go:89] "kube-scheduler-addons-613799" [ee942baa-2445-4609-bdae-6352d5c4272e] Running
I0422 16:58:38.047369 8376 system_pods.go:89] "metrics-server-c59844bb4-6pqqb" [8528911a-6f9f-4adb-9fb9-16526fdd739f] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0422 16:58:38.047388 8376 system_pods.go:89] "nvidia-device-plugin-daemonset-rrg6b" [aaec657e-0a16-47e1-b7fa-19d45d1b473a] Running
I0422 16:58:38.047395 8376 system_pods.go:89] "registry-7sjdx" [fe3a22e5-a967-42c5-a577-12e41a8d87a3] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0422 16:58:38.047408 8376 system_pods.go:89] "registry-proxy-vvsgz" [522abbcd-88fe-48d2-801e-abcd5103e5f8] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0422 16:58:38.047415 8376 system_pods.go:89] "snapshot-controller-745499f584-shbmc" [8d23d52e-0843-4881-abe5-2b6522a4510e] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0422 16:58:38.047427 8376 system_pods.go:89] "snapshot-controller-745499f584-vmqgr" [c8fd72cd-4a25-46e1-88c6-6447e7c5f0a6] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0422 16:58:38.047432 8376 system_pods.go:89] "storage-provisioner" [7f2ed73a-722e-4be7-af2d-181a0408951c] Running
I0422 16:58:38.047440 8376 system_pods.go:126] duration metric: took 15.683283ms to wait for k8s-apps to be running ...
I0422 16:58:38.047458 8376 system_svc.go:44] waiting for kubelet service to be running ....
I0422 16:58:38.047529 8376 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0422 16:58:38.063600 8376 system_svc.go:56] duration metric: took 16.130442ms WaitForService to wait for kubelet
I0422 16:58:38.063630 8376 kubeadm.go:576] duration metric: took 15.256143539s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0422 16:58:38.063677 8376 node_conditions.go:102] verifying NodePressure condition ...
I0422 16:58:38.066903 8376 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0422 16:58:38.066939 8376 node_conditions.go:123] node cpu capacity is 2
I0422 16:58:38.066954 8376 node_conditions.go:105] duration metric: took 3.270067ms to run NodePressure ...
I0422 16:58:38.066986 8376 start.go:240] waiting for startup goroutines ...
I0422 16:58:38.198340 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:38.206011 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:38.226671 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:38.541241 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:38.698549 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:38.705435 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:38.725926 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:39.040512 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:39.197944 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:39.205123 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:39.226384 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:39.542085 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:39.697690 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:39.704829 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:39.725512 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:40.054226 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:40.197703 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:40.204801 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:40.225425 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:40.540227 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:40.697763 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:40.705543 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:40.726794 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:41.040883 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:41.197858 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:41.206688 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:41.226509 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:41.540431 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:41.698029 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:41.706044 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:41.728692 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:42.041098 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:42.198500 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:42.206391 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:42.226128 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:42.540475 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:42.696887 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:42.704883 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:42.725307 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:43.040026 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:43.198434 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:43.205641 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:43.224936 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:43.539562 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:43.698306 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:43.704691 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:43.725331 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:44.041247 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:44.197929 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:44.205290 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:44.226135 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:44.540924 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:44.697579 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:44.704535 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:44.724918 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:45.044807 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:45.202817 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:45.207720 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:45.227286 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:45.539550 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:45.696938 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:45.705398 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:45.726447 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:46.039902 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:46.197244 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:46.205037 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:46.225392 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:46.539842 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:46.697141 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:46.705330 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:46.725078 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:47.040602 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:47.196929 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:47.207463 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:47.225990 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:47.541566 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:47.698998 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:47.704990 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:47.736289 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:48.043185 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:48.197786 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:48.207552 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:48.225424 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:48.540511 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:48.697942 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:48.704826 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:48.725518 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:49.040297 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:49.199238 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:49.205841 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:49.226016 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:49.540994 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:49.697883 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:49.705166 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:49.726830 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:50.041245 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:50.197725 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:50.205589 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:50.243667 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:50.540583 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:50.697137 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:50.705138 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:50.725920 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:51.040708 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:51.197293 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:51.216510 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:51.225181 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:51.540204 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:51.697230 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:51.705100 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:51.725821 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:52.040144 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:52.197650 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:52.205537 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:52.225195 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:52.539513 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:52.697740 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:52.707264 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:52.725789 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:53.040712 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:53.197531 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:53.204389 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:53.227957 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:53.540282 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:53.704458 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:53.708689 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:53.725401 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:54.046106 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:54.201685 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:54.205583 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:54.229802 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:54.539712 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:54.697003 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:54.705693 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:54.726518 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:55.040473 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:55.198090 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:55.205736 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:55.225245 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:55.540910 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:55.697708 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:55.705231 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:55.726018 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:56.040043 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:56.197592 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:56.205506 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:56.228497 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:56.541176 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:56.698128 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:56.705926 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:56.726957 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:57.052636 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:57.199483 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:57.208959 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:57.225940 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:57.540125 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:57.698894 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:57.708147 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:57.725860 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:58.043458 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:58.200319 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:58.210886 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:58.228008 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:58.540676 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:58.699134 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:58.705784 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:58.728590 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:59.041049 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:59.197318 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:59.206407 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:59.226145 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:58:59.549763 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:58:59.698170 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:58:59.705649 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:58:59.725342 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:59:00.081040 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:00.198108 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:00.208470 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:00.236614 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:59:00.545404 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:00.697791 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:00.704915 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:00.725435 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:59:01.039662 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:01.197351 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:01.205411 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:01.226360 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:59:01.540935 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:01.697806 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:01.705721 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:01.725852 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:59:02.041109 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:02.198239 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:02.206707 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:02.225639 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0422 16:59:02.540907 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:02.697617 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:02.707211 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:02.727226 8376 kapi.go:107] duration metric: took 30.513202712s to wait for kubernetes.io/minikube-addons=registry ...
I0422 16:59:03.041446 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:03.198075 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:03.205015 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:03.541110 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:03.697774 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:03.704606 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:04.040254 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:04.197559 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:04.204976 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:04.542284 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:04.697713 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:04.705966 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:05.041309 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:05.197405 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:05.204840 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:05.540202 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:05.697525 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:05.705666 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:06.041225 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:06.198130 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:06.205502 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:06.542855 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:06.700906 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:06.707266 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:07.042836 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:07.198303 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:07.205628 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:07.540976 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:07.697805 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:07.704992 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:08.041404 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:08.197969 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:08.205326 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:08.540446 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:08.697868 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:08.705675 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:09.041204 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:09.197270 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:09.205552 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:09.540626 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:09.697156 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:09.705525 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:10.041021 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:10.197741 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:10.204724 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:10.540518 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:10.698329 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:10.705797 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:11.043129 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:11.199976 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:11.212577 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:11.542073 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:11.697696 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:11.705401 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:12.040745 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:12.197282 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:12.205914 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:12.542355 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:12.698326 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:12.705781 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:13.041584 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:13.197256 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:13.205860 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:13.562168 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:13.708020 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:13.712829 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:14.049242 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:14.198107 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:14.205628 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:14.544899 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:14.697770 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:14.705013 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:15.044836 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:15.198503 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:15.206221 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:15.542282 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:15.698156 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:15.705582 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:16.041525 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:16.196973 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:16.205572 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:16.540222 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:16.705203 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:16.705549 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:17.040119 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:17.197245 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:17.204806 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:17.540297 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:17.697869 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:17.705334 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:18.040080 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:18.197779 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:18.205140 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:18.540386 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:18.699271 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:18.705672 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:19.040363 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:19.197960 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:19.205092 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:19.539742 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:19.697298 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:19.705573 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:20.043837 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:20.197503 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:20.204258 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:20.546231 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0422 16:59:20.697627 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:20.706891 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:21.040955 8376 kapi.go:107] duration metric: took 46.50662013s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0422 16:59:21.197365 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:21.205443 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:21.697429 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:21.705482 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:22.197222 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:22.205379 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:22.697001 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:22.707028 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:23.197062 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:23.205132 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:23.698049 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:23.705360 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:24.197169 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:24.205295 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:24.696976 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:24.705279 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:25.197084 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:25.205219 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:25.696986 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:25.704459 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:26.197060 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:26.205156 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:26.696999 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:26.705014 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:27.197758 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:27.205696 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:27.697055 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:27.704470 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:28.197407 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:28.205446 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:28.697893 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:28.704889 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:29.197885 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:29.207945 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:29.700296 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:29.712416 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:30.197446 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:30.205163 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:30.697829 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:30.705084 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:31.197933 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:31.204606 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:31.697856 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:31.704972 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:32.198005 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:32.204971 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:32.698066 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:32.705107 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:33.197020 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:33.205287 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:33.698472 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:33.705527 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:34.197083 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:34.204612 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:34.697191 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:34.705182 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:35.198251 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:35.205437 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:35.697872 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:35.705691 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:36.197116 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:36.204549 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:36.697286 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:36.705061 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:37.198027 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:37.205080 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:37.697881 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:37.705321 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:38.198252 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:38.205521 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:38.697492 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:38.711742 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:39.196746 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:39.204951 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:39.698397 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:39.706571 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:40.198347 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:40.205511 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:40.697731 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:40.705350 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:41.199482 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:41.206080 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:41.697687 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:41.705543 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:42.199047 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:42.211450 8376 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0422 16:59:42.697154 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:42.705099 8376 kapi.go:107] duration metric: took 1m10.504530581s to wait for app.kubernetes.io/name=ingress-nginx ...
I0422 16:59:43.198246 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:43.699048 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:44.198723 8376 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0422 16:59:44.696896 8376 kapi.go:107] duration metric: took 1m9.003225318s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0422 16:59:44.699253 8376 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-613799 cluster.
I0422 16:59:44.701456 8376 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.
I0422 16:59:44.704029 8376 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0422 16:59:44.706323 8376 out.go:177] * Enabled addons: inspektor-gadget, nvidia-device-plugin, cloud-spanner, ingress-dns, storage-provisioner, yakd, metrics-server, storage-provisioner-rancher, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0422 16:59:44.708297 8376 addons.go:505] duration metric: took 1m21.900538153s for enable addons: enabled=[inspektor-gadget nvidia-device-plugin cloud-spanner ingress-dns storage-provisioner yakd metrics-server storage-provisioner-rancher volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0422 16:59:44.708342 8376 start.go:245] waiting for cluster config update ...
I0422 16:59:44.708365 8376 start.go:254] writing updated cluster config ...
I0422 16:59:44.708681 8376 ssh_runner.go:195] Run: rm -f paused
I0422 16:59:45.084584 8376 start.go:600] kubectl: 1.30.0, cluster: 1.30.0 (minor skew: 0)
I0422 16:59:45.086670 8376 out.go:177] * Done! kubectl is now configured to use "addons-613799" cluster and "default" namespace by default
==> Docker <==
Apr 22 17:00:43 addons-613799 cri-dockerd[1358]: time="2024-04-22T17:00:43Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/d185628fd8043224fb7dccdec494dbcddc47c6f40612674c11c762acedbc4d02/resolv.conf as [nameserver 10.96.0.10 search headlamp.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Apr 22 17:00:43 addons-613799 dockerd[1146]: time="2024-04-22T17:00:43.327567303Z" level=warning msg="reference for unknown type: " digest="sha256:dd9e2ad6ae6d23761372bc9cc0dbcb47aacd6a31986827b43ac207cecb25c39f" remote="ghcr.io/headlamp-k8s/headlamp@sha256:dd9e2ad6ae6d23761372bc9cc0dbcb47aacd6a31986827b43ac207cecb25c39f" spanID=df6ba32e7187691f traceID=33be465e04513ef3f3a9140c1669da8d
Apr 22 17:00:46 addons-613799 cri-dockerd[1358]: time="2024-04-22T17:00:46Z" level=info msg="Stop pulling image ghcr.io/headlamp-k8s/headlamp:v0.23.1@sha256:dd9e2ad6ae6d23761372bc9cc0dbcb47aacd6a31986827b43ac207cecb25c39f: Status: Downloaded newer image for ghcr.io/headlamp-k8s/headlamp@sha256:dd9e2ad6ae6d23761372bc9cc0dbcb47aacd6a31986827b43ac207cecb25c39f"
Apr 22 17:00:49 addons-613799 cri-dockerd[1358]: time="2024-04-22T17:00:49Z" level=info msg="Stop pulling image ghcr.io/inspektor-gadget/inspektor-gadget:v0.27.0@sha256:abef4926f3e6f0aa50c968aa954f990a6b0178e04a955293a49d96810c43d0e1: Status: Image is up to date for ghcr.io/inspektor-gadget/inspektor-gadget@sha256:abef4926f3e6f0aa50c968aa954f990a6b0178e04a955293a49d96810c43d0e1"
Apr 22 17:00:50 addons-613799 cri-dockerd[1358]: time="2024-04-22T17:00:50Z" level=error msg="error getting RW layer size for container ID '311055170c67fc06afc958ea3e8765ad1cb3348e61651bb5b15f348d374144c9': Error response from daemon: No such container: 311055170c67fc06afc958ea3e8765ad1cb3348e61651bb5b15f348d374144c9"
Apr 22 17:00:50 addons-613799 cri-dockerd[1358]: time="2024-04-22T17:00:50Z" level=error msg="Set backoffDuration to : 1m0s for container ID '311055170c67fc06afc958ea3e8765ad1cb3348e61651bb5b15f348d374144c9'"
Apr 22 17:00:51 addons-613799 dockerd[1146]: time="2024-04-22T17:00:51.147266289Z" level=info msg="ignoring event" container=308b485f65d09392d524a22e2ecbf966798ca8f948a0f11d8135326aaf0a1ec1 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 22 17:00:59 addons-613799 dockerd[1146]: time="2024-04-22T17:00:59.118653265Z" level=info msg="Container failed to exit within 30s of signal 15 - using the force" container=fa88f8496fd2174bc661f5ccad1b8007cbae7d9376515912e9110941d669973f spanID=3bdde3d26e3bfdba traceID=d3c83960ac660ae39cac551fcb3d6fd6
Apr 22 17:00:59 addons-613799 dockerd[1146]: time="2024-04-22T17:00:59.147273060Z" level=info msg="ignoring event" container=fa88f8496fd2174bc661f5ccad1b8007cbae7d9376515912e9110941d669973f module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 22 17:00:59 addons-613799 dockerd[1146]: time="2024-04-22T17:00:59.252002450Z" level=info msg="ignoring event" container=fb9ef4f6d26fe635be681472c52c7f5aa4086f8eaf2720bb75e55c3b1b4f09ef module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 22 17:00:59 addons-613799 dockerd[1146]: time="2024-04-22T17:00:59.370349371Z" level=info msg="ignoring event" container=548b3e6de2fe5f6f17672e0197f209b20d88aa9985dd204ed57853f34c3837eb module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 22 17:00:59 addons-613799 dockerd[1146]: time="2024-04-22T17:00:59.485367229Z" level=info msg="ignoring event" container=1dd31d9063246c46fe183bb02130e07733d16047422fb22ab9902a883a8c7432 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 22 17:01:03 addons-613799 dockerd[1146]: time="2024-04-22T17:01:03.959924490Z" level=info msg="ignoring event" container=81cdbe00ef1c3c80a3444eb96d96bb4b17f121f914db45b923d3f257e06d6530 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 22 17:01:10 addons-613799 cri-dockerd[1358]: time="2024-04-22T17:01:10Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/3333d4639b31b2bfd4e061f4b1128349b277dcd27eaf5f14f93654374082fb92/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Apr 22 17:01:12 addons-613799 cri-dockerd[1358]: time="2024-04-22T17:01:12Z" level=info msg="Stop pulling image docker.io/nginx:alpine: Status: Downloaded newer image for nginx:alpine"
Apr 22 17:01:19 addons-613799 cri-dockerd[1358]: time="2024-04-22T17:01:19Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/779991be09e022697632fd14308630e1be8e8813688e199db5606c022d395e2f/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Apr 22 17:01:21 addons-613799 cri-dockerd[1358]: time="2024-04-22T17:01:21Z" level=info msg="Stop pulling image gcr.io/google-samples/hello-app:1.0: Status: Downloaded newer image for gcr.io/google-samples/hello-app:1.0"
Apr 22 17:01:22 addons-613799 dockerd[1146]: time="2024-04-22T17:01:22.106316406Z" level=info msg="ignoring event" container=2c55cf68e01047eabd7f04a3fe1316124f2424d577e16cecdb5c81743b85b875 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 22 17:01:22 addons-613799 dockerd[1146]: time="2024-04-22T17:01:22.400738201Z" level=info msg="ignoring event" container=a335d08830aaba96efaba766f36cff1639368b35ed71cbb7d977aa403aca88ad module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 22 17:01:35 addons-613799 dockerd[1146]: time="2024-04-22T17:01:35.252888268Z" level=info msg="ignoring event" container=cc6b34661cec8a7ae4f2c813c4f8d329d845eabcf7fd29d06df148e6aea78e56 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 22 17:01:35 addons-613799 dockerd[1146]: time="2024-04-22T17:01:35.966627345Z" level=info msg="ignoring event" container=adf69b7e977941f3005d1c2395811c76ec3355b1d1388b8ae46bc6922a861eef module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 22 17:01:39 addons-613799 dockerd[1146]: time="2024-04-22T17:01:39.425203682Z" level=info msg="Container failed to exit within 2s of signal 15 - using the force" container=2ffe8142931d3786392344cde596437be1612d9f93b30f4ffcbcfea4fbe39ac4 spanID=07862bca8f561be1 traceID=71bec72ad1c66a4c0c740830e749225e
Apr 22 17:01:39 addons-613799 dockerd[1146]: time="2024-04-22T17:01:39.484738028Z" level=info msg="ignoring event" container=2ffe8142931d3786392344cde596437be1612d9f93b30f4ffcbcfea4fbe39ac4 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Apr 22 17:01:39 addons-613799 cri-dockerd[1358]: time="2024-04-22T17:01:39Z" level=info msg="Failed to read pod IP from plugin/docker: networkPlugin cni failed on the status hook for pod \"ingress-nginx-controller-84df5799c-l9gw4_ingress-nginx\": unexpected command output nsenter: cannot open /proc/7980/ns/net: No such file or directory\n with error: exit status 1"
Apr 22 17:01:39 addons-613799 dockerd[1146]: time="2024-04-22T17:01:39.615517103Z" level=info msg="ignoring event" container=a57851946116a348bd030bfdba414e9aaa97d1a9b73add72af0e9a9d3ebdc94b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
adf69b7e97794 dd1b12fcb6097 9 seconds ago Exited hello-world-app 2 779991be09e02 hello-world-app-86c47465fc-g26z8
cb806f1d6d2d7 nginx@sha256:7bd88800d8c18d4f73feeee25e04fcdbeecfc5e0a2b7254a90f4816bb67beadd 32 seconds ago Running nginx 0 3333d4639b31b nginx
76302fb56d844 ghcr.io/headlamp-k8s/headlamp@sha256:dd9e2ad6ae6d23761372bc9cc0dbcb47aacd6a31986827b43ac207cecb25c39f 58 seconds ago Running headlamp 0 d185628fd8043 headlamp-7559bf459f-8zwkj
0f75e92f9d7a2 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:e6c5b3bc32072ea370d34c27836efd11b3519d25bd444c2a8efc339cff0e20fb 2 minutes ago Running gcp-auth 0 63cde745aad97 gcp-auth-5db96cd9b4-8ksdd
2fe6b0927e1e7 1a024e390dd05 2 minutes ago Exited patch 1 ef9040460e5f5 ingress-nginx-admission-patch-jv6r7
9e5e457040168 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334 2 minutes ago Exited create 0 aeb350b252a49 ingress-nginx-admission-create-wfkw6
3e2b323e1c26e marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 2 minutes ago Running yakd 0 d758fa9b060e6 yakd-dashboard-5ddbf7d777-sc655
4d6e2db150b34 ba04bb24b9575 3 minutes ago Running storage-provisioner 0 967c5daf035d0 storage-provisioner
f7771d3faa790 2437cf7621777 3 minutes ago Running coredns 0 a5c869504248f coredns-7db6d8ff4d-49264
42370e1e04575 cb7eac0b42cc1 3 minutes ago Running kube-proxy 0 7d81658da029c kube-proxy-4clz2
81d92ceb51c5d 68feac521c0f1 3 minutes ago Running kube-controller-manager 0 cff4da1e08c9d kube-controller-manager-addons-613799
c21fa955fe51b 181f57fd3cdb7 3 minutes ago Running kube-apiserver 0 057e7d7ea351e kube-apiserver-addons-613799
fc150dafead7a 547adae34140b 3 minutes ago Running kube-scheduler 0 9183d41f6dd31 kube-scheduler-addons-613799
31e3fbb27550a 014faa467e297 3 minutes ago Running etcd 0 3db902b7a80a9 etcd-addons-613799
==> coredns [f7771d3faa79] <==
[INFO] 10.244.0.20:55700 - 36994 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000186711s
[INFO] 10.244.0.20:55700 - 64869 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00340613s
[INFO] 10.244.0.20:58754 - 63158 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00474075s
[INFO] 10.244.0.20:58754 - 26090 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002392758s
[INFO] 10.244.0.20:55700 - 18933 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002926291s
[INFO] 10.244.0.20:58754 - 59797 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000148148s
[INFO] 10.244.0.20:55700 - 58087 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000071211s
[INFO] 10.244.0.20:56452 - 64906 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000137489s
[INFO] 10.244.0.20:44821 - 768 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000059666s
[INFO] 10.244.0.20:44821 - 24698 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000076995s
[INFO] 10.244.0.20:56452 - 47714 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000056294s
[INFO] 10.244.0.20:44821 - 1395 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000057746s
[INFO] 10.244.0.20:56452 - 63008 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00004964s
[INFO] 10.244.0.20:44821 - 21858 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000058657s
[INFO] 10.244.0.20:56452 - 13417 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000045373s
[INFO] 10.244.0.20:44821 - 8529 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000048319s
[INFO] 10.244.0.20:56452 - 65095 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000139573s
[INFO] 10.244.0.20:44821 - 38209 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000111759s
[INFO] 10.244.0.20:56452 - 26378 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000044306s
[INFO] 10.244.0.20:56452 - 16659 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001564718s
[INFO] 10.244.0.20:44821 - 9718 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001579011s
[INFO] 10.244.0.20:44821 - 640 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001194496s
[INFO] 10.244.0.20:56452 - 47020 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001789541s
[INFO] 10.244.0.20:44821 - 61148 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000045225s
[INFO] 10.244.0.20:56452 - 28951 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000046604s
==> describe nodes <==
Name: addons-613799
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-613799
kubernetes.io/os=linux
minikube.k8s.io/commit=066f6aefcc83a135104448c0f8191604ce1e099a
minikube.k8s.io/name=addons-613799
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_04_22T16_58_10_0700
minikube.k8s.io/version=v1.33.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-613799
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 22 Apr 2024 16:58:07 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-613799
AcquireTime: <unset>
RenewTime: Mon, 22 Apr 2024 17:01:43 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 22 Apr 2024 17:01:14 +0000 Mon, 22 Apr 2024 16:58:04 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 22 Apr 2024 17:01:14 +0000 Mon, 22 Apr 2024 16:58:04 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 22 Apr 2024 17:01:14 +0000 Mon, 22 Apr 2024 16:58:04 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 22 Apr 2024 17:01:14 +0000 Mon, 22 Apr 2024 16:58:19 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-613799
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022560Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022560Ki
pods: 110
System Info:
Machine ID: e8569915c07e46de9508ef28de500de0
System UUID: 76e86a3d-e1fd-49d8-8e06-4b37d1d78fdf
Boot ID: 10a06b61-013b-4e8e-82bb-900d7f84a0de
Kernel Version: 5.15.0-1058-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: docker://26.0.2
Kubelet Version: v1.30.0
Kube-Proxy Version: v1.30.0
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (12 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-86c47465fc-g26z8 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 25s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 35s
gcp-auth gcp-auth-5db96cd9b4-8ksdd 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m9s
headlamp headlamp-7559bf459f-8zwkj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 62s
kube-system coredns-7db6d8ff4d-49264 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 3m21s
kube-system etcd-addons-613799 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 3m34s
kube-system kube-apiserver-addons-613799 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m34s
kube-system kube-controller-manager-addons-613799 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m34s
kube-system kube-proxy-4clz2 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m21s
kube-system kube-scheduler-addons-613799 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m34s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m17s
yakd-dashboard yakd-dashboard-5ddbf7d777-sc655 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 3m14s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 750m (37%!)(MISSING) 0 (0%!)(MISSING)
memory 298Mi (3%!)(MISSING) 426Mi (5%!)(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 3m19s kube-proxy
Normal Starting 3m42s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m42s (x8 over 3m42s) kubelet Node addons-613799 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m42s (x8 over 3m42s) kubelet Node addons-613799 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m42s (x7 over 3m42s) kubelet Node addons-613799 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 3m42s kubelet Updated Node Allocatable limit across pods
Normal Starting 3m35s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m35s kubelet Node addons-613799 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m35s kubelet Node addons-613799 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m35s kubelet Node addons-613799 status is now: NodeHasSufficientPID
Normal NodeNotReady 3m35s kubelet Node addons-613799 status is now: NodeNotReady
Normal NodeAllocatableEnforced 3m35s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 3m25s kubelet Node addons-613799 status is now: NodeReady
Normal RegisteredNode 3m22s node-controller Node addons-613799 event: Registered Node addons-613799 in Controller
==> dmesg <==
[Apr22 16:17] ACPI: SRAT not present
[ +0.000000] ACPI: SRAT not present
[ +0.000000] SPI driver altr_a10sr has no spi_device_id for altr,a10sr
[ +0.015433] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +0.522540] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.002942] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.018692] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.004685] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.003974] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.663946] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[ +6.869211] kauditd_printk_skb: 27 callbacks suppressed
==> etcd [31e3fbb27550] <==
{"level":"info","ts":"2024-04-22T16:58:03.687411Z","caller":"fileutil/purge.go:50","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap","max":5,"interval":"30s"}
{"level":"info","ts":"2024-04-22T16:58:03.687419Z","caller":"fileutil/purge.go:50","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/wal","suffix":"wal","max":5,"interval":"30s"}
{"level":"info","ts":"2024-04-22T16:58:03.690873Z","caller":"embed/etcd.go:726","msg":"starting with client TLS","tls-info":"cert = /var/lib/minikube/certs/etcd/server.crt, key = /var/lib/minikube/certs/etcd/server.key, client-cert=, client-key=, trusted-ca = /var/lib/minikube/certs/etcd/ca.crt, client-cert-auth = true, crl-file = ","cipher-suites":[]}
{"level":"info","ts":"2024-04-22T16:58:03.691079Z","caller":"embed/etcd.go:277","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2024-04-22T16:58:03.691108Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-04-22T16:58:03.691189Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-04-22T16:58:03.691199Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-04-22T16:58:04.676815Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-04-22T16:58:04.676915Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-04-22T16:58:04.67696Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-04-22T16:58:04.677015Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-04-22T16:58:04.677048Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-04-22T16:58:04.677092Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-04-22T16:58:04.677131Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-04-22T16:58:04.684403Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-22T16:58:04.684741Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-613799 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-04-22T16:58:04.687663Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-22T16:58:04.687786Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-22T16:58:04.687853Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-22T16:58:04.687893Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-04-22T16:58:04.688208Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-04-22T16:58:04.689916Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-04-22T16:58:04.691431Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-04-22T16:58:04.694555Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-04-22T16:58:04.725294Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
==> gcp-auth [0f75e92f9d7a] <==
2024/04/22 16:59:44 GCP Auth Webhook started!
2024/04/22 16:59:56 Ready to marshal response ...
2024/04/22 16:59:56 Ready to write response ...
2024/04/22 16:59:57 Ready to marshal response ...
2024/04/22 16:59:57 Ready to write response ...
2024/04/22 17:00:17 Ready to marshal response ...
2024/04/22 17:00:18 Ready to write response ...
2024/04/22 17:00:19 Ready to marshal response ...
2024/04/22 17:00:19 Ready to write response ...
2024/04/22 17:00:19 Ready to marshal response ...
2024/04/22 17:00:19 Ready to write response ...
2024/04/22 17:00:28 Ready to marshal response ...
2024/04/22 17:00:28 Ready to write response ...
2024/04/22 17:00:42 Ready to marshal response ...
2024/04/22 17:00:42 Ready to write response ...
2024/04/22 17:00:42 Ready to marshal response ...
2024/04/22 17:00:42 Ready to write response ...
2024/04/22 17:00:42 Ready to marshal response ...
2024/04/22 17:00:42 Ready to write response ...
2024/04/22 17:01:09 Ready to marshal response ...
2024/04/22 17:01:09 Ready to write response ...
2024/04/22 17:01:19 Ready to marshal response ...
2024/04/22 17:01:19 Ready to write response ...
==> kernel <==
17:01:44 up 44 min, 0 users, load average: 3.36, 2.65, 1.16
Linux addons-613799 5.15.0-1058-aws #64~20.04.1-Ubuntu SMP Tue Apr 9 11:11:55 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kube-apiserver [c21fa955fe51] <==
I0422 16:58:59.586428 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0422 17:00:09.836587 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0422 17:00:34.835983 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0422 17:00:34.836241 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0422 17:00:34.862253 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0422 17:00:34.862309 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0422 17:00:34.882736 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0422 17:00:34.882788 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0422 17:00:34.900602 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0422 17:00:34.901256 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0422 17:00:34.912171 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0422 17:00:34.912212 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0422 17:00:35.883066 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0422 17:00:35.912175 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0422 17:00:35.965681 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0422 17:00:42.602518 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.104.208.93"}
E0422 17:00:44.124530 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0422 17:01:00.510315 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0422 17:01:03.870040 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0422 17:01:04.907810 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0422 17:01:09.494798 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0422 17:01:09.819513 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.101.205.238"}
I0422 17:01:19.482786 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.107.190.145"}
E0422 17:01:36.461814 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
E0422 17:01:36.487154 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
==> kube-controller-manager [81d92ceb51c5] <==
W0422 17:01:13.500811 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0422 17:01:13.500853 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0422 17:01:14.040139 1 namespace_controller.go:182] "Namespace has been deleted" logger="namespace-controller" namespace="gadget"
I0422 17:01:16.584350 1 namespace_controller.go:182] "Namespace has been deleted" logger="namespace-controller" namespace="local-path-storage"
W0422 17:01:17.053290 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0422 17:01:17.053328 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0422 17:01:17.867820 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0422 17:01:17.867854 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0422 17:01:19.296932 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="35.834049ms"
I0422 17:01:19.309279 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="12.282296ms"
I0422 17:01:19.310621 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="35.068µs"
I0422 17:01:19.315919 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="37.611µs"
I0422 17:01:22.287734 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="41.46µs"
I0422 17:01:22.909427 1 shared_informer.go:313] Waiting for caches to sync for resource quota
I0422 17:01:22.909468 1 shared_informer.go:320] Caches are synced for resource quota
W0422 17:01:23.304461 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0422 17:01:23.304504 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0422 17:01:23.308631 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="42.509µs"
I0422 17:01:23.354439 1 shared_informer.go:313] Waiting for caches to sync for garbage collector
I0422 17:01:23.354492 1 shared_informer.go:320] Caches are synced for garbage collector
I0422 17:01:24.326038 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="44.88µs"
I0422 17:01:36.375138 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0422 17:01:36.382297 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-84df5799c" duration="99.115µs"
I0422 17:01:36.384560 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0422 17:01:36.485934 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="56.13µs"
==> kube-proxy [42370e1e0457] <==
I0422 16:58:24.501692 1 server_linux.go:69] "Using iptables proxy"
I0422 16:58:24.534865 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0422 16:58:24.605983 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0422 16:58:24.606028 1 server_linux.go:165] "Using iptables Proxier"
I0422 16:58:24.611541 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0422 16:58:24.611573 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0422 16:58:24.611589 1 proxier.go:243] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I0422 16:58:24.611791 1 server.go:872] "Version info" version="v1.30.0"
I0422 16:58:24.611805 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0422 16:58:24.617863 1 config.go:192] "Starting service config controller"
I0422 16:58:24.617877 1 shared_informer.go:313] Waiting for caches to sync for service config
I0422 16:58:24.617902 1 config.go:101] "Starting endpoint slice config controller"
I0422 16:58:24.617907 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0422 16:58:24.618237 1 config.go:319] "Starting node config controller"
I0422 16:58:24.618244 1 shared_informer.go:313] Waiting for caches to sync for node config
I0422 16:58:24.719297 1 shared_informer.go:320] Caches are synced for node config
I0422 16:58:24.719339 1 shared_informer.go:320] Caches are synced for service config
I0422 16:58:24.719380 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [fc150dafead7] <==
W0422 16:58:08.292744 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0422 16:58:08.292855 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0422 16:58:08.363700 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0422 16:58:08.363971 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
W0422 16:58:08.371010 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0422 16:58:08.371050 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0422 16:58:08.382843 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0422 16:58:08.383093 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0422 16:58:08.393026 1 reflector.go:547] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0422 16:58:08.393265 1 reflector.go:150] runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
W0422 16:58:08.443650 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0422 16:58:08.443870 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W0422 16:58:08.473296 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0422 16:58:08.473543 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0422 16:58:08.496835 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0422 16:58:08.497093 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0422 16:58:08.547273 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0422 16:58:08.547529 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0422 16:58:08.593156 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0422 16:58:08.593399 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0422 16:58:08.617645 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0422 16:58:08.617865 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0422 16:58:08.625605 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0422 16:58:08.625825 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
I0422 16:58:10.824371 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Apr 22 17:01:23 addons-613799 kubelet[2200]: I0422 17:01:23.295452 2200 scope.go:117] "RemoveContainer" containerID="a335d08830aaba96efaba766f36cff1639368b35ed71cbb7d977aa403aca88ad"
Apr 22 17:01:23 addons-613799 kubelet[2200]: E0422 17:01:23.295883 2200 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-g26z8_default(bddf7b1e-f4d5-4817-9980-c7d38b917400)\"" pod="default/hello-world-app-86c47465fc-g26z8" podUID="bddf7b1e-f4d5-4817-9980-c7d38b917400"
Apr 22 17:01:24 addons-613799 kubelet[2200]: I0422 17:01:24.313590 2200 scope.go:117] "RemoveContainer" containerID="a335d08830aaba96efaba766f36cff1639368b35ed71cbb7d977aa403aca88ad"
Apr 22 17:01:24 addons-613799 kubelet[2200]: E0422 17:01:24.314475 2200 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-g26z8_default(bddf7b1e-f4d5-4817-9980-c7d38b917400)\"" pod="default/hello-world-app-86c47465fc-g26z8" podUID="bddf7b1e-f4d5-4817-9980-c7d38b917400"
Apr 22 17:01:25 addons-613799 kubelet[2200]: I0422 17:01:25.799540 2200 scope.go:117] "RemoveContainer" containerID="6a1ca433a9023cb34fcb46c3e969814f07ada950a4e5956e4f57cfd326dd1ea1"
Apr 22 17:01:25 addons-613799 kubelet[2200]: E0422 17:01:25.800207 2200 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 1m20s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(e686b0b2-8006-4cd8-879a-c2828e33f5b0)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="e686b0b2-8006-4cd8-879a-c2828e33f5b0"
Apr 22 17:01:35 addons-613799 kubelet[2200]: I0422 17:01:35.423511 2200 scope.go:117] "RemoveContainer" containerID="6a1ca433a9023cb34fcb46c3e969814f07ada950a4e5956e4f57cfd326dd1ea1"
Apr 22 17:01:35 addons-613799 kubelet[2200]: I0422 17:01:35.430671 2200 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-qbkcj\" (UniqueName: \"kubernetes.io/projected/e686b0b2-8006-4cd8-879a-c2828e33f5b0-kube-api-access-qbkcj\") pod \"e686b0b2-8006-4cd8-879a-c2828e33f5b0\" (UID: \"e686b0b2-8006-4cd8-879a-c2828e33f5b0\") "
Apr 22 17:01:35 addons-613799 kubelet[2200]: I0422 17:01:35.435443 2200 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/e686b0b2-8006-4cd8-879a-c2828e33f5b0-kube-api-access-qbkcj" (OuterVolumeSpecName: "kube-api-access-qbkcj") pod "e686b0b2-8006-4cd8-879a-c2828e33f5b0" (UID: "e686b0b2-8006-4cd8-879a-c2828e33f5b0"). InnerVolumeSpecName "kube-api-access-qbkcj". PluginName "kubernetes.io/projected", VolumeGidValue ""
Apr 22 17:01:35 addons-613799 kubelet[2200]: I0422 17:01:35.531290 2200 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-qbkcj\" (UniqueName: \"kubernetes.io/projected/e686b0b2-8006-4cd8-879a-c2828e33f5b0-kube-api-access-qbkcj\") on node \"addons-613799\" DevicePath \"\""
Apr 22 17:01:35 addons-613799 kubelet[2200]: I0422 17:01:35.801527 2200 scope.go:117] "RemoveContainer" containerID="a335d08830aaba96efaba766f36cff1639368b35ed71cbb7d977aa403aca88ad"
Apr 22 17:01:35 addons-613799 kubelet[2200]: I0422 17:01:35.820881 2200 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="e686b0b2-8006-4cd8-879a-c2828e33f5b0" path="/var/lib/kubelet/pods/e686b0b2-8006-4cd8-879a-c2828e33f5b0/volumes"
Apr 22 17:01:36 addons-613799 kubelet[2200]: I0422 17:01:36.465174 2200 scope.go:117] "RemoveContainer" containerID="a335d08830aaba96efaba766f36cff1639368b35ed71cbb7d977aa403aca88ad"
Apr 22 17:01:36 addons-613799 kubelet[2200]: I0422 17:01:36.465648 2200 scope.go:117] "RemoveContainer" containerID="adf69b7e977941f3005d1c2395811c76ec3355b1d1388b8ae46bc6922a861eef"
Apr 22 17:01:36 addons-613799 kubelet[2200]: E0422 17:01:36.466140 2200 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-g26z8_default(bddf7b1e-f4d5-4817-9980-c7d38b917400)\"" pod="default/hello-world-app-86c47465fc-g26z8" podUID="bddf7b1e-f4d5-4817-9980-c7d38b917400"
Apr 22 17:01:37 addons-613799 kubelet[2200]: I0422 17:01:37.807676 2200 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="66780df8-e68a-46c9-8653-01f10ce1aabb" path="/var/lib/kubelet/pods/66780df8-e68a-46c9-8653-01f10ce1aabb/volumes"
Apr 22 17:01:37 addons-613799 kubelet[2200]: I0422 17:01:37.808141 2200 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="a1e9e77c-cd2e-40c6-a5aa-8e75da670790" path="/var/lib/kubelet/pods/a1e9e77c-cd2e-40c6-a5aa-8e75da670790/volumes"
Apr 22 17:01:39 addons-613799 kubelet[2200]: I0422 17:01:39.758683 2200 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-nhtdv\" (UniqueName: \"kubernetes.io/projected/29478d59-bcc3-43e4-afbe-1fc6c594ebc6-kube-api-access-nhtdv\") pod \"29478d59-bcc3-43e4-afbe-1fc6c594ebc6\" (UID: \"29478d59-bcc3-43e4-afbe-1fc6c594ebc6\") "
Apr 22 17:01:39 addons-613799 kubelet[2200]: I0422 17:01:39.758744 2200 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/29478d59-bcc3-43e4-afbe-1fc6c594ebc6-webhook-cert\") pod \"29478d59-bcc3-43e4-afbe-1fc6c594ebc6\" (UID: \"29478d59-bcc3-43e4-afbe-1fc6c594ebc6\") "
Apr 22 17:01:39 addons-613799 kubelet[2200]: I0422 17:01:39.760716 2200 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/29478d59-bcc3-43e4-afbe-1fc6c594ebc6-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "29478d59-bcc3-43e4-afbe-1fc6c594ebc6" (UID: "29478d59-bcc3-43e4-afbe-1fc6c594ebc6"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Apr 22 17:01:39 addons-613799 kubelet[2200]: I0422 17:01:39.764969 2200 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/29478d59-bcc3-43e4-afbe-1fc6c594ebc6-kube-api-access-nhtdv" (OuterVolumeSpecName: "kube-api-access-nhtdv") pod "29478d59-bcc3-43e4-afbe-1fc6c594ebc6" (UID: "29478d59-bcc3-43e4-afbe-1fc6c594ebc6"). InnerVolumeSpecName "kube-api-access-nhtdv". PluginName "kubernetes.io/projected", VolumeGidValue ""
Apr 22 17:01:39 addons-613799 kubelet[2200]: I0422 17:01:39.813871 2200 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="29478d59-bcc3-43e4-afbe-1fc6c594ebc6" path="/var/lib/kubelet/pods/29478d59-bcc3-43e4-afbe-1fc6c594ebc6/volumes"
Apr 22 17:01:39 addons-613799 kubelet[2200]: I0422 17:01:39.858990 2200 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-nhtdv\" (UniqueName: \"kubernetes.io/projected/29478d59-bcc3-43e4-afbe-1fc6c594ebc6-kube-api-access-nhtdv\") on node \"addons-613799\" DevicePath \"\""
Apr 22 17:01:39 addons-613799 kubelet[2200]: I0422 17:01:39.859049 2200 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/29478d59-bcc3-43e4-afbe-1fc6c594ebc6-webhook-cert\") on node \"addons-613799\" DevicePath \"\""
Apr 22 17:01:40 addons-613799 kubelet[2200]: I0422 17:01:40.630924 2200 scope.go:117] "RemoveContainer" containerID="2ffe8142931d3786392344cde596437be1612d9f93b30f4ffcbcfea4fbe39ac4"
==> storage-provisioner [4d6e2db150b3] <==
I0422 16:58:28.873149 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0422 16:58:28.897349 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0422 16:58:28.897394 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0422 16:58:28.909423 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0422 16:58:28.911338 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-613799_351d1af6-498a-423c-a5a4-519239f27f70!
I0422 16:58:28.920385 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"11d34d90-be6c-420c-9273-1a33cac2585f", APIVersion:"v1", ResourceVersion:"560", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-613799_351d1af6-498a-423c-a5a4-519239f27f70 became leader
I0422 16:58:29.013956 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-613799_351d1af6-498a-423c-a5a4-519239f27f70!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-613799 -n addons-613799
helpers_test.go:261: (dbg) Run: kubectl --context addons-613799 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (36.45s)