=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-578783 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run: kubectl --context addons-578783 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-578783 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [10d42835-a7c6-44b5-b79a-e7438afe55d3] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [10d42835-a7c6-44b5-b79a-e7438afe55d3] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.00348449s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-578783 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:288: (dbg) Run: kubectl --context addons-578783 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-578783 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:299: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.078988614s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:301: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:305: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:308: (dbg) Run: out/minikube-linux-arm64 -p addons-578783 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-arm64 -p addons-578783 addons disable ingress-dns --alsologtostderr -v=1: (1.041601759s)
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-578783 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-578783 addons disable ingress --alsologtostderr -v=1: (7.729032481s)
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-578783
helpers_test.go:235: (dbg) docker inspect addons-578783:
-- stdout --
[
{
"Id": "7383790a07244de0901e080acbe54e96f9449ef64f6d97f434ee09887d4c23af",
"Created": "2024-06-18T17:42:27.536508174Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 282232,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-06-18T17:42:27.840318145Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:8a752e76f5364137eb41ca43490ebb4f59a284defa3af04c34c6c3abd0a0e4c0",
"ResolvConfPath": "/var/lib/docker/containers/7383790a07244de0901e080acbe54e96f9449ef64f6d97f434ee09887d4c23af/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/7383790a07244de0901e080acbe54e96f9449ef64f6d97f434ee09887d4c23af/hostname",
"HostsPath": "/var/lib/docker/containers/7383790a07244de0901e080acbe54e96f9449ef64f6d97f434ee09887d4c23af/hosts",
"LogPath": "/var/lib/docker/containers/7383790a07244de0901e080acbe54e96f9449ef64f6d97f434ee09887d4c23af/7383790a07244de0901e080acbe54e96f9449ef64f6d97f434ee09887d4c23af-json.log",
"Name": "/addons-578783",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-578783:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-578783",
"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/bf09f2b7b9f5eb8150f62df4aa7248136759b22d1538c1fc9cf107d098e8ba2b-init/diff:/var/lib/docker/overlay2/b538bdbf0475424156609f7ed72ec141e8837543833a8bf2e08868af671727f8/diff",
"MergedDir": "/var/lib/docker/overlay2/bf09f2b7b9f5eb8150f62df4aa7248136759b22d1538c1fc9cf107d098e8ba2b/merged",
"UpperDir": "/var/lib/docker/overlay2/bf09f2b7b9f5eb8150f62df4aa7248136759b22d1538c1fc9cf107d098e8ba2b/diff",
"WorkDir": "/var/lib/docker/overlay2/bf09f2b7b9f5eb8150f62df4aa7248136759b22d1538c1fc9cf107d098e8ba2b/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-578783",
"Source": "/var/lib/docker/volumes/addons-578783/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-578783",
"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-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0",
"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-578783",
"name.minikube.sigs.k8s.io": "addons-578783",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "f3124921f712478dd7ab72ef60e8509894887135c3461f0f66e536345a9ad821",
"SandboxKey": "/var/run/docker/netns/f3124921f712",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33142"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33141"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33138"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33140"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33139"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-578783": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "bef0a46a8db87f536887ace0ea640770ed88a3762522acbecb3a3dbb1569743d",
"EndpointID": "3bd46be340a7c7dcd648a8a06460125b0b70d1188bc1506896a9677ddb494289",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-578783",
"7383790a0724"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-578783 -n addons-578783
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-578783 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-578783 logs -n 25: (1.427745839s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-096578 | download-only-096578 | jenkins | v1.33.1 | 18 Jun 24 17:42 UTC | 18 Jun 24 17:42 UTC |
| delete | -p download-only-644036 | download-only-644036 | jenkins | v1.33.1 | 18 Jun 24 17:42 UTC | 18 Jun 24 17:42 UTC |
| start | --download-only -p | download-docker-501053 | jenkins | v1.33.1 | 18 Jun 24 17:42 UTC | |
| | download-docker-501053 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-501053 | download-docker-501053 | jenkins | v1.33.1 | 18 Jun 24 17:42 UTC | 18 Jun 24 17:42 UTC |
| start | --download-only -p | binary-mirror-961093 | jenkins | v1.33.1 | 18 Jun 24 17:42 UTC | |
| | binary-mirror-961093 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:37275 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-961093 | binary-mirror-961093 | jenkins | v1.33.1 | 18 Jun 24 17:42 UTC | 18 Jun 24 17:42 UTC |
| addons | disable dashboard -p | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:42 UTC | |
| | addons-578783 | | | | | |
| addons | enable dashboard -p | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:42 UTC | |
| | addons-578783 | | | | | |
| start | -p addons-578783 --wait=true | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:42 UTC | 18 Jun 24 17:45 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | enable headlamp | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:45 UTC | 18 Jun 24 17:45 UTC |
| | -p addons-578783 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-578783 ip | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:46 UTC | 18 Jun 24 17:46 UTC |
| addons | addons-578783 addons disable | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:46 UTC | 18 Jun 24 17:46 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:46 UTC | 18 Jun 24 17:46 UTC |
| | -p addons-578783 | | | | | |
| ssh | addons-578783 ssh cat | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:46 UTC | 18 Jun 24 17:46 UTC |
| | /opt/local-path-provisioner/pvc-fb10fe8d-eba6-45ec-8a4b-27d5c849e158_default_test-pvc/file1 | | | | | |
| addons | addons-578783 addons disable | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:46 UTC | 18 Jun 24 17:46 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:46 UTC | 18 Jun 24 17:46 UTC |
| | addons-578783 | | | | | |
| addons | addons-578783 addons | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:47 UTC | 18 Jun 24 17:47 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-578783 addons | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:47 UTC | 18 Jun 24 17:47 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:47 UTC | 18 Jun 24 17:47 UTC |
| | addons-578783 | | | | | |
| addons | addons-578783 addons | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:47 UTC | 18 Jun 24 17:47 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-578783 ssh curl -s | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:47 UTC | 18 Jun 24 17:47 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-578783 addons disable | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:47 UTC | 18 Jun 24 17:48 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| ip | addons-578783 ip | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:47 UTC | 18 Jun 24 17:47 UTC |
| addons | addons-578783 addons disable | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:48 UTC | 18 Jun 24 17:48 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-578783 addons disable | addons-578783 | jenkins | v1.33.1 | 18 Jun 24 17:48 UTC | 18 Jun 24 17:48 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/06/18 17:42:03
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.4 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0618 17:42:03.826841 281761 out.go:291] Setting OutFile to fd 1 ...
I0618 17:42:03.827142 281761 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0618 17:42:03.827155 281761 out.go:304] Setting ErrFile to fd 2...
I0618 17:42:03.827161 281761 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0618 17:42:03.827446 281761 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19104-275721/.minikube/bin
I0618 17:42:03.827941 281761 out.go:298] Setting JSON to false
I0618 17:42:03.828873 281761 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":5061,"bootTime":1718727463,"procs":204,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1063-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0618 17:42:03.828944 281761 start.go:139] virtualization:
I0618 17:42:03.831808 281761 out.go:177] * [addons-578783] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0618 17:42:03.833967 281761 out.go:177] - MINIKUBE_LOCATION=19104
I0618 17:42:03.834068 281761 notify.go:220] Checking for updates...
I0618 17:42:03.838128 281761 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0618 17:42:03.839767 281761 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19104-275721/kubeconfig
I0618 17:42:03.841852 281761 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19104-275721/.minikube
I0618 17:42:03.843746 281761 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0618 17:42:03.845538 281761 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0618 17:42:03.847758 281761 driver.go:392] Setting default libvirt URI to qemu:///system
I0618 17:42:03.868452 281761 docker.go:122] docker version: linux-26.1.4:Docker Engine - Community
I0618 17:42:03.868593 281761 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0618 17:42:03.934852 281761 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-06-18 17:42:03.925900457 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1063-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:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.1.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d2d58213f83a351ca8f528a95fbd145f5654e957 Expected:d2d58213f83a351ca8f528a95fbd145f5654e957} 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.27.1]] Warnings:<nil>}}
I0618 17:42:03.934967 281761 docker.go:295] overlay module found
I0618 17:42:03.938022 281761 out.go:177] * Using the docker driver based on user configuration
I0618 17:42:03.939785 281761 start.go:297] selected driver: docker
I0618 17:42:03.939800 281761 start.go:901] validating driver "docker" against <nil>
I0618 17:42:03.939812 281761 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0618 17:42:03.940515 281761 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0618 17:42:03.991596 281761 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-06-18 17:42:03.983100942 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1063-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:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.1.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d2d58213f83a351ca8f528a95fbd145f5654e957 Expected:d2d58213f83a351ca8f528a95fbd145f5654e957} 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.27.1]] Warnings:<nil>}}
I0618 17:42:03.991761 281761 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0618 17:42:03.992081 281761 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]
I0618 17:42:03.994180 281761 out.go:177] * Using Docker driver with root privileges
I0618 17:42:03.996004 281761 cni.go:84] Creating CNI manager for ""
I0618 17:42:03.996031 281761 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0618 17:42:03.996042 281761 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0618 17:42:03.996121 281761 start.go:340] cluster config:
{Name:addons-578783 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 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.2 ClusterName:addons-578783 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHA
uthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0618 17:42:03.999921 281761 out.go:177] * Starting "addons-578783" primary control-plane node in "addons-578783" cluster
I0618 17:42:04.002017 281761 cache.go:121] Beginning downloading kic base image for docker with containerd
I0618 17:42:04.003952 281761 out.go:177] * Pulling base image v0.0.44-1718705787-19104 ...
I0618 17:42:04.009288 281761 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 in local docker daemon
I0618 17:42:04.009252 281761 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime containerd
I0618 17:42:04.009440 281761 preload.go:147] Found local preload: /home/jenkins/minikube-integration/19104-275721/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-containerd-overlay2-arm64.tar.lz4
I0618 17:42:04.009451 281761 cache.go:56] Caching tarball of preloaded images
I0618 17:42:04.009549 281761 preload.go:173] Found /home/jenkins/minikube-integration/19104-275721/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0618 17:42:04.009560 281761 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on containerd
I0618 17:42:04.009968 281761 profile.go:143] Saving config to /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/config.json ...
I0618 17:42:04.009995 281761 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/config.json: {Name:mk279e520803a3cbc13c41cb69efae636d38fea4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:42:04.024034 281761 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 to local cache
I0618 17:42:04.024180 281761 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 in local cache directory
I0618 17:42:04.024204 281761 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 in local cache directory, skipping pull
I0618 17:42:04.024209 281761 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 exists in cache, skipping pull
I0618 17:42:04.024217 281761 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 as a tarball
I0618 17:42:04.024223 281761 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 from local cache
I0618 17:42:20.745792 281761 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 from cached tarball
I0618 17:42:20.745832 281761 cache.go:194] Successfully downloaded all kic artifacts
I0618 17:42:20.745876 281761 start.go:360] acquireMachinesLock for addons-578783: {Name:mk4277b8ed0d763dcf71891bd476e729c0ece6c2 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0618 17:42:20.745997 281761 start.go:364] duration metric: took 96.681µs to acquireMachinesLock for "addons-578783"
I0618 17:42:20.746030 281761 start.go:93] Provisioning new machine with config: &{Name:addons-578783 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 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.2 ClusterName:addons-578783 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:fa
lse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0618 17:42:20.746120 281761 start.go:125] createHost starting for "" (driver="docker")
I0618 17:42:20.748411 281761 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0618 17:42:20.748654 281761 start.go:159] libmachine.API.Create for "addons-578783" (driver="docker")
I0618 17:42:20.748688 281761 client.go:168] LocalClient.Create starting
I0618 17:42:20.748794 281761 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19104-275721/.minikube/certs/ca.pem
I0618 17:42:21.178080 281761 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19104-275721/.minikube/certs/cert.pem
I0618 17:42:21.755459 281761 cli_runner.go:164] Run: docker network inspect addons-578783 --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}}]}"
W0618 17:42:21.772602 281761 cli_runner.go:211] docker network inspect addons-578783 --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
I0618 17:42:21.772691 281761 network_create.go:284] running [docker network inspect addons-578783] to gather additional debugging logs...
I0618 17:42:21.772711 281761 cli_runner.go:164] Run: docker network inspect addons-578783
W0618 17:42:21.788444 281761 cli_runner.go:211] docker network inspect addons-578783 returned with exit code 1
I0618 17:42:21.788472 281761 network_create.go:287] error running [docker network inspect addons-578783]: docker network inspect addons-578783: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-578783 not found
I0618 17:42:21.788486 281761 network_create.go:289] output of [docker network inspect addons-578783]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-578783 not found
** /stderr **
I0618 17:42:21.788578 281761 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}}]}"
I0618 17:42:21.803334 281761 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:0x4001822a20}
I0618 17:42:21.803381 281761 network_create.go:124] attempt to create docker network addons-578783 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0618 17:42:21.803438 281761 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-578783 addons-578783
I0618 17:42:21.865483 281761 network_create.go:108] docker network addons-578783 192.168.49.0/24 created
I0618 17:42:21.865516 281761 kic.go:121] calculated static IP "192.168.49.2" for the "addons-578783" container
I0618 17:42:21.865585 281761 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0618 17:42:21.882581 281761 cli_runner.go:164] Run: docker volume create addons-578783 --label name.minikube.sigs.k8s.io=addons-578783 --label created_by.minikube.sigs.k8s.io=true
I0618 17:42:21.897158 281761 oci.go:103] Successfully created a docker volume addons-578783
I0618 17:42:21.897248 281761 cli_runner.go:164] Run: docker run --rm --name addons-578783-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-578783 --entrypoint /usr/bin/test -v addons-578783:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 -d /var/lib
I0618 17:42:23.282433 281761 cli_runner.go:217] Completed: docker run --rm --name addons-578783-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-578783 --entrypoint /usr/bin/test -v addons-578783:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 -d /var/lib: (1.385144794s)
I0618 17:42:23.282461 281761 oci.go:107] Successfully prepared a docker volume addons-578783
I0618 17:42:23.282477 281761 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime containerd
I0618 17:42:23.282497 281761 kic.go:194] Starting extracting preloaded images to volume ...
I0618 17:42:23.282601 281761 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19104-275721/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-578783:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 -I lz4 -xf /preloaded.tar -C /extractDir
I0618 17:42:27.472961 281761 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19104-275721/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-578783:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 -I lz4 -xf /preloaded.tar -C /extractDir: (4.190311281s)
I0618 17:42:27.473009 281761 kic.go:203] duration metric: took 4.19050914s to extract preloaded images to volume ...
W0618 17:42:27.473151 281761 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0618 17:42:27.473267 281761 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0618 17:42:27.521542 281761 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-578783 --name addons-578783 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-578783 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-578783 --network addons-578783 --ip 192.168.49.2 --volume addons-578783:/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-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0
I0618 17:42:27.851262 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Running}}
I0618 17:42:27.877261 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:42:27.901285 281761 cli_runner.go:164] Run: docker exec addons-578783 stat /var/lib/dpkg/alternatives/iptables
I0618 17:42:27.974991 281761 oci.go:144] the created container "addons-578783" has a running status.
I0618 17:42:27.975036 281761 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa...
I0618 17:42:28.278139 281761 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0618 17:42:28.305464 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:42:28.325679 281761 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0618 17:42:28.325699 281761 kic_runner.go:114] Args: [docker exec --privileged addons-578783 chown docker:docker /home/docker/.ssh/authorized_keys]
I0618 17:42:28.401794 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:42:28.428392 281761 machine.go:94] provisionDockerMachine start ...
I0618 17:42:28.428484 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:42:28.451700 281761 main.go:141] libmachine: Using SSH client type: native
I0618 17:42:28.452151 281761 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2bc0] 0x3e5420 <nil> [] 0s} 127.0.0.1 33142 <nil> <nil>}
I0618 17:42:28.452165 281761 main.go:141] libmachine: About to run SSH command:
hostname
I0618 17:42:28.624266 281761 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-578783
I0618 17:42:28.624336 281761 ubuntu.go:169] provisioning hostname "addons-578783"
I0618 17:42:28.624467 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:42:28.642752 281761 main.go:141] libmachine: Using SSH client type: native
I0618 17:42:28.642989 281761 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2bc0] 0x3e5420 <nil> [] 0s} 127.0.0.1 33142 <nil> <nil>}
I0618 17:42:28.643003 281761 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-578783 && echo "addons-578783" | sudo tee /etc/hostname
I0618 17:42:28.821477 281761 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-578783
I0618 17:42:28.821561 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:42:28.845455 281761 main.go:141] libmachine: Using SSH client type: native
I0618 17:42:28.845698 281761 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2bc0] 0x3e5420 <nil> [] 0s} 127.0.0.1 33142 <nil> <nil>}
I0618 17:42:28.845714 281761 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-578783' /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-578783/g' /etc/hosts;
else
echo '127.0.1.1 addons-578783' | sudo tee -a /etc/hosts;
fi
fi
I0618 17:42:28.971858 281761 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0618 17:42:28.971928 281761 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19104-275721/.minikube CaCertPath:/home/jenkins/minikube-integration/19104-275721/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19104-275721/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19104-275721/.minikube}
I0618 17:42:28.971957 281761 ubuntu.go:177] setting up certificates
I0618 17:42:28.971968 281761 provision.go:84] configureAuth start
I0618 17:42:28.972061 281761 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-578783
I0618 17:42:28.988420 281761 provision.go:143] copyHostCerts
I0618 17:42:28.988517 281761 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19104-275721/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19104-275721/.minikube/ca.pem (1082 bytes)
I0618 17:42:28.988641 281761 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19104-275721/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19104-275721/.minikube/cert.pem (1123 bytes)
I0618 17:42:28.988700 281761 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19104-275721/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19104-275721/.minikube/key.pem (1675 bytes)
I0618 17:42:28.988755 281761 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19104-275721/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19104-275721/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19104-275721/.minikube/certs/ca-key.pem org=jenkins.addons-578783 san=[127.0.0.1 192.168.49.2 addons-578783 localhost minikube]
I0618 17:42:29.733896 281761 provision.go:177] copyRemoteCerts
I0618 17:42:29.733966 281761 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0618 17:42:29.734007 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:42:29.749756 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:42:29.840777 281761 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19104-275721/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0618 17:42:29.865218 281761 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19104-275721/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0618 17:42:29.889694 281761 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19104-275721/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0618 17:42:29.913785 281761 provision.go:87] duration metric: took 941.802447ms to configureAuth
I0618 17:42:29.913810 281761 ubuntu.go:193] setting minikube options for container-runtime
I0618 17:42:29.914000 281761 config.go:182] Loaded profile config "addons-578783": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.2
I0618 17:42:29.914007 281761 machine.go:97] duration metric: took 1.485597716s to provisionDockerMachine
I0618 17:42:29.914014 281761 client.go:171] duration metric: took 9.165315245s to LocalClient.Create
I0618 17:42:29.914037 281761 start.go:167] duration metric: took 9.165383971s to libmachine.API.Create "addons-578783"
I0618 17:42:29.914049 281761 start.go:293] postStartSetup for "addons-578783" (driver="docker")
I0618 17:42:29.914060 281761 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]
I0618 17:42:29.914109 281761 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
I0618 17:42:29.914152 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:42:29.933050 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:42:30.032994 281761 ssh_runner.go:195] Run: cat /etc/os-release
I0618 17:42:30.037914 281761 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0618 17:42:30.038048 281761 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0618 17:42:30.038077 281761 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0618 17:42:30.038117 281761 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0618 17:42:30.038150 281761 filesync.go:126] Scanning /home/jenkins/minikube-integration/19104-275721/.minikube/addons for local assets ...
I0618 17:42:30.038267 281761 filesync.go:126] Scanning /home/jenkins/minikube-integration/19104-275721/.minikube/files for local assets ...
I0618 17:42:30.038321 281761 start.go:296] duration metric: took 124.265428ms for postStartSetup
I0618 17:42:30.039959 281761 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-578783
I0618 17:42:30.066229 281761 profile.go:143] Saving config to /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/config.json ...
I0618 17:42:30.066568 281761 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0618 17:42:30.066613 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:42:30.084254 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:42:30.173346 281761 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0618 17:42:30.178304 281761 start.go:128] duration metric: took 9.432161278s to createHost
I0618 17:42:30.178332 281761 start.go:83] releasing machines lock for "addons-578783", held for 9.432319784s
I0618 17:42:30.178409 281761 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-578783
I0618 17:42:30.194916 281761 ssh_runner.go:195] Run: cat /version.json
I0618 17:42:30.195000 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:42:30.195291 281761 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0618 17:42:30.195359 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:42:30.213710 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:42:30.218261 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:42:30.299467 281761 ssh_runner.go:195] Run: systemctl --version
I0618 17:42:30.424147 281761 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0618 17:42:30.428495 281761 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' {}" ;
I0618 17:42:30.455661 281761 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0618 17:42:30.455742 281761 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" ;
I0618 17:42:30.484786 281761 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0618 17:42:30.484812 281761 start.go:494] detecting cgroup driver to use...
I0618 17:42:30.484846 281761 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0618 17:42:30.484895 281761 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0618 17:42:30.498154 281761 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0618 17:42:30.509907 281761 docker.go:217] disabling cri-docker service (if available) ...
I0618 17:42:30.510006 281761 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0618 17:42:30.524670 281761 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0618 17:42:30.539943 281761 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0618 17:42:30.636001 281761 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0618 17:42:30.730146 281761 docker.go:233] disabling docker service ...
I0618 17:42:30.730215 281761 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0618 17:42:30.751128 281761 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0618 17:42:30.763290 281761 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0618 17:42:30.846667 281761 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0618 17:42:30.933986 281761 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0618 17:42:30.945485 281761 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"
I0618 17:42:30.964273 281761 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"
I0618 17:42:30.974200 281761 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"
I0618 17:42:30.984377 281761 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0618 17:42:30.984445 281761 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0618 17:42:30.994297 281761 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"
I0618 17:42:31.004035 281761 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0618 17:42:31.016005 281761 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0618 17:42:31.026175 281761 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0618 17:42:31.035385 281761 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"
I0618 17:42:31.045666 281761 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0618 17:42:31.055301 281761 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"
I0618 17:42:31.066035 281761 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0618 17:42:31.075258 281761 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0618 17:42:31.084565 281761 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0618 17:42:31.167949 281761 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0618 17:42:31.314052 281761 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0618 17:42:31.314148 281761 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0618 17:42:31.317787 281761 start.go:562] Will wait 60s for crictl version
I0618 17:42:31.317849 281761 ssh_runner.go:195] Run: which crictl
I0618 17:42:31.321195 281761 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0618 17:42:31.365572 281761 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.33
RuntimeApiVersion: v1
I0618 17:42:31.365657 281761 ssh_runner.go:195] Run: containerd --version
I0618 17:42:31.387480 281761 ssh_runner.go:195] Run: containerd --version
I0618 17:42:31.412513 281761 out.go:177] * Preparing Kubernetes v1.30.2 on containerd 1.6.33 ...
I0618 17:42:31.414421 281761 cli_runner.go:164] Run: docker network inspect addons-578783 --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}}]}"
I0618 17:42:31.428206 281761 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0618 17:42:31.431919 281761 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""
I0618 17:42:31.442359 281761 kubeadm.go:877] updating cluster {Name:addons-578783 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 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.2 ClusterName:addons-578783 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Cus
tomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0618 17:42:31.442484 281761 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime containerd
I0618 17:42:31.442551 281761 ssh_runner.go:195] Run: sudo crictl images --output json
I0618 17:42:31.478967 281761 containerd.go:627] all images are preloaded for containerd runtime.
I0618 17:42:31.478989 281761 containerd.go:534] Images already preloaded, skipping extraction
I0618 17:42:31.479049 281761 ssh_runner.go:195] Run: sudo crictl images --output json
I0618 17:42:31.514966 281761 containerd.go:627] all images are preloaded for containerd runtime.
I0618 17:42:31.514989 281761 cache_images.go:84] Images are preloaded, skipping loading
I0618 17:42:31.514997 281761 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.2 containerd true true} ...
I0618 17:42:31.515091 281761 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-578783 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.2 ClusterName:addons-578783 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0618 17:42:31.515162 281761 ssh_runner.go:195] Run: sudo crictl info
I0618 17:42:31.552138 281761 cni.go:84] Creating CNI manager for ""
I0618 17:42:31.552163 281761 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0618 17:42:31.552173 281761 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0618 17:42:31.552196 281761 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.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-578783 NodeName:addons-578783 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc
/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0618 17:42:31.552335 281761 kubeadm.go:187] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///run/containerd/containerd.sock
name: "addons-578783"
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.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0618 17:42:31.552411 281761 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
I0618 17:42:31.561856 281761 binaries.go:44] Found k8s binaries, skipping transfer
I0618 17:42:31.561971 281761 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0618 17:42:31.570765 281761 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0618 17:42:31.589564 281761 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0618 17:42:31.607790 281761 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0618 17:42:31.626785 281761 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0618 17:42:31.630246 281761 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""
I0618 17:42:31.641043 281761 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0618 17:42:31.733721 281761 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0618 17:42:31.752423 281761 certs.go:68] Setting up /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783 for IP: 192.168.49.2
I0618 17:42:31.752445 281761 certs.go:194] generating shared ca certs ...
I0618 17:42:31.752461 281761 certs.go:226] acquiring lock for ca certs: {Name:mk31a78e2cbc14757baf2b82ccbebc1d28c08aee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:42:31.752590 281761 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19104-275721/.minikube/ca.key
I0618 17:42:32.052498 281761 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19104-275721/.minikube/ca.crt ...
I0618 17:42:32.052534 281761 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19104-275721/.minikube/ca.crt: {Name:mkb431b461baeb4b99e5c3942d006a2b35dc7352 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:42:32.052736 281761 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19104-275721/.minikube/ca.key ...
I0618 17:42:32.052751 281761 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19104-275721/.minikube/ca.key: {Name:mk1a6ff39812815f790a9714c12d057cca0b2809 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:42:32.052839 281761 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19104-275721/.minikube/proxy-client-ca.key
I0618 17:42:32.619685 281761 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19104-275721/.minikube/proxy-client-ca.crt ...
I0618 17:42:32.619714 281761 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19104-275721/.minikube/proxy-client-ca.crt: {Name:mk7f8b9df3b9b0202e3d8d25d84c93e21094d1b6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:42:32.620355 281761 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19104-275721/.minikube/proxy-client-ca.key ...
I0618 17:42:32.620372 281761 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19104-275721/.minikube/proxy-client-ca.key: {Name:mk22f2da68c31634bb024b9332a2143f4cb5f384 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:42:32.620461 281761 certs.go:256] generating profile certs ...
I0618 17:42:32.620523 281761 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/client.key
I0618 17:42:32.620543 281761 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/client.crt with IP's: []
I0618 17:42:33.104833 281761 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/client.crt ...
I0618 17:42:33.104864 281761 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/client.crt: {Name:mkd6dd4368e96f4be2b8fb0b5cdd6516e3ef9549 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:42:33.105068 281761 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/client.key ...
I0618 17:42:33.105082 281761 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/client.key: {Name:mk332358288b23693170b042be7c3cb7a125602f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:42:33.105167 281761 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/apiserver.key.fdc01545
I0618 17:42:33.105189 281761 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/apiserver.crt.fdc01545 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0618 17:42:33.691568 281761 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/apiserver.crt.fdc01545 ...
I0618 17:42:33.691603 281761 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/apiserver.crt.fdc01545: {Name:mk41cf64d031ce69222ea40b0012f15591988465 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:42:33.691785 281761 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/apiserver.key.fdc01545 ...
I0618 17:42:33.691802 281761 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/apiserver.key.fdc01545: {Name:mk7b4a9d73175b88fe159d2e56547ae743a7e33a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:42:33.691895 281761 certs.go:381] copying /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/apiserver.crt.fdc01545 -> /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/apiserver.crt
I0618 17:42:33.691979 281761 certs.go:385] copying /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/apiserver.key.fdc01545 -> /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/apiserver.key
I0618 17:42:33.692034 281761 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/proxy-client.key
I0618 17:42:33.692055 281761 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/proxy-client.crt with IP's: []
I0618 17:42:33.838050 281761 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/proxy-client.crt ...
I0618 17:42:33.838079 281761 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/proxy-client.crt: {Name:mk74a295ad59f6dd0ee93bec2916877e40469cbf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:42:33.839602 281761 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/proxy-client.key ...
I0618 17:42:33.839620 281761 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/proxy-client.key: {Name:mk7cba888a7a66a4ea79f7b4a6fa12687ceaee19 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:42:33.839846 281761 certs.go:484] found cert: /home/jenkins/minikube-integration/19104-275721/.minikube/certs/ca-key.pem (1679 bytes)
I0618 17:42:33.839894 281761 certs.go:484] found cert: /home/jenkins/minikube-integration/19104-275721/.minikube/certs/ca.pem (1082 bytes)
I0618 17:42:33.839926 281761 certs.go:484] found cert: /home/jenkins/minikube-integration/19104-275721/.minikube/certs/cert.pem (1123 bytes)
I0618 17:42:33.839952 281761 certs.go:484] found cert: /home/jenkins/minikube-integration/19104-275721/.minikube/certs/key.pem (1675 bytes)
I0618 17:42:33.840530 281761 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19104-275721/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0618 17:42:33.864255 281761 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19104-275721/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0618 17:42:33.887860 281761 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19104-275721/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0618 17:42:33.911146 281761 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19104-275721/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0618 17:42:33.933881 281761 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0618 17:42:33.957213 281761 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0618 17:42:33.980586 281761 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0618 17:42:34.003678 281761 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19104-275721/.minikube/profiles/addons-578783/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0618 17:42:34.031299 281761 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19104-275721/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0618 17:42:34.060561 281761 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0618 17:42:34.081940 281761 ssh_runner.go:195] Run: openssl version
I0618 17:42:34.087924 281761 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"
I0618 17:42:34.098665 281761 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0618 17:42:34.102946 281761 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jun 18 17:42 /usr/share/ca-certificates/minikubeCA.pem
I0618 17:42:34.103018 281761 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0618 17:42:34.110397 281761 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"
I0618 17:42:34.120127 281761 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0618 17:42:34.123537 281761 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
I0618 17:42:34.123584 281761 kubeadm.go:391] StartCluster: {Name:addons-578783 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718705787-19104@sha256:447491347226ad2b46e499eb4c705d68f818565c02b031ba9d03595e422120d0 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.2 ClusterName:addons-578783 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Custom
QemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0618 17:42:34.123673 281761 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0618 17:42:34.123734 281761 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0618 17:42:34.165782 281761 cri.go:89] found id: ""
I0618 17:42:34.165870 281761 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0618 17:42:34.174270 281761 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0618 17:42:34.182618 281761 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0618 17:42:34.182700 281761 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
I0618 17:42:34.191204 281761 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
I0618 17:42:34.191225 281761 kubeadm.go:156] found existing configuration files:
I0618 17:42:34.191274 281761 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0618 17:42:34.199581 281761 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
I0618 17:42:34.199675 281761 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0618 17:42:34.207917 281761 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0618 17:42:34.216446 281761 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
I0618 17:42:34.216513 281761 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0618 17:42:34.224332 281761 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0618 17:42:34.232666 281761 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
I0618 17:42:34.232976 281761 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0618 17:42:34.244016 281761 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0618 17:42:34.252729 281761 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
I0618 17:42:34.252795 281761 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0618 17:42:34.260874 281761 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.2:$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"
I0618 17:42:34.303505 281761 kubeadm.go:309] [init] Using Kubernetes version: v1.30.2
I0618 17:42:34.303568 281761 kubeadm.go:309] [preflight] Running pre-flight checks
I0618 17:42:34.343514 281761 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0618 17:42:34.343590 281761 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1063-aws[0m
I0618 17:42:34.343627 281761 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0618 17:42:34.343676 281761 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0618 17:42:34.343725 281761 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0618 17:42:34.343773 281761 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0618 17:42:34.343830 281761 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0618 17:42:34.343884 281761 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0618 17:42:34.343936 281761 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0618 17:42:34.343984 281761 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0618 17:42:34.344033 281761 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0618 17:42:34.344081 281761 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0618 17:42:34.407136 281761 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0618 17:42:34.407280 281761 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0618 17:42:34.407404 281761 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0618 17:42:34.633929 281761 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0618 17:42:34.636989 281761 out.go:204] - Generating certificates and keys ...
I0618 17:42:34.637155 281761 kubeadm.go:309] [certs] Using existing ca certificate authority
I0618 17:42:34.637265 281761 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0618 17:42:35.197368 281761 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0618 17:42:35.365915 281761 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0618 17:42:36.120553 281761 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0618 17:42:36.809324 281761 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0618 17:42:37.101820 281761 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0618 17:42:37.102177 281761 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-578783 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0618 17:42:37.415976 281761 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0618 17:42:37.416117 281761 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-578783 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0618 17:42:37.930510 281761 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0618 17:42:38.094275 281761 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0618 17:42:38.343043 281761 kubeadm.go:309] [certs] Generating "sa" key and public key
I0618 17:42:38.343303 281761 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0618 17:42:38.777862 281761 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0618 17:42:38.977848 281761 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0618 17:42:39.879648 281761 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0618 17:42:40.148327 281761 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0618 17:42:41.176157 281761 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0618 17:42:41.177110 281761 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0618 17:42:41.181775 281761 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0618 17:42:41.183926 281761 out.go:204] - Booting up control plane ...
I0618 17:42:41.184022 281761 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0618 17:42:41.184103 281761 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0618 17:42:41.185269 281761 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0618 17:42:41.197390 281761 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0618 17:42:41.198382 281761 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0618 17:42:41.198599 281761 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0618 17:42:41.316070 281761 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0618 17:42:41.316163 281761 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0618 17:42:43.316311 281761 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 2.000774848s
I0618 17:42:43.316412 281761 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0618 17:42:49.818073 281761 kubeadm.go:309] [api-check] The API server is healthy after 6.501737058s
I0618 17:42:49.837076 281761 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0618 17:42:49.854809 281761 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0618 17:42:49.878627 281761 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0618 17:42:49.878840 281761 kubeadm.go:309] [mark-control-plane] Marking the node addons-578783 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0618 17:42:49.890629 281761 kubeadm.go:309] [bootstrap-token] Using token: 0x2lzb.ht55lmspqh81om8m
I0618 17:42:49.892701 281761 out.go:204] - Configuring RBAC rules ...
I0618 17:42:49.892839 281761 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0618 17:42:49.900889 281761 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0618 17:42:49.912317 281761 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
I0618 17:42:49.916399 281761 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0618 17:42:49.919888 281761 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0618 17:42:49.923593 281761 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0618 17:42:50.225022 281761 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0618 17:42:50.655223 281761 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0618 17:42:51.225991 281761 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0618 17:42:51.227289 281761 kubeadm.go:309]
I0618 17:42:51.227363 281761 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0618 17:42:51.227374 281761 kubeadm.go:309]
I0618 17:42:51.227449 281761 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0618 17:42:51.227458 281761 kubeadm.go:309]
I0618 17:42:51.227483 281761 kubeadm.go:309] mkdir -p $HOME/.kube
I0618 17:42:51.227543 281761 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0618 17:42:51.227595 281761 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0618 17:42:51.227603 281761 kubeadm.go:309]
I0618 17:42:51.227655 281761 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0618 17:42:51.227663 281761 kubeadm.go:309]
I0618 17:42:51.227710 281761 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0618 17:42:51.227718 281761 kubeadm.go:309]
I0618 17:42:51.227769 281761 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0618 17:42:51.227869 281761 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0618 17:42:51.227940 281761 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0618 17:42:51.227948 281761 kubeadm.go:309]
I0618 17:42:51.228030 281761 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0618 17:42:51.228109 281761 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0618 17:42:51.228116 281761 kubeadm.go:309]
I0618 17:42:51.228198 281761 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 0x2lzb.ht55lmspqh81om8m \
I0618 17:42:51.228300 281761 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:7c1931d4693ebe62574db8c4d3d0ae9a6ac74f14e18928d433c401dc789249a9 \
I0618 17:42:51.228324 281761 kubeadm.go:309] --control-plane
I0618 17:42:51.228331 281761 kubeadm.go:309]
I0618 17:42:51.228413 281761 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0618 17:42:51.228421 281761 kubeadm.go:309]
I0618 17:42:51.228500 281761 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 0x2lzb.ht55lmspqh81om8m \
I0618 17:42:51.228601 281761 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:7c1931d4693ebe62574db8c4d3d0ae9a6ac74f14e18928d433c401dc789249a9
I0618 17:42:51.230959 281761 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-1063-aws\n", err: exit status 1
I0618 17:42:51.231072 281761 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0618 17:42:51.231091 281761 cni.go:84] Creating CNI manager for ""
I0618 17:42:51.231101 281761 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0618 17:42:51.233619 281761 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0618 17:42:51.235495 281761 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0618 17:42:51.239463 281761 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
I0618 17:42:51.239486 281761 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0618 17:42:51.257904 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0618 17:42:51.531597 281761 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0618 17:42:51.531735 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:51.531812 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-578783 minikube.k8s.io/updated_at=2024_06_18T17_42_51_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=983dccd817567c056c921db7e41373b437f742d4 minikube.k8s.io/name=addons-578783 minikube.k8s.io/primary=true
I0618 17:42:51.545711 281761 ops.go:34] apiserver oom_adj: -16
I0618 17:42:51.691511 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:52.192277 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:52.691669 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:53.192115 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:53.691887 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:54.192327 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:54.692086 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:55.191850 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:55.692276 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:56.191851 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:56.692171 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:57.192051 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:57.692384 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:58.191660 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:58.691646 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:59.192425 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:42:59.692186 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:00.192275 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:00.692507 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:01.192433 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:01.692371 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:02.191631 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:02.691642 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:03.191616 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:03.692344 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:04.192495 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:04.692547 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:05.192628 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:05.691840 281761 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0618 17:43:05.818964 281761 kubeadm.go:1107] duration metric: took 14.287277601s to wait for elevateKubeSystemPrivileges
W0618 17:43:05.818995 281761 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0618 17:43:05.819003 281761 kubeadm.go:393] duration metric: took 31.695422534s to StartCluster
I0618 17:43:05.819018 281761 settings.go:142] acquiring lock: {Name:mk915ef05af4347c1c881aa1acf8048805bd1a13 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:43:05.819139 281761 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19104-275721/kubeconfig
I0618 17:43:05.819511 281761 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19104-275721/kubeconfig: {Name:mka28dc4e90f06515b691b34f69f1e7b304b31b0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0618 17:43:05.819688 281761 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0618 17:43:05.819852 281761 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0618 17:43:05.820029 281761 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0618 17:43:05.820107 281761 config.go:182] Loaded profile config "addons-578783": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.2
I0618 17:43:05.820137 281761 addons.go:69] Setting yakd=true in profile "addons-578783"
I0618 17:43:05.820142 281761 addons.go:69] Setting inspektor-gadget=true in profile "addons-578783"
I0618 17:43:05.820160 281761 addons.go:234] Setting addon yakd=true in "addons-578783"
I0618 17:43:05.820165 281761 addons.go:69] Setting cloud-spanner=true in profile "addons-578783"
I0618 17:43:05.820179 281761 addons.go:234] Setting addon cloud-spanner=true in "addons-578783"
I0618 17:43:05.820187 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:05.820198 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:05.820671 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.820673 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.820160 281761 addons.go:234] Setting addon inspektor-gadget=true in "addons-578783"
I0618 17:43:05.821106 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:05.821519 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.821747 281761 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-578783"
I0618 17:43:05.821813 281761 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-578783"
I0618 17:43:05.821840 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:05.822236 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.825185 281761 addons.go:69] Setting default-storageclass=true in profile "addons-578783"
I0618 17:43:05.825211 281761 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-578783"
I0618 17:43:05.825226 281761 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-578783"
I0618 17:43:05.825234 281761 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-578783"
I0618 17:43:05.825267 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:05.825526 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.825702 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.825193 281761 addons.go:69] Setting metrics-server=true in profile "addons-578783"
I0618 17:43:05.833244 281761 addons.go:234] Setting addon metrics-server=true in "addons-578783"
I0618 17:43:05.833297 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:05.833735 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.834975 281761 addons.go:69] Setting registry=true in profile "addons-578783"
I0618 17:43:05.835014 281761 addons.go:234] Setting addon registry=true in "addons-578783"
I0618 17:43:05.835051 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:05.835478 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.845832 281761 addons.go:69] Setting gcp-auth=true in profile "addons-578783"
I0618 17:43:05.845884 281761 mustload.go:65] Loading cluster: addons-578783
I0618 17:43:05.846067 281761 config.go:182] Loaded profile config "addons-578783": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.2
I0618 17:43:05.846336 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.857816 281761 addons.go:69] Setting storage-provisioner=true in profile "addons-578783"
I0618 17:43:05.857863 281761 addons.go:234] Setting addon storage-provisioner=true in "addons-578783"
I0618 17:43:05.857900 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:05.862787 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.864159 281761 addons.go:69] Setting ingress=true in profile "addons-578783"
I0618 17:43:05.864193 281761 addons.go:234] Setting addon ingress=true in "addons-578783"
I0618 17:43:05.864234 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:05.864664 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.886675 281761 addons.go:69] Setting ingress-dns=true in profile "addons-578783"
I0618 17:43:05.886731 281761 addons.go:234] Setting addon ingress-dns=true in "addons-578783"
I0618 17:43:05.886777 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:05.887234 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.893736 281761 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-578783"
I0618 17:43:05.893786 281761 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-578783"
I0618 17:43:05.894103 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.900076 281761 out.go:177] * Verifying Kubernetes components...
I0618 17:43:05.919717 281761 addons.go:69] Setting volcano=true in profile "addons-578783"
I0618 17:43:05.919755 281761 addons.go:234] Setting addon volcano=true in "addons-578783"
I0618 17:43:05.919804 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:05.920282 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.944666 281761 addons.go:69] Setting volumesnapshots=true in profile "addons-578783"
I0618 17:43:05.944713 281761 addons.go:234] Setting addon volumesnapshots=true in "addons-578783"
I0618 17:43:05.944756 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:05.945226 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:05.963965 281761 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0618 17:43:05.970179 281761 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0618 17:43:05.977019 281761 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0618 17:43:05.977052 281761 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0618 17:43:05.977128 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.000261 281761 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.29.0
I0618 17:43:06.000373 281761 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0618 17:43:06.004348 281761 addons.go:234] Setting addon default-storageclass=true in "addons-578783"
I0618 17:43:06.004404 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:06.004881 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:06.025675 281761 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0618 17:43:06.027802 281761 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.0
I0618 17:43:06.029271 281761 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0618 17:43:06.029297 281761 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0618 17:43:06.029380 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.032001 281761 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0618 17:43:06.032027 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0618 17:43:06.032110 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.060305 281761 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0618 17:43:06.064885 281761 out.go:177] - Using image docker.io/registry:2.8.3
I0618 17:43:06.064933 281761 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0618 17:43:06.066910 281761 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0618 17:43:06.067001 281761 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0618 17:43:06.067016 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0618 17:43:06.067083 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.067163 281761 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0618 17:43:06.067174 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0618 17:43:06.067220 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.084115 281761 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0618 17:43:06.084140 281761 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0618 17:43:06.084213 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.106281 281761 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0618 17:43:06.108492 281761 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0618 17:43:06.114707 281761 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0618 17:43:06.114782 281761 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0618 17:43:06.114913 281761 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0618 17:43:06.114923 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0618 17:43:06.114987 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.124284 281761 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0618 17:43:06.125505 281761 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0618 17:43:06.127722 281761 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0618 17:43:06.128010 281761 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0618 17:43:06.129425 281761 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0618 17:43:06.129781 281761 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0618 17:43:06.129797 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0618 17:43:06.129864 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.143346 281761 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0618 17:43:06.149315 281761 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0618 17:43:06.149345 281761 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0618 17:43:06.149432 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.186813 281761 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0618 17:43:06.188867 281761 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0618 17:43:06.188886 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0618 17:43:06.188954 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.201802 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:06.212832 281761 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0618 17:43:06.218141 281761 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0618 17:43:06.218168 281761 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0618 17:43:06.218245 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.254599 281761 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-578783"
I0618 17:43:06.254640 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:06.255093 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:06.265045 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.265795 281761 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0618 17:43:06.265809 281761 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0618 17:43:06.265863 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.308750 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.309594 281761 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.7.0
I0618 17:43:06.316777 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.326651 281761 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.7.0
I0618 17:43:06.328492 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.328508 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.335324 281761 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.7.0
I0618 17:43:06.338274 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.373729 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.374445 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.400307 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.419479 281761 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0618 17:43:06.427065 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (626760 bytes)
I0618 17:43:06.427217 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.445918 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.451121 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.469499 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.473307 281761 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0618 17:43:06.475407 281761 out.go:177] - Using image docker.io/busybox:stable
I0618 17:43:06.478341 281761 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0618 17:43:06.478364 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0618 17:43:06.478430 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:06.497258 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
W0618 17:43:06.510255 281761 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0618 17:43:06.510349 281761 retry.go:31] will retry after 248.285895ms: ssh: handshake failed: EOF
I0618 17:43:06.520046 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:06.625743 281761 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0618 17:43:06.632881 281761 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/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.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0618 17:43:06.777388 281761 node_ready.go:35] waiting up to 6m0s for node "addons-578783" to be "Ready" ...
I0618 17:43:06.782640 281761 node_ready.go:49] node "addons-578783" has status "Ready":"True"
I0618 17:43:06.782665 281761 node_ready.go:38] duration metric: took 5.248166ms for node "addons-578783" to be "Ready" ...
I0618 17:43:06.782675 281761 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" ...
I0618 17:43:06.795003 281761 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-8lqtt" in "kube-system" namespace to be "Ready" ...
I0618 17:43:06.874273 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0618 17:43:06.981423 281761 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0618 17:43:06.981498 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0618 17:43:06.990318 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0618 17:43:06.996858 281761 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0618 17:43:06.996920 281761 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0618 17:43:07.003119 281761 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0618 17:43:07.003183 281761 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0618 17:43:07.072416 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0618 17:43:07.131766 281761 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0618 17:43:07.131792 281761 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0618 17:43:07.136090 281761 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0618 17:43:07.136115 281761 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0618 17:43:07.153790 281761 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0618 17:43:07.153818 281761 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0618 17:43:07.184428 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0618 17:43:07.189314 281761 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0618 17:43:07.189383 281761 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0618 17:43:07.207705 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0618 17:43:07.210697 281761 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0618 17:43:07.210718 281761 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)
I0618 17:43:07.218953 281761 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0618 17:43:07.218975 281761 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0618 17:43:07.250841 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0618 17:43:07.268282 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0618 17:43:07.369410 281761 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0618 17:43:07.369475 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0618 17:43:07.369718 281761 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0618 17:43:07.369753 281761 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0618 17:43:07.376252 281761 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0618 17:43:07.376320 281761 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0618 17:43:07.382282 281761 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0618 17:43:07.382348 281761 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0618 17:43:07.422811 281761 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0618 17:43:07.422877 281761 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0618 17:43:07.443116 281761 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0618 17:43:07.443191 281761 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0618 17:43:07.474089 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0618 17:43:07.570105 281761 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0618 17:43:07.570175 281761 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0618 17:43:07.623211 281761 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0618 17:43:07.623303 281761 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0618 17:43:07.632527 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0618 17:43:07.637026 281761 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0618 17:43:07.637100 281761 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0618 17:43:07.656846 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0618 17:43:07.709760 281761 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0618 17:43:07.709834 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0618 17:43:07.798747 281761 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0618 17:43:07.798817 281761 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0618 17:43:07.876423 281761 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0618 17:43:07.876499 281761 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0618 17:43:07.918246 281761 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0618 17:43:07.918312 281761 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0618 17:43:07.931397 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0618 17:43:07.933958 281761 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/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.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.301000277s)
I0618 17:43:07.934040 281761 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0618 17:43:08.171920 281761 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0618 17:43:08.171994 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0618 17:43:08.197910 281761 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0618 17:43:08.197976 281761 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0618 17:43:08.239722 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0618 17:43:08.247426 281761 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0618 17:43:08.247493 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0618 17:43:08.276532 281761 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0618 17:43:08.276606 281761 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0618 17:43:08.439134 281761 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-578783" context rescaled to 1 replicas
I0618 17:43:08.446760 281761 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0618 17:43:08.446825 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0618 17:43:08.466702 281761 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0618 17:43:08.466768 281761 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0618 17:43:08.638523 281761 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0618 17:43:08.638598 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0618 17:43:08.727697 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0618 17:43:08.809688 281761 pod_ready.go:97] error getting pod "coredns-7db6d8ff4d-8lqtt" in "kube-system" namespace (skipping!): pods "coredns-7db6d8ff4d-8lqtt" not found
I0618 17:43:08.809925 281761 pod_ready.go:81] duration metric: took 2.014883017s for pod "coredns-7db6d8ff4d-8lqtt" in "kube-system" namespace to be "Ready" ...
E0618 17:43:08.809960 281761 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-7db6d8ff4d-8lqtt" in "kube-system" namespace (skipping!): pods "coredns-7db6d8ff4d-8lqtt" not found
I0618 17:43:08.809980 281761 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace to be "Ready" ...
I0618 17:43:09.000017 281761 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0618 17:43:09.000038 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0618 17:43:09.406426 281761 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0618 17:43:09.406491 281761 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0618 17:43:09.469181 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (2.594831657s)
I0618 17:43:09.469277 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.47889573s)
I0618 17:43:09.806136 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0618 17:43:10.619739 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.547240867s)
I0618 17:43:10.850806 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:13.316322 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:13.424843 281761 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0618 17:43:13.425007 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:13.453221 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:13.824559 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.640094238s)
I0618 17:43:13.824681 281761 addons.go:475] Verifying addon ingress=true in "addons-578783"
I0618 17:43:13.824575 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (6.61683865s)
I0618 17:43:13.824600 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (6.573742881s)
I0618 17:43:13.824645 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (6.556305172s)
I0618 17:43:13.827549 281761 out.go:177] * Verifying ingress addon...
I0618 17:43:13.830446 281761 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0618 17:43:13.837550 281761 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0618 17:43:13.837628 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0618 17:43:13.842247 281761 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0618 17:43:14.073593 281761 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0618 17:43:14.179595 281761 addons.go:234] Setting addon gcp-auth=true in "addons-578783"
I0618 17:43:14.179683 281761 host.go:66] Checking if "addons-578783" exists ...
I0618 17:43:14.180251 281761 cli_runner.go:164] Run: docker container inspect addons-578783 --format={{.State.Status}}
I0618 17:43:14.201126 281761 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0618 17:43:14.201194 281761 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-578783
I0618 17:43:14.230382 281761 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33142 SSHKeyPath:/home/jenkins/minikube-integration/19104-275721/.minikube/machines/addons-578783/id_rsa Username:docker}
I0618 17:43:14.335283 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:14.880879 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:15.357070 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:15.369367 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:15.848013 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:15.934228 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (8.460056854s)
I0618 17:43:15.934344 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (8.30174876s)
I0618 17:43:15.934383 281761 addons.go:475] Verifying addon registry=true in "addons-578783"
I0618 17:43:15.934709 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (8.277681498s)
I0618 17:43:15.934755 281761 addons.go:475] Verifying addon metrics-server=true in "addons-578783"
I0618 17:43:15.934872 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (8.003390183s)
I0618 17:43:15.934993 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (7.695191635s)
W0618 17:43:15.935023 281761 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0618 17:43:15.935040 281761 retry.go:31] will retry after 182.340534ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0618 17:43:15.935109 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (7.207332791s)
I0618 17:43:15.939111 281761 out.go:177] * Verifying registry addon...
I0618 17:43:15.939110 281761 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-578783 service yakd-dashboard -n yakd-dashboard
I0618 17:43:15.942766 281761 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0618 17:43:15.947603 281761 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0618 17:43:15.947670 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:16.117866 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0618 17:43:16.350167 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:16.412794 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (6.606562464s)
I0618 17:43:16.412826 281761 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-578783"
I0618 17:43:16.413101 281761 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.211944197s)
I0618 17:43:16.415220 281761 out.go:177] * Verifying csi-hostpath-driver addon...
I0618 17:43:16.415352 281761 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0618 17:43:16.418385 281761 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0618 17:43:16.420649 281761 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0618 17:43:16.423352 281761 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0618 17:43:16.423411 281761 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0618 17:43:16.512840 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:16.527758 281761 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0618 17:43:16.527856 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:16.559662 281761 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0618 17:43:16.559734 281761 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0618 17:43:16.650840 281761 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0618 17:43:16.650866 281761 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0618 17:43:16.716995 281761 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0618 17:43:16.835023 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:16.924735 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:16.947178 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:17.335316 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:17.424971 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:17.448473 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:17.612169 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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.494218384s)
I0618 17:43:17.789536 281761 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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.072501358s)
I0618 17:43:17.793765 281761 addons.go:475] Verifying addon gcp-auth=true in "addons-578783"
I0618 17:43:17.798106 281761 out.go:177] * Verifying gcp-auth addon...
I0618 17:43:17.801390 281761 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0618 17:43:17.803946 281761 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0618 17:43:17.817723 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:17.835141 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:17.925392 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:17.947530 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:18.335564 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:18.426413 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:18.448267 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:18.836799 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:18.925046 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:18.947944 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:19.336668 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:19.431781 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:19.447765 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:19.818047 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:19.836059 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:19.924490 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:19.951252 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:20.335001 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:20.424888 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:20.447548 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:20.835343 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:20.924656 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:20.947563 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:21.334903 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:21.425614 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:21.449038 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:21.836640 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:21.927187 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:21.948000 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:22.316268 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:22.335351 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:22.424082 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:22.447908 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:22.835709 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:22.924837 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:22.947597 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:23.335112 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:23.424661 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:23.447872 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:23.834908 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:23.925041 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:23.947283 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:24.316631 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:24.335950 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:24.426893 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:24.448566 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:24.835394 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:24.923740 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:24.948253 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:25.335000 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:25.424252 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:25.447346 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:25.835078 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:25.925020 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:25.948934 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:26.334819 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:26.424241 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:26.447458 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:26.816113 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:26.835225 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:26.924346 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:26.947748 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:27.335498 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:27.423790 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:27.448495 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:27.835122 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:27.925847 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:27.947659 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:28.334597 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:28.425124 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:28.447256 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:28.816298 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:28.835132 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:28.924412 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:28.947257 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:29.334797 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:29.423894 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:29.447274 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:29.835270 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:29.925032 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:29.947447 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:30.335318 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:30.423711 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:30.447239 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:30.835495 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:30.923785 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:30.947983 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:31.315838 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:31.335300 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:31.424932 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:31.448359 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:31.836476 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:31.924082 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:31.947442 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:32.334413 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:32.423669 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:32.447991 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:32.835283 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:32.924592 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:32.948084 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:33.316303 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:33.335042 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:33.424565 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:33.447681 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:33.835276 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:33.924546 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:33.947785 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:34.335229 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:34.424982 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:34.448145 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:34.837979 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:34.924245 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:34.947602 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:35.334688 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:35.424175 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:35.448432 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:35.815969 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:35.834928 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:35.925185 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:35.947312 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:36.334905 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:36.424700 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:36.447879 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:36.844464 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:36.923957 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:36.947447 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:37.335136 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:37.424639 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:37.447621 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:37.816232 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:37.835001 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:37.924342 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:37.947603 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:38.334645 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:38.423796 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:38.447298 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:38.835288 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:38.924051 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:38.947443 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:39.336290 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:39.425287 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:39.448974 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:39.816591 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:39.835416 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:39.924291 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:39.948054 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:40.336880 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:40.424111 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:40.448245 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:40.834901 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:40.925368 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:40.948212 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:41.334941 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:41.423952 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:41.448794 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:41.835767 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:41.924297 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:41.947810 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:42.317114 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:42.336288 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:42.424645 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:42.448348 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:42.835477 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:42.923745 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:42.948031 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:43.335720 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:43.424199 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:43.447165 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:43.835210 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:43.924539 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:43.947789 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:44.335163 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:44.424249 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:44.447636 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:44.815515 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:44.834643 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:44.923860 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:44.947557 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:45.335694 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:45.424084 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:45.447214 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:45.835032 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:45.924448 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:45.948959 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:46.335331 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:46.424542 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:46.448148 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:46.835581 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:46.924325 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:46.947445 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:47.317331 281761 pod_ready.go:102] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"False"
I0618 17:43:47.335702 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:47.424759 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:47.447545 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:47.838038 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:47.925474 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:47.948572 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:48.346452 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:48.423420 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:48.449402 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:48.838629 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:48.924020 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:48.947974 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:49.317058 281761 pod_ready.go:92] pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace has status "Ready":"True"
I0618 17:43:49.317084 281761 pod_ready.go:81] duration metric: took 40.507084646s for pod "coredns-7db6d8ff4d-mww89" in "kube-system" namespace to be "Ready" ...
I0618 17:43:49.317096 281761 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-578783" in "kube-system" namespace to be "Ready" ...
I0618 17:43:49.322597 281761 pod_ready.go:92] pod "etcd-addons-578783" in "kube-system" namespace has status "Ready":"True"
I0618 17:43:49.322620 281761 pod_ready.go:81] duration metric: took 5.516013ms for pod "etcd-addons-578783" in "kube-system" namespace to be "Ready" ...
I0618 17:43:49.322635 281761 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-578783" in "kube-system" namespace to be "Ready" ...
I0618 17:43:49.335503 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:49.339161 281761 pod_ready.go:92] pod "kube-apiserver-addons-578783" in "kube-system" namespace has status "Ready":"True"
I0618 17:43:49.339193 281761 pod_ready.go:81] duration metric: took 16.549772ms for pod "kube-apiserver-addons-578783" in "kube-system" namespace to be "Ready" ...
I0618 17:43:49.339206 281761 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-578783" in "kube-system" namespace to be "Ready" ...
I0618 17:43:49.345497 281761 pod_ready.go:92] pod "kube-controller-manager-addons-578783" in "kube-system" namespace has status "Ready":"True"
I0618 17:43:49.345525 281761 pod_ready.go:81] duration metric: took 6.310587ms for pod "kube-controller-manager-addons-578783" in "kube-system" namespace to be "Ready" ...
I0618 17:43:49.345537 281761 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-qsqk2" in "kube-system" namespace to be "Ready" ...
I0618 17:43:49.351037 281761 pod_ready.go:92] pod "kube-proxy-qsqk2" in "kube-system" namespace has status "Ready":"True"
I0618 17:43:49.351059 281761 pod_ready.go:81] duration metric: took 5.514373ms for pod "kube-proxy-qsqk2" in "kube-system" namespace to be "Ready" ...
I0618 17:43:49.351071 281761 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-578783" in "kube-system" namespace to be "Ready" ...
I0618 17:43:49.424529 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:49.448165 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:49.714633 281761 pod_ready.go:92] pod "kube-scheduler-addons-578783" in "kube-system" namespace has status "Ready":"True"
I0618 17:43:49.714662 281761 pod_ready.go:81] duration metric: took 363.583119ms for pod "kube-scheduler-addons-578783" in "kube-system" namespace to be "Ready" ...
I0618 17:43:49.714681 281761 pod_ready.go:38] duration metric: took 42.931987403s 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" ...
I0618 17:43:49.714699 281761 api_server.go:52] waiting for apiserver process to appear ...
I0618 17:43:49.714766 281761 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0618 17:43:49.739260 281761 api_server.go:72] duration metric: took 43.919543971s to wait for apiserver process to appear ...
I0618 17:43:49.739299 281761 api_server.go:88] waiting for apiserver healthz status ...
I0618 17:43:49.739325 281761 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0618 17:43:49.747939 281761 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0618 17:43:49.749189 281761 api_server.go:141] control plane version: v1.30.2
I0618 17:43:49.749228 281761 api_server.go:131] duration metric: took 9.919891ms to wait for apiserver health ...
I0618 17:43:49.749237 281761 system_pods.go:43] waiting for kube-system pods to appear ...
I0618 17:43:49.836509 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:49.924685 281761 system_pods.go:59] 18 kube-system pods found
I0618 17:43:49.924762 281761 system_pods.go:61] "coredns-7db6d8ff4d-mww89" [f193b0f2-57b1-4945-9b72-a78ee7dbfdfb] Running
I0618 17:43:49.924786 281761 system_pods.go:61] "csi-hostpath-attacher-0" [e8e50f4f-2534-4b6c-89fa-43a8920d22ea] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0618 17:43:49.924810 281761 system_pods.go:61] "csi-hostpath-resizer-0" [a3362ca7-ef5f-41b1-bfff-1ae11a639d6b] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0618 17:43:49.924848 281761 system_pods.go:61] "csi-hostpathplugin-z4qlp" [f82eda23-837c-4113-8ecb-56e7137c7d7d] 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])
I0618 17:43:49.924874 281761 system_pods.go:61] "etcd-addons-578783" [b949db7c-13bd-496d-aaa3-d6d08a851183] Running
I0618 17:43:49.924895 281761 system_pods.go:61] "kindnet-5cz24" [9698cd74-6825-4636-bc93-136d0a9b2766] Running
I0618 17:43:49.924917 281761 system_pods.go:61] "kube-apiserver-addons-578783" [0d79dba6-c8c2-4c88-bdc1-3f94dbd07562] Running
I0618 17:43:49.924935 281761 system_pods.go:61] "kube-controller-manager-addons-578783" [4c51dd34-7e22-43da-8026-06c4def7b1cc] Running
I0618 17:43:49.924966 281761 system_pods.go:61] "kube-ingress-dns-minikube" [bc82a9e1-1baa-4a80-ad74-adc393d8dd43] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0618 17:43:49.925001 281761 system_pods.go:61] "kube-proxy-qsqk2" [f6258586-fd43-4a14-92bd-6dd2c8432d23] Running
I0618 17:43:49.925020 281761 system_pods.go:61] "kube-scheduler-addons-578783" [453e316e-06c5-4bb3-84f2-4360125a2f54] Running
I0618 17:43:49.925040 281761 system_pods.go:61] "metrics-server-c59844bb4-rtzq7" [ac589661-6787-4528-a157-7409e3bc2f95] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0618 17:43:49.925063 281761 system_pods.go:61] "nvidia-device-plugin-daemonset-9qmrd" [b3ef45b8-1e17-426a-b32e-eabd0bf3fba3] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0618 17:43:49.925097 281761 system_pods.go:61] "registry-9x226" [cbd05b8b-51de-4094-a6a7-e1beab7336dc] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0618 17:43:49.925118 281761 system_pods.go:61] "registry-proxy-d2nxk" [47686891-564d-484d-ada2-220211d9a424] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0618 17:43:49.925139 281761 system_pods.go:61] "snapshot-controller-745499f584-b8nwj" [b4ab4da8-fb8a-4799-8397-36224cac8163] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0618 17:43:49.925173 281761 system_pods.go:61] "snapshot-controller-745499f584-g8n9c" [bdc2c6af-cb29-477b-8ce2-07e04a7a7207] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0618 17:43:49.925194 281761 system_pods.go:61] "storage-provisioner" [13b0482a-7e5f-46bd-bc29-e82ec0b24430] Running
I0618 17:43:49.925214 281761 system_pods.go:74] duration metric: took 175.970156ms to wait for pod list to return data ...
I0618 17:43:49.925234 281761 default_sa.go:34] waiting for default service account to be created ...
I0618 17:43:49.930355 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:49.948230 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:50.114352 281761 default_sa.go:45] found service account: "default"
I0618 17:43:50.114419 281761 default_sa.go:55] duration metric: took 189.164204ms for default service account to be created ...
I0618 17:43:50.114445 281761 system_pods.go:116] waiting for k8s-apps to be running ...
I0618 17:43:50.323046 281761 system_pods.go:86] 18 kube-system pods found
I0618 17:43:50.323130 281761 system_pods.go:89] "coredns-7db6d8ff4d-mww89" [f193b0f2-57b1-4945-9b72-a78ee7dbfdfb] Running
I0618 17:43:50.323155 281761 system_pods.go:89] "csi-hostpath-attacher-0" [e8e50f4f-2534-4b6c-89fa-43a8920d22ea] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0618 17:43:50.323182 281761 system_pods.go:89] "csi-hostpath-resizer-0" [a3362ca7-ef5f-41b1-bfff-1ae11a639d6b] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0618 17:43:50.323225 281761 system_pods.go:89] "csi-hostpathplugin-z4qlp" [f82eda23-837c-4113-8ecb-56e7137c7d7d] 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])
I0618 17:43:50.323245 281761 system_pods.go:89] "etcd-addons-578783" [b949db7c-13bd-496d-aaa3-d6d08a851183] Running
I0618 17:43:50.323264 281761 system_pods.go:89] "kindnet-5cz24" [9698cd74-6825-4636-bc93-136d0a9b2766] Running
I0618 17:43:50.323283 281761 system_pods.go:89] "kube-apiserver-addons-578783" [0d79dba6-c8c2-4c88-bdc1-3f94dbd07562] Running
I0618 17:43:50.323313 281761 system_pods.go:89] "kube-controller-manager-addons-578783" [4c51dd34-7e22-43da-8026-06c4def7b1cc] Running
I0618 17:43:50.323341 281761 system_pods.go:89] "kube-ingress-dns-minikube" [bc82a9e1-1baa-4a80-ad74-adc393d8dd43] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0618 17:43:50.323361 281761 system_pods.go:89] "kube-proxy-qsqk2" [f6258586-fd43-4a14-92bd-6dd2c8432d23] Running
I0618 17:43:50.323382 281761 system_pods.go:89] "kube-scheduler-addons-578783" [453e316e-06c5-4bb3-84f2-4360125a2f54] Running
I0618 17:43:50.323414 281761 system_pods.go:89] "metrics-server-c59844bb4-rtzq7" [ac589661-6787-4528-a157-7409e3bc2f95] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0618 17:43:50.323438 281761 system_pods.go:89] "nvidia-device-plugin-daemonset-9qmrd" [b3ef45b8-1e17-426a-b32e-eabd0bf3fba3] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0618 17:43:50.323457 281761 system_pods.go:89] "registry-9x226" [cbd05b8b-51de-4094-a6a7-e1beab7336dc] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0618 17:43:50.323476 281761 system_pods.go:89] "registry-proxy-d2nxk" [47686891-564d-484d-ada2-220211d9a424] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0618 17:43:50.323496 281761 system_pods.go:89] "snapshot-controller-745499f584-b8nwj" [b4ab4da8-fb8a-4799-8397-36224cac8163] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0618 17:43:50.323525 281761 system_pods.go:89] "snapshot-controller-745499f584-g8n9c" [bdc2c6af-cb29-477b-8ce2-07e04a7a7207] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0618 17:43:50.323548 281761 system_pods.go:89] "storage-provisioner" [13b0482a-7e5f-46bd-bc29-e82ec0b24430] Running
I0618 17:43:50.323571 281761 system_pods.go:126] duration metric: took 209.108928ms to wait for k8s-apps to be running ...
I0618 17:43:50.323592 281761 system_svc.go:44] waiting for kubelet service to be running ....
I0618 17:43:50.323679 281761 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0618 17:43:50.335419 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:50.340298 281761 system_svc.go:56] duration metric: took 16.697513ms WaitForService to wait for kubelet
I0618 17:43:50.340331 281761 kubeadm.go:576] duration metric: took 44.520619473s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0618 17:43:50.340354 281761 node_conditions.go:102] verifying NodePressure condition ...
I0618 17:43:50.424448 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:50.448094 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:50.514776 281761 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0618 17:43:50.514821 281761 node_conditions.go:123] node cpu capacity is 2
I0618 17:43:50.514836 281761 node_conditions.go:105] duration metric: took 174.476909ms to run NodePressure ...
I0618 17:43:50.514851 281761 start.go:240] waiting for startup goroutines ...
I0618 17:43:50.834879 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:50.924389 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:50.947983 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:51.336644 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:51.425685 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:51.448059 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:51.835206 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:51.924935 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:51.947710 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:52.335197 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:52.425524 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:52.450712 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:52.834483 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:52.923643 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:52.948072 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:53.334947 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:53.424026 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:53.447587 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:53.834941 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:53.925856 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:53.948197 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:54.336682 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:54.424274 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:54.448339 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:54.845379 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:54.925016 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:54.947448 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:55.335476 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:55.424521 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:55.448011 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:55.834903 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:55.924200 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:55.947729 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:56.335980 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:56.424553 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:56.449208 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:56.840792 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:56.927130 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:56.953498 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:57.338592 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:57.426573 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:57.447706 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:57.843559 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:57.936827 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:57.949573 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:58.338346 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:58.429760 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:58.451832 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:58.837162 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:58.955753 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:58.959538 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:59.335764 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:59.424695 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:59.448474 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:43:59.834812 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:43:59.924054 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:43:59.947871 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:00.336711 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:00.425160 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:00.449175 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:00.836018 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:00.929527 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:00.948221 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:01.347196 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:01.426347 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:01.447688 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:01.835220 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:01.924793 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:01.953577 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:02.334831 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:02.424368 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:02.448135 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:02.837914 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:02.935586 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:02.959943 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:03.335387 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:03.423903 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:03.448469 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:03.836047 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:03.927087 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:03.948270 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:04.334839 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:04.424435 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:04.450172 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:04.835281 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:04.924771 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:04.947979 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:05.337664 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:05.427791 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:05.447992 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:05.835614 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:05.924186 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:05.947993 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:06.334939 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:06.424439 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:06.447483 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:06.834572 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:06.924042 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:06.947785 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:07.335758 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:07.423919 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:07.448010 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:07.835517 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:07.923992 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:07.947372 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:08.334522 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:08.424198 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:08.447364 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:08.834719 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:08.924410 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:08.948120 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:09.336096 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:09.427188 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:09.465690 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:09.837429 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:09.927587 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:09.947860 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:10.335192 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:10.425095 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:10.448302 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:10.835816 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:10.925066 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:10.947324 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:11.335310 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:11.424068 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:11.447585 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:11.835052 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:11.936621 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:11.948755 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:12.336364 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:12.425036 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:12.447622 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:12.835110 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:12.925452 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:12.948416 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:13.334686 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:13.431392 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:13.456353 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:13.834589 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:13.924422 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:13.947480 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:14.335234 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:14.425252 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:14.448411 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:14.834797 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:14.924704 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:14.947450 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:15.335124 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:15.429932 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:15.448151 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:15.836082 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:15.924021 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:15.948994 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:16.336076 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:16.424957 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:16.448121 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:16.835984 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:16.925099 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:16.948038 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:17.335901 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:17.424304 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:17.448220 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:17.834879 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:17.924326 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:17.947788 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:18.335388 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:18.424194 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:18.447526 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:18.835743 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:18.924433 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:18.948323 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0618 17:44:19.335553 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:19.427457 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:19.451179 281761 kapi.go:107] duration metric: took 1m3.50841121s to wait for kubernetes.io/minikube-addons=registry ...
I0618 17:44:19.835383 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:19.923363 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:20.335334 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:20.423885 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:20.835443 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:20.924643 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:21.335800 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:21.424758 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:21.839686 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:21.926044 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:22.334949 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:22.425611 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:22.835852 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:22.925521 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:23.338367 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:23.434647 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:23.835520 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:23.924926 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:24.334875 281761 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0618 17:44:24.428305 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:24.835930 281761 kapi.go:107] duration metric: took 1m11.005481151s to wait for app.kubernetes.io/name=ingress-nginx ...
I0618 17:44:24.928969 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:25.424921 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:25.924348 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:26.424099 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:26.924852 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:27.426141 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:27.928212 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:28.424426 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:28.924581 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:29.435232 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:29.925330 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:30.427463 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0618 17:44:30.923868 281761 kapi.go:107] duration metric: took 1m14.505438864s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0618 17:44:40.817704 281761 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0618 17:44:40.817723 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:41.305469 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:41.805239 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:42.305644 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:42.805277 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:43.304650 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:43.805191 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:44.305512 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:44.805230 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:45.306900 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:45.805601 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:46.305908 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:46.804843 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:47.305622 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:47.805544 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:48.305204 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:48.805384 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:49.304944 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:49.805388 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:50.304897 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:50.806133 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:51.304866 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:51.805706 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:52.304394 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:52.804922 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:53.304741 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:53.805811 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:54.305767 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:54.804974 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:55.304804 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:55.804879 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:56.304884 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:56.805570 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:57.305569 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:57.805112 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:58.304966 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:58.804524 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:59.305445 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:44:59.805037 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:00.330890 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:00.806259 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:01.304998 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:01.805619 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:02.305084 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:02.804621 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:03.305287 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:03.805119 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:04.304949 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:04.805438 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:05.305054 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:05.804835 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:06.305256 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:06.805454 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:07.305268 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:07.805560 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:08.306764 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:08.804562 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:09.305015 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:09.805763 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:10.305674 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:10.805564 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:11.305549 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:11.805218 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:12.305060 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:12.804816 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:13.304867 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:13.804469 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:14.304865 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:14.804812 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:15.305690 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:15.805589 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:16.304977 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:16.804652 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:17.305276 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:17.805636 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:18.305547 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:18.805131 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:19.304805 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:19.804990 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:20.305484 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:20.811701 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:21.305615 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:21.805739 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:22.304923 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:22.806147 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:23.304527 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:23.804825 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:24.304771 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:24.805894 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:25.305755 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:25.805857 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:26.305717 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:26.805806 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:27.305705 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:27.805696 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:28.305439 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:28.805173 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:29.305522 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:29.805263 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:30.305581 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:30.805685 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:31.305318 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:31.804806 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:32.305619 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:32.805285 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:33.306565 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:33.804880 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:34.305471 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:34.805234 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:35.304766 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:35.804856 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:36.304504 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:36.805553 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:37.305334 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:37.805255 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:38.305567 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:38.804855 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:39.304695 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:39.806206 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:40.305522 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:40.804998 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:41.304859 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:41.805793 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:42.306123 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:42.805384 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:43.304830 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:43.804727 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:44.305359 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:44.806412 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:45.305690 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:45.806070 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:46.304851 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:46.808521 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:47.305388 281761 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0618 17:45:47.805206 281761 kapi.go:107] duration metric: took 2m30.003814907s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0618 17:45:47.807109 281761 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-578783 cluster.
I0618 17:45:47.809218 281761 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.
I0618 17:45:47.811242 281761 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0618 17:45:47.813391 281761 out.go:177] * Enabled addons: ingress-dns, nvidia-device-plugin, storage-provisioner, cloud-spanner, default-storageclass, volcano, metrics-server, inspektor-gadget, yakd, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0618 17:45:47.815536 281761 addons.go:510] duration metric: took 2m41.995506727s for enable addons: enabled=[ingress-dns nvidia-device-plugin storage-provisioner cloud-spanner default-storageclass volcano metrics-server inspektor-gadget yakd volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0618 17:45:47.815582 281761 start.go:245] waiting for cluster config update ...
I0618 17:45:47.815603 281761 start.go:254] writing updated cluster config ...
I0618 17:45:47.815980 281761 ssh_runner.go:195] Run: rm -f paused
I0618 17:45:48.171811 281761 start.go:600] kubectl: 1.30.2, cluster: 1.30.2 (minor skew: 0)
I0618 17:45:48.174024 281761 out.go:177] * Done! kubectl is now configured to use "addons-578783" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
6e38f01ff1b1f dd1b12fcb6097 7 seconds ago Exited hello-world-app 2 fce675872d7ca hello-world-app-86c47465fc-hb52w
78817a359fdd5 11ceee7cdc572 31 seconds ago Running nginx 0 b8b4f8582a38f test-job-nginx-0
d1b4b566e5423 4f49228258b64 31 seconds ago Running nginx 0 a7286656974eb nginx
16878730db8ae 9e1a67634369d 2 minutes ago Running headlamp 0 c44dee743dd96 headlamp-7fc69f7444-27m6b
7b39ceb97a45e 6ef582f3ec844 2 minutes ago Running gcp-auth 0 b0cdc4f7e7bc3 gcp-auth-5db96cd9b4-q6pvq
72ec2b9720f8e ee30e7819d386 4 minutes ago Exited admission 0 cde8f4bad0cd6 volcano-admission-7b497cf95b-9ghv7
02fa3c810bf0c 296b5f799fcd8 4 minutes ago Exited patch 0 b990d32fdf45a ingress-nginx-admission-patch-2lxv8
c583b3c053669 296b5f799fcd8 4 minutes ago Exited create 0 d91322fdd2fba ingress-nginx-admission-create-x9972
d49c637029891 20e3f2db01e81 4 minutes ago Running yakd 0 fba7dee29fb7b yakd-dashboard-5ddbf7d777-h2vhg
34dfd5a761e14 7ce2150c8929b 4 minutes ago Running local-path-provisioner 0 d14cb35388e98 local-path-provisioner-8d985888d-kvswr
2d09542f59994 2437cf7621777 4 minutes ago Running coredns 0 072facb9e42c6 coredns-7db6d8ff4d-mww89
254d71e8b2733 ba04bb24b9575 5 minutes ago Running storage-provisioner 0 7329afc254fd6 storage-provisioner
e794420e25615 89d73d416b992 5 minutes ago Running kindnet-cni 0 a340aef148ebb kindnet-5cz24
0f5fd02498f59 66dbb96a9149f 5 minutes ago Running kube-proxy 0 7c0c211da3872 kube-proxy-qsqk2
83ae41a604f0f c7dd04b1bafeb 5 minutes ago Running kube-scheduler 0 b4fcfe309bd8b kube-scheduler-addons-578783
a72ec0b915d18 84c601f3f72c8 5 minutes ago Running kube-apiserver 0 97b4cdf720f35 kube-apiserver-addons-578783
37ab12943b880 e1dcc3400d3ea 5 minutes ago Running kube-controller-manager 0 efe8be12a1033 kube-controller-manager-addons-578783
030ac432b9cea 014faa467e297 5 minutes ago Running etcd 0 06f34e036dcf2 etcd-addons-578783
==> containerd <==
Jun 18 17:48:12 addons-578783 containerd[767]: time="2024-06-18T17:48:12.630336863Z" level=info msg="shim disconnected" id=6e38f01ff1b1f5fe4e57a8132debab65b4f8de5926b639b6ad2a2bd2aa992088
Jun 18 17:48:12 addons-578783 containerd[767]: time="2024-06-18T17:48:12.630397236Z" level=warning msg="cleaning up after shim disconnected" id=6e38f01ff1b1f5fe4e57a8132debab65b4f8de5926b639b6ad2a2bd2aa992088 namespace=k8s.io
Jun 18 17:48:12 addons-578783 containerd[767]: time="2024-06-18T17:48:12.630408789Z" level=info msg="cleaning up dead shim"
Jun 18 17:48:12 addons-578783 containerd[767]: time="2024-06-18T17:48:12.638052260Z" level=warning msg="cleanup warnings time=\"2024-06-18T17:48:12Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=12532 runtime=io.containerd.runc.v2\n"
Jun 18 17:48:12 addons-578783 containerd[767]: time="2024-06-18T17:48:12.924625310Z" level=info msg="StopContainer for \"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a\" with timeout 2 (s)"
Jun 18 17:48:12 addons-578783 containerd[767]: time="2024-06-18T17:48:12.925177104Z" level=info msg="Stop container \"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a\" with signal terminated"
Jun 18 17:48:13 addons-578783 containerd[767]: time="2024-06-18T17:48:13.248725716Z" level=info msg="RemoveContainer for \"e13d0083bc053be45772e7fafd8a1c784c373e9193dd8e26e65631cbbf426d9b\""
Jun 18 17:48:13 addons-578783 containerd[767]: time="2024-06-18T17:48:13.254718368Z" level=info msg="RemoveContainer for \"e13d0083bc053be45772e7fafd8a1c784c373e9193dd8e26e65631cbbf426d9b\" returns successfully"
Jun 18 17:48:14 addons-578783 containerd[767]: time="2024-06-18T17:48:14.931879970Z" level=info msg="Kill container \"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a\""
Jun 18 17:48:14 addons-578783 containerd[767]: time="2024-06-18T17:48:14.992861758Z" level=info msg="shim disconnected" id=6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a
Jun 18 17:48:14 addons-578783 containerd[767]: time="2024-06-18T17:48:14.993063111Z" level=warning msg="cleaning up after shim disconnected" id=6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a namespace=k8s.io
Jun 18 17:48:14 addons-578783 containerd[767]: time="2024-06-18T17:48:14.993133708Z" level=info msg="cleaning up dead shim"
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.001328267Z" level=warning msg="cleanup warnings time=\"2024-06-18T17:48:14Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=12575 runtime=io.containerd.runc.v2\n"
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.003735893Z" level=info msg="StopContainer for \"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a\" returns successfully"
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.004923673Z" level=info msg="StopPodSandbox for \"ad30630c0daa133f9a3d8c2a07ef20be422b1179906439ff286561c20f25fec8\""
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.005243640Z" level=info msg="Container to stop \"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.052194499Z" level=info msg="shim disconnected" id=ad30630c0daa133f9a3d8c2a07ef20be422b1179906439ff286561c20f25fec8
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.052280349Z" level=warning msg="cleaning up after shim disconnected" id=ad30630c0daa133f9a3d8c2a07ef20be422b1179906439ff286561c20f25fec8 namespace=k8s.io
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.052296743Z" level=info msg="cleaning up dead shim"
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.062481247Z" level=warning msg="cleanup warnings time=\"2024-06-18T17:48:15Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=12608 runtime=io.containerd.runc.v2\n"
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.111703625Z" level=info msg="TearDown network for sandbox \"ad30630c0daa133f9a3d8c2a07ef20be422b1179906439ff286561c20f25fec8\" successfully"
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.111756852Z" level=info msg="StopPodSandbox for \"ad30630c0daa133f9a3d8c2a07ef20be422b1179906439ff286561c20f25fec8\" returns successfully"
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.249308095Z" level=info msg="RemoveContainer for \"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a\""
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.255359512Z" level=info msg="RemoveContainer for \"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a\" returns successfully"
Jun 18 17:48:15 addons-578783 containerd[767]: time="2024-06-18T17:48:15.255993710Z" level=error msg="ContainerStatus for \"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a\": not found"
==> coredns [2d09542f59994c7dbac0274284ee2e3fdcf787f31ad6bdc2377d339858a19cb7] <==
[INFO] 10.244.0.20:38493 - 5831 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000041485s
[INFO] 10.244.0.20:38493 - 52553 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000039836s
[INFO] 10.244.0.20:38493 - 39837 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000039737s
[INFO] 10.244.0.20:38493 - 11136 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000042018s
[INFO] 10.244.0.20:38493 - 52780 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001260084s
[INFO] 10.244.0.20:38493 - 41348 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001079095s
[INFO] 10.244.0.20:38493 - 32439 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.00006084s
[INFO] 10.244.0.20:40103 - 55041 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000168459s
[INFO] 10.244.0.20:57769 - 56555 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000126794s
[INFO] 10.244.0.20:57769 - 52666 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000083035s
[INFO] 10.244.0.20:40103 - 2891 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.004343392s
[INFO] 10.244.0.20:57769 - 36330 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000071787s
[INFO] 10.244.0.20:40103 - 54991 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000035069s
[INFO] 10.244.0.20:40103 - 41527 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000070343s
[INFO] 10.244.0.20:57769 - 21675 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000033871s
[INFO] 10.244.0.20:40103 - 3251 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000073165s
[INFO] 10.244.0.20:57769 - 44873 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00015954s
[INFO] 10.244.0.20:40103 - 64417 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000073395s
[INFO] 10.244.0.20:57769 - 35831 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000103327s
[INFO] 10.244.0.20:57769 - 22334 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.003606712s
[INFO] 10.244.0.20:40103 - 44049 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.009145072s
[INFO] 10.244.0.20:57769 - 33715 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001550479s
[INFO] 10.244.0.20:57769 - 57878 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000052767s
[INFO] 10.244.0.20:40103 - 60404 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001830618s
[INFO] 10.244.0.20:40103 - 64215 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000064279s
==> describe nodes <==
Name: addons-578783
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-578783
kubernetes.io/os=linux
minikube.k8s.io/commit=983dccd817567c056c921db7e41373b437f742d4
minikube.k8s.io/name=addons-578783
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_06_18T17_42_51_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-578783
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Tue, 18 Jun 2024 17:42:48 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-578783
AcquireTime: <unset>
RenewTime: Tue, 18 Jun 2024 17:48:17 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Tue, 18 Jun 2024 17:47:56 +0000 Tue, 18 Jun 2024 17:42:44 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Tue, 18 Jun 2024 17:47:56 +0000 Tue, 18 Jun 2024 17:42:44 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Tue, 18 Jun 2024 17:47:56 +0000 Tue, 18 Jun 2024 17:42:44 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Tue, 18 Jun 2024 17:47:56 +0000 Tue, 18 Jun 2024 17:43:00 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-578783
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022364Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022364Ki
pods: 110
System Info:
Machine ID: fe9f746e4b0f426a90aaec7fde9be602
System UUID: c9caa899-669e-4b51-a93c-a6bcb7caafff
Boot ID: 1a7b2292-613e-4fff-8350-b0a2f9204047
Kernel Version: 5.15.0-1063-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.33
Kubelet Version: v1.30.2
Kube-Proxy Version: v1.30.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-86c47465fc-hb52w 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 34s
gcp-auth gcp-auth-5db96cd9b4-q6pvq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m40s
headlamp headlamp-7fc69f7444-27m6b 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m31s
kube-system coredns-7db6d8ff4d-mww89 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 5m15s
kube-system etcd-addons-578783 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 5m30s
kube-system kindnet-5cz24 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m15s
kube-system kube-apiserver-addons-578783 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m30s
kube-system kube-controller-manager-addons-578783 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m30s
kube-system kube-proxy-qsqk2 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m15s
kube-system kube-scheduler-addons-578783 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m31s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m10s
local-path-storage local-path-provisioner-8d985888d-kvswr 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m9s
my-volcano test-job-nginx-0 1 (50%!)(MISSING) 1 (50%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m5s
yakd-dashboard yakd-dashboard-5ddbf7d777-h2vhg 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 5m9s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 1850m (92%!)(MISSING) 1100m (55%!)(MISSING)
memory 348Mi (4%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 5m13s kube-proxy
Normal NodeHasSufficientMemory 5m37s (x8 over 5m37s) kubelet Node addons-578783 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m37s (x8 over 5m37s) kubelet Node addons-578783 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m37s (x7 over 5m37s) kubelet Node addons-578783 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 5m37s kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 5m30s kubelet Node addons-578783 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m30s kubelet Node addons-578783 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m30s kubelet Node addons-578783 status is now: NodeHasSufficientPID
Normal NodeNotReady 5m30s kubelet Node addons-578783 status is now: NodeNotReady
Normal NodeAllocatableEnforced 5m30s kubelet Updated Node Allocatable limit across pods
Normal Starting 5m30s kubelet Starting kubelet.
Normal NodeReady 5m20s kubelet Node addons-578783 status is now: NodeReady
Normal RegisteredNode 5m16s node-controller Node addons-578783 event: Registered Node addons-578783 in Controller
==> dmesg <==
[ +0.000704] FS-Cache: N-cookie c=0000000c [p=00000003 fl=2 nc=0 na=1]
[ +0.000903] FS-Cache: N-cookie d=000000006937a1e2{9p.inode} n=000000003114ee9e
[ +0.001002] FS-Cache: N-key=[8] '90385c0100000000'
[ +0.002432] FS-Cache: Duplicate cookie detected
[ +0.000661] FS-Cache: O-cookie c=00000005 [p=00000003 fl=226 nc=0 na=1]
[ +0.000930] FS-Cache: O-cookie d=000000006937a1e2{9p.inode} n=00000000f9467804
[ +0.001008] FS-Cache: O-key=[8] '90385c0100000000'
[ +0.000703] FS-Cache: N-cookie c=0000000d [p=00000003 fl=2 nc=0 na=1]
[ +0.000910] FS-Cache: N-cookie d=000000006937a1e2{9p.inode} n=000000005230cf07
[ +0.001009] FS-Cache: N-key=[8] '90385c0100000000'
[ +3.679199] FS-Cache: Duplicate cookie detected
[ +0.000760] FS-Cache: O-cookie c=00000004 [p=00000003 fl=226 nc=0 na=1]
[ +0.000955] FS-Cache: O-cookie d=000000006937a1e2{9p.inode} n=00000000a37eb99a
[ +0.001072] FS-Cache: O-key=[8] '8f385c0100000000'
[ +0.000732] FS-Cache: N-cookie c=0000000f [p=00000003 fl=2 nc=0 na=1]
[ +0.000927] FS-Cache: N-cookie d=000000006937a1e2{9p.inode} n=000000003114ee9e
[ +0.001038] FS-Cache: N-key=[8] '8f385c0100000000'
[ +0.261897] FS-Cache: Duplicate cookie detected
[ +0.000699] FS-Cache: O-cookie c=00000009 [p=00000003 fl=226 nc=0 na=1]
[ +0.000943] FS-Cache: O-cookie d=000000006937a1e2{9p.inode} n=000000006c89c008
[ +0.001028] FS-Cache: O-key=[8] '97385c0100000000'
[ +0.000714] FS-Cache: N-cookie c=00000010 [p=00000003 fl=2 nc=0 na=1]
[ +0.000935] FS-Cache: N-cookie d=000000006937a1e2{9p.inode} n=00000000e6ff022d
[ +0.001025] FS-Cache: N-key=[8] '97385c0100000000'
[Jun18 17:11] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
==> etcd [030ac432b9cea31bccab82efa8cf461563e0cd6538a882e4e24c32dc41f8708c] <==
{"level":"info","ts":"2024-06-18T17:42:43.785857Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-06-18T17:42:43.785974Z","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-06-18T17:42:43.789236Z","caller":"embed/etcd.go:726","msg":"starting with client TLS","tls-info":"cert = /var/lib/minikube/certs/etcd/server.crt, key = /var/lib/minikube/certs/etcd/server.key, client-cert=, client-key=, trusted-ca = /var/lib/minikube/certs/etcd/ca.crt, client-cert-auth = true, crl-file = ","cipher-suites":[]}
{"level":"info","ts":"2024-06-18T17:42:43.789424Z","caller":"embed/etcd.go:277","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2024-06-18T17:42:43.789448Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-06-18T17:42:43.789536Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-06-18T17:42:43.789546Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-06-18T17:42:44.467871Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-06-18T17:42:44.468085Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-06-18T17:42:44.468151Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-06-18T17:42:44.468188Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-06-18T17:42:44.468233Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-06-18T17:42:44.468268Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-06-18T17:42:44.468313Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-06-18T17:42:44.472048Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-578783 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-06-18T17:42:44.472294Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-06-18T17:42:44.472728Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-18T17:42:44.472887Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-06-18T17:42:44.477375Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-06-18T17:42:44.493436Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-06-18T17:42:44.477878Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-18T17:42:44.493688Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-18T17:42:44.493752Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-18T17:42:44.483877Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-06-18T17:42:44.493792Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
==> gcp-auth [7b39ceb97a45e4573391ef5f24bba168dc9e315af875d77c5ff0b4fdcd08ff58] <==
2024/06/18 17:45:49 Ready to write response ...
2024/06/18 17:45:49 Ready to marshal response ...
2024/06/18 17:45:49 Ready to write response ...
2024/06/18 17:45:49 Ready to marshal response ...
2024/06/18 17:45:49 Ready to write response ...
2024/06/18 17:45:59 Ready to marshal response ...
2024/06/18 17:45:59 Ready to write response ...
2024/06/18 17:46:14 Ready to marshal response ...
2024/06/18 17:46:14 Ready to write response ...
2024/06/18 17:46:15 Ready to marshal response ...
2024/06/18 17:46:15 Ready to write response ...
2024/06/18 17:46:15 Ready to marshal response ...
2024/06/18 17:46:15 Ready to write response ...
2024/06/18 17:46:15 Ready to marshal response ...
2024/06/18 17:46:15 Ready to write response ...
2024/06/18 17:46:24 Ready to marshal response ...
2024/06/18 17:46:24 Ready to write response ...
2024/06/18 17:46:50 Ready to marshal response ...
2024/06/18 17:46:50 Ready to write response ...
2024/06/18 17:47:11 Ready to marshal response ...
2024/06/18 17:47:11 Ready to write response ...
2024/06/18 17:47:46 Ready to marshal response ...
2024/06/18 17:47:46 Ready to write response ...
2024/06/18 17:47:54 Ready to marshal response ...
2024/06/18 17:47:54 Ready to write response ...
==> kernel <==
17:48:20 up 1:30, 0 users, load average: 1.08, 1.67, 2.15
Linux addons-578783 5.15.0-1063-aws #69~20.04.1-Ubuntu SMP Fri May 10 19:21:30 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [e794420e25615356c36388ef9236edb0d9807a9bf1ac40eee44796af68b3798a] <==
I0618 17:46:16.955704 1 main.go:227] handling current node
I0618 17:46:26.967134 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0618 17:46:26.967166 1 main.go:227] handling current node
I0618 17:46:36.979454 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0618 17:46:36.979482 1 main.go:227] handling current node
I0618 17:46:46.991108 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0618 17:46:46.991140 1 main.go:227] handling current node
I0618 17:46:57.003676 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0618 17:46:57.003707 1 main.go:227] handling current node
I0618 17:47:07.009321 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0618 17:47:07.009353 1 main.go:227] handling current node
I0618 17:47:17.018973 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0618 17:47:17.019007 1 main.go:227] handling current node
I0618 17:47:27.031454 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0618 17:47:27.031484 1 main.go:227] handling current node
I0618 17:47:37.039874 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0618 17:47:37.039905 1 main.go:227] handling current node
I0618 17:47:47.044286 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0618 17:47:47.045022 1 main.go:227] handling current node
I0618 17:47:57.057726 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0618 17:47:57.057756 1 main.go:227] handling current node
I0618 17:48:07.062082 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0618 17:48:07.062111 1 main.go:227] handling current node
I0618 17:48:17.068258 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0618 17:48:17.068286 1 main.go:227] handling current node
==> kube-apiserver [a72ec0b915d18866a3318e755079d99a8a8e3cb60e9b036cea448f6b9b5e3b94] <==
I0618 17:47:27.713424 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0618 17:47:27.755239 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0618 17:47:27.755377 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0618 17:47:28.703069 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0618 17:47:28.755144 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0618 17:47:28.769038 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0618 17:47:34.479661 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0618 17:47:35.523772 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0618 17:47:45.965671 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0618 17:47:46.236125 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.110.31.52"}
I0618 17:47:54.939550 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.105.234.242"}
I0618 17:47:55.915318 1 handler.go:286] Adding GroupVersion batch.volcano.sh v1alpha1 to ResourceManager
I0618 17:47:56.017316 1 handler.go:286] Adding GroupVersion bus.volcano.sh v1alpha1 to ResourceManager
I0618 17:47:56.539667 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0618 17:47:56.613680 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0618 17:47:56.646043 1 handler.go:286] Adding GroupVersion nodeinfo.volcano.sh v1alpha1 to ResourceManager
I0618 17:47:56.694284 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
W0618 17:47:57.056616 1 cacher.go:168] Terminating all watchers from cacher commands.bus.volcano.sh
W0618 17:47:57.695366 1 cacher.go:168] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
W0618 17:47:57.749645 1 cacher.go:168] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
W0618 17:47:57.818999 1 cacher.go:168] Terminating all watchers from cacher queues.scheduling.volcano.sh
W0618 17:47:57.818999 1 cacher.go:168] Terminating all watchers from cacher jobs.batch.volcano.sh
I0618 17:48:02.361784 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
E0618 17:48:11.964064 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
E0618 17:48:12.084365 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
==> kube-controller-manager [37ab12943b880915cb343594f0c81bfa69bee1928cc700e926e0c53283db70c2] <==
I0618 17:48:05.851083 1 namespace_controller.go:182] "Namespace has been deleted" logger="namespace-controller" namespace="volcano-system"
W0618 17:48:05.960437 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
E0618 17:48:05.960476 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
W0618 17:48:06.089898 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
E0618 17:48:06.089938 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
W0618 17:48:06.920592 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
E0618 17:48:06.920696 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
W0618 17:48:07.367666 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
E0618 17:48:07.367703 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
I0618 17:48:11.899278 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0618 17:48:11.901342 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="9.354µs"
I0618 17:48:11.908791 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
W0618 17:48:12.855479 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
E0618 17:48:12.855521 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
I0618 17:48:13.250674 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="37.826µs"
W0618 17:48:15.274813 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
E0618 17:48:15.274854 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
W0618 17:48:16.790042 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
E0618 17:48:16.790082 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
W0618 17:48:17.280471 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
E0618 17:48:17.280512 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
W0618 17:48:18.057750 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
E0618 17:48:18.057793 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
W0618 17:48:19.522618 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
E0618 17:48:19.522656 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 [0f5fd02498f593f5326e72b23ef5f6de03ae3c1a93c01b852590fde1e183f53a] <==
I0618 17:43:06.684779 1 server_linux.go:69] "Using iptables proxy"
I0618 17:43:06.723368 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0618 17:43:06.777297 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0618 17:43:06.777355 1 server_linux.go:165] "Using iptables Proxier"
I0618 17:43:06.781791 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0618 17:43:06.781817 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0618 17:43:06.781862 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"
I0618 17:43:06.782079 1 server.go:872] "Version info" version="v1.30.2"
I0618 17:43:06.782094 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0618 17:43:06.783247 1 config.go:192] "Starting service config controller"
I0618 17:43:06.783262 1 shared_informer.go:313] Waiting for caches to sync for service config
I0618 17:43:06.783282 1 config.go:101] "Starting endpoint slice config controller"
I0618 17:43:06.783286 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0618 17:43:06.786134 1 config.go:319] "Starting node config controller"
I0618 17:43:06.786152 1 shared_informer.go:313] Waiting for caches to sync for node config
I0618 17:43:06.891979 1 shared_informer.go:320] Caches are synced for service config
I0618 17:43:06.892042 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0618 17:43:06.892258 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [83ae41a604f0f7cedf870796d8b44f436ad42fbd73f93478bee81bd11f010a43] <==
W0618 17:42:48.366523 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
E0618 17:42:48.366634 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
W0618 17:42:48.366700 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
E0618 17:42:48.368069 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
W0618 17:42:48.372442 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0618 17:42:48.372492 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0618 17:42:48.372771 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
E0618 17:42:48.372921 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
W0618 17:42:48.373125 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0618 17:42:48.373256 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0618 17:42:48.373323 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
E0618 17:42:48.373481 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
W0618 17:42:49.300195 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
E0618 17:42:49.300336 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
W0618 17:42:49.300442 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
E0618 17:42:49.300502 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
W0618 17:42:49.300617 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
E0618 17:42:49.300678 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
W0618 17:42:49.331619 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
E0618 17:42:49.331734 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
W0618 17:42:49.332799 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
E0618 17:42:49.332999 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
W0618 17:42:49.348598 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0618 17:42:49.348816 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
I0618 17:42:49.739816 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jun 18 17:48:00 addons-578783 kubelet[1488]: E0618 17:48:00.223101 1488 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-hb52w_default(c67bab5f-26d7-4df1-a83d-9aad607f8f42)\"" pod="default/hello-world-app-86c47465fc-hb52w" podUID="c67bab5f-26d7-4df1-a83d-9aad607f8f42"
Jun 18 17:48:00 addons-578783 kubelet[1488]: I0618 17:48:00.538852 1488 scope.go:117] "RemoveContainer" containerID="e0ade6fa741412286f33d37e52698b239ef1190c5acdc0bc9a5c03374113f603"
Jun 18 17:48:00 addons-578783 kubelet[1488]: E0618 17:48:00.539092 1488 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(bc82a9e1-1baa-4a80-ad74-adc393d8dd43)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="bc82a9e1-1baa-4a80-ad74-adc393d8dd43"
Jun 18 17:48:10 addons-578783 kubelet[1488]: I0618 17:48:10.901048 1488 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-df227\" (UniqueName: \"kubernetes.io/projected/bc82a9e1-1baa-4a80-ad74-adc393d8dd43-kube-api-access-df227\") pod \"bc82a9e1-1baa-4a80-ad74-adc393d8dd43\" (UID: \"bc82a9e1-1baa-4a80-ad74-adc393d8dd43\") "
Jun 18 17:48:10 addons-578783 kubelet[1488]: I0618 17:48:10.903320 1488 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/bc82a9e1-1baa-4a80-ad74-adc393d8dd43-kube-api-access-df227" (OuterVolumeSpecName: "kube-api-access-df227") pod "bc82a9e1-1baa-4a80-ad74-adc393d8dd43" (UID: "bc82a9e1-1baa-4a80-ad74-adc393d8dd43"). InnerVolumeSpecName "kube-api-access-df227". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 18 17:48:11 addons-578783 kubelet[1488]: I0618 17:48:11.002296 1488 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-df227\" (UniqueName: \"kubernetes.io/projected/bc82a9e1-1baa-4a80-ad74-adc393d8dd43-kube-api-access-df227\") on node \"addons-578783\" DevicePath \"\""
Jun 18 17:48:11 addons-578783 kubelet[1488]: I0618 17:48:11.232529 1488 scope.go:117] "RemoveContainer" containerID="e0ade6fa741412286f33d37e52698b239ef1190c5acdc0bc9a5c03374113f603"
Jun 18 17:48:12 addons-578783 kubelet[1488]: I0618 17:48:12.537684 1488 scope.go:117] "RemoveContainer" containerID="e13d0083bc053be45772e7fafd8a1c784c373e9193dd8e26e65631cbbf426d9b"
Jun 18 17:48:12 addons-578783 kubelet[1488]: I0618 17:48:12.541880 1488 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="2f1b3c2b-b4f3-4a71-ad71-cd1019b8f2bc" path="/var/lib/kubelet/pods/2f1b3c2b-b4f3-4a71-ad71-cd1019b8f2bc/volumes"
Jun 18 17:48:12 addons-578783 kubelet[1488]: I0618 17:48:12.542288 1488 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="a52e852d-42e4-4e25-bfa5-d0d5b383ca06" path="/var/lib/kubelet/pods/a52e852d-42e4-4e25-bfa5-d0d5b383ca06/volumes"
Jun 18 17:48:12 addons-578783 kubelet[1488]: I0618 17:48:12.542665 1488 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="bc82a9e1-1baa-4a80-ad74-adc393d8dd43" path="/var/lib/kubelet/pods/bc82a9e1-1baa-4a80-ad74-adc393d8dd43/volumes"
Jun 18 17:48:13 addons-578783 kubelet[1488]: I0618 17:48:13.238682 1488 scope.go:117] "RemoveContainer" containerID="e13d0083bc053be45772e7fafd8a1c784c373e9193dd8e26e65631cbbf426d9b"
Jun 18 17:48:13 addons-578783 kubelet[1488]: I0618 17:48:13.239071 1488 scope.go:117] "RemoveContainer" containerID="6e38f01ff1b1f5fe4e57a8132debab65b4f8de5926b639b6ad2a2bd2aa992088"
Jun 18 17:48:13 addons-578783 kubelet[1488]: E0618 17:48:13.239330 1488 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-hb52w_default(c67bab5f-26d7-4df1-a83d-9aad607f8f42)\"" pod="default/hello-world-app-86c47465fc-hb52w" podUID="c67bab5f-26d7-4df1-a83d-9aad607f8f42"
Jun 18 17:48:15 addons-578783 kubelet[1488]: I0618 17:48:15.232013 1488 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/e306a444-fc69-4d68-8314-1877e4e85378-webhook-cert\") pod \"e306a444-fc69-4d68-8314-1877e4e85378\" (UID: \"e306a444-fc69-4d68-8314-1877e4e85378\") "
Jun 18 17:48:15 addons-578783 kubelet[1488]: I0618 17:48:15.232067 1488 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-vrvpq\" (UniqueName: \"kubernetes.io/projected/e306a444-fc69-4d68-8314-1877e4e85378-kube-api-access-vrvpq\") pod \"e306a444-fc69-4d68-8314-1877e4e85378\" (UID: \"e306a444-fc69-4d68-8314-1877e4e85378\") "
Jun 18 17:48:15 addons-578783 kubelet[1488]: I0618 17:48:15.234060 1488 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/e306a444-fc69-4d68-8314-1877e4e85378-kube-api-access-vrvpq" (OuterVolumeSpecName: "kube-api-access-vrvpq") pod "e306a444-fc69-4d68-8314-1877e4e85378" (UID: "e306a444-fc69-4d68-8314-1877e4e85378"). InnerVolumeSpecName "kube-api-access-vrvpq". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 18 17:48:15 addons-578783 kubelet[1488]: I0618 17:48:15.235191 1488 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/e306a444-fc69-4d68-8314-1877e4e85378-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "e306a444-fc69-4d68-8314-1877e4e85378" (UID: "e306a444-fc69-4d68-8314-1877e4e85378"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jun 18 17:48:15 addons-578783 kubelet[1488]: I0618 17:48:15.245439 1488 scope.go:117] "RemoveContainer" containerID="6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a"
Jun 18 17:48:15 addons-578783 kubelet[1488]: I0618 17:48:15.255656 1488 scope.go:117] "RemoveContainer" containerID="6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a"
Jun 18 17:48:15 addons-578783 kubelet[1488]: E0618 17:48:15.256487 1488 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a\": not found" containerID="6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a"
Jun 18 17:48:15 addons-578783 kubelet[1488]: I0618 17:48:15.256526 1488 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a"} err="failed to get container status \"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a\": rpc error: code = NotFound desc = an error occurred when try to find container \"6c925d557f863af7559e7da5bc902ce506e42b86414136448d07bf2df8a60d8a\": not found"
Jun 18 17:48:15 addons-578783 kubelet[1488]: I0618 17:48:15.332992 1488 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-vrvpq\" (UniqueName: \"kubernetes.io/projected/e306a444-fc69-4d68-8314-1877e4e85378-kube-api-access-vrvpq\") on node \"addons-578783\" DevicePath \"\""
Jun 18 17:48:15 addons-578783 kubelet[1488]: I0618 17:48:15.333032 1488 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/e306a444-fc69-4d68-8314-1877e4e85378-webhook-cert\") on node \"addons-578783\" DevicePath \"\""
Jun 18 17:48:16 addons-578783 kubelet[1488]: I0618 17:48:16.540802 1488 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="e306a444-fc69-4d68-8314-1877e4e85378" path="/var/lib/kubelet/pods/e306a444-fc69-4d68-8314-1877e4e85378/volumes"
==> storage-provisioner [254d71e8b27333069cc676531e3a7c0715280390c5a090602df904e1d24a9872] <==
I0618 17:43:11.377274 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0618 17:43:11.401426 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0618 17:43:11.401620 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0618 17:43:11.430970 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0618 17:43:11.431261 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-578783_ed62bbad-50b2-419d-96f7-84a099ef95b5!
I0618 17:43:11.431459 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"d37d166f-a2e7-4394-a336-e28edb45360a", APIVersion:"v1", ResourceVersion:"571", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-578783_ed62bbad-50b2-419d-96f7-84a099ef95b5 became leader
I0618 17:43:11.531395 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-578783_ed62bbad-50b2-419d-96f7-84a099ef95b5!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-578783 -n addons-578783
helpers_test.go:261: (dbg) Run: kubectl --context addons-578783 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.80s)