=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-988376 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-988376 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-988376 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" [847f6f23-3143-4e45-a42b-ecdbffc3fea9] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [847f6f23-3143-4e45-a42b-ecdbffc3fea9] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.004001294s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-988376 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run: kubectl --context addons-988376 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-988376 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.061276154s)
-- 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-988376 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-988376 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-988376 addons disable ingress --alsologtostderr -v=1: (7.628078336s)
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-988376
helpers_test.go:235: (dbg) docker inspect addons-988376:
-- stdout --
[
{
"Id": "a53c2921353dc35cb84716cbfc971c3e567f72c97168ac3255779c7762a24bf5",
"Created": "2024-05-20T10:20:45.61196877Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 8627,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-05-20T10:20:45.936120846Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:56620e18f2c2c9a0448fc43c42f840334bd2baea497ff8deae66477dd0dbfecf",
"ResolvConfPath": "/var/lib/docker/containers/a53c2921353dc35cb84716cbfc971c3e567f72c97168ac3255779c7762a24bf5/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/a53c2921353dc35cb84716cbfc971c3e567f72c97168ac3255779c7762a24bf5/hostname",
"HostsPath": "/var/lib/docker/containers/a53c2921353dc35cb84716cbfc971c3e567f72c97168ac3255779c7762a24bf5/hosts",
"LogPath": "/var/lib/docker/containers/a53c2921353dc35cb84716cbfc971c3e567f72c97168ac3255779c7762a24bf5/a53c2921353dc35cb84716cbfc971c3e567f72c97168ac3255779c7762a24bf5-json.log",
"Name": "/addons-988376",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-988376:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-988376",
"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/a9b531179d35fcc3537ce8b4954f490e7f369a6d4c60f4efbc2ef4f57876231f-init/diff:/var/lib/docker/overlay2/5223768ff4f8d0789b9175fc3fdf07e45fc06ea6efae7d6f7831e460b38e1113/diff",
"MergedDir": "/var/lib/docker/overlay2/a9b531179d35fcc3537ce8b4954f490e7f369a6d4c60f4efbc2ef4f57876231f/merged",
"UpperDir": "/var/lib/docker/overlay2/a9b531179d35fcc3537ce8b4954f490e7f369a6d4c60f4efbc2ef4f57876231f/diff",
"WorkDir": "/var/lib/docker/overlay2/a9b531179d35fcc3537ce8b4954f490e7f369a6d4c60f4efbc2ef4f57876231f/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-988376",
"Source": "/var/lib/docker/volumes/addons-988376/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-988376",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a",
"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-988376",
"name.minikube.sigs.k8s.io": "addons-988376",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "f5061b9b9bfd28375b7aeaf438acaca28c725b0e20347994b87166d26db34061",
"SandboxKey": "/var/run/docker/netns/f5061b9b9bfd",
"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-988376": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "6cd728afe827d93cc2c38aab0c204b4f4db5011364dec32f3d648580452b935b",
"EndpointID": "2c9972e4da0e8366fd0b6fab00028680e364e8b64993ad78c2e20bc404885ffa",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-988376",
"a53c2921353d"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-988376 -n addons-988376
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-988376 logs -n 25
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-572511 | download-only-572511 | jenkins | v1.33.1 | 20 May 24 10:20 UTC | 20 May 24 10:20 UTC |
| delete | -p download-only-479514 | download-only-479514 | jenkins | v1.33.1 | 20 May 24 10:20 UTC | 20 May 24 10:20 UTC |
| delete | -p download-only-572511 | download-only-572511 | jenkins | v1.33.1 | 20 May 24 10:20 UTC | 20 May 24 10:20 UTC |
| start | --download-only -p | download-docker-508495 | jenkins | v1.33.1 | 20 May 24 10:20 UTC | |
| | download-docker-508495 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p download-docker-508495 | download-docker-508495 | jenkins | v1.33.1 | 20 May 24 10:20 UTC | 20 May 24 10:20 UTC |
| start | --download-only -p | binary-mirror-981870 | jenkins | v1.33.1 | 20 May 24 10:20 UTC | |
| | binary-mirror-981870 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:34277 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p binary-mirror-981870 | binary-mirror-981870 | jenkins | v1.33.1 | 20 May 24 10:20 UTC | 20 May 24 10:20 UTC |
| addons | enable dashboard -p | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:20 UTC | |
| | addons-988376 | | | | | |
| addons | disable dashboard -p | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:20 UTC | |
| | addons-988376 | | | | | |
| start | -p addons-988376 --wait=true | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:20 UTC | 20 May 24 10:22 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-988376 ip | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:23 UTC | 20 May 24 10:23 UTC |
| addons | addons-988376 addons disable | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:23 UTC | 20 May 24 10:23 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:23 UTC | 20 May 24 10:23 UTC |
| | -p addons-988376 | | | | | |
| ssh | addons-988376 ssh cat | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:23 UTC | 20 May 24 10:23 UTC |
| | /opt/local-path-provisioner/pvc-1d3d24c8-8add-46c7-93b5-a621b104aabf_default_test-pvc/file1 | | | | | |
| addons | addons-988376 addons disable | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:23 UTC | 20 May 24 10:24 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-988376 addons | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:23 UTC | 20 May 24 10:23 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-988376 addons | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:23 UTC | 20 May 24 10:23 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:23 UTC | 20 May 24 10:23 UTC |
| | addons-988376 | | | | | |
| addons | enable headlamp | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:23 UTC | 20 May 24 10:23 UTC |
| | -p addons-988376 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:24 UTC | 20 May 24 10:24 UTC |
| | addons-988376 | | | | | |
| addons | addons-988376 addons | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:24 UTC | 20 May 24 10:24 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-988376 ssh curl -s | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:24 UTC | 20 May 24 10:24 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-988376 ip | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:24 UTC | 20 May 24 10:24 UTC |
| addons | addons-988376 addons disable | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:24 UTC | 20 May 24 10:24 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-988376 addons disable | addons-988376 | jenkins | v1.33.1 | 20 May 24 10:24 UTC | 20 May 24 10:24 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/05/20 10:20:21
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.3 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0520 10:20:21.038288 8148 out.go:291] Setting OutFile to fd 1 ...
I0520 10:20:21.038436 8148 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0520 10:20:21.038445 8148 out.go:304] Setting ErrFile to fd 2...
I0520 10:20:21.038451 8148 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0520 10:20:21.038729 8148 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18925-2151/.minikube/bin
I0520 10:20:21.039148 8148 out.go:298] Setting JSON to false
I0520 10:20:21.039846 8148 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":141,"bootTime":1716200280,"procs":150,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1061-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0520 10:20:21.039909 8148 start.go:139] virtualization:
I0520 10:20:21.042071 8148 out.go:177] * [addons-988376] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0520 10:20:21.044672 8148 out.go:177] - MINIKUBE_LOCATION=18925
I0520 10:20:21.046211 8148 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0520 10:20:21.044743 8148 notify.go:220] Checking for updates...
I0520 10:20:21.049887 8148 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18925-2151/kubeconfig
I0520 10:20:21.051883 8148 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18925-2151/.minikube
I0520 10:20:21.053705 8148 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0520 10:20:21.055428 8148 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0520 10:20:21.057274 8148 driver.go:392] Setting default libvirt URI to qemu:///system
I0520 10:20:21.078354 8148 docker.go:122] docker version: linux-26.1.3:Docker Engine - Community
I0520 10:20:21.078475 8148 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0520 10:20:21.143750 8148 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-05-20 10:20:21.134085922 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1061-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:8214966272 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.1.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID: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.27.0]] Warnings:<nil>}}
I0520 10:20:21.143860 8148 docker.go:295] overlay module found
I0520 10:20:21.147411 8148 out.go:177] * Using the docker driver based on user configuration
I0520 10:20:21.149567 8148 start.go:297] selected driver: docker
I0520 10:20:21.149585 8148 start.go:901] validating driver "docker" against <nil>
I0520 10:20:21.149609 8148 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0520 10:20:21.150276 8148 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0520 10:20:21.201449 8148 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-05-20 10:20:21.192636548 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1061-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:8214966272 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.1.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID: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.27.0]] Warnings:<nil>}}
I0520 10:20:21.201610 8148 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0520 10:20:21.201886 8148 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]
I0520 10:20:21.203976 8148 out.go:177] * Using Docker driver with root privileges
I0520 10:20:21.205946 8148 cni.go:84] Creating CNI manager for ""
I0520 10:20:21.205970 8148 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0520 10:20:21.205978 8148 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0520 10:20:21.206066 8148 start.go:340] cluster config:
{Name:addons-988376 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.1 ClusterName:addons-988376 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.1 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}
I0520 10:20:21.208233 8148 out.go:177] * Starting "addons-988376" primary control-plane node in "addons-988376" cluster
I0520 10:20:21.210133 8148 cache.go:121] Beginning downloading kic base image for docker with docker
I0520 10:20:21.212051 8148 out.go:177] * Pulling base image v0.0.44-1715707529-18887 ...
I0520 10:20:21.213724 8148 preload.go:132] Checking if preload exists for k8s version v1.30.1 and runtime docker
I0520 10:20:21.213771 8148 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18925-2151/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.1-docker-overlay2-arm64.tar.lz4
I0520 10:20:21.213784 8148 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a in local docker daemon
I0520 10:20:21.213796 8148 cache.go:56] Caching tarball of preloaded images
I0520 10:20:21.213951 8148 preload.go:173] Found /home/jenkins/minikube-integration/18925-2151/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.1-docker-overlay2-arm64.tar.lz4 in cache, skipping download
I0520 10:20:21.213959 8148 cache.go:59] Finished verifying existence of preloaded tar for v1.30.1 on docker
I0520 10:20:21.214415 8148 profile.go:143] Saving config to /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/config.json ...
I0520 10:20:21.214447 8148 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/config.json: {Name:mke0d92ef1eeca33ec89aa3c03e11de49e02faad Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:20:21.227392 8148 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a to local cache
I0520 10:20:21.227514 8148 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a in local cache directory
I0520 10:20:21.227533 8148 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a in local cache directory, skipping pull
I0520 10:20:21.227537 8148 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a exists in cache, skipping pull
I0520 10:20:21.227546 8148 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a as a tarball
I0520 10:20:21.227551 8148 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a from local cache
I0520 10:20:37.813739 8148 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a from cached tarball
I0520 10:20:37.813786 8148 cache.go:194] Successfully downloaded all kic artifacts
I0520 10:20:37.813828 8148 start.go:360] acquireMachinesLock for addons-988376: {Name:mkfb9cffc40bdbdb1bd0c031d321628a1483183a Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0520 10:20:37.814001 8148 start.go:364] duration metric: took 144.989µs to acquireMachinesLock for "addons-988376"
I0520 10:20:37.814039 8148 start.go:93] Provisioning new machine with config: &{Name:addons-988376 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.1 ClusterName:addons-988376 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.1 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.1 ContainerRuntime:docker ControlPlane:true Worker:true}
I0520 10:20:37.814130 8148 start.go:125] createHost starting for "" (driver="docker")
I0520 10:20:37.816231 8148 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0520 10:20:37.816466 8148 start.go:159] libmachine.API.Create for "addons-988376" (driver="docker")
I0520 10:20:37.816498 8148 client.go:168] LocalClient.Create starting
I0520 10:20:37.816601 8148 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18925-2151/.minikube/certs/ca.pem
I0520 10:20:38.236968 8148 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18925-2151/.minikube/certs/cert.pem
I0520 10:20:39.355360 8148 cli_runner.go:164] Run: docker network inspect addons-988376 --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}}]}"
W0520 10:20:39.370520 8148 cli_runner.go:211] docker network inspect addons-988376 --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
I0520 10:20:39.370609 8148 network_create.go:281] running [docker network inspect addons-988376] to gather additional debugging logs...
I0520 10:20:39.370629 8148 cli_runner.go:164] Run: docker network inspect addons-988376
W0520 10:20:39.383898 8148 cli_runner.go:211] docker network inspect addons-988376 returned with exit code 1
I0520 10:20:39.383930 8148 network_create.go:284] error running [docker network inspect addons-988376]: docker network inspect addons-988376: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-988376 not found
I0520 10:20:39.383944 8148 network_create.go:286] output of [docker network inspect addons-988376]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-988376 not found
** /stderr **
I0520 10:20:39.384042 8148 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}}]}"
I0520 10:20:39.398134 8148 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:0x400172be90}
I0520 10:20:39.398177 8148 network_create.go:124] attempt to create docker network addons-988376 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0520 10:20:39.398233 8148 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-988376 addons-988376
I0520 10:20:39.455417 8148 network_create.go:108] docker network addons-988376 192.168.49.0/24 created
I0520 10:20:39.455456 8148 kic.go:121] calculated static IP "192.168.49.2" for the "addons-988376" container
I0520 10:20:39.455528 8148 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0520 10:20:39.468688 8148 cli_runner.go:164] Run: docker volume create addons-988376 --label name.minikube.sigs.k8s.io=addons-988376 --label created_by.minikube.sigs.k8s.io=true
I0520 10:20:39.485123 8148 oci.go:103] Successfully created a docker volume addons-988376
I0520 10:20:39.485221 8148 cli_runner.go:164] Run: docker run --rm --name addons-988376-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-988376 --entrypoint /usr/bin/test -v addons-988376:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a -d /var/lib
I0520 10:20:41.574477 8148 cli_runner.go:217] Completed: docker run --rm --name addons-988376-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-988376 --entrypoint /usr/bin/test -v addons-988376:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a -d /var/lib: (2.089211581s)
I0520 10:20:41.574513 8148 oci.go:107] Successfully prepared a docker volume addons-988376
I0520 10:20:41.574536 8148 preload.go:132] Checking if preload exists for k8s version v1.30.1 and runtime docker
I0520 10:20:41.574555 8148 kic.go:194] Starting extracting preloaded images to volume ...
I0520 10:20:41.574667 8148 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18925-2151/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.1-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-988376:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a -I lz4 -xf /preloaded.tar -C /extractDir
I0520 10:20:45.546538 8148 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18925-2151/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.1-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-988376:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a -I lz4 -xf /preloaded.tar -C /extractDir: (3.971827434s)
I0520 10:20:45.546565 8148 kic.go:203] duration metric: took 3.972007419s to extract preloaded images to volume ...
W0520 10:20:45.546710 8148 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0520 10:20:45.546814 8148 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0520 10:20:45.598087 8148 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-988376 --name addons-988376 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-988376 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-988376 --network addons-988376 --ip 192.168.49.2 --volume addons-988376:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a
I0520 10:20:45.946866 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Running}}
I0520 10:20:45.970788 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:20:45.988238 8148 cli_runner.go:164] Run: docker exec addons-988376 stat /var/lib/dpkg/alternatives/iptables
I0520 10:20:46.058375 8148 oci.go:144] the created container "addons-988376" has a running status.
I0520 10:20:46.058409 8148 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa...
I0520 10:20:46.487783 8148 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0520 10:20:46.515036 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:20:46.540493 8148 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0520 10:20:46.540519 8148 kic_runner.go:114] Args: [docker exec --privileged addons-988376 chown docker:docker /home/docker/.ssh/authorized_keys]
I0520 10:20:46.596370 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:20:46.614174 8148 machine.go:94] provisionDockerMachine start ...
I0520 10:20:46.614277 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:20:46.639784 8148 main.go:141] libmachine: Using SSH client type: native
I0520 10:20:46.640044 8148 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2b30] 0x3e5390 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0520 10:20:46.640059 8148 main.go:141] libmachine: About to run SSH command:
hostname
I0520 10:20:46.792524 8148 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-988376
I0520 10:20:46.792549 8148 ubuntu.go:169] provisioning hostname "addons-988376"
I0520 10:20:46.792616 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:20:46.814755 8148 main.go:141] libmachine: Using SSH client type: native
I0520 10:20:46.814994 8148 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2b30] 0x3e5390 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0520 10:20:46.815010 8148 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-988376 && echo "addons-988376" | sudo tee /etc/hostname
I0520 10:20:46.957409 8148 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-988376
I0520 10:20:46.957491 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:20:46.974016 8148 main.go:141] libmachine: Using SSH client type: native
I0520 10:20:46.974259 8148 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2b30] 0x3e5390 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0520 10:20:46.974285 8148 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-988376' /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-988376/g' /etc/hosts;
else
echo '127.0.1.1 addons-988376' | sudo tee -a /etc/hosts;
fi
fi
I0520 10:20:47.101232 8148 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0520 10:20:47.101296 8148 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18925-2151/.minikube CaCertPath:/home/jenkins/minikube-integration/18925-2151/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18925-2151/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18925-2151/.minikube}
I0520 10:20:47.101329 8148 ubuntu.go:177] setting up certificates
I0520 10:20:47.101340 8148 provision.go:84] configureAuth start
I0520 10:20:47.101398 8148 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-988376
I0520 10:20:47.117336 8148 provision.go:143] copyHostCerts
I0520 10:20:47.117424 8148 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18925-2151/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18925-2151/.minikube/ca.pem (1078 bytes)
I0520 10:20:47.117599 8148 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18925-2151/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18925-2151/.minikube/cert.pem (1123 bytes)
I0520 10:20:47.117672 8148 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18925-2151/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18925-2151/.minikube/key.pem (1675 bytes)
I0520 10:20:47.117748 8148 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18925-2151/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18925-2151/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18925-2151/.minikube/certs/ca-key.pem org=jenkins.addons-988376 san=[127.0.0.1 192.168.49.2 addons-988376 localhost minikube]
I0520 10:20:47.501706 8148 provision.go:177] copyRemoteCerts
I0520 10:20:47.501782 8148 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0520 10:20:47.501822 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:20:47.517797 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:20:47.609811 8148 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18925-2151/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0520 10:20:47.634082 8148 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18925-2151/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0520 10:20:47.657131 8148 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18925-2151/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0520 10:20:47.680395 8148 provision.go:87] duration metric: took 579.040997ms to configureAuth
I0520 10:20:47.680427 8148 ubuntu.go:193] setting minikube options for container-runtime
I0520 10:20:47.680611 8148 config.go:182] Loaded profile config "addons-988376": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.30.1
I0520 10:20:47.680672 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:20:47.696100 8148 main.go:141] libmachine: Using SSH client type: native
I0520 10:20:47.696378 8148 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2b30] 0x3e5390 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0520 10:20:47.696391 8148 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0520 10:20:47.821045 8148 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I0520 10:20:47.821080 8148 ubuntu.go:71] root file system type: overlay
I0520 10:20:47.821182 8148 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
I0520 10:20:47.821245 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:20:47.837261 8148 main.go:141] libmachine: Using SSH client type: native
I0520 10:20:47.837504 8148 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2b30] 0x3e5390 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0520 10:20:47.837584 8148 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
I0520 10:20:47.972462 8148 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
I0520 10:20:47.972554 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:20:47.993604 8148 main.go:141] libmachine: Using SSH client type: native
I0520 10:20:47.993900 8148 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2b30] 0x3e5390 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0520 10:20:47.993923 8148 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; }
I0520 10:20:48.735595 8148 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2024-05-08 13:59:39.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2024-05-20 10:20:47.967102568 +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
I0520 10:20:48.735691 8148 machine.go:97] duration metric: took 2.121496058s to provisionDockerMachine
I0520 10:20:48.735743 8148 client.go:171] duration metric: took 10.919233986s to LocalClient.Create
I0520 10:20:48.735788 8148 start.go:167] duration metric: took 10.919323116s to libmachine.API.Create "addons-988376"
I0520 10:20:48.735810 8148 start.go:293] postStartSetup for "addons-988376" (driver="docker")
I0520 10:20:48.735852 8148 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]
I0520 10:20:48.735939 8148 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
I0520 10:20:48.736007 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:20:48.752535 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:20:48.841712 8148 ssh_runner.go:195] Run: cat /etc/os-release
I0520 10:20:48.844658 8148 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0520 10:20:48.844692 8148 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0520 10:20:48.844703 8148 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0520 10:20:48.844712 8148 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0520 10:20:48.844727 8148 filesync.go:126] Scanning /home/jenkins/minikube-integration/18925-2151/.minikube/addons for local assets ...
I0520 10:20:48.844804 8148 filesync.go:126] Scanning /home/jenkins/minikube-integration/18925-2151/.minikube/files for local assets ...
I0520 10:20:48.844829 8148 start.go:296] duration metric: took 108.982803ms for postStartSetup
I0520 10:20:48.845158 8148 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-988376
I0520 10:20:48.860624 8148 profile.go:143] Saving config to /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/config.json ...
I0520 10:20:48.860909 8148 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0520 10:20:48.860960 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:20:48.876686 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:20:48.961587 8148 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0520 10:20:48.965856 8148 start.go:128] duration metric: took 11.151711112s to createHost
I0520 10:20:48.965895 8148 start.go:83] releasing machines lock for "addons-988376", held for 11.151875343s
I0520 10:20:48.965969 8148 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-988376
I0520 10:20:48.981640 8148 ssh_runner.go:195] Run: cat /version.json
I0520 10:20:48.981694 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:20:48.981936 8148 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0520 10:20:48.981976 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:20:48.996526 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:20:49.009208 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:20:49.092434 8148 ssh_runner.go:195] Run: systemctl --version
I0520 10:20:49.207401 8148 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0520 10:20:49.211650 8148 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' {}" ;
I0520 10:20:49.237014 8148 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0520 10:20:49.237106 8148 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" ;
I0520 10:20:49.270759 8148 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0520 10:20:49.270803 8148 start.go:494] detecting cgroup driver to use...
I0520 10:20:49.270836 8148 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0520 10:20:49.270959 8148 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"
I0520 10:20:49.286633 8148 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"
I0520 10:20:49.296391 8148 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"
I0520 10:20:49.306320 8148 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0520 10:20:49.306388 8148 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0520 10:20:49.315746 8148 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"
I0520 10:20:49.325045 8148 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0520 10:20:49.334439 8148 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0520 10:20:49.344092 8148 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0520 10:20:49.357379 8148 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"
I0520 10:20:49.367480 8148 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0520 10:20:49.376966 8148 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"
I0520 10:20:49.386625 8148 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0520 10:20:49.395144 8148 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0520 10:20:49.403070 8148 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0520 10:20:49.488169 8148 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0520 10:20:49.579754 8148 start.go:494] detecting cgroup driver to use...
I0520 10:20:49.579799 8148 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0520 10:20:49.579849 8148 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0520 10:20:49.602428 8148 cruntime.go:279] skipping containerd shutdown because we are bound to it
I0520 10:20:49.602492 8148 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0520 10:20:49.616887 8148 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"
I0520 10:20:49.636844 8148 ssh_runner.go:195] Run: which cri-dockerd
I0520 10:20:49.640274 8148 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0520 10:20:49.650204 8148 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (189 bytes)
I0520 10:20:49.668624 8148 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0520 10:20:49.774756 8148 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0520 10:20:49.868463 8148 docker.go:574] configuring docker to use "cgroupfs" as cgroup driver...
I0520 10:20:49.868626 8148 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (130 bytes)
I0520 10:20:49.890616 8148 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0520 10:20:49.976807 8148 ssh_runner.go:195] Run: sudo systemctl restart docker
I0520 10:20:50.239725 8148 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I0520 10:20:50.251530 8148 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0520 10:20:50.263776 8148 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0520 10:20:50.349782 8148 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0520 10:20:50.454021 8148 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0520 10:20:50.537820 8148 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0520 10:20:50.550999 8148 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0520 10:20:50.561427 8148 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0520 10:20:50.666733 8148 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I0520 10:20:50.734167 8148 start.go:541] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0520 10:20:50.734314 8148 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0520 10:20:50.738519 8148 start.go:562] Will wait 60s for crictl version
I0520 10:20:50.738635 8148 ssh_runner.go:195] Run: which crictl
I0520 10:20:50.742533 8148 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0520 10:20:50.783529 8148 start.go:578] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 26.1.2
RuntimeApiVersion: v1
I0520 10:20:50.783655 8148 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0520 10:20:50.804155 8148 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0520 10:20:50.830935 8148 out.go:204] * Preparing Kubernetes v1.30.1 on Docker 26.1.2 ...
I0520 10:20:50.831026 8148 cli_runner.go:164] Run: docker network inspect addons-988376 --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}}]}"
I0520 10:20:50.844043 8148 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0520 10:20:50.847482 8148 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""
I0520 10:20:50.857797 8148 kubeadm.go:877] updating cluster {Name:addons-988376 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.1 ClusterName:addons-988376 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.1 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} ...
I0520 10:20:50.857911 8148 preload.go:132] Checking if preload exists for k8s version v1.30.1 and runtime docker
I0520 10:20:50.857970 8148 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0520 10:20:50.874109 8148 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.30.1
registry.k8s.io/kube-scheduler:v1.30.1
registry.k8s.io/kube-controller-manager:v1.30.1
registry.k8s.io/kube-proxy:v1.30.1
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 --
I0520 10:20:50.874129 8148 docker.go:615] Images already preloaded, skipping extraction
I0520 10:20:50.874191 8148 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0520 10:20:50.889711 8148 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.30.1
registry.k8s.io/kube-scheduler:v1.30.1
registry.k8s.io/kube-controller-manager:v1.30.1
registry.k8s.io/kube-proxy:v1.30.1
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 --
I0520 10:20:50.889739 8148 cache_images.go:84] Images are preloaded, skipping loading
I0520 10:20:50.889757 8148 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.1 docker true true} ...
I0520 10:20:50.889850 8148 kubeadm.go:940] kubelet [Unit]
Wants=docker.socket
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-988376 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.1 ClusterName:addons-988376 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:}
I0520 10:20:50.889920 8148 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0520 10:20:50.937280 8148 cni.go:84] Creating CNI manager for ""
I0520 10:20:50.937304 8148 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0520 10:20:50.937315 8148 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0520 10:20:50.937334 8148 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-988376 NodeName:addons-988376 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}
I0520 10:20:50.937484 8148 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-988376"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.30.1
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///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
I0520 10:20:50.937553 8148 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.1
I0520 10:20:50.945881 8148 binaries.go:44] Found k8s binaries, skipping transfer
I0520 10:20:50.945959 8148 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0520 10:20:50.954069 8148 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (312 bytes)
I0520 10:20:50.971099 8148 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0520 10:20:50.987976 8148 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2155 bytes)
I0520 10:20:51.005910 8148 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0520 10:20:51.010266 8148 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""
I0520 10:20:51.021325 8148 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0520 10:20:51.105032 8148 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0520 10:20:51.121129 8148 certs.go:68] Setting up /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376 for IP: 192.168.49.2
I0520 10:20:51.121201 8148 certs.go:194] generating shared ca certs ...
I0520 10:20:51.121232 8148 certs.go:226] acquiring lock for ca certs: {Name:mka753a63b3bd30b9859f448573f70a0fd066da5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:20:51.121407 8148 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18925-2151/.minikube/ca.key
I0520 10:20:51.986407 8148 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18925-2151/.minikube/ca.crt ...
I0520 10:20:51.986437 8148 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18925-2151/.minikube/ca.crt: {Name:mk2c551da1d0dae975f980ec6a710246cf2df9b4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:20:51.986662 8148 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18925-2151/.minikube/ca.key ...
I0520 10:20:51.986678 8148 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18925-2151/.minikube/ca.key: {Name:mkd2ad506859fe4473b5759953e3950ef9a85f22 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:20:51.986785 8148 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18925-2151/.minikube/proxy-client-ca.key
I0520 10:20:52.723966 8148 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18925-2151/.minikube/proxy-client-ca.crt ...
I0520 10:20:52.724001 8148 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18925-2151/.minikube/proxy-client-ca.crt: {Name:mkf6abedde6dfeef3de27fafe7ba34b6ddadade3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:20:52.724196 8148 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18925-2151/.minikube/proxy-client-ca.key ...
I0520 10:20:52.724210 8148 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18925-2151/.minikube/proxy-client-ca.key: {Name:mk5ca67869057a0ba6c26d6636a91c708e08cde4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:20:52.724296 8148 certs.go:256] generating profile certs ...
I0520 10:20:52.724385 8148 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/client.key
I0520 10:20:52.724407 8148 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/client.crt with IP's: []
I0520 10:20:53.068764 8148 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/client.crt ...
I0520 10:20:53.068796 8148 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/client.crt: {Name:mk8e27811dd7625dc5d6c356daae27ab6ea779a4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:20:53.068987 8148 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/client.key ...
I0520 10:20:53.069000 8148 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/client.key: {Name:mkf886aa5c4798f0f6ddd4eaacdcf5b00fd0bc6b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:20:53.069125 8148 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/apiserver.key.a75a2d1a
I0520 10:20:53.069150 8148 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/apiserver.crt.a75a2d1a with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0520 10:20:53.246369 8148 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/apiserver.crt.a75a2d1a ...
I0520 10:20:53.246398 8148 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/apiserver.crt.a75a2d1a: {Name:mk7689e58cde66888b7df6659fef753cb06a024b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:20:53.246592 8148 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/apiserver.key.a75a2d1a ...
I0520 10:20:53.246608 8148 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/apiserver.key.a75a2d1a: {Name:mk4bc1a4775778475b58a2be34fd805251f2e80f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:20:53.246695 8148 certs.go:381] copying /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/apiserver.crt.a75a2d1a -> /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/apiserver.crt
I0520 10:20:53.246774 8148 certs.go:385] copying /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/apiserver.key.a75a2d1a -> /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/apiserver.key
I0520 10:20:53.246826 8148 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/proxy-client.key
I0520 10:20:53.246846 8148 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/proxy-client.crt with IP's: []
I0520 10:20:53.693665 8148 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/proxy-client.crt ...
I0520 10:20:53.693695 8148 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/proxy-client.crt: {Name:mkbd6ecbd6bda149aea0efb87220b0beda9eacb7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:20:53.693894 8148 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/proxy-client.key ...
I0520 10:20:53.693909 8148 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/proxy-client.key: {Name:mk5c5e10a41763628a27938bdb4658e924475e20 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:20:53.694096 8148 certs.go:484] found cert: /home/jenkins/minikube-integration/18925-2151/.minikube/certs/ca-key.pem (1679 bytes)
I0520 10:20:53.694136 8148 certs.go:484] found cert: /home/jenkins/minikube-integration/18925-2151/.minikube/certs/ca.pem (1078 bytes)
I0520 10:20:53.694158 8148 certs.go:484] found cert: /home/jenkins/minikube-integration/18925-2151/.minikube/certs/cert.pem (1123 bytes)
I0520 10:20:53.694188 8148 certs.go:484] found cert: /home/jenkins/minikube-integration/18925-2151/.minikube/certs/key.pem (1675 bytes)
I0520 10:20:53.694766 8148 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18925-2151/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0520 10:20:53.719151 8148 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18925-2151/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0520 10:20:53.742431 8148 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18925-2151/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0520 10:20:53.764952 8148 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18925-2151/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0520 10:20:53.787650 8148 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0520 10:20:53.810384 8148 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0520 10:20:53.832450 8148 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0520 10:20:53.856272 8148 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18925-2151/.minikube/profiles/addons-988376/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0520 10:20:53.879297 8148 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18925-2151/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0520 10:20:53.902064 8148 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0520 10:20:53.918491 8148 ssh_runner.go:195] Run: openssl version
I0520 10:20:53.923718 8148 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"
I0520 10:20:53.933241 8148 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0520 10:20:53.936745 8148 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 May 20 10:20 /usr/share/ca-certificates/minikubeCA.pem
I0520 10:20:53.936804 8148 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0520 10:20:53.943895 8148 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"
I0520 10:20:53.952915 8148 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0520 10:20:53.956430 8148 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
I0520 10:20:53.956515 8148 kubeadm.go:391] StartCluster: {Name:addons-988376 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1715707529-18887@sha256:734a2adad159415bd51b0392bc8976bd7e3e543e9165c2374d6e59bac37aed3a Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.1 ClusterName:addons-988376 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.1 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}
I0520 10:20:53.956670 8148 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0520 10:20:53.972687 8148 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0520 10:20:53.981324 8148 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0520 10:20:53.990175 8148 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0520 10:20:53.990288 8148 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
I0520 10:20:53.998785 8148 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
I0520 10:20:53.998805 8148 kubeadm.go:156] found existing configuration files:
I0520 10:20:53.998884 8148 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0520 10:20:54.009118 8148 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
I0520 10:20:54.009248 8148 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0520 10:20:54.018191 8148 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0520 10:20:54.027459 8148 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
I0520 10:20:54.027534 8148 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0520 10:20:54.036058 8148 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0520 10:20:54.045018 8148 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
I0520 10:20:54.045126 8148 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0520 10:20:54.053795 8148 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0520 10:20:54.062718 8148 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
I0520 10:20:54.062784 8148 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0520 10:20:54.071203 8148 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0520 10:20:54.123228 8148 kubeadm.go:309] [init] Using Kubernetes version: v1.30.1
I0520 10:20:54.123297 8148 kubeadm.go:309] [preflight] Running pre-flight checks
I0520 10:20:54.176736 8148 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0520 10:20:54.176895 8148 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1061-aws[0m
I0520 10:20:54.176980 8148 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0520 10:20:54.177090 8148 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0520 10:20:54.177157 8148 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0520 10:20:54.177210 8148 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0520 10:20:54.177278 8148 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0520 10:20:54.177373 8148 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0520 10:20:54.177440 8148 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0520 10:20:54.177493 8148 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0520 10:20:54.177587 8148 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0520 10:20:54.177670 8148 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0520 10:20:54.240042 8148 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0520 10:20:54.240202 8148 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0520 10:20:54.240302 8148 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0520 10:20:54.472303 8148 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0520 10:20:54.476340 8148 out.go:204] - Generating certificates and keys ...
I0520 10:20:54.476483 8148 kubeadm.go:309] [certs] Using existing ca certificate authority
I0520 10:20:54.476571 8148 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0520 10:20:54.970126 8148 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0520 10:20:57.327305 8148 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0520 10:20:58.565853 8148 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0520 10:20:59.157629 8148 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0520 10:20:59.803632 8148 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0520 10:20:59.803959 8148 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-988376 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0520 10:20:59.970604 8148 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0520 10:20:59.970888 8148 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-988376 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0520 10:21:00.824253 8148 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0520 10:21:02.189761 8148 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0520 10:21:02.750910 8148 kubeadm.go:309] [certs] Generating "sa" key and public key
I0520 10:21:02.751320 8148 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0520 10:21:03.278355 8148 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0520 10:21:03.747305 8148 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0520 10:21:04.186907 8148 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0520 10:21:05.383122 8148 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0520 10:21:06.284607 8148 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0520 10:21:06.285221 8148 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0520 10:21:06.288063 8148 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0520 10:21:06.290508 8148 out.go:204] - Booting up control plane ...
I0520 10:21:06.290602 8148 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0520 10:21:06.290678 8148 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0520 10:21:06.290742 8148 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0520 10:21:06.307008 8148 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0520 10:21:06.312134 8148 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0520 10:21:06.312379 8148 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0520 10:21:06.412982 8148 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0520 10:21:06.413079 8148 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0520 10:21:07.914409 8148 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 1.501789917s
I0520 10:21:07.914493 8148 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0520 10:21:14.419191 8148 kubeadm.go:309] [api-check] The API server is healthy after 6.504753261s
I0520 10:21:14.439523 8148 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0520 10:21:14.457107 8148 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0520 10:21:14.486259 8148 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0520 10:21:14.486467 8148 kubeadm.go:309] [mark-control-plane] Marking the node addons-988376 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0520 10:21:14.499637 8148 kubeadm.go:309] [bootstrap-token] Using token: euppx3.lxnweorw3k80dw9f
I0520 10:21:14.501829 8148 out.go:204] - Configuring RBAC rules ...
I0520 10:21:14.501976 8148 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0520 10:21:14.506226 8148 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0520 10:21:14.513787 8148 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
I0520 10:21:14.517479 8148 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0520 10:21:14.522845 8148 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0520 10:21:14.527808 8148 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0520 10:21:14.825187 8148 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0520 10:21:15.255754 8148 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0520 10:21:15.825887 8148 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0520 10:21:15.827806 8148 kubeadm.go:309]
I0520 10:21:15.827887 8148 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0520 10:21:15.827894 8148 kubeadm.go:309]
I0520 10:21:15.827968 8148 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0520 10:21:15.827973 8148 kubeadm.go:309]
I0520 10:21:15.827997 8148 kubeadm.go:309] mkdir -p $HOME/.kube
I0520 10:21:15.828399 8148 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0520 10:21:15.828462 8148 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0520 10:21:15.828468 8148 kubeadm.go:309]
I0520 10:21:15.828520 8148 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0520 10:21:15.828527 8148 kubeadm.go:309]
I0520 10:21:15.828573 8148 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0520 10:21:15.828577 8148 kubeadm.go:309]
I0520 10:21:15.828630 8148 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0520 10:21:15.828707 8148 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0520 10:21:15.828783 8148 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0520 10:21:15.828787 8148 kubeadm.go:309]
I0520 10:21:15.829164 8148 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0520 10:21:15.829273 8148 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0520 10:21:15.829298 8148 kubeadm.go:309]
I0520 10:21:15.829532 8148 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token euppx3.lxnweorw3k80dw9f \
I0520 10:21:15.829654 8148 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:7bd08ea78a9524592710e3a5f7a43aa17f91ec5c2f5b7a9457dd23ee173b7c15 \
I0520 10:21:15.829853 8148 kubeadm.go:309] --control-plane
I0520 10:21:15.829862 8148 kubeadm.go:309]
I0520 10:21:15.830122 8148 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0520 10:21:15.830131 8148 kubeadm.go:309]
I0520 10:21:15.830381 8148 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token euppx3.lxnweorw3k80dw9f \
I0520 10:21:15.830652 8148 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:7bd08ea78a9524592710e3a5f7a43aa17f91ec5c2f5b7a9457dd23ee173b7c15
I0520 10:21:15.834517 8148 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-1061-aws\n", err: exit status 1
I0520 10:21:15.834662 8148 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0520 10:21:15.834690 8148 cni.go:84] Creating CNI manager for ""
I0520 10:21:15.834705 8148 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0520 10:21:15.838664 8148 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
I0520 10:21:15.840347 8148 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I0520 10:21:15.848764 8148 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
I0520 10:21:15.865810 8148 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0520 10:21:15.865923 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-988376 minikube.k8s.io/updated_at=2024_05_20T10_21_15_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=1b01766f8cca110acded3a48649b81463b982c91 minikube.k8s.io/name=addons-988376 minikube.k8s.io/primary=true
I0520 10:21:15.865924 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:15.988853 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:15.988912 8148 ops.go:34] apiserver oom_adj: -16
I0520 10:21:16.489363 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:16.989207 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:17.488932 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:17.988973 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:18.488978 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:18.989745 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:19.489437 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:19.989524 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:20.489200 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:20.989751 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:21.489861 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:21.989238 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:22.489035 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:22.988976 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:23.489142 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:23.988903 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:24.488976 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:24.989932 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:25.488977 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:25.989309 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:26.488927 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:26.989245 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:27.489247 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:27.989033 8148 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0520 10:21:28.090323 8148 kubeadm.go:1107] duration metric: took 12.224474229s to wait for elevateKubeSystemPrivileges
W0520 10:21:28.090359 8148 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0520 10:21:28.090367 8148 kubeadm.go:393] duration metric: took 34.133857218s to StartCluster
I0520 10:21:28.090382 8148 settings.go:142] acquiring lock: {Name:mkf178671fce68e287b32051308c404994baee58 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:21:28.090506 8148 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18925-2151/kubeconfig
I0520 10:21:28.090887 8148 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18925-2151/kubeconfig: {Name:mk3d714476b7ca0e67bf2a31cd3b93dbb70011b5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0520 10:21:28.091088 8148 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.1 ContainerRuntime:docker ControlPlane:true Worker:true}
I0520 10:21:28.093897 8148 out.go:177] * Verifying Kubernetes components...
I0520 10:21:28.091229 8148 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0520 10:21:28.091401 8148 config.go:182] Loaded profile config "addons-988376": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.30.1
I0520 10:21:28.091411 8148 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]
I0520 10:21:28.096345 8148 addons.go:69] Setting yakd=true in profile "addons-988376"
I0520 10:21:28.096362 8148 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0520 10:21:28.096378 8148 addons.go:234] Setting addon yakd=true in "addons-988376"
I0520 10:21:28.096407 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.096443 8148 addons.go:69] Setting ingress-dns=true in profile "addons-988376"
I0520 10:21:28.096464 8148 addons.go:234] Setting addon ingress-dns=true in "addons-988376"
I0520 10:21:28.096491 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.096969 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.097015 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.099379 8148 addons.go:69] Setting inspektor-gadget=true in profile "addons-988376"
I0520 10:21:28.099417 8148 addons.go:234] Setting addon inspektor-gadget=true in "addons-988376"
I0520 10:21:28.099474 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.099914 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.101785 8148 addons.go:69] Setting cloud-spanner=true in profile "addons-988376"
I0520 10:21:28.101872 8148 addons.go:234] Setting addon cloud-spanner=true in "addons-988376"
I0520 10:21:28.101958 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.104091 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.104169 8148 addons.go:69] Setting metrics-server=true in profile "addons-988376"
I0520 10:21:28.104199 8148 addons.go:234] Setting addon metrics-server=true in "addons-988376"
I0520 10:21:28.104243 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.104676 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.117136 8148 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-988376"
I0520 10:21:28.117215 8148 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-988376"
I0520 10:21:28.117268 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.117714 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.131967 8148 addons.go:69] Setting registry=true in profile "addons-988376"
I0520 10:21:28.132029 8148 addons.go:234] Setting addon registry=true in "addons-988376"
I0520 10:21:28.132067 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.132499 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.103572 8148 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-988376"
I0520 10:21:28.103585 8148 addons.go:69] Setting default-storageclass=true in profile "addons-988376"
I0520 10:21:28.135837 8148 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-988376"
I0520 10:21:28.103589 8148 addons.go:69] Setting gcp-auth=true in profile "addons-988376"
I0520 10:21:28.135908 8148 mustload.go:65] Loading cluster: addons-988376
I0520 10:21:28.103595 8148 addons.go:69] Setting ingress=true in profile "addons-988376"
I0520 10:21:28.135961 8148 addons.go:234] Setting addon ingress=true in "addons-988376"
I0520 10:21:28.135995 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.139097 8148 addons.go:69] Setting storage-provisioner=true in profile "addons-988376"
I0520 10:21:28.139207 8148 addons.go:234] Setting addon storage-provisioner=true in "addons-988376"
I0520 10:21:28.139337 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.140082 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.166509 8148 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-988376"
I0520 10:21:28.166557 8148 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-988376"
I0520 10:21:28.166992 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.172960 8148 config.go:182] Loaded profile config "addons-988376": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.30.1
I0520 10:21:28.174928 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.175423 8148 addons.go:69] Setting volumesnapshots=true in profile "addons-988376"
I0520 10:21:28.175460 8148 addons.go:234] Setting addon volumesnapshots=true in "addons-988376"
I0520 10:21:28.175498 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.175859 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.175179 8148 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-988376"
I0520 10:21:28.190247 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.190704 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.218094 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.226216 8148 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0520 10:21:28.235412 8148 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0520 10:21:28.235436 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0520 10:21:28.235504 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.279120 8148 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0520 10:21:28.293751 8148 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.0
I0520 10:21:28.304004 8148 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0520 10:21:28.304021 8148 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0520 10:21:28.304077 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.304282 8148 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0520 10:21:28.304304 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0520 10:21:28.304371 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.323945 8148 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0520 10:21:28.237320 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.303867 8148 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-988376"
I0520 10:21:28.318871 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.326634 8148 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.28.0
I0520 10:21:28.326744 8148 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0520 10:21:28.326749 8148 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0520 10:21:28.331950 8148 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0520 10:21:28.331971 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0520 10:21:28.332040 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.350420 8148 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0520 10:21:28.350448 8148 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0520 10:21:28.350518 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.328954 8148 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0520 10:21:28.328962 8148 out.go:177] - Using image docker.io/registry:2.8.3
I0520 10:21:28.328999 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.352896 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0520 10:21:28.353160 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.373199 8148 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0520 10:21:28.373219 8148 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0520 10:21:28.373283 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.381578 8148 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0520 10:21:28.389704 8148 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0520 10:21:28.389733 8148 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0520 10:21:28.389815 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.414687 8148 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0520 10:21:28.418962 8148 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0520 10:21:28.418984 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0520 10:21:28.419051 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.444627 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.463024 8148 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0520 10:21:28.453652 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.454079 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.477754 8148 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0520 10:21:28.472232 8148 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0520 10:21:28.486720 8148 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0520 10:21:28.486394 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.489107 8148 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0520 10:21:28.495598 8148 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0520 10:21:28.498408 8148 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0520 10:21:28.498429 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0520 10:21:28.498492 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.501342 8148 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0520 10:21:28.507503 8148 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0520 10:21:28.509781 8148 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0520 10:21:28.517191 8148 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0520 10:21:28.511179 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.511209 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.519042 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.522583 8148 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0520 10:21:28.525186 8148 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0520 10:21:28.525227 8148 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0520 10:21:28.525302 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.555015 8148 addons.go:234] Setting addon default-storageclass=true in "addons-988376"
I0520 10:21:28.555060 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:28.555460 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:28.592990 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.597322 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.624668 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.625560 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.638146 8148 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0520 10:21:28.643244 8148 out.go:177] - Using image docker.io/busybox:stable
I0520 10:21:28.649026 8148 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0520 10:21:28.649081 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0520 10:21:28.649146 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.647470 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.647519 8148 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0520 10:21:28.649557 8148 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0520 10:21:28.649604 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:28.683429 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.695980 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:28.703036 8148 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0520 10:21:28.703141 8148 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0520 10:21:29.048626 8148 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0520 10:21:29.048697 8148 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0520 10:21:29.090901 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0520 10:21:29.120816 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0520 10:21:29.129012 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0520 10:21:29.181292 8148 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0520 10:21:29.181316 8148 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0520 10:21:29.197343 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0520 10:21:29.234964 8148 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0520 10:21:29.234986 8148 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0520 10:21:29.247344 8148 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0520 10:21:29.247365 8148 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0520 10:21:29.251521 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0520 10:21:29.259574 8148 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0520 10:21:29.259645 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0520 10:21:29.265853 8148 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0520 10:21:29.265924 8148 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0520 10:21:29.311359 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0520 10:21:29.338376 8148 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0520 10:21:29.338451 8148 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0520 10:21:29.533216 8148 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0520 10:21:29.533290 8148 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0520 10:21:29.547478 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0520 10:21:29.585894 8148 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0520 10:21:29.585966 8148 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0520 10:21:29.630388 8148 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0520 10:21:29.630476 8148 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0520 10:21:29.639512 8148 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0520 10:21:29.639594 8148 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0520 10:21:29.739912 8148 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0520 10:21:29.739983 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0520 10:21:29.779553 8148 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0520 10:21:29.779629 8148 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0520 10:21:29.977042 8148 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0520 10:21:29.977125 8148 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0520 10:21:29.988438 8148 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0520 10:21:29.988511 8148 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0520 10:21:30.054920 8148 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0520 10:21:30.054999 8148 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0520 10:21:30.124214 8148 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0520 10:21:30.124290 8148 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0520 10:21:30.381734 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0520 10:21:30.384809 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0520 10:21:30.411549 8148 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0520 10:21:30.411627 8148 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0520 10:21:30.417800 8148 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0520 10:21:30.417871 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0520 10:21:30.508777 8148 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0520 10:21:30.508848 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0520 10:21:30.541808 8148 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0520 10:21:30.541879 8148 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0520 10:21:30.716181 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0520 10:21:30.737805 8148 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0520 10:21:30.737878 8148 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0520 10:21:30.767278 8148 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0520 10:21:30.767354 8148 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0520 10:21:30.774636 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0520 10:21:30.869474 8148 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.16631031s)
I0520 10:21:30.870324 8148 node_ready.go:35] waiting up to 6m0s for node "addons-988376" to be "Ready" ...
I0520 10:21:30.870589 8148 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.167525175s)
I0520 10:21:30.870644 8148 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0520 10:21:30.875875 8148 node_ready.go:49] node "addons-988376" has status "Ready":"True"
I0520 10:21:30.875902 8148 node_ready.go:38] duration metric: took 5.552879ms for node "addons-988376" to be "Ready" ...
I0520 10:21:30.875912 8148 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" ...
I0520 10:21:30.886967 8148 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-6j4lg" in "kube-system" namespace to be "Ready" ...
I0520 10:21:31.084485 8148 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0520 10:21:31.084567 8148 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0520 10:21:31.139267 8148 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0520 10:21:31.139344 8148 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0520 10:21:31.374461 8148 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-988376" context rescaled to 1 replicas
I0520 10:21:31.426108 8148 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0520 10:21:31.426177 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0520 10:21:31.470543 8148 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0520 10:21:31.470614 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0520 10:21:31.876371 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (2.78538725s)
I0520 10:21:31.876536 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (2.74744718s)
I0520 10:21:31.876562 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.755618458s)
I0520 10:21:31.876640 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (2.679223265s)
I0520 10:21:31.970669 8148 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0520 10:21:31.970741 8148 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0520 10:21:32.023233 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0520 10:21:32.280272 8148 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0520 10:21:32.280340 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0520 10:21:32.547594 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (3.295991955s)
I0520 10:21:32.747671 8148 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0520 10:21:32.747767 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0520 10:21:32.792567 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.481128357s)
I0520 10:21:32.922101 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-6j4lg" in "kube-system" namespace has status "Ready":"False"
I0520 10:21:33.180338 8148 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0520 10:21:33.180413 8148 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0520 10:21:33.504292 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0520 10:21:34.971272 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-6j4lg" in "kube-system" namespace has status "Ready":"False"
I0520 10:21:35.360200 8148 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0520 10:21:35.360352 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:35.386930 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:36.147722 8148 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0520 10:21:36.267160 8148 addons.go:234] Setting addon gcp-auth=true in "addons-988376"
I0520 10:21:36.267256 8148 host.go:66] Checking if "addons-988376" exists ...
I0520 10:21:36.267791 8148 cli_runner.go:164] Run: docker container inspect addons-988376 --format={{.State.Status}}
I0520 10:21:36.303857 8148 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0520 10:21:36.303909 8148 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-988376
I0520 10:21:36.328640 8148 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18925-2151/.minikube/machines/addons-988376/id_rsa Username:docker}
I0520 10:21:37.286490 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (7.738924798s)
I0520 10:21:37.286597 8148 addons.go:470] Verifying addon ingress=true in "addons-988376"
I0520 10:21:37.289307 8148 out.go:177] * Verifying ingress addon...
I0520 10:21:37.286857 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (6.905050095s)
I0520 10:21:37.286924 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (6.902049862s)
I0520 10:21:37.286957 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (6.57070779s)
I0520 10:21:37.287040 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (6.512326925s)
I0520 10:21:37.287132 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (5.263818988s)
I0520 10:21:37.289475 8148 addons.go:470] Verifying addon registry=true in "addons-988376"
W0520 10:21:37.289658 8148 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0520 10:21:37.289681 8148 retry.go:31] will retry after 355.090091ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0520 10:21:37.292900 8148 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0520 10:21:37.289495 8148 addons.go:470] Verifying addon metrics-server=true in "addons-988376"
I0520 10:21:37.295312 8148 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-988376 service yakd-dashboard -n yakd-dashboard
I0520 10:21:37.297513 8148 out.go:177] * Verifying registry addon...
I0520 10:21:37.298764 8148 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0520 10:21:37.300346 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:37.301038 8148 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0520 10:21:37.306494 8148 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0520 10:21:37.306556 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:37.394109 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-6j4lg" in "kube-system" namespace has status "Ready":"False"
I0520 10:21:37.644968 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0520 10:21:37.797484 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:37.805641 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:38.298263 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:38.305633 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:38.797622 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:38.805699 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:39.095649 8148 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.791757834s)
I0520 10:21:39.098295 8148 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0520 10:21:39.095981 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (5.591602106s)
I0520 10:21:39.100885 8148 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-988376"
I0520 10:21:39.103556 8148 out.go:177] * Verifying csi-hostpath-driver addon...
I0520 10:21:39.105934 8148 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0520 10:21:39.108840 8148 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0520 10:21:39.108867 8148 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0520 10:21:39.106779 8148 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0520 10:21:39.152687 8148 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0520 10:21:39.152714 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:39.183237 8148 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0520 10:21:39.183268 8148 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0520 10:21:39.228172 8148 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0520 10:21:39.228196 8148 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0520 10:21:39.250121 8148 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0520 10:21:39.316093 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:39.328399 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:39.615166 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:39.622886 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.977815652s)
I0520 10:21:39.797500 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:39.805992 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:39.893035 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-6j4lg" in "kube-system" namespace has status "Ready":"False"
I0520 10:21:40.120693 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:40.306160 8148 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.055999232s)
I0520 10:21:40.308702 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:40.309570 8148 addons.go:470] Verifying addon gcp-auth=true in "addons-988376"
I0520 10:21:40.311881 8148 out.go:177] * Verifying gcp-auth addon...
I0520 10:21:40.314990 8148 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0520 10:21:40.318784 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:40.319150 8148 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0520 10:21:40.319159 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:40.615021 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:40.796951 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:40.806333 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:40.818484 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:40.893571 8148 pod_ready.go:97] pod "coredns-7db6d8ff4d-6j4lg" in "kube-system" namespace has status phase "Succeeded" (skipping!): {Phase:Succeeded Conditions:[{Type:PodReadyToStartContainers Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-05-20 10:21:40 +0000 UTC Reason: Message:} {Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-05-20 10:21:28 +0000 UTC Reason:PodCompleted Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-05-20 10:21:28 +0000 UTC Reason:PodCompleted Message:} {Type:ContainersReady Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-05-20 10:21:28 +0000 UTC Reason:PodCompleted Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-05-20 10:21:28 +0000 UTC Reason: Message:}] Message: Reason: NominatedNodeName: HostIP:192.168.49.2 HostIPs:[{IP:192.168.49.2
}] PodIP: PodIPs:[] StartTime:2024-05-20 10:21:28 +0000 UTC InitContainerStatuses:[] ContainerStatuses:[{Name:coredns State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:0,Signal:0,Reason:Completed,Message:,StartedAt:2024-05-20 10:21:30 +0000 UTC,FinishedAt:2024-05-20 10:21:40 +0000 UTC,ContainerID:docker://81f2c7d61127a08d17a6a41dafdb39f5812dfc921f364097e660886c5bfcf762,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:registry.k8s.io/coredns/coredns:v1.11.1 ImageID:docker-pullable://registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1 ContainerID:docker://81f2c7d61127a08d17a6a41dafdb39f5812dfc921f364097e660886c5bfcf762 Started:0x40015dbe40 AllocatedResources:map[] Resources:nil VolumeMounts:[]}] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
I0520 10:21:40.893651 8148 pod_ready.go:81] duration metric: took 10.006594592s for pod "coredns-7db6d8ff4d-6j4lg" in "kube-system" namespace to be "Ready" ...
E0520 10:21:40.893678 8148 pod_ready.go:66] WaitExtra: waitPodCondition: pod "coredns-7db6d8ff4d-6j4lg" in "kube-system" namespace has status phase "Succeeded" (skipping!): {Phase:Succeeded Conditions:[{Type:PodReadyToStartContainers Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-05-20 10:21:40 +0000 UTC Reason: Message:} {Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-05-20 10:21:28 +0000 UTC Reason:PodCompleted Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-05-20 10:21:28 +0000 UTC Reason:PodCompleted Message:} {Type:ContainersReady Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-05-20 10:21:28 +0000 UTC Reason:PodCompleted Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-05-20 10:21:28 +0000 UTC Reason: Message:}] Message: Reason: NominatedNodeName: HostIP:192.168.4
9.2 HostIPs:[{IP:192.168.49.2}] PodIP: PodIPs:[] StartTime:2024-05-20 10:21:28 +0000 UTC InitContainerStatuses:[] ContainerStatuses:[{Name:coredns State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:0,Signal:0,Reason:Completed,Message:,StartedAt:2024-05-20 10:21:30 +0000 UTC,FinishedAt:2024-05-20 10:21:40 +0000 UTC,ContainerID:docker://81f2c7d61127a08d17a6a41dafdb39f5812dfc921f364097e660886c5bfcf762,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:registry.k8s.io/coredns/coredns:v1.11.1 ImageID:docker-pullable://registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1 ContainerID:docker://81f2c7d61127a08d17a6a41dafdb39f5812dfc921f364097e660886c5bfcf762 Started:0x40015dbe40 AllocatedResources:map[] Resources:nil VolumeMounts:[]}] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
I0520 10:21:40.893715 8148 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace to be "Ready" ...
I0520 10:21:41.114382 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:41.298197 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:41.305721 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:41.318887 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:41.614951 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:41.806095 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:41.807025 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:41.818728 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:42.116396 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:42.298010 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:42.307438 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:42.319634 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:42.615535 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:42.798119 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:42.806395 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:42.819493 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:42.900358 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"False"
I0520 10:21:43.116221 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:43.297293 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:43.305528 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:43.319595 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:43.614218 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:43.797357 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:43.805208 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:43.818446 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:44.115898 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:44.297193 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:44.305175 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:44.318127 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:44.614301 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:44.797288 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:44.805328 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:44.818575 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:44.900759 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"False"
I0520 10:21:45.121083 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:45.298487 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:45.307263 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:45.318733 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:45.615354 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:45.797594 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:45.805869 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:45.819354 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:46.115414 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:46.297793 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:46.308259 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:46.318919 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:46.614885 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:46.797902 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:46.806608 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:46.818863 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:47.114866 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:47.297152 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:47.305452 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:47.319113 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:47.400412 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"False"
I0520 10:21:47.614900 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:47.797105 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:47.805522 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:47.818790 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:48.115352 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:48.298207 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:48.308110 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:48.318572 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:48.615194 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:48.797131 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:48.805216 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:48.818668 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:49.114368 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:49.298756 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:49.307458 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:49.319176 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:49.401248 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"False"
I0520 10:21:49.614678 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:49.798127 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:49.817773 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:49.821521 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:50.115042 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:50.297467 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:50.305860 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:50.319279 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:50.616260 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:50.797696 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:50.806216 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:50.818969 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:51.116224 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:51.298292 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:51.306157 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:51.318516 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:51.615277 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:51.797479 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:51.805950 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:51.818985 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:51.905973 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"False"
I0520 10:21:52.115173 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:52.298742 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:52.307483 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:52.319076 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:52.614725 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:52.797933 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:52.809893 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:52.820427 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:53.125906 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:53.298137 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:53.305786 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:53.319117 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:53.615342 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:53.798894 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:53.806337 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:53.818995 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:54.114931 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:54.297131 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:54.305132 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:54.318263 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:54.399995 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"False"
I0520 10:21:54.615281 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:54.798408 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:54.807485 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:54.820544 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:55.115761 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:55.297135 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:55.305777 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:55.319241 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:55.615501 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:55.797509 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:55.806294 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:55.818748 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:56.115442 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:56.297365 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:56.305404 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:56.319483 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:56.400578 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"False"
I0520 10:21:56.615128 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:56.797832 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:56.806467 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:56.819127 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:57.115435 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:57.297734 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:57.306460 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:57.319015 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:57.615179 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:57.797446 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:57.805610 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:57.818297 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:58.114896 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:58.297716 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:58.305727 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:58.325234 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:58.616142 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:58.797386 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:58.805800 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0520 10:21:58.819284 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:58.900629 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"False"
I0520 10:21:59.115154 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:59.297506 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:59.306129 8148 kapi.go:107] duration metric: took 22.005086265s to wait for kubernetes.io/minikube-addons=registry ...
I0520 10:21:59.318371 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:21:59.614147 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:21:59.797337 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:21:59.818806 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:00.124149 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:00.300773 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:00.320653 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:00.616349 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:00.802986 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:00.821191 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:01.115532 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:01.299195 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:01.319779 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:01.412619 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"False"
I0520 10:22:01.615678 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:01.803121 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:01.819436 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:02.120149 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:02.302189 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:02.324324 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:02.618324 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:02.799275 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:02.818793 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:03.115558 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:03.297891 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:03.319503 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:03.614118 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:03.797649 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:03.819288 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:03.901098 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"False"
I0520 10:22:04.115088 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:04.297710 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:04.329959 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:04.614331 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:04.804498 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:04.818509 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:05.115550 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:05.304732 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:05.332332 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:05.614787 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:05.797276 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:05.818537 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:06.119610 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:06.297992 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:06.319448 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:06.400676 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"False"
I0520 10:22:06.614892 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:06.797796 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:06.818724 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:07.116701 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:07.298770 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:07.320325 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:07.617913 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:07.802904 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:07.819220 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:08.114551 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:08.298351 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:08.319138 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:08.615521 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:08.798761 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:08.820302 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:08.906545 8148 pod_ready.go:102] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"False"
I0520 10:22:09.116433 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:09.297531 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:09.318932 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:09.404024 8148 pod_ready.go:92] pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace has status "Ready":"True"
I0520 10:22:09.404101 8148 pod_ready.go:81] duration metric: took 28.510357957s for pod "coredns-7db6d8ff4d-b5shk" in "kube-system" namespace to be "Ready" ...
I0520 10:22:09.404185 8148 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-988376" in "kube-system" namespace to be "Ready" ...
I0520 10:22:09.413843 8148 pod_ready.go:92] pod "etcd-addons-988376" in "kube-system" namespace has status "Ready":"True"
I0520 10:22:09.413921 8148 pod_ready.go:81] duration metric: took 9.703405ms for pod "etcd-addons-988376" in "kube-system" namespace to be "Ready" ...
I0520 10:22:09.413951 8148 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-988376" in "kube-system" namespace to be "Ready" ...
I0520 10:22:09.421675 8148 pod_ready.go:92] pod "kube-apiserver-addons-988376" in "kube-system" namespace has status "Ready":"True"
I0520 10:22:09.421754 8148 pod_ready.go:81] duration metric: took 7.781387ms for pod "kube-apiserver-addons-988376" in "kube-system" namespace to be "Ready" ...
I0520 10:22:09.421784 8148 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-988376" in "kube-system" namespace to be "Ready" ...
I0520 10:22:09.429432 8148 pod_ready.go:92] pod "kube-controller-manager-addons-988376" in "kube-system" namespace has status "Ready":"True"
I0520 10:22:09.429497 8148 pod_ready.go:81] duration metric: took 7.691851ms for pod "kube-controller-manager-addons-988376" in "kube-system" namespace to be "Ready" ...
I0520 10:22:09.429526 8148 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-jgqqg" in "kube-system" namespace to be "Ready" ...
I0520 10:22:09.435814 8148 pod_ready.go:92] pod "kube-proxy-jgqqg" in "kube-system" namespace has status "Ready":"True"
I0520 10:22:09.435925 8148 pod_ready.go:81] duration metric: took 6.370005ms for pod "kube-proxy-jgqqg" in "kube-system" namespace to be "Ready" ...
I0520 10:22:09.435976 8148 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-988376" in "kube-system" namespace to be "Ready" ...
I0520 10:22:09.615727 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:09.797008 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:09.798713 8148 pod_ready.go:92] pod "kube-scheduler-addons-988376" in "kube-system" namespace has status "Ready":"True"
I0520 10:22:09.798776 8148 pod_ready.go:81] duration metric: took 362.75864ms for pod "kube-scheduler-addons-988376" in "kube-system" namespace to be "Ready" ...
I0520 10:22:09.798831 8148 pod_ready.go:38] duration metric: took 38.92287427s 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" ...
I0520 10:22:09.798863 8148 api_server.go:52] waiting for apiserver process to appear ...
I0520 10:22:09.798942 8148 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0520 10:22:09.822150 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:09.835193 8148 api_server.go:72] duration metric: took 41.744072367s to wait for apiserver process to appear ...
I0520 10:22:09.835229 8148 api_server.go:88] waiting for apiserver healthz status ...
I0520 10:22:09.835264 8148 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0520 10:22:09.847244 8148 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0520 10:22:09.848427 8148 api_server.go:141] control plane version: v1.30.1
I0520 10:22:09.848451 8148 api_server.go:131] duration metric: took 13.214844ms to wait for apiserver health ...
I0520 10:22:09.848460 8148 system_pods.go:43] waiting for kube-system pods to appear ...
I0520 10:22:10.004894 8148 system_pods.go:59] 17 kube-system pods found
I0520 10:22:10.004941 8148 system_pods.go:61] "coredns-7db6d8ff4d-b5shk" [ff0dabdc-59b8-4a5c-88ae-e8260647153a] Running
I0520 10:22:10.004951 8148 system_pods.go:61] "csi-hostpath-attacher-0" [ab10fb57-eed4-4187-8d37-8d386b9788d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0520 10:22:10.004960 8148 system_pods.go:61] "csi-hostpath-resizer-0" [1b404dbd-a7fe-48ce-8f19-5aa17759d2e1] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0520 10:22:10.004970 8148 system_pods.go:61] "csi-hostpathplugin-cv6nc" [db9c9344-5483-431c-ad4c-3af160f466c4] 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])
I0520 10:22:10.004976 8148 system_pods.go:61] "etcd-addons-988376" [f0c7c3e2-04b6-4119-bf9f-802c6aef5cb1] Running
I0520 10:22:10.004981 8148 system_pods.go:61] "kube-apiserver-addons-988376" [97e82841-0b04-4d1d-b82d-d5233a22d694] Running
I0520 10:22:10.004985 8148 system_pods.go:61] "kube-controller-manager-addons-988376" [6de6c116-02d0-4138-80f8-68904aa52cbc] Running
I0520 10:22:10.004991 8148 system_pods.go:61] "kube-ingress-dns-minikube" [f36e2e50-4a79-49e3-9b00-48feab710d6d] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0520 10:22:10.004995 8148 system_pods.go:61] "kube-proxy-jgqqg" [05c69b36-f98a-48ad-894f-38699437a8fa] Running
I0520 10:22:10.004999 8148 system_pods.go:61] "kube-scheduler-addons-988376" [7c59e30d-9ed3-4747-bc48-9ff4c3697660] Running
I0520 10:22:10.005002 8148 system_pods.go:61] "metrics-server-c59844bb4-nrn8r" [97655ebe-e88e-4796-9095-eb1b95ded83d] Running
I0520 10:22:10.005009 8148 system_pods.go:61] "nvidia-device-plugin-daemonset-r7h5n" [27fcc97d-9dd2-482d-9f4c-21e0b23cca10] Running
I0520 10:22:10.005012 8148 system_pods.go:61] "registry-proxy-pbt6j" [a0627700-0f62-473d-9b8b-54789b3fdc5e] Running
I0520 10:22:10.005015 8148 system_pods.go:61] "registry-tbqsk" [6f6cb288-6543-4600-9365-2eddbbfb91ea] Running
I0520 10:22:10.005019 8148 system_pods.go:61] "snapshot-controller-745499f584-cwwvf" [fb1b2bfa-0943-4d20-93ff-69db82c39084] Running
I0520 10:22:10.005023 8148 system_pods.go:61] "snapshot-controller-745499f584-z5jht" [7878a4b3-6a87-49a7-a765-918486a266a9] Running
I0520 10:22:10.005026 8148 system_pods.go:61] "storage-provisioner" [5f7c601c-1f01-4efb-a8c4-d50e8e61a509] Running
I0520 10:22:10.005032 8148 system_pods.go:74] duration metric: took 156.567297ms to wait for pod list to return data ...
I0520 10:22:10.005041 8148 default_sa.go:34] waiting for default service account to be created ...
I0520 10:22:10.115486 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:10.196962 8148 default_sa.go:45] found service account: "default"
I0520 10:22:10.196987 8148 default_sa.go:55] duration metric: took 191.938295ms for default service account to be created ...
I0520 10:22:10.196997 8148 system_pods.go:116] waiting for k8s-apps to be running ...
I0520 10:22:10.297407 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:10.318430 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:10.405726 8148 system_pods.go:86] 17 kube-system pods found
I0520 10:22:10.405810 8148 system_pods.go:89] "coredns-7db6d8ff4d-b5shk" [ff0dabdc-59b8-4a5c-88ae-e8260647153a] Running
I0520 10:22:10.405836 8148 system_pods.go:89] "csi-hostpath-attacher-0" [ab10fb57-eed4-4187-8d37-8d386b9788d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0520 10:22:10.405860 8148 system_pods.go:89] "csi-hostpath-resizer-0" [1b404dbd-a7fe-48ce-8f19-5aa17759d2e1] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0520 10:22:10.405891 8148 system_pods.go:89] "csi-hostpathplugin-cv6nc" [db9c9344-5483-431c-ad4c-3af160f466c4] 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])
I0520 10:22:10.405912 8148 system_pods.go:89] "etcd-addons-988376" [f0c7c3e2-04b6-4119-bf9f-802c6aef5cb1] Running
I0520 10:22:10.405933 8148 system_pods.go:89] "kube-apiserver-addons-988376" [97e82841-0b04-4d1d-b82d-d5233a22d694] Running
I0520 10:22:10.405964 8148 system_pods.go:89] "kube-controller-manager-addons-988376" [6de6c116-02d0-4138-80f8-68904aa52cbc] Running
I0520 10:22:10.405993 8148 system_pods.go:89] "kube-ingress-dns-minikube" [f36e2e50-4a79-49e3-9b00-48feab710d6d] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0520 10:22:10.406018 8148 system_pods.go:89] "kube-proxy-jgqqg" [05c69b36-f98a-48ad-894f-38699437a8fa] Running
I0520 10:22:10.406053 8148 system_pods.go:89] "kube-scheduler-addons-988376" [7c59e30d-9ed3-4747-bc48-9ff4c3697660] Running
I0520 10:22:10.406073 8148 system_pods.go:89] "metrics-server-c59844bb4-nrn8r" [97655ebe-e88e-4796-9095-eb1b95ded83d] Running
I0520 10:22:10.406108 8148 system_pods.go:89] "nvidia-device-plugin-daemonset-r7h5n" [27fcc97d-9dd2-482d-9f4c-21e0b23cca10] Running
I0520 10:22:10.406140 8148 system_pods.go:89] "registry-proxy-pbt6j" [a0627700-0f62-473d-9b8b-54789b3fdc5e] Running
I0520 10:22:10.406159 8148 system_pods.go:89] "registry-tbqsk" [6f6cb288-6543-4600-9365-2eddbbfb91ea] Running
I0520 10:22:10.406180 8148 system_pods.go:89] "snapshot-controller-745499f584-cwwvf" [fb1b2bfa-0943-4d20-93ff-69db82c39084] Running
I0520 10:22:10.406221 8148 system_pods.go:89] "snapshot-controller-745499f584-z5jht" [7878a4b3-6a87-49a7-a765-918486a266a9] Running
I0520 10:22:10.406238 8148 system_pods.go:89] "storage-provisioner" [5f7c601c-1f01-4efb-a8c4-d50e8e61a509] Running
I0520 10:22:10.406261 8148 system_pods.go:126] duration metric: took 209.258121ms to wait for k8s-apps to be running ...
I0520 10:22:10.406291 8148 system_svc.go:44] waiting for kubelet service to be running ....
I0520 10:22:10.406382 8148 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0520 10:22:10.428241 8148 system_svc.go:56] duration metric: took 21.950285ms WaitForService to wait for kubelet
I0520 10:22:10.428328 8148 kubeadm.go:576] duration metric: took 42.337210798s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0520 10:22:10.428370 8148 node_conditions.go:102] verifying NodePressure condition ...
I0520 10:22:10.597986 8148 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0520 10:22:10.598068 8148 node_conditions.go:123] node cpu capacity is 2
I0520 10:22:10.598096 8148 node_conditions.go:105] duration metric: took 169.687631ms to run NodePressure ...
I0520 10:22:10.598122 8148 start.go:240] waiting for startup goroutines ...
I0520 10:22:10.615520 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:10.799351 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:10.819730 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:11.115505 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:11.298046 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:11.318359 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:11.615441 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:11.797637 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:11.818521 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:12.115871 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:12.298040 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:12.318819 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:12.615064 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:12.797708 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:12.819430 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:13.116400 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:13.298910 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:13.320123 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:13.614873 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:13.798253 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:13.819747 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:14.115501 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:14.298934 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:14.321131 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:14.615411 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:14.798003 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:14.818924 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:15.115601 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:15.305133 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:15.323213 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:15.615502 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:15.797311 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:15.822588 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:16.115298 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:16.297682 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:16.319262 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:16.617396 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:16.797691 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:16.818834 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:17.114495 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:17.297789 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:17.318119 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:17.614148 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:17.797769 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:17.819325 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:18.114486 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:18.297643 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:18.318834 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:18.614029 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:18.798264 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:18.818408 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:19.118093 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:19.297124 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:19.318494 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:19.616155 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:19.797214 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:19.818535 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:20.114362 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:20.297514 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:20.318969 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:20.614022 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:20.798737 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:20.818912 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:21.115558 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:21.298048 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:21.318563 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:21.614646 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:21.797957 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:21.818228 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:22.114761 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:22.297747 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:22.320255 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:22.615081 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0520 10:22:22.797163 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:22.818536 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:23.115138 8148 kapi.go:107] duration metric: took 44.00835903s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0520 10:22:23.297468 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:23.318765 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:23.797938 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:23.819313 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:24.297830 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:24.320434 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:24.796892 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:24.819157 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:25.298064 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:25.318383 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:25.796775 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:25.819025 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:26.297624 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:26.319228 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:26.796866 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:26.819065 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:27.297670 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:27.318888 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:27.797103 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:27.818584 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:28.298085 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:28.318570 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:28.797199 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:28.818557 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:29.297120 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:29.318678 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:29.797207 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:29.818523 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:30.297705 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:30.318704 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:30.797031 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:30.818691 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:31.298008 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:31.318724 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:31.797173 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:31.818938 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:32.298070 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:32.318649 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:32.797581 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:32.818902 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:33.297192 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:33.319144 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:33.796934 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:33.819106 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:34.297576 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:34.318801 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:34.797384 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:34.818640 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:35.297397 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:35.318653 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:35.797768 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:35.819201 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:36.297849 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:36.319210 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:36.798009 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:36.818314 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:37.296862 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:37.319580 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:37.797486 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:37.818631 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:38.297323 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:38.318722 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:38.797042 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:38.818506 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:39.297704 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:39.318789 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:39.797215 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:39.818671 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:40.297825 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:40.319040 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:40.797234 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:40.818172 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:41.297075 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:41.318535 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:41.797928 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:41.819079 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:42.297737 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:42.319488 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:42.799276 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:42.819683 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:43.298265 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:43.318865 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:43.797195 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:43.818390 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:44.298949 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:44.318074 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:44.797806 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:44.819319 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:45.298118 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:45.319245 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:45.798430 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:45.820451 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:46.299544 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:46.319127 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:46.798203 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:46.818193 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:47.297519 8148 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0520 10:22:47.318838 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:47.798100 8148 kapi.go:107] duration metric: took 1m10.505201439s to wait for app.kubernetes.io/name=ingress-nginx ...
I0520 10:22:47.818738 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:48.319029 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:48.818378 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:49.318534 8148 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0520 10:22:49.818162 8148 kapi.go:107] duration metric: took 1m9.503168729s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0520 10:22:49.820342 8148 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-988376 cluster.
I0520 10:22:49.822721 8148 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.
I0520 10:22:49.825115 8148 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0520 10:22:49.827164 8148 out.go:177] * Enabled addons: ingress-dns, cloud-spanner, nvidia-device-plugin, default-storageclass, storage-provisioner-rancher, storage-provisioner, inspektor-gadget, metrics-server, yakd, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0520 10:22:49.829198 8148 addons.go:505] duration metric: took 1m21.737781046s for enable addons: enabled=[ingress-dns cloud-spanner nvidia-device-plugin default-storageclass storage-provisioner-rancher storage-provisioner inspektor-gadget metrics-server yakd volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0520 10:22:49.829243 8148 start.go:245] waiting for cluster config update ...
I0520 10:22:49.829264 8148 start.go:254] writing updated cluster config ...
I0520 10:22:49.829891 8148 ssh_runner.go:195] Run: rm -f paused
I0520 10:22:50.187832 8148 start.go:600] kubectl: 1.30.1, cluster: 1.30.1 (minor skew: 0)
I0520 10:22:50.190345 8148 out.go:177] * Done! kubectl is now configured to use "addons-988376" cluster and "default" namespace by default
==> Docker <==
May 20 10:23:54 addons-988376 dockerd[1137]: time="2024-05-20T10:23:54.272184661Z" level=info msg="ignoring event" container=ff9ed37a73877b141000beeafe30b4094888ef7b8c7e5b58965f57742545e4b7 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
May 20 10:23:54 addons-988376 dockerd[1137]: time="2024-05-20T10:23:54.442916865Z" level=info msg="ignoring event" container=d6290c3a7b11086b5f88e0264feeb45f1864f312acce75881610e63ea4359b58 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
May 20 10:23:55 addons-988376 cri-dockerd[1349]: time="2024-05-20T10:23:55Z" level=error msg="error getting RW layer size for container ID 'ff9ed37a73877b141000beeafe30b4094888ef7b8c7e5b58965f57742545e4b7': Error response from daemon: No such container: ff9ed37a73877b141000beeafe30b4094888ef7b8c7e5b58965f57742545e4b7"
May 20 10:23:55 addons-988376 cri-dockerd[1349]: time="2024-05-20T10:23:55Z" level=error msg="Set backoffDuration to : 1m0s for container ID 'ff9ed37a73877b141000beeafe30b4094888ef7b8c7e5b58965f57742545e4b7'"
May 20 10:23:55 addons-988376 cri-dockerd[1349]: time="2024-05-20T10:23:55Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/4bd6491e31bb9248713ed2c4cdf3c64e55434a4310a374419ed6be4e929378bd/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]"
May 20 10:23:55 addons-988376 dockerd[1137]: time="2024-05-20T10:23:55.784305123Z" level=warning msg="reference for unknown type: " digest="sha256:34d59bf120f98415e3a69401f6636032a0dc39e1dbfcff149c09591de0fad474" remote="ghcr.io/headlamp-k8s/headlamp@sha256:34d59bf120f98415e3a69401f6636032a0dc39e1dbfcff149c09591de0fad474" spanID=e87998d82f75bae8 traceID=b2b62e622b910082749557dd0ff1cdbd
May 20 10:23:58 addons-988376 dockerd[1137]: time="2024-05-20T10:23:58.013004604Z" level=info msg="Container failed to exit within 30s of signal 15 - using the force" container=17f18c98f9fe8b6bbeb3e8255b6ba7ab384a11c8a277dfa614badde5124684da spanID=c6104f63f7ec79e4 traceID=73bfe113ac2b171455cb1a7b7478aca1
May 20 10:23:58 addons-988376 dockerd[1137]: time="2024-05-20T10:23:58.071937103Z" level=info msg="ignoring event" container=17f18c98f9fe8b6bbeb3e8255b6ba7ab384a11c8a277dfa614badde5124684da module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
May 20 10:23:58 addons-988376 dockerd[1137]: time="2024-05-20T10:23:58.203316023Z" level=info msg="ignoring event" container=4b23da9cfbc524d9941a4ac435e85fa33d5784e72ba394ae54166c081b85059a module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
May 20 10:23:58 addons-988376 cri-dockerd[1349]: time="2024-05-20T10:23:58Z" level=info msg="Stop pulling image ghcr.io/headlamp-k8s/headlamp:v0.23.2@sha256:34d59bf120f98415e3a69401f6636032a0dc39e1dbfcff149c09591de0fad474: Status: Downloaded newer image for ghcr.io/headlamp-k8s/headlamp@sha256:34d59bf120f98415e3a69401f6636032a0dc39e1dbfcff149c09591de0fad474"
May 20 10:24:11 addons-988376 dockerd[1137]: time="2024-05-20T10:24:11.771269893Z" level=info msg="ignoring event" container=04e439f70cd3bcf3ea914d62949466e41625bb6a3b51ce9985e2df2e20a2bfa8 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
May 20 10:24:18 addons-988376 cri-dockerd[1349]: time="2024-05-20T10:24:18Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/6597ff74f5c05c601c025f26e2fdcdd1ac99df869f86c6a6cae0f4a77fe0cdc2/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]"
May 20 10:24:18 addons-988376 dockerd[1137]: time="2024-05-20T10:24:18.388977701Z" level=info msg="ignoring event" container=0f7663b4fc36c37419e6b66c7604894c976985f878207a0aea285d9c8ce22932 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
May 20 10:24:18 addons-988376 dockerd[1137]: time="2024-05-20T10:24:18.505484120Z" level=info msg="ignoring event" container=04113a82c480b97d6b0eab16afdcb90efbb95c0e2af1c934fec078c298e19aa6 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
May 20 10:24:19 addons-988376 cri-dockerd[1349]: time="2024-05-20T10:24:19Z" level=info msg="Stop pulling image docker.io/nginx:alpine: Status: Downloaded newer image for nginx:alpine"
May 20 10:24:27 addons-988376 cri-dockerd[1349]: time="2024-05-20T10:24:27Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/43b2e663be2384ab8df12fb31ebfa271438b270fc19c51ca32bba10ad0a2a8ac/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]"
May 20 10:24:29 addons-988376 cri-dockerd[1349]: time="2024-05-20T10:24:29Z" 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"
May 20 10:24:29 addons-988376 dockerd[1137]: time="2024-05-20T10:24:29.933798476Z" level=info msg="ignoring event" container=fae4e5258299fd48899ba2dcdeb037e7b6785240148d94c07a77ce6ee66e8340 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
May 20 10:24:31 addons-988376 dockerd[1137]: time="2024-05-20T10:24:31.071112427Z" level=info msg="ignoring event" container=06f1bc007ba7ac499f9424cd03982f1155273ac8c24668d0d803345d20e86e45 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
May 20 10:24:43 addons-988376 dockerd[1137]: time="2024-05-20T10:24:43.068810404Z" level=info msg="ignoring event" container=da1dd6284894bb517305c3ca2b3156a3358ec2a4c4505d209668d65821d802e7 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
May 20 10:24:47 addons-988376 dockerd[1137]: time="2024-05-20T10:24:47.073336696Z" level=info msg="Container failed to exit within 2s of signal 15 - using the force" container=4fb7f9c185dc30491e42da84494fcfcded19f510e83db873d73018ba80ed9673 spanID=6f3878d0802f4165 traceID=26473b357e45828ca92c1c8d6f14e222
May 20 10:24:47 addons-988376 dockerd[1137]: time="2024-05-20T10:24:47.120534268Z" level=info msg="ignoring event" container=4fb7f9c185dc30491e42da84494fcfcded19f510e83db873d73018ba80ed9673 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
May 20 10:24:47 addons-988376 cri-dockerd[1349]: time="2024-05-20T10:24:47Z" level=info msg="Failed to read pod IP from plugin/docker: networkPlugin cni failed on the status hook for pod \"ingress-nginx-controller-768f948f8f-8jmww_ingress-nginx\": unexpected command output nsenter: cannot open /proc/8020/ns/net: No such file or directory\n with error: exit status 1"
May 20 10:24:47 addons-988376 dockerd[1137]: time="2024-05-20T10:24:47.288426606Z" level=info msg="ignoring event" container=3bf22b10b4266650d15cd290b421dcbfca1d6f69bb4f99b21df8d623ae6d948e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
May 20 10:24:48 addons-988376 dockerd[1137]: time="2024-05-20T10:24:48.238258395Z" level=info msg="ignoring event" container=d187d789ba0c6490808e5a61b454d7b754328eb2ee4a1e416a72c71c99e8f8a0 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
d187d789ba0c6 dd1b12fcb6097 3 seconds ago Exited hello-world-app 2 43b2e663be238 hello-world-app-86c47465fc-nnzw6
b4ab88cf8e386 nginx@sha256:516475cc129da42866742567714ddc681e5eed7b9ee0b9e9c015e464b4221a00 32 seconds ago Running nginx 0 6597ff74f5c05 nginx
0d79732e12925 ghcr.io/headlamp-k8s/headlamp@sha256:34d59bf120f98415e3a69401f6636032a0dc39e1dbfcff149c09591de0fad474 53 seconds ago Running headlamp 0 4bd6491e31bb9 headlamp-68456f997b-4grst
5759982e0bb80 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:e6c5b3bc32072ea370d34c27836efd11b3519d25bd444c2a8efc339cff0e20fb 2 minutes ago Running gcp-auth 0 9005b658bcfa0 gcp-auth-5db96cd9b4-j68jr
be0215d7819e7 296b5f799fcd8 2 minutes ago Exited patch 1 db2855e6f5fb6 ingress-nginx-admission-patch-d7jch
f65ae58c1429e registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 2 minutes ago Exited create 0 074abea1720e4 ingress-nginx-admission-create-nwhlb
6229b43923835 marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 2 minutes ago Running yakd 0 ddf9904a1e46a yakd-dashboard-5ddbf7d777-s8qxl
638c19435555b ba04bb24b9575 3 minutes ago Running storage-provisioner 0 57e62962d3228 storage-provisioner
d295771d2a058 2437cf7621777 3 minutes ago Running coredns 0 0f7cffe584dec coredns-7db6d8ff4d-b5shk
53d0615bc6ca7 05eccb821e159 3 minutes ago Running kube-proxy 0 16ee9945862a0 kube-proxy-jgqqg
88eb6d1e3ea4a 014faa467e297 3 minutes ago Running etcd 0 74eab8fe48cb0 etcd-addons-988376
dc9c67ae0f86c 234ac56e455be 3 minutes ago Running kube-controller-manager 0 3c25b3b88dc49 kube-controller-manager-addons-988376
7716976c0afc1 163ff818d154d 3 minutes ago Running kube-scheduler 0 06859384a77ea kube-scheduler-addons-988376
ec1f433403d6e 988b55d423baf 3 minutes ago Running kube-apiserver 0 91d737c70e477 kube-apiserver-addons-988376
==> coredns [d295771d2a05] <==
[INFO] 10.244.0.20:41453 - 47115 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00004169s
[INFO] 10.244.0.20:47239 - 63849 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002264969s
[INFO] 10.244.0.20:41453 - 59706 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002254344s
[INFO] 10.244.0.20:47239 - 36164 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001922048s
[INFO] 10.244.0.20:41453 - 41989 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001728963s
[INFO] 10.244.0.20:41453 - 47465 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000126885s
[INFO] 10.244.0.20:47239 - 56718 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000063401s
[INFO] 10.244.0.20:33345 - 18414 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.00045946s
[INFO] 10.244.0.20:33345 - 43277 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000158164s
[INFO] 10.244.0.20:44562 - 55668 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000176774s
[INFO] 10.244.0.20:33345 - 14229 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000045653s
[INFO] 10.244.0.20:44562 - 38479 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.00007653s
[INFO] 10.244.0.20:33345 - 15394 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000208265s
[INFO] 10.244.0.20:44562 - 34402 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000129142s
[INFO] 10.244.0.20:33345 - 63937 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000174681s
[INFO] 10.244.0.20:44562 - 14204 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000068341s
[INFO] 10.244.0.20:33345 - 36010 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000044603s
[INFO] 10.244.0.20:44562 - 25887 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000067816s
[INFO] 10.244.0.20:44562 - 55998 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000067463s
[INFO] 10.244.0.20:33345 - 2046 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001408968s
[INFO] 10.244.0.20:44562 - 25216 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001483365s
[INFO] 10.244.0.20:33345 - 22925 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001824497s
[INFO] 10.244.0.20:33345 - 49689 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000090963s
[INFO] 10.244.0.20:44562 - 33904 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001011113s
[INFO] 10.244.0.20:44562 - 37532 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000068243s
==> describe nodes <==
Name: addons-988376
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-988376
kubernetes.io/os=linux
minikube.k8s.io/commit=1b01766f8cca110acded3a48649b81463b982c91
minikube.k8s.io/name=addons-988376
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_05_20T10_21_15_0700
minikube.k8s.io/version=v1.33.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-988376
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, 20 May 2024 10:21:12 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-988376
AcquireTime: <unset>
RenewTime: Mon, 20 May 2024 10:24:48 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 20 May 2024 10:24:48 +0000 Mon, 20 May 2024 10:21:09 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 20 May 2024 10:24:48 +0000 Mon, 20 May 2024 10:21:09 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 20 May 2024 10:24:48 +0000 Mon, 20 May 2024 10:21:09 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 20 May 2024 10:24:48 +0000 Mon, 20 May 2024 10:21:25 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-988376
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022428Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022428Ki
pods: 110
System Info:
Machine ID: ea9a40a64074453ba0afd65739f8c266
System UUID: 4a1bbfe8-d43f-451a-a2e7-40bd4643cac8
Boot ID: 360c613b-7d2d-4efb-a784-5066f036d5dd
Kernel Version: 5.15.0-1061-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: docker://26.1.2
Kubelet Version: v1.30.1
Kube-Proxy Version: v1.30.1
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (12 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-86c47465fc-nnzw6 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-j68jr 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m12s
headlamp headlamp-68456f997b-4grst 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 57s
kube-system coredns-7db6d8ff4d-b5shk 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 3m24s
kube-system etcd-addons-988376 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 3m37s
kube-system kube-apiserver-addons-988376 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m37s
kube-system kube-controller-manager-addons-988376 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m37s
kube-system kube-proxy-jgqqg 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m24s
kube-system kube-scheduler-addons-988376 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m37s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m20s
yakd-dashboard yakd-dashboard-5ddbf7d777-s8qxl 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 3m17s
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 3m22s kube-proxy
Normal NodeHasSufficientMemory 3m45s kubelet Node addons-988376 status is now: NodeHasSufficientMemory
Normal Starting 3m37s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m37s kubelet Node addons-988376 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m37s kubelet Node addons-988376 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m37s kubelet Node addons-988376 status is now: NodeHasSufficientPID
Normal NodeNotReady 3m37s kubelet Node addons-988376 status is now: NodeNotReady
Normal NodeAllocatableEnforced 3m37s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 3m27s kubelet Node addons-988376 status is now: NodeReady
Normal RegisteredNode 3m25s node-controller Node addons-988376 event: Registered Node addons-988376 in Controller
==> dmesg <==
[May20 10:18] 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.014935] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +0.549683] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.003176] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.019285] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.005149] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.004202] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.643027] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[ +6.563006] kauditd_printk_skb: 27 callbacks suppressed
==> etcd [88eb6d1e3ea4] <==
{"level":"info","ts":"2024-05-20T10:21:08.800043Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-05-20T10:21:08.800127Z","caller":"membership/cluster.go:421","msg":"added member","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","added-peer-id":"aec36adc501070cc","added-peer-peer-urls":["https://192.168.49.2:2380"]}
{"level":"info","ts":"2024-05-20T10:21:08.800418Z","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-05-20T10:21:08.800478Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-05-20T10:21:08.800489Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-05-20T10:21:08.802496Z","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-05-20T10:21:08.80264Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-05-20T10:21:09.18911Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-05-20T10:21:09.189158Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-05-20T10:21:09.189187Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-05-20T10:21:09.189218Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-05-20T10:21:09.189227Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-05-20T10:21:09.189238Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-05-20T10:21:09.189246Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-05-20T10:21:09.191713Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-05-20T10:21:09.194176Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-988376 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-05-20T10:21:09.194381Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-05-20T10:21:09.194898Z","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-05-20T10:21:09.195105Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-05-20T10:21:09.195201Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-05-20T10:21:09.195295Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-05-20T10:21:09.198707Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-05-20T10:21:09.202284Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-05-20T10:21:09.202961Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-05-20T10:21:09.213439Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
==> gcp-auth [5759982e0bb8] <==
2024/05/20 10:22:48 GCP Auth Webhook started!
2024/05/20 10:22:58 Ready to marshal response ...
2024/05/20 10:22:58 Ready to write response ...
2024/05/20 10:23:02 Ready to marshal response ...
2024/05/20 10:23:02 Ready to write response ...
2024/05/20 10:23:19 Ready to marshal response ...
2024/05/20 10:23:19 Ready to write response ...
2024/05/20 10:23:19 Ready to marshal response ...
2024/05/20 10:23:19 Ready to write response ...
2024/05/20 10:23:27 Ready to marshal response ...
2024/05/20 10:23:27 Ready to write response ...
2024/05/20 10:23:30 Ready to marshal response ...
2024/05/20 10:23:30 Ready to write response ...
2024/05/20 10:23:55 Ready to marshal response ...
2024/05/20 10:23:55 Ready to write response ...
2024/05/20 10:23:55 Ready to marshal response ...
2024/05/20 10:23:55 Ready to write response ...
2024/05/20 10:23:55 Ready to marshal response ...
2024/05/20 10:23:55 Ready to write response ...
2024/05/20 10:24:17 Ready to marshal response ...
2024/05/20 10:24:17 Ready to write response ...
2024/05/20 10:24:27 Ready to marshal response ...
2024/05/20 10:24:27 Ready to write response ...
==> kernel <==
10:24:52 up 6 min, 0 users, load average: 1.07, 1.59, 0.78
Linux addons-988376 5.15.0-1061-aws #67~20.04.1-Ubuntu SMP Wed Apr 17 15:09:05 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kube-apiserver [ec1f433403d6] <==
E0520 10:22:05.314219 1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
I0520 10:22:05.411987 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0520 10:23:10.813877 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
E0520 10:23:43.400189 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0520 10:23:47.442318 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0520 10:23:47.442371 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0520 10:23:47.474143 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0520 10:23:47.474407 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0520 10:23:47.484613 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0520 10:23:47.484660 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0520 10:23:47.498312 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0520 10:23:47.498558 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0520 10:23:47.530684 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0520 10:23:47.530915 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0520 10:23:48.484752 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0520 10:23:48.530780 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0520 10:23:48.547528 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0520 10:23:55.095504 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.110.119.177"}
I0520 10:24:11.695261 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0520 10:24:12.730906 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0520 10:24:17.471802 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0520 10:24:17.735013 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.100.39.61"}
I0520 10:24:27.365520 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.103.38.8"}
E0520 10:24:44.087947 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
==> kube-controller-manager [dc9c67ae0f86] <==
W0520 10:24:20.505349 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
E0520 10:24:20.505388 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
W0520 10:24:21.880046 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
E0520 10:24:21.880086 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
I0520 10:24:21.888511 1 namespace_controller.go:182] "Namespace has been deleted" logger="namespace-controller" namespace="gadget"
W0520 10:24:26.344429 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
E0520 10:24:26.344466 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
I0520 10:24:27.214551 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="34.624476ms"
I0520 10:24:27.246779 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="32.161728ms"
I0520 10:24:27.247066 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="58.692µs"
I0520 10:24:28.006907 1 shared_informer.go:313] Waiting for caches to sync for resource quota
I0520 10:24:28.006958 1 shared_informer.go:320] Caches are synced for resource quota
I0520 10:24:28.454664 1 shared_informer.go:313] Waiting for caches to sync for garbage collector
I0520 10:24:28.454711 1 shared_informer.go:320] Caches are synced for garbage collector
W0520 10:24:29.100237 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
E0520 10:24:29.100277 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
I0520 10:24:30.961278 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="40.148µs"
I0520 10:24:31.979685 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="73.979µs"
I0520 10:24:32.996103 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="40.32µs"
I0520 10:24:44.016104 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0520 10:24:44.027853 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="8.304µs"
I0520 10:24:44.028103 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0520 10:24:48.335141 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="39.024µs"
W0520 10:24:50.292988 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
E0520 10:24:50.293026 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
==> kube-proxy [53d0615bc6ca] <==
I0520 10:21:29.908476 1 server_linux.go:69] "Using iptables proxy"
I0520 10:21:29.925663 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0520 10:21:29.975311 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0520 10:21:29.975372 1 server_linux.go:165] "Using iptables Proxier"
I0520 10:21:29.985838 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0520 10:21:29.985863 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0520 10:21:29.985892 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"
I0520 10:21:29.986223 1 server.go:872] "Version info" version="v1.30.1"
I0520 10:21:29.986251 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0520 10:21:29.995451 1 config.go:192] "Starting service config controller"
I0520 10:21:29.995474 1 shared_informer.go:313] Waiting for caches to sync for service config
I0520 10:21:29.995523 1 config.go:101] "Starting endpoint slice config controller"
I0520 10:21:29.995528 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0520 10:21:29.996322 1 config.go:319] "Starting node config controller"
I0520 10:21:29.996334 1 shared_informer.go:313] Waiting for caches to sync for node config
I0520 10:21:30.096032 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0520 10:21:30.096103 1 shared_informer.go:320] Caches are synced for service config
I0520 10:21:30.096369 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [7716976c0afc] <==
W0520 10:21:12.454888 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
E0520 10:21:12.455330 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
W0520 10:21:12.457003 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
E0520 10:21:12.457187 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
W0520 10:21:12.457661 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0520 10:21:12.457842 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0520 10:21:12.457725 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
W0520 10:21:12.457784 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
E0520 10:21:12.458041 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
E0520 10:21:12.458181 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
W0520 10:21:13.326908 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
E0520 10:21:13.327011 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
W0520 10:21:13.373121 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
E0520 10:21:13.373242 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
W0520 10:21:13.431187 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
E0520 10:21:13.431312 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
W0520 10:21:13.431425 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
E0520 10:21:13.431445 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
W0520 10:21:13.454662 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"
E0520 10:21:13.454957 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"
W0520 10:21:13.570516 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0520 10:21:13.570751 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0520 10:21:13.587519 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
E0520 10:21:13.587777 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
I0520 10:21:16.343774 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
May 20 10:24:31 addons-988376 kubelet[2251]: I0520 10:24:31.966484 2251 scope.go:117] "RemoveContainer" containerID="06f1bc007ba7ac499f9424cd03982f1155273ac8c24668d0d803345d20e86e45"
May 20 10:24:31 addons-988376 kubelet[2251]: E0520 10:24:31.966896 2251 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-nnzw6_default(7b1353ed-be92-4c66-9b10-6fb778ef0b28)\"" pod="default/hello-world-app-86c47465fc-nnzw6" podUID="7b1353ed-be92-4c66-9b10-6fb778ef0b28"
May 20 10:24:32 addons-988376 kubelet[2251]: I0520 10:24:32.984480 2251 scope.go:117] "RemoveContainer" containerID="06f1bc007ba7ac499f9424cd03982f1155273ac8c24668d0d803345d20e86e45"
May 20 10:24:32 addons-988376 kubelet[2251]: E0520 10:24:32.984737 2251 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-nnzw6_default(7b1353ed-be92-4c66-9b10-6fb778ef0b28)\"" pod="default/hello-world-app-86c47465fc-nnzw6" podUID="7b1353ed-be92-4c66-9b10-6fb778ef0b28"
May 20 10:24:40 addons-988376 kubelet[2251]: I0520 10:24:40.127674 2251 scope.go:117] "RemoveContainer" containerID="d1d7153de82a8425c79f8f88207d7062b3cb7b1ce0c79c86f728eae476ce72e9"
May 20 10:24:40 addons-988376 kubelet[2251]: E0520 10:24:40.127985 2251 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(f36e2e50-4a79-49e3-9b00-48feab710d6d)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="f36e2e50-4a79-49e3-9b00-48feab710d6d"
May 20 10:24:43 addons-988376 kubelet[2251]: I0520 10:24:43.144532 2251 scope.go:117] "RemoveContainer" containerID="d1d7153de82a8425c79f8f88207d7062b3cb7b1ce0c79c86f728eae476ce72e9"
May 20 10:24:43 addons-988376 kubelet[2251]: I0520 10:24:43.148795 2251 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-xf2k5\" (UniqueName: \"kubernetes.io/projected/f36e2e50-4a79-49e3-9b00-48feab710d6d-kube-api-access-xf2k5\") pod \"f36e2e50-4a79-49e3-9b00-48feab710d6d\" (UID: \"f36e2e50-4a79-49e3-9b00-48feab710d6d\") "
May 20 10:24:43 addons-988376 kubelet[2251]: I0520 10:24:43.153081 2251 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/f36e2e50-4a79-49e3-9b00-48feab710d6d-kube-api-access-xf2k5" (OuterVolumeSpecName: "kube-api-access-xf2k5") pod "f36e2e50-4a79-49e3-9b00-48feab710d6d" (UID: "f36e2e50-4a79-49e3-9b00-48feab710d6d"). InnerVolumeSpecName "kube-api-access-xf2k5". PluginName "kubernetes.io/projected", VolumeGidValue ""
May 20 10:24:43 addons-988376 kubelet[2251]: I0520 10:24:43.249767 2251 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-xf2k5\" (UniqueName: \"kubernetes.io/projected/f36e2e50-4a79-49e3-9b00-48feab710d6d-kube-api-access-xf2k5\") on node \"addons-988376\" DevicePath \"\""
May 20 10:24:45 addons-988376 kubelet[2251]: I0520 10:24:45.138002 2251 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="da96f8bb-cb4b-4338-8078-217f63c4295a" path="/var/lib/kubelet/pods/da96f8bb-cb4b-4338-8078-217f63c4295a/volumes"
May 20 10:24:45 addons-988376 kubelet[2251]: I0520 10:24:45.139137 2251 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ee18bf5b-5fa7-47e1-95bd-6d9768f1909b" path="/var/lib/kubelet/pods/ee18bf5b-5fa7-47e1-95bd-6d9768f1909b/volumes"
May 20 10:24:45 addons-988376 kubelet[2251]: I0520 10:24:45.139520 2251 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f36e2e50-4a79-49e3-9b00-48feab710d6d" path="/var/lib/kubelet/pods/f36e2e50-4a79-49e3-9b00-48feab710d6d/volumes"
May 20 10:24:47 addons-988376 kubelet[2251]: I0520 10:24:47.376646 2251 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-2zp4l\" (UniqueName: \"kubernetes.io/projected/a14cc33a-8982-4150-a355-e55c8883a568-kube-api-access-2zp4l\") pod \"a14cc33a-8982-4150-a355-e55c8883a568\" (UID: \"a14cc33a-8982-4150-a355-e55c8883a568\") "
May 20 10:24:47 addons-988376 kubelet[2251]: I0520 10:24:47.376704 2251 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/a14cc33a-8982-4150-a355-e55c8883a568-webhook-cert\") pod \"a14cc33a-8982-4150-a355-e55c8883a568\" (UID: \"a14cc33a-8982-4150-a355-e55c8883a568\") "
May 20 10:24:47 addons-988376 kubelet[2251]: I0520 10:24:47.378964 2251 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/a14cc33a-8982-4150-a355-e55c8883a568-kube-api-access-2zp4l" (OuterVolumeSpecName: "kube-api-access-2zp4l") pod "a14cc33a-8982-4150-a355-e55c8883a568" (UID: "a14cc33a-8982-4150-a355-e55c8883a568"). InnerVolumeSpecName "kube-api-access-2zp4l". PluginName "kubernetes.io/projected", VolumeGidValue ""
May 20 10:24:47 addons-988376 kubelet[2251]: I0520 10:24:47.382535 2251 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/a14cc33a-8982-4150-a355-e55c8883a568-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "a14cc33a-8982-4150-a355-e55c8883a568" (UID: "a14cc33a-8982-4150-a355-e55c8883a568"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
May 20 10:24:47 addons-988376 kubelet[2251]: I0520 10:24:47.477896 2251 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-2zp4l\" (UniqueName: \"kubernetes.io/projected/a14cc33a-8982-4150-a355-e55c8883a568-kube-api-access-2zp4l\") on node \"addons-988376\" DevicePath \"\""
May 20 10:24:47 addons-988376 kubelet[2251]: I0520 10:24:47.477937 2251 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/a14cc33a-8982-4150-a355-e55c8883a568-webhook-cert\") on node \"addons-988376\" DevicePath \"\""
May 20 10:24:48 addons-988376 kubelet[2251]: I0520 10:24:48.127202 2251 scope.go:117] "RemoveContainer" containerID="06f1bc007ba7ac499f9424cd03982f1155273ac8c24668d0d803345d20e86e45"
May 20 10:24:48 addons-988376 kubelet[2251]: I0520 10:24:48.303114 2251 scope.go:117] "RemoveContainer" containerID="4fb7f9c185dc30491e42da84494fcfcded19f510e83db873d73018ba80ed9673"
May 20 10:24:48 addons-988376 kubelet[2251]: I0520 10:24:48.320535 2251 scope.go:117] "RemoveContainer" containerID="d187d789ba0c6490808e5a61b454d7b754328eb2ee4a1e416a72c71c99e8f8a0"
May 20 10:24:48 addons-988376 kubelet[2251]: E0520 10:24:48.321278 2251 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-nnzw6_default(7b1353ed-be92-4c66-9b10-6fb778ef0b28)\"" pod="default/hello-world-app-86c47465fc-nnzw6" podUID="7b1353ed-be92-4c66-9b10-6fb778ef0b28"
May 20 10:24:48 addons-988376 kubelet[2251]: I0520 10:24:48.330547 2251 scope.go:117] "RemoveContainer" containerID="06f1bc007ba7ac499f9424cd03982f1155273ac8c24668d0d803345d20e86e45"
May 20 10:24:49 addons-988376 kubelet[2251]: I0520 10:24:49.135021 2251 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="a14cc33a-8982-4150-a355-e55c8883a568" path="/var/lib/kubelet/pods/a14cc33a-8982-4150-a355-e55c8883a568/volumes"
==> storage-provisioner [638c19435555] <==
I0520 10:21:34.475713 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0520 10:21:34.529877 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0520 10:21:34.529921 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0520 10:21:34.550852 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0520 10:21:34.552743 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-988376_59035872-a65e-4efe-89d4-c0546601a0a4!
I0520 10:21:34.552792 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"cbf91ce5-9a14-4518-abcf-12e44aabf6b3", APIVersion:"v1", ResourceVersion:"518", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-988376_59035872-a65e-4efe-89d4-c0546601a0a4 became leader
I0520 10:21:34.653284 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-988376_59035872-a65e-4efe-89d4-c0546601a0a4!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-988376 -n addons-988376
helpers_test.go:261: (dbg) Run: kubectl --context addons-988376 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 (35.97s)