=== RUN TestAddons/serial/Volcano
addons_test.go:913: volcano-controller stabilized in 48.239734ms
addons_test.go:897: volcano-scheduler stabilized in 48.470867ms
addons_test.go:905: volcano-admission stabilized in 48.532216ms
addons_test.go:919: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-scheduler" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-scheduler-844f6db89b-dfgdm" [6e985e75-8559-43e3-929e-b970135fe67e] Running
addons_test.go:919: (dbg) TestAddons/serial/Volcano: app=volcano-scheduler healthy within 6.004189676s
addons_test.go:923: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-admission" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-admission-5f7844f7bc-srwgb" [49c0f35f-0516-405b-bced-817a2087faef] Running
addons_test.go:923: (dbg) TestAddons/serial/Volcano: app=volcano-admission healthy within 5.003929041s
addons_test.go:927: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-controller" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-controllers-59cb4746db-tx947" [0998161d-a89b-4c7f-a1fc-77e6fc4dca6b] Running
addons_test.go:927: (dbg) TestAddons/serial/Volcano: app=volcano-controller healthy within 5.003718598s
addons_test.go:932: (dbg) Run: kubectl --context addons-848947 delete -n volcano-system job volcano-admission-init
addons_test.go:938: (dbg) Run: kubectl --context addons-848947 create -f testdata/vcjob.yaml
addons_test.go:946: (dbg) Run: kubectl --context addons-848947 get vcjob -n my-volcano
addons_test.go:964: (dbg) TestAddons/serial/Volcano: waiting 3m0s for pods matching "volcano.sh/job-name=test-job" in namespace "my-volcano" ...
helpers_test.go:344: "test-job-nginx-0" [11d663cf-cc55-4631-91fe-39fe8a7ba718] Pending
helpers_test.go:344: "test-job-nginx-0" [11d663cf-cc55-4631-91fe-39fe8a7ba718] Pending: PodScheduled:Unschedulable (0/1 nodes are unavailable: 1 Insufficient cpu.)
helpers_test.go:329: TestAddons/serial/Volcano: WARNING: pod list for "my-volcano" "volcano.sh/job-name=test-job" returned: client rate limiter Wait returned an error: context deadline exceeded
addons_test.go:964: ***** TestAddons/serial/Volcano: pod "volcano.sh/job-name=test-job" failed to start within 3m0s: context deadline exceeded ****
addons_test.go:964: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-848947 -n addons-848947
addons_test.go:964: TestAddons/serial/Volcano: showing logs for failed pods as of 2024-07-29 22:47:21.692438343 +0000 UTC m=+444.956728805
addons_test.go:964: (dbg) Run: kubectl --context addons-848947 describe po test-job-nginx-0 -n my-volcano
addons_test.go:964: (dbg) kubectl --context addons-848947 describe po test-job-nginx-0 -n my-volcano:
Name: test-job-nginx-0
Namespace: my-volcano
Priority: 0
Service Account: default
Node: <none>
Labels: volcano.sh/job-name=test-job
volcano.sh/job-namespace=my-volcano
volcano.sh/queue-name=test
volcano.sh/task-index=0
volcano.sh/task-spec=nginx
Annotations: scheduling.k8s.io/group-name: test-job-78b59c71-22bb-44fb-83e7-f47e7bee90aa
volcano.sh/job-name: test-job
volcano.sh/job-version: 0
volcano.sh/queue-name: test
volcano.sh/task-index: 0
volcano.sh/task-spec: nginx
volcano.sh/template-uid: test-job-nginx
Status: Pending
IP:
IPs: <none>
Controlled By: Job/test-job
Containers:
nginx:
Image: nginx:latest
Port: <none>
Host Port: <none>
Command:
sleep
10m
Limits:
cpu: 1
Requests:
cpu: 1
Environment:
GOOGLE_APPLICATION_CREDENTIALS: /google-app-creds.json
PROJECT_ID: this_is_fake
GCP_PROJECT: this_is_fake
GCLOUD_PROJECT: this_is_fake
GOOGLE_CLOUD_PROJECT: this_is_fake
CLOUDSDK_CORE_PROJECT: this_is_fake
Mounts:
/google-app-creds.json from gcp-creds (ro)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-prdp2 (ro)
Conditions:
Type Status
PodScheduled False
Volumes:
kube-api-access-prdp2:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
gcp-creds:
Type: HostPath (bare host directory volume)
Path: /var/lib/minikube/google_application_credentials.json
HostPathType: File
QoS Class: Burstable
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 2m59s volcano 0/1 nodes are unavailable: 1 Insufficient cpu.
addons_test.go:964: (dbg) Run: kubectl --context addons-848947 logs test-job-nginx-0 -n my-volcano
addons_test.go:964: (dbg) kubectl --context addons-848947 logs test-job-nginx-0 -n my-volcano:
addons_test.go:965: failed waiting for test-local-path pod: volcano.sh/job-name=test-job within 3m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======> post-mortem[TestAddons/serial/Volcano]: docker inspect <======
helpers_test.go:231: (dbg) Run: docker inspect addons-848947
helpers_test.go:235: (dbg) docker inspect addons-848947:
-- stdout --
[
{
"Id": "1eb2776e930aa83217fca460d7f8d3d369d82344661d816cefea8cdc544e7787",
"Created": "2024-07-29T22:40:46.010659765Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 728182,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-29T22:40:46.153309069Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:2cd84ab2172023a68162f38a55db46353562cea41552fd8e8bdec97b31b2c495",
"ResolvConfPath": "/var/lib/docker/containers/1eb2776e930aa83217fca460d7f8d3d369d82344661d816cefea8cdc544e7787/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/1eb2776e930aa83217fca460d7f8d3d369d82344661d816cefea8cdc544e7787/hostname",
"HostsPath": "/var/lib/docker/containers/1eb2776e930aa83217fca460d7f8d3d369d82344661d816cefea8cdc544e7787/hosts",
"LogPath": "/var/lib/docker/containers/1eb2776e930aa83217fca460d7f8d3d369d82344661d816cefea8cdc544e7787/1eb2776e930aa83217fca460d7f8d3d369d82344661d816cefea8cdc544e7787-json.log",
"Name": "/addons-848947",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-848947:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-848947",
"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/ab8f44c7b923b617abfd439c57f3ecc6c39bf06b75a3d2b9385342a2e0cb88ed-init/diff:/var/lib/docker/overlay2/2f6a90e8f8debf174c4a25acf9eb4b84ad0dbdec86b82ffd4cc209bf36a814f9/diff",
"MergedDir": "/var/lib/docker/overlay2/ab8f44c7b923b617abfd439c57f3ecc6c39bf06b75a3d2b9385342a2e0cb88ed/merged",
"UpperDir": "/var/lib/docker/overlay2/ab8f44c7b923b617abfd439c57f3ecc6c39bf06b75a3d2b9385342a2e0cb88ed/diff",
"WorkDir": "/var/lib/docker/overlay2/ab8f44c7b923b617abfd439c57f3ecc6c39bf06b75a3d2b9385342a2e0cb88ed/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-848947",
"Source": "/var/lib/docker/volumes/addons-848947/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-848947",
"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-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7",
"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-848947",
"name.minikube.sigs.k8s.io": "addons-848947",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "2a7b2e5a4c5cbd5566acc4128c7d7be46192492a022bbff329767793b3992e3c",
"SandboxKey": "/var/run/docker/netns/2a7b2e5a4c5c",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37775"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37776"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37779"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37777"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37778"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-848947": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "b3add525026dd30e03f92af95dec9135fb316b4ba2c5fe014c6caf30c1be137c",
"EndpointID": "073dfe7922eb6e0eb59a39a1a3e8ed79f8236fc2601a56b303edd50626ba8863",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-848947",
"1eb2776e930a"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-848947 -n addons-848947
helpers_test.go:244: <<< TestAddons/serial/Volcano FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/serial/Volcano]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 -p addons-848947 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-848947 logs -n 25: (1.511186767s)
helpers_test.go:252: TestAddons/serial/Volcano logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | -o=json --download-only | download-only-384538 | jenkins | v1.33.1 | 29 Jul 24 22:39 UTC | |
| | -p download-only-384538 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.20.0 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | 29 Jul 24 22:40 UTC |
| delete | -p download-only-384538 | download-only-384538 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | 29 Jul 24 22:40 UTC |
| start | -o=json --download-only | download-only-430529 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | |
| | -p download-only-430529 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.30.3 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | 29 Jul 24 22:40 UTC |
| delete | -p download-only-430529 | download-only-430529 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | 29 Jul 24 22:40 UTC |
| start | -o=json --download-only | download-only-335293 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | |
| | -p download-only-335293 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.31.0-beta.0 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | 29 Jul 24 22:40 UTC |
| delete | -p download-only-335293 | download-only-335293 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | 29 Jul 24 22:40 UTC |
| delete | -p download-only-384538 | download-only-384538 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | 29 Jul 24 22:40 UTC |
| delete | -p download-only-430529 | download-only-430529 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | 29 Jul 24 22:40 UTC |
| delete | -p download-only-335293 | download-only-335293 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | 29 Jul 24 22:40 UTC |
| start | --download-only -p | download-docker-292840 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | |
| | download-docker-292840 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-292840 | download-docker-292840 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | 29 Jul 24 22:40 UTC |
| start | --download-only -p | binary-mirror-493181 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | |
| | binary-mirror-493181 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:37937 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-493181 | binary-mirror-493181 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | 29 Jul 24 22:40 UTC |
| addons | disable dashboard -p | addons-848947 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | |
| | addons-848947 | | | | | |
| addons | enable dashboard -p | addons-848947 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | |
| | addons-848947 | | | | | |
| start | -p addons-848947 --wait=true | addons-848947 | jenkins | v1.33.1 | 29 Jul 24 22:40 UTC | 29 Jul 24 22:44 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 | | | | | |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/29 22:40:21
Running on machine: ip-172-31-29-130
Binary: Built with gc go1.22.5 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0729 22:40:21.711433 727689 out.go:291] Setting OutFile to fd 1 ...
I0729 22:40:21.711615 727689 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 22:40:21.711629 727689 out.go:304] Setting ErrFile to fd 2...
I0729 22:40:21.711635 727689 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 22:40:21.711916 727689 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-721286/.minikube/bin
I0729 22:40:21.712449 727689 out.go:298] Setting JSON to false
I0729 22:40:21.713411 727689 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":73368,"bootTime":1722219454,"procs":178,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1065-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
I0729 22:40:21.713480 727689 start.go:139] virtualization:
I0729 22:40:21.715948 727689 out.go:177] * [addons-848947] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0729 22:40:21.718455 727689 out.go:177] - MINIKUBE_LOCATION=19312
I0729 22:40:21.718590 727689 notify.go:220] Checking for updates...
I0729 22:40:21.721774 727689 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0729 22:40:21.723399 727689 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19312-721286/kubeconfig
I0729 22:40:21.725400 727689 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-721286/.minikube
I0729 22:40:21.727306 727689 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0729 22:40:21.729214 727689 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0729 22:40:21.731405 727689 driver.go:392] Setting default libvirt URI to qemu:///system
I0729 22:40:21.757974 727689 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
I0729 22:40:21.758115 727689 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0729 22:40:21.814031 727689 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:44 SystemTime:2024-07-29 22:40:21.804958199 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-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-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1]] Warnings:<nil>}}
I0729 22:40:21.814137 727689 docker.go:307] overlay module found
I0729 22:40:21.817271 727689 out.go:177] * Using the docker driver based on user configuration
I0729 22:40:21.818857 727689 start.go:297] selected driver: docker
I0729 22:40:21.818872 727689 start.go:901] validating driver "docker" against <nil>
I0729 22:40:21.818890 727689 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0729 22:40:21.819517 727689 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0729 22:40:21.889183 727689 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:44 SystemTime:2024-07-29 22:40:21.880503972 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-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-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} 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.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1]] Warnings:<nil>}}
I0729 22:40:21.889359 727689 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0729 22:40:21.889591 727689 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]
I0729 22:40:21.891558 727689 out.go:177] * Using Docker driver with root privileges
I0729 22:40:21.893674 727689 cni.go:84] Creating CNI manager for ""
I0729 22:40:21.893708 727689 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0729 22:40:21.893733 727689 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0729 22:40:21.893854 727689 start.go:340] cluster config:
{Name:addons-848947 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 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.3 ClusterName:addons-848947 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.3 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHA
uthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0729 22:40:21.895912 727689 out.go:177] * Starting "addons-848947" primary control-plane node in "addons-848947" cluster
I0729 22:40:21.897916 727689 cache.go:121] Beginning downloading kic base image for docker with containerd
I0729 22:40:21.899987 727689 out.go:177] * Pulling base image v0.0.44-1721902582-19326 ...
I0729 22:40:21.901791 727689 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime containerd
I0729 22:40:21.901850 727689 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19312-721286/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-containerd-overlay2-arm64.tar.lz4
I0729 22:40:21.901862 727689 cache.go:56] Caching tarball of preloaded images
I0729 22:40:21.901884 727689 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
I0729 22:40:21.901971 727689 preload.go:172] Found /home/jenkins/minikube-integration/19312-721286/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0729 22:40:21.901982 727689 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on containerd
I0729 22:40:21.902414 727689 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/config.json ...
I0729 22:40:21.902481 727689 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/config.json: {Name:mkf662a3f4d8c7b46646edfe924ae1dc795c6ff1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:40:21.916683 727689 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
I0729 22:40:21.916802 727689 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
I0729 22:40:21.916829 727689 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory, skipping pull
I0729 22:40:21.916835 727689 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 exists in cache, skipping pull
I0729 22:40:21.916848 727689 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
I0729 22:40:21.916853 727689 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from local cache
I0729 22:40:38.876108 727689 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from cached tarball
I0729 22:40:38.876148 727689 cache.go:194] Successfully downloaded all kic artifacts
I0729 22:40:38.876197 727689 start.go:360] acquireMachinesLock for addons-848947: {Name:mk9b03f1912bacec7b73f560a5573860da9cd1ba Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0729 22:40:38.876733 727689 start.go:364] duration metric: took 516.058µs to acquireMachinesLock for "addons-848947"
I0729 22:40:38.876769 727689 start.go:93] Provisioning new machine with config: &{Name:addons-848947 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 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.3 ClusterName:addons-848947 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.3 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:fa
lse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0729 22:40:38.876845 727689 start.go:125] createHost starting for "" (driver="docker")
I0729 22:40:38.879182 727689 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0729 22:40:38.879402 727689 start.go:159] libmachine.API.Create for "addons-848947" (driver="docker")
I0729 22:40:38.879434 727689 client.go:168] LocalClient.Create starting
I0729 22:40:38.879561 727689 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19312-721286/.minikube/certs/ca.pem
I0729 22:40:39.289079 727689 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19312-721286/.minikube/certs/cert.pem
I0729 22:40:39.491271 727689 cli_runner.go:164] Run: docker network inspect addons-848947 --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}}]}"
W0729 22:40:39.505826 727689 cli_runner.go:211] docker network inspect addons-848947 --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
I0729 22:40:39.505917 727689 network_create.go:284] running [docker network inspect addons-848947] to gather additional debugging logs...
I0729 22:40:39.505951 727689 cli_runner.go:164] Run: docker network inspect addons-848947
W0729 22:40:39.520827 727689 cli_runner.go:211] docker network inspect addons-848947 returned with exit code 1
I0729 22:40:39.520872 727689 network_create.go:287] error running [docker network inspect addons-848947]: docker network inspect addons-848947: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-848947 not found
I0729 22:40:39.520885 727689 network_create.go:289] output of [docker network inspect addons-848947]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-848947 not found
** /stderr **
I0729 22:40:39.520981 727689 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}}]}"
I0729 22:40:39.537402 727689 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:0x40017f2a50}
I0729 22:40:39.537446 727689 network_create.go:124] attempt to create docker network addons-848947 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0729 22:40:39.537514 727689 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-848947 addons-848947
I0729 22:40:39.606210 727689 network_create.go:108] docker network addons-848947 192.168.49.0/24 created
I0729 22:40:39.606245 727689 kic.go:121] calculated static IP "192.168.49.2" for the "addons-848947" container
I0729 22:40:39.606317 727689 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0729 22:40:39.626147 727689 cli_runner.go:164] Run: docker volume create addons-848947 --label name.minikube.sigs.k8s.io=addons-848947 --label created_by.minikube.sigs.k8s.io=true
I0729 22:40:39.642282 727689 oci.go:103] Successfully created a docker volume addons-848947
I0729 22:40:39.642369 727689 cli_runner.go:164] Run: docker run --rm --name addons-848947-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-848947 --entrypoint /usr/bin/test -v addons-848947:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib
I0729 22:40:41.713723 727689 cli_runner.go:217] Completed: docker run --rm --name addons-848947-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-848947 --entrypoint /usr/bin/test -v addons-848947:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib: (2.071301153s)
I0729 22:40:41.713752 727689 oci.go:107] Successfully prepared a docker volume addons-848947
I0729 22:40:41.713785 727689 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime containerd
I0729 22:40:41.713808 727689 kic.go:194] Starting extracting preloaded images to volume ...
I0729 22:40:41.713908 727689 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-721286/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-848947:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir
I0729 22:40:45.924644 727689 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-721286/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-848947:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir: (4.210697742s)
I0729 22:40:45.924676 727689 kic.go:203] duration metric: took 4.210864541s to extract preloaded images to volume ...
W0729 22:40:45.924825 727689 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0729 22:40:45.924933 727689 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0729 22:40:45.986761 727689 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-848947 --name addons-848947 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-848947 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-848947 --network addons-848947 --ip 192.168.49.2 --volume addons-848947:/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-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7
I0729 22:40:46.335457 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Running}}
I0729 22:40:46.358453 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:40:46.384427 727689 cli_runner.go:164] Run: docker exec addons-848947 stat /var/lib/dpkg/alternatives/iptables
I0729 22:40:46.451516 727689 oci.go:144] the created container "addons-848947" has a running status.
I0729 22:40:46.451554 727689 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa...
I0729 22:40:47.222523 727689 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0729 22:40:47.247026 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:40:47.266963 727689 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0729 22:40:47.266984 727689 kic_runner.go:114] Args: [docker exec --privileged addons-848947 chown docker:docker /home/docker/.ssh/authorized_keys]
I0729 22:40:47.328599 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:40:47.359290 727689 machine.go:94] provisionDockerMachine start ...
I0729 22:40:47.359385 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:40:47.378853 727689 main.go:141] libmachine: Using SSH client type: native
I0729 22:40:47.379145 727689 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 37775 <nil> <nil>}
I0729 22:40:47.379164 727689 main.go:141] libmachine: About to run SSH command:
hostname
I0729 22:40:47.516145 727689 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-848947
I0729 22:40:47.516170 727689 ubuntu.go:169] provisioning hostname "addons-848947"
I0729 22:40:47.516234 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:40:47.540362 727689 main.go:141] libmachine: Using SSH client type: native
I0729 22:40:47.540598 727689 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 37775 <nil> <nil>}
I0729 22:40:47.540614 727689 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-848947 && echo "addons-848947" | sudo tee /etc/hostname
I0729 22:40:47.684722 727689 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-848947
I0729 22:40:47.684886 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:40:47.704208 727689 main.go:141] libmachine: Using SSH client type: native
I0729 22:40:47.704469 727689 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 37775 <nil> <nil>}
I0729 22:40:47.704491 727689 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-848947' /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-848947/g' /etc/hosts;
else
echo '127.0.1.1 addons-848947' | sudo tee -a /etc/hosts;
fi
fi
I0729 22:40:47.835948 727689 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0729 22:40:47.835994 727689 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19312-721286/.minikube CaCertPath:/home/jenkins/minikube-integration/19312-721286/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19312-721286/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19312-721286/.minikube}
I0729 22:40:47.836012 727689 ubuntu.go:177] setting up certificates
I0729 22:40:47.836025 727689 provision.go:84] configureAuth start
I0729 22:40:47.836084 727689 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-848947
I0729 22:40:47.852570 727689 provision.go:143] copyHostCerts
I0729 22:40:47.852657 727689 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-721286/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19312-721286/.minikube/cert.pem (1123 bytes)
I0729 22:40:47.852791 727689 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-721286/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19312-721286/.minikube/key.pem (1675 bytes)
I0729 22:40:47.852868 727689 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-721286/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19312-721286/.minikube/ca.pem (1078 bytes)
I0729 22:40:47.852949 727689 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19312-721286/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19312-721286/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19312-721286/.minikube/certs/ca-key.pem org=jenkins.addons-848947 san=[127.0.0.1 192.168.49.2 addons-848947 localhost minikube]
I0729 22:40:48.670710 727689 provision.go:177] copyRemoteCerts
I0729 22:40:48.670785 727689 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0729 22:40:48.670869 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:40:48.687226 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:40:48.782677 727689 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-721286/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0729 22:40:48.806846 727689 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-721286/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0729 22:40:48.830962 727689 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-721286/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0729 22:40:48.854599 727689 provision.go:87] duration metric: took 1.018560323s to configureAuth
I0729 22:40:48.854628 727689 ubuntu.go:193] setting minikube options for container-runtime
I0729 22:40:48.854817 727689 config.go:182] Loaded profile config "addons-848947": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.3
I0729 22:40:48.854824 727689 machine.go:97] duration metric: took 1.495516836s to provisionDockerMachine
I0729 22:40:48.854831 727689 client.go:171] duration metric: took 9.975387485s to LocalClient.Create
I0729 22:40:48.854843 727689 start.go:167] duration metric: took 9.975441736s to libmachine.API.Create "addons-848947"
I0729 22:40:48.854850 727689 start.go:293] postStartSetup for "addons-848947" (driver="docker")
I0729 22:40:48.854860 727689 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]
I0729 22:40:48.854931 727689 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
I0729 22:40:48.854979 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:40:48.871595 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:40:48.969669 727689 ssh_runner.go:195] Run: cat /etc/os-release
I0729 22:40:48.972864 727689 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0729 22:40:48.972900 727689 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0729 22:40:48.972915 727689 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0729 22:40:48.972922 727689 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0729 22:40:48.972932 727689 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-721286/.minikube/addons for local assets ...
I0729 22:40:48.973001 727689 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-721286/.minikube/files for local assets ...
I0729 22:40:48.973032 727689 start.go:296] duration metric: took 118.175517ms for postStartSetup
I0729 22:40:48.973349 727689 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-848947
I0729 22:40:48.989874 727689 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/config.json ...
I0729 22:40:48.990165 727689 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0729 22:40:48.990226 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:40:49.010107 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:40:49.100554 727689 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0729 22:40:49.104694 727689 start.go:128] duration metric: took 10.227833199s to createHost
I0729 22:40:49.104720 727689 start.go:83] releasing machines lock for "addons-848947", held for 10.227970722s
I0729 22:40:49.104789 727689 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-848947
I0729 22:40:49.119895 727689 ssh_runner.go:195] Run: cat /version.json
I0729 22:40:49.120013 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:40:49.120261 727689 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0729 22:40:49.120305 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:40:49.137229 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:40:49.145480 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:40:49.227673 727689 ssh_runner.go:195] Run: systemctl --version
I0729 22:40:49.363192 727689 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0729 22:40:49.367359 727689 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' {}" ;
I0729 22:40:49.392291 727689 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0729 22:40:49.392441 727689 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" ;
I0729 22:40:49.421319 727689 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0729 22:40:49.421343 727689 start.go:495] detecting cgroup driver to use...
I0729 22:40:49.421374 727689 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0729 22:40:49.421430 727689 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0729 22:40:49.433703 727689 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0729 22:40:49.445285 727689 docker.go:217] disabling cri-docker service (if available) ...
I0729 22:40:49.445375 727689 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0729 22:40:49.459202 727689 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0729 22:40:49.474061 727689 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0729 22:40:49.557456 727689 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0729 22:40:49.644473 727689 docker.go:233] disabling docker service ...
I0729 22:40:49.644538 727689 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0729 22:40:49.665931 727689 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0729 22:40:49.678551 727689 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0729 22:40:49.759824 727689 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0729 22:40:49.844172 727689 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0729 22:40:49.856699 727689 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"
I0729 22:40:49.873453 727689 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"
I0729 22:40:49.883177 727689 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"
I0729 22:40:49.893618 727689 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0729 22:40:49.893778 727689 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0729 22:40:49.904319 727689 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"
I0729 22:40:49.915440 727689 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0729 22:40:49.925757 727689 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0729 22:40:49.935938 727689 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0729 22:40:49.945957 727689 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"
I0729 22:40:49.956096 727689 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0729 22:40:49.966450 727689 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"
I0729 22:40:49.977114 727689 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0729 22:40:49.985563 727689 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0729 22:40:49.993984 727689 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0729 22:40:50.086375 727689 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0729 22:40:50.230605 727689 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
I0729 22:40:50.230744 727689 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0729 22:40:50.234432 727689 start.go:563] Will wait 60s for crictl version
I0729 22:40:50.234535 727689 ssh_runner.go:195] Run: which crictl
I0729 22:40:50.237803 727689 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0729 22:40:50.273637 727689 start.go:579] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.7.19
RuntimeApiVersion: v1
I0729 22:40:50.273778 727689 ssh_runner.go:195] Run: containerd --version
I0729 22:40:50.295613 727689 ssh_runner.go:195] Run: containerd --version
I0729 22:40:50.322345 727689 out.go:177] * Preparing Kubernetes v1.30.3 on containerd 1.7.19 ...
I0729 22:40:50.324121 727689 cli_runner.go:164] Run: docker network inspect addons-848947 --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}}]}"
I0729 22:40:50.339827 727689 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0729 22:40:50.343395 727689 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""
I0729 22:40:50.353681 727689 kubeadm.go:883] updating cluster {Name:addons-848947 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 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.3 ClusterName:addons-848947 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.3 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Cus
tomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0729 22:40:50.353811 727689 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime containerd
I0729 22:40:50.353875 727689 ssh_runner.go:195] Run: sudo crictl images --output json
I0729 22:40:50.390713 727689 containerd.go:627] all images are preloaded for containerd runtime.
I0729 22:40:50.390736 727689 containerd.go:534] Images already preloaded, skipping extraction
I0729 22:40:50.390795 727689 ssh_runner.go:195] Run: sudo crictl images --output json
I0729 22:40:50.427585 727689 containerd.go:627] all images are preloaded for containerd runtime.
I0729 22:40:50.427605 727689 cache_images.go:84] Images are preloaded, skipping loading
I0729 22:40:50.427614 727689 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 containerd true true} ...
I0729 22:40:50.427719 727689 kubeadm.go:946] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-848947 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.3 ClusterName:addons-848947 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:}
I0729 22:40:50.427781 727689 ssh_runner.go:195] Run: sudo crictl info
I0729 22:40:50.468282 727689 cni.go:84] Creating CNI manager for ""
I0729 22:40:50.468308 727689 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0729 22:40:50.468320 727689 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0729 22:40:50.468342 727689 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.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-848947 NodeName:addons-848947 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}
I0729 22:40:50.468479 727689 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-848947"
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.3
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0729 22:40:50.468553 727689 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
I0729 22:40:50.477331 727689 binaries.go:44] Found k8s binaries, skipping transfer
I0729 22:40:50.477408 727689 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0729 22:40:50.485944 727689 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0729 22:40:50.503591 727689 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0729 22:40:50.522149 727689 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0729 22:40:50.540789 727689 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0729 22:40:50.544309 727689 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""
I0729 22:40:50.555119 727689 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0729 22:40:50.645903 727689 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0729 22:40:50.661607 727689 certs.go:68] Setting up /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947 for IP: 192.168.49.2
I0729 22:40:50.661631 727689 certs.go:194] generating shared ca certs ...
I0729 22:40:50.661647 727689 certs.go:226] acquiring lock for ca certs: {Name:mkf7de815128d1ca0de9d06c250cdbbe93858f3c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:40:50.662546 727689 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19312-721286/.minikube/ca.key
I0729 22:40:50.923407 727689 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-721286/.minikube/ca.crt ...
I0729 22:40:50.923439 727689 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-721286/.minikube/ca.crt: {Name:mk1d6bd60d9eec80f5fc58d7cd7f3506182b6aa4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:40:50.923642 727689 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-721286/.minikube/ca.key ...
I0729 22:40:50.923657 727689 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-721286/.minikube/ca.key: {Name:mkf660c9f95c9bf3de8cca0d28bf610e49585760 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:40:50.924133 727689 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19312-721286/.minikube/proxy-client-ca.key
I0729 22:40:51.525403 727689 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-721286/.minikube/proxy-client-ca.crt ...
I0729 22:40:51.525437 727689 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-721286/.minikube/proxy-client-ca.crt: {Name:mk719963426e140a45c396a2fb438392850da21d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:40:51.525666 727689 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-721286/.minikube/proxy-client-ca.key ...
I0729 22:40:51.525681 727689 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-721286/.minikube/proxy-client-ca.key: {Name:mk750b297ebfeae4fc58daec3b7fcd54746bb4a0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:40:51.526306 727689 certs.go:256] generating profile certs ...
I0729 22:40:51.526389 727689 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/client.key
I0729 22:40:51.526413 727689 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/client.crt with IP's: []
I0729 22:40:52.004022 727689 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/client.crt ...
I0729 22:40:52.004061 727689 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/client.crt: {Name:mk670c71eec61cfbdb75355c071bbe43ab7356b5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:40:52.004336 727689 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/client.key ...
I0729 22:40:52.004348 727689 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/client.key: {Name:mke5b8c12cdae3955fea68b9c3302305d8cbc022 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:40:52.004432 727689 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/apiserver.key.4cbd6ef1
I0729 22:40:52.004450 727689 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/apiserver.crt.4cbd6ef1 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0729 22:40:52.356125 727689 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/apiserver.crt.4cbd6ef1 ...
I0729 22:40:52.356155 727689 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/apiserver.crt.4cbd6ef1: {Name:mk4f7b678a9acc2ec3944b9974aaafd7ee225bca Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:40:52.356366 727689 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/apiserver.key.4cbd6ef1 ...
I0729 22:40:52.356384 727689 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/apiserver.key.4cbd6ef1: {Name:mkac7666e5ba1eb66f67a6eaf944275a7efd1eac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:40:52.357065 727689 certs.go:381] copying /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/apiserver.crt.4cbd6ef1 -> /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/apiserver.crt
I0729 22:40:52.357153 727689 certs.go:385] copying /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/apiserver.key.4cbd6ef1 -> /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/apiserver.key
I0729 22:40:52.357210 727689 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/proxy-client.key
I0729 22:40:52.357232 727689 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/proxy-client.crt with IP's: []
I0729 22:40:53.110186 727689 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/proxy-client.crt ...
I0729 22:40:53.110219 727689 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/proxy-client.crt: {Name:mk242ba5c6ce65d10f6e725d0c93481dcc27833b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:40:53.110799 727689 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/proxy-client.key ...
I0729 22:40:53.110817 727689 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/proxy-client.key: {Name:mk588facf319dcd09714482364ee08cadd2a263c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:40:53.111023 727689 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-721286/.minikube/certs/ca-key.pem (1679 bytes)
I0729 22:40:53.111064 727689 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-721286/.minikube/certs/ca.pem (1078 bytes)
I0729 22:40:53.111095 727689 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-721286/.minikube/certs/cert.pem (1123 bytes)
I0729 22:40:53.111154 727689 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-721286/.minikube/certs/key.pem (1675 bytes)
I0729 22:40:53.111753 727689 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-721286/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0729 22:40:53.136286 727689 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-721286/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0729 22:40:53.160619 727689 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-721286/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0729 22:40:53.185725 727689 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-721286/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0729 22:40:53.210210 727689 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0729 22:40:53.234789 727689 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0729 22:40:53.259435 727689 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0729 22:40:53.283719 727689 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-721286/.minikube/profiles/addons-848947/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0729 22:40:53.308439 727689 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-721286/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0729 22:40:53.332986 727689 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0729 22:40:53.351374 727689 ssh_runner.go:195] Run: openssl version
I0729 22:40:53.356758 727689 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"
I0729 22:40:53.366367 727689 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0729 22:40:53.369816 727689 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 29 22:40 /usr/share/ca-certificates/minikubeCA.pem
I0729 22:40:53.369879 727689 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0729 22:40:53.376732 727689 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"
I0729 22:40:53.386254 727689 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0729 22:40:53.389714 727689 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
I0729 22:40:53.389802 727689 kubeadm.go:392] StartCluster: {Name:addons-848947 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 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.3 ClusterName:addons-848947 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.3 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Custom
QemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0729 22:40:53.389880 727689 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0729 22:40:53.389937 727689 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0729 22:40:53.427280 727689 cri.go:89] found id: ""
I0729 22:40:53.427354 727689 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0729 22:40:53.436423 727689 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0729 22:40:53.445300 727689 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0729 22:40:53.445366 727689 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
I0729 22:40:53.454182 727689 kubeadm.go:155] 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
I0729 22:40:53.454248 727689 kubeadm.go:157] found existing configuration files:
I0729 22:40:53.454330 727689 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0729 22:40:53.463537 727689 kubeadm.go:163] "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
I0729 22:40:53.463622 727689 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0729 22:40:53.471828 727689 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0729 22:40:53.480594 727689 kubeadm.go:163] "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
I0729 22:40:53.480686 727689 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0729 22:40:53.488884 727689 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0729 22:40:53.497293 727689 kubeadm.go:163] "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
I0729 22:40:53.497353 727689 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0729 22:40:53.505733 727689 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0729 22:40:53.520007 727689 kubeadm.go:163] "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
I0729 22:40:53.520078 727689 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0729 22:40:53.528404 727689 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.3:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0729 22:40:53.572616 727689 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
I0729 22:40:53.572696 727689 kubeadm.go:310] [preflight] Running pre-flight checks
I0729 22:40:53.616001 727689 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0729 22:40:53.616078 727689 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1065-aws[0m
I0729 22:40:53.616118 727689 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0729 22:40:53.616170 727689 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0729 22:40:53.616221 727689 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0729 22:40:53.616271 727689 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0729 22:40:53.616322 727689 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0729 22:40:53.616372 727689 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0729 22:40:53.616424 727689 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0729 22:40:53.616470 727689 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0729 22:40:53.616520 727689 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0729 22:40:53.616568 727689 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0729 22:40:53.683458 727689 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0729 22:40:53.683602 727689 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0729 22:40:53.683729 727689 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0729 22:40:53.924363 727689 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0729 22:40:53.928330 727689 out.go:204] - Generating certificates and keys ...
I0729 22:40:53.928528 727689 kubeadm.go:310] [certs] Using existing ca certificate authority
I0729 22:40:53.928641 727689 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0729 22:40:54.246846 727689 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0729 22:40:54.485301 727689 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0729 22:40:54.661102 727689 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0729 22:40:54.912550 727689 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0729 22:40:55.400083 727689 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0729 22:40:55.400492 727689 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-848947 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0729 22:40:56.420575 727689 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0729 22:40:56.420958 727689 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-848947 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0729 22:40:56.670939 727689 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0729 22:40:57.202776 727689 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0729 22:40:57.643474 727689 kubeadm.go:310] [certs] Generating "sa" key and public key
I0729 22:40:57.643762 727689 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0729 22:40:57.989067 727689 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0729 22:40:58.552662 727689 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0729 22:40:58.962397 727689 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0729 22:40:59.251945 727689 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0729 22:41:00.014327 727689 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0729 22:41:00.018081 727689 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0729 22:41:00.022901 727689 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0729 22:41:00.051645 727689 out.go:204] - Booting up control plane ...
I0729 22:41:00.051778 727689 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0729 22:41:00.053556 727689 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0729 22:41:00.064008 727689 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0729 22:41:00.097855 727689 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0729 22:41:00.104861 727689 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0729 22:41:00.104916 727689 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0729 22:41:00.297923 727689 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0729 22:41:00.298362 727689 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0729 22:41:01.300716 727689 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.002196435s
I0729 22:41:01.300815 727689 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0729 22:41:07.302836 727689 kubeadm.go:310] [api-check] The API server is healthy after 6.002196741s
I0729 22:41:07.324257 727689 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0729 22:41:07.339907 727689 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0729 22:41:07.369047 727689 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0729 22:41:07.369460 727689 kubeadm.go:310] [mark-control-plane] Marking the node addons-848947 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0729 22:41:07.381436 727689 kubeadm.go:310] [bootstrap-token] Using token: 3hn3tz.4yk9t27v90avp8cu
I0729 22:41:07.383213 727689 out.go:204] - Configuring RBAC rules ...
I0729 22:41:07.383332 727689 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0729 22:41:07.390485 727689 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0729 22:41:07.400092 727689 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0729 22:41:07.405144 727689 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0729 22:41:07.409665 727689 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0729 22:41:07.417244 727689 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0729 22:41:07.710199 727689 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0729 22:41:08.135983 727689 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0729 22:41:08.709365 727689 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0729 22:41:08.710473 727689 kubeadm.go:310]
I0729 22:41:08.710540 727689 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0729 22:41:08.710546 727689 kubeadm.go:310]
I0729 22:41:08.710621 727689 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0729 22:41:08.710625 727689 kubeadm.go:310]
I0729 22:41:08.710650 727689 kubeadm.go:310] mkdir -p $HOME/.kube
I0729 22:41:08.710707 727689 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0729 22:41:08.710755 727689 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0729 22:41:08.710759 727689 kubeadm.go:310]
I0729 22:41:08.710811 727689 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0729 22:41:08.710815 727689 kubeadm.go:310]
I0729 22:41:08.710860 727689 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0729 22:41:08.710864 727689 kubeadm.go:310]
I0729 22:41:08.710925 727689 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0729 22:41:08.710998 727689 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0729 22:41:08.711063 727689 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0729 22:41:08.711067 727689 kubeadm.go:310]
I0729 22:41:08.711148 727689 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0729 22:41:08.711221 727689 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0729 22:41:08.711226 727689 kubeadm.go:310]
I0729 22:41:08.711305 727689 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 3hn3tz.4yk9t27v90avp8cu \
I0729 22:41:08.711404 727689 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:3977671686441be9c535af993a8c8b1b55db637429efc396d778dd28318a4f81 \
I0729 22:41:08.711424 727689 kubeadm.go:310] --control-plane
I0729 22:41:08.711428 727689 kubeadm.go:310]
I0729 22:41:08.711509 727689 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0729 22:41:08.711514 727689 kubeadm.go:310]
I0729 22:41:08.711592 727689 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 3hn3tz.4yk9t27v90avp8cu \
I0729 22:41:08.711689 727689 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:3977671686441be9c535af993a8c8b1b55db637429efc396d778dd28318a4f81
I0729 22:41:08.714358 727689 kubeadm.go:310] [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-1065-aws\n", err: exit status 1
I0729 22:41:08.714476 727689 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0729 22:41:08.714594 727689 cni.go:84] Creating CNI manager for ""
I0729 22:41:08.714609 727689 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0729 22:41:08.717183 727689 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0729 22:41:08.719209 727689 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0729 22:41:08.724303 727689 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
I0729 22:41:08.724327 727689 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0729 22:41:08.745367 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0729 22:41:09.040984 727689 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0729 22:41:09.041130 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:09.041244 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-848947 minikube.k8s.io/updated_at=2024_07_29T22_41_09_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=ff26f50543a99741e8a988a34136ffea2b41dbf0 minikube.k8s.io/name=addons-848947 minikube.k8s.io/primary=true
I0729 22:41:09.054313 727689 ops.go:34] apiserver oom_adj: -16
I0729 22:41:09.170532 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:09.670691 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:10.171131 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:10.670856 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:11.171182 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:11.670674 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:12.171159 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:12.671541 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:13.171492 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:13.671005 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:14.171209 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:14.671268 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:15.170879 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:15.670684 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:16.170728 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:16.671271 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:17.170600 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:17.671572 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:18.171580 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:18.670744 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:19.171288 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:19.671255 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:20.171088 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:20.670905 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:21.170992 727689 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:41:21.272965 727689 kubeadm.go:1113] duration metric: took 12.231890622s to wait for elevateKubeSystemPrivileges
I0729 22:41:21.273001 727689 kubeadm.go:394] duration metric: took 27.88320325s to StartCluster
I0729 22:41:21.273019 727689 settings.go:142] acquiring lock: {Name:mk297698d200a92202593f4a25cf87628684d34a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:41:21.273146 727689 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19312-721286/kubeconfig
I0729 22:41:21.273539 727689 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-721286/kubeconfig: {Name:mkf55929365626cfe670de0e24417792a7860d45 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:41:21.273738 727689 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0729 22:41:21.273855 727689 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0729 22:41:21.274106 727689 config.go:182] Loaded profile config "addons-848947": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.3
I0729 22:41:21.274156 727689 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]
I0729 22:41:21.274237 727689 addons.go:69] Setting yakd=true in profile "addons-848947"
I0729 22:41:21.274265 727689 addons.go:234] Setting addon yakd=true in "addons-848947"
I0729 22:41:21.274289 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.274763 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.275200 727689 addons.go:69] Setting inspektor-gadget=true in profile "addons-848947"
I0729 22:41:21.275238 727689 addons.go:234] Setting addon inspektor-gadget=true in "addons-848947"
I0729 22:41:21.275275 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.275847 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.276119 727689 addons.go:69] Setting metrics-server=true in profile "addons-848947"
I0729 22:41:21.276168 727689 addons.go:234] Setting addon metrics-server=true in "addons-848947"
I0729 22:41:21.276235 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.276971 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.277457 727689 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-848947"
I0729 22:41:21.277492 727689 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-848947"
I0729 22:41:21.277580 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.277980 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.280176 727689 addons.go:69] Setting registry=true in profile "addons-848947"
I0729 22:41:21.280220 727689 addons.go:234] Setting addon registry=true in "addons-848947"
I0729 22:41:21.280259 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.280668 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.280893 727689 addons.go:69] Setting cloud-spanner=true in profile "addons-848947"
I0729 22:41:21.280968 727689 addons.go:234] Setting addon cloud-spanner=true in "addons-848947"
I0729 22:41:21.281006 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.281607 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.285117 727689 addons.go:69] Setting storage-provisioner=true in profile "addons-848947"
I0729 22:41:21.285181 727689 addons.go:234] Setting addon storage-provisioner=true in "addons-848947"
I0729 22:41:21.285230 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.285918 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.293256 727689 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-848947"
I0729 22:41:21.293396 727689 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-848947"
I0729 22:41:21.293453 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.293967 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.300107 727689 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-848947"
I0729 22:41:21.300154 727689 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-848947"
I0729 22:41:21.300467 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.302982 727689 addons.go:69] Setting default-storageclass=true in profile "addons-848947"
I0729 22:41:21.303029 727689 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-848947"
I0729 22:41:21.303336 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.320102 727689 addons.go:69] Setting gcp-auth=true in profile "addons-848947"
I0729 22:41:21.320149 727689 mustload.go:65] Loading cluster: addons-848947
I0729 22:41:21.320065 727689 addons.go:69] Setting volcano=true in profile "addons-848947"
I0729 22:41:21.320355 727689 addons.go:234] Setting addon volcano=true in "addons-848947"
I0729 22:41:21.320393 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.320776 727689 config.go:182] Loaded profile config "addons-848947": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.3
I0729 22:41:21.321020 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.321452 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.345062 727689 addons.go:69] Setting ingress=true in profile "addons-848947"
I0729 22:41:21.345111 727689 addons.go:234] Setting addon ingress=true in "addons-848947"
I0729 22:41:21.345158 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.345636 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.345800 727689 addons.go:69] Setting volumesnapshots=true in profile "addons-848947"
I0729 22:41:21.345822 727689 addons.go:234] Setting addon volumesnapshots=true in "addons-848947"
I0729 22:41:21.345844 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.346198 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.365701 727689 out.go:177] * Verifying Kubernetes components...
I0729 22:41:21.365970 727689 addons.go:69] Setting ingress-dns=true in profile "addons-848947"
I0729 22:41:21.366024 727689 addons.go:234] Setting addon ingress-dns=true in "addons-848947"
I0729 22:41:21.366084 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.366665 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.368196 727689 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0729 22:41:21.451848 727689 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0729 22:41:21.468444 727689 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0729 22:41:21.469150 727689 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.22
I0729 22:41:21.469532 727689 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0729 22:41:21.469942 727689 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0729 22:41:21.470116 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.472303 727689 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0729 22:41:21.473581 727689 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0729 22:41:21.473602 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0729 22:41:21.473672 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.469547 727689 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.1
I0729 22:41:21.492147 727689 out.go:177] - Using image docker.io/registry:2.8.3
I0729 22:41:21.492592 727689 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0729 22:41:21.492622 727689 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0729 22:41:21.492668 727689 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0729 22:41:21.492681 727689 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0729 22:41:21.492698 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.492875 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.494286 727689 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0729 22:41:21.494340 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0729 22:41:21.494419 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.516961 727689 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0729 22:41:21.517221 727689 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0729 22:41:21.520025 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.523508 727689 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0729 22:41:21.523706 727689 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
I0729 22:41:21.528190 727689 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0729 22:41:21.544835 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0729 22:41:21.544938 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.552222 727689 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0729 22:41:21.552567 727689 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0729 22:41:21.552642 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0729 22:41:21.552829 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.556355 727689 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0729 22:41:21.575259 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0729 22:41:21.575357 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.575800 727689 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0729 22:41:21.578250 727689 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0729 22:41:21.578502 727689 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0729 22:41:21.600588 727689 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0729 22:41:21.602782 727689 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0729 22:41:21.602814 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0729 22:41:21.602901 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.636402 727689 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0729 22:41:21.636437 727689 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0729 22:41:21.636539 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.639141 727689 addons.go:234] Setting addon default-storageclass=true in "addons-848947"
I0729 22:41:21.639251 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.645824 727689 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-848947"
I0729 22:41:21.645884 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:21.646459 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.660894 727689 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0729 22:41:21.662554 727689 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0729 22:41:21.664333 727689 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.9.0
I0729 22:41:21.665965 727689 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.9.0
I0729 22:41:21.668072 727689 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.9.0
I0729 22:41:21.672234 727689 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0729 22:41:21.672260 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (434001 bytes)
I0729 22:41:21.672331 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.688024 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:21.694213 727689 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0729 22:41:21.694594 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:21.695287 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:21.704091 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:21.707911 727689 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0729 22:41:21.710003 727689 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0729 22:41:21.710304 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:21.713747 727689 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0729 22:41:21.715813 727689 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0729 22:41:21.715837 727689 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0729 22:41:21.715909 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.763283 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:21.839606 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:21.847454 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:21.856567 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:21.863083 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:21.865902 727689 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0729 22:41:21.867035 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:21.867562 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:21.873005 727689 out.go:177] - Using image docker.io/busybox:stable
I0729 22:41:21.875066 727689 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0729 22:41:21.875095 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0729 22:41:21.875172 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.885045 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
W0729 22:41:21.891362 727689 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0729 22:41:21.891402 727689 retry.go:31] will retry after 155.982991ms: ssh: handshake failed: EOF
I0729 22:41:21.902734 727689 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0729 22:41:21.902754 727689 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0729 22:41:21.902813 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:21.938143 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:21.962221 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
W0729 22:41:22.049013 727689 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0729 22:41:22.049041 727689 retry.go:31] will retry after 295.954451ms: ssh: handshake failed: EOF
I0729 22:41:22.111236 727689 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0729 22:41:22.111494 727689 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0729 22:41:22.406633 727689 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0729 22:41:22.406657 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0729 22:41:22.496142 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0729 22:41:22.533715 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0729 22:41:22.545656 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0729 22:41:22.567078 727689 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0729 22:41:22.567108 727689 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0729 22:41:22.649801 727689 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0729 22:41:22.649864 727689 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0729 22:41:22.660403 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0729 22:41:22.672442 727689 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0729 22:41:22.672505 727689 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0729 22:41:22.699232 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0729 22:41:22.720920 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0729 22:41:22.760133 727689 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0729 22:41:22.760205 727689 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0729 22:41:22.787864 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0729 22:41:22.792651 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0729 22:41:22.801755 727689 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0729 22:41:22.801828 727689 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0729 22:41:22.899251 727689 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0729 22:41:22.899327 727689 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0729 22:41:22.903579 727689 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0729 22:41:22.903642 727689 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0729 22:41:22.912931 727689 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0729 22:41:22.912996 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0729 22:41:23.004826 727689 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0729 22:41:23.004909 727689 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0729 22:41:23.062853 727689 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0729 22:41:23.062929 727689 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0729 22:41:23.115069 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0729 22:41:23.192329 727689 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0729 22:41:23.192400 727689 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0729 22:41:23.197112 727689 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0729 22:41:23.197175 727689 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0729 22:41:23.203044 727689 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0729 22:41:23.203131 727689 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)
I0729 22:41:23.207158 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0729 22:41:23.223181 727689 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0729 22:41:23.223253 727689 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0729 22:41:23.432103 727689 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0729 22:41:23.432171 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0729 22:41:23.604472 727689 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0729 22:41:23.604546 727689 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0729 22:41:23.621276 727689 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0729 22:41:23.621352 727689 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0729 22:41:23.699531 727689 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0729 22:41:23.699613 727689 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0729 22:41:23.797948 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0729 22:41:23.949440 727689 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0729 22:41:23.949516 727689 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0729 22:41:24.071012 727689 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0729 22:41:24.071039 727689 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0729 22:41:24.140649 727689 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0729 22:41:24.140677 727689 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0729 22:41:24.218686 727689 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0729 22:41:24.218713 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0729 22:41:24.575752 727689 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.464196965s)
I0729 22:41:24.575782 727689 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0729 22:41:24.575847 727689 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.464534771s)
I0729 22:41:24.576706 727689 node_ready.go:35] waiting up to 6m0s for node "addons-848947" to be "Ready" ...
I0729 22:41:24.582600 727689 node_ready.go:49] node "addons-848947" has status "Ready":"True"
I0729 22:41:24.582626 727689 node_ready.go:38] duration metric: took 5.883656ms for node "addons-848947" to be "Ready" ...
I0729 22:41:24.582731 727689 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" ...
I0729 22:41:24.594283 727689 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-vhn48" in "kube-system" namespace to be "Ready" ...
I0729 22:41:24.729940 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0729 22:41:24.746150 727689 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0729 22:41:24.746184 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0729 22:41:24.769953 727689 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0729 22:41:24.769984 727689 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0729 22:41:24.794322 727689 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0729 22:41:24.794357 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0729 22:41:24.801281 727689 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0729 22:41:24.801321 727689 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0729 22:41:24.944957 727689 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0729 22:41:24.945015 727689 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0729 22:41:25.066441 727689 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0729 22:41:25.066465 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0729 22:41:25.087453 727689 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-848947" context rescaled to 1 replicas
I0729 22:41:25.242441 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (2.746220467s)
I0729 22:41:25.242497 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.708718245s)
I0729 22:41:25.437526 727689 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0729 22:41:25.437551 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0729 22:41:25.496363 727689 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0729 22:41:25.496391 727689 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0729 22:41:25.756022 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0729 22:41:25.888862 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0729 22:41:26.612779 727689 pod_ready.go:102] pod "coredns-7db6d8ff4d-vhn48" in "kube-system" namespace has status "Ready":"False"
I0729 22:41:28.852665 727689 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0729 22:41:28.852819 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:28.885217 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:29.102396 727689 pod_ready.go:102] pod "coredns-7db6d8ff4d-vhn48" in "kube-system" namespace has status "Ready":"False"
I0729 22:41:29.390094 727689 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0729 22:41:29.621804 727689 addons.go:234] Setting addon gcp-auth=true in "addons-848947"
I0729 22:41:29.621861 727689 host.go:66] Checking if "addons-848947" exists ...
I0729 22:41:29.622301 727689 cli_runner.go:164] Run: docker container inspect addons-848947 --format={{.State.Status}}
I0729 22:41:29.656249 727689 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0729 22:41:29.656311 727689 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-848947
I0729 22:41:29.687536 727689 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37775 SSHKeyPath:/home/jenkins/minikube-integration/19312-721286/.minikube/machines/addons-848947/id_rsa Username:docker}
I0729 22:41:30.222438 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (7.676692345s)
I0729 22:41:30.222476 727689 addons.go:475] Verifying addon ingress=true in "addons-848947"
I0729 22:41:30.222711 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (7.562243248s)
I0729 22:41:30.222977 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (7.52367993s)
I0729 22:41:30.223043 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (7.502053767s)
I0729 22:41:30.224950 727689 out.go:177] * Verifying ingress addon...
I0729 22:41:30.228092 727689 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0729 22:41:30.234370 727689 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0729 22:41:30.234392 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0729 22:41:30.235557 727689 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]
I0729 22:41:30.741942 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:31.201764 727689 pod_ready.go:102] pod "coredns-7db6d8ff4d-vhn48" in "kube-system" namespace has status "Ready":"False"
I0729 22:41:31.252078 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:31.836639 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:31.929484 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (9.141523338s)
I0729 22:41:31.929581 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (9.13684612s)
I0729 22:41:31.929662 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (8.814518958s)
I0729 22:41:31.929681 727689 addons.go:475] Verifying addon metrics-server=true in "addons-848947"
I0729 22:41:31.929741 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (8.722513212s)
I0729 22:41:31.929756 727689 addons.go:475] Verifying addon registry=true in "addons-848947"
I0729 22:41:31.929999 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (8.131981711s)
I0729 22:41:31.930308 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (7.200328228s)
W0729 22:41:31.930341 727689 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0729 22:41:31.930358 727689 retry.go:31] will retry after 276.150055ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0729 22:41:31.930442 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (6.174392842s)
I0729 22:41:31.932378 727689 out.go:177] * Verifying registry addon...
I0729 22:41:31.932523 727689 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-848947 service yakd-dashboard -n yakd-dashboard
I0729 22:41:31.938164 727689 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0729 22:41:31.978790 727689 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0729 22:41:31.978816 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:32.207226 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0729 22:41:32.262121 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:32.443079 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:32.739190 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:32.852199 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (6.963269926s)
I0729 22:41:32.852236 727689 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-848947"
I0729 22:41:32.852501 727689 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (3.196222827s)
I0729 22:41:32.854409 727689 out.go:177] * Verifying csi-hostpath-driver addon...
I0729 22:41:32.854504 727689 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0729 22:41:32.856864 727689 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0729 22:41:32.857745 727689 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0729 22:41:32.858932 727689 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0729 22:41:32.858957 727689 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0729 22:41:32.867443 727689 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0729 22:41:32.867467 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:32.911359 727689 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0729 22:41:32.911387 727689 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0729 22:41:32.948553 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:32.986157 727689 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0729 22:41:32.986185 727689 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0729 22:41:33.041660 727689 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0729 22:41:33.235852 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:33.363764 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:33.442617 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:33.600594 727689 pod_ready.go:102] pod "coredns-7db6d8ff4d-vhn48" in "kube-system" namespace has status "Ready":"False"
I0729 22:41:33.733074 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:33.801777 727689 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.594483788s)
I0729 22:41:33.867094 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:33.954329 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:33.990849 727689 addons.go:475] Verifying addon gcp-auth=true in "addons-848947"
I0729 22:41:33.992768 727689 out.go:177] * Verifying gcp-auth addon...
I0729 22:41:33.995481 727689 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0729 22:41:34.004807 727689 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0729 22:41:34.232416 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:34.364453 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:34.444354 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:34.734718 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:34.863674 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:34.948600 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:35.232693 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:35.363981 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:35.443714 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:35.601458 727689 pod_ready.go:102] pod "coredns-7db6d8ff4d-vhn48" in "kube-system" namespace has status "Ready":"False"
I0729 22:41:35.732655 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:35.864411 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:35.943073 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:36.233067 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:36.364695 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:36.454447 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:36.732777 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:36.863581 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:36.951793 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:37.232992 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:37.364185 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:37.445162 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:37.733866 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:37.863520 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:37.943419 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:38.101613 727689 pod_ready.go:102] pod "coredns-7db6d8ff4d-vhn48" in "kube-system" namespace has status "Ready":"False"
I0729 22:41:38.232380 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:38.366107 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:38.444608 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:38.600901 727689 pod_ready.go:92] pod "coredns-7db6d8ff4d-vhn48" in "kube-system" namespace has status "Ready":"True"
I0729 22:41:38.600978 727689 pod_ready.go:81] duration metric: took 14.006659628s for pod "coredns-7db6d8ff4d-vhn48" in "kube-system" namespace to be "Ready" ...
I0729 22:41:38.601006 727689 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-z77kj" in "kube-system" namespace to be "Ready" ...
I0729 22:41:38.603141 727689 pod_ready.go:97] error getting pod "coredns-7db6d8ff4d-z77kj" in "kube-system" namespace (skipping!): pods "coredns-7db6d8ff4d-z77kj" not found
I0729 22:41:38.603208 727689 pod_ready.go:81] duration metric: took 2.17938ms for pod "coredns-7db6d8ff4d-z77kj" in "kube-system" namespace to be "Ready" ...
E0729 22:41:38.603234 727689 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-7db6d8ff4d-z77kj" in "kube-system" namespace (skipping!): pods "coredns-7db6d8ff4d-z77kj" not found
I0729 22:41:38.603256 727689 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-848947" in "kube-system" namespace to be "Ready" ...
I0729 22:41:38.609215 727689 pod_ready.go:92] pod "etcd-addons-848947" in "kube-system" namespace has status "Ready":"True"
I0729 22:41:38.609290 727689 pod_ready.go:81] duration metric: took 5.996539ms for pod "etcd-addons-848947" in "kube-system" namespace to be "Ready" ...
I0729 22:41:38.609320 727689 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-848947" in "kube-system" namespace to be "Ready" ...
I0729 22:41:38.614983 727689 pod_ready.go:92] pod "kube-apiserver-addons-848947" in "kube-system" namespace has status "Ready":"True"
I0729 22:41:38.615059 727689 pod_ready.go:81] duration metric: took 5.716234ms for pod "kube-apiserver-addons-848947" in "kube-system" namespace to be "Ready" ...
I0729 22:41:38.615086 727689 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-848947" in "kube-system" namespace to be "Ready" ...
I0729 22:41:38.620911 727689 pod_ready.go:92] pod "kube-controller-manager-addons-848947" in "kube-system" namespace has status "Ready":"True"
I0729 22:41:38.620933 727689 pod_ready.go:81] duration metric: took 5.825606ms for pod "kube-controller-manager-addons-848947" in "kube-system" namespace to be "Ready" ...
I0729 22:41:38.620945 727689 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-hv5gw" in "kube-system" namespace to be "Ready" ...
I0729 22:41:38.733740 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:38.797723 727689 pod_ready.go:92] pod "kube-proxy-hv5gw" in "kube-system" namespace has status "Ready":"True"
I0729 22:41:38.797792 727689 pod_ready.go:81] duration metric: took 176.833246ms for pod "kube-proxy-hv5gw" in "kube-system" namespace to be "Ready" ...
I0729 22:41:38.797820 727689 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-848947" in "kube-system" namespace to be "Ready" ...
I0729 22:41:38.863229 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:38.943341 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:39.206201 727689 pod_ready.go:92] pod "kube-scheduler-addons-848947" in "kube-system" namespace has status "Ready":"True"
I0729 22:41:39.206233 727689 pod_ready.go:81] duration metric: took 408.386454ms for pod "kube-scheduler-addons-848947" in "kube-system" namespace to be "Ready" ...
I0729 22:41:39.206243 727689 pod_ready.go:38] duration metric: took 14.623494251s 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" ...
I0729 22:41:39.206261 727689 api_server.go:52] waiting for apiserver process to appear ...
I0729 22:41:39.206326 727689 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0729 22:41:39.234243 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:39.235397 727689 api_server.go:72] duration metric: took 17.961623672s to wait for apiserver process to appear ...
I0729 22:41:39.235419 727689 api_server.go:88] waiting for apiserver healthz status ...
I0729 22:41:39.235444 727689 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0729 22:41:39.244536 727689 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0729 22:41:39.245585 727689 api_server.go:141] control plane version: v1.30.3
I0729 22:41:39.245624 727689 api_server.go:131] duration metric: took 10.19742ms to wait for apiserver health ...
I0729 22:41:39.245633 727689 system_pods.go:43] waiting for kube-system pods to appear ...
I0729 22:41:39.363563 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:39.405017 727689 system_pods.go:59] 18 kube-system pods found
I0729 22:41:39.405061 727689 system_pods.go:61] "coredns-7db6d8ff4d-vhn48" [8913f099-f23f-4fb0-9bf9-e5c212934bf7] Running
I0729 22:41:39.405082 727689 system_pods.go:61] "csi-hostpath-attacher-0" [065371c7-07ae-4936-b497-eaab60cffb59] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0729 22:41:39.405091 727689 system_pods.go:61] "csi-hostpath-resizer-0" [1db7199f-b7cf-4d90-92c5-998b05d801a3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0729 22:41:39.405099 727689 system_pods.go:61] "csi-hostpathplugin-wpg5c" [cb0a782d-e50c-440e-852d-52a679fcb9f0] 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])
I0729 22:41:39.405106 727689 system_pods.go:61] "etcd-addons-848947" [3123dc66-44d1-4ee8-b8c5-7dfbcf060f9e] Running
I0729 22:41:39.405111 727689 system_pods.go:61] "kindnet-6czcj" [fab47ed7-5813-436c-b162-a5962acea4af] Running
I0729 22:41:39.405117 727689 system_pods.go:61] "kube-apiserver-addons-848947" [e7002dbf-0806-4a16-99b0-8ede6eeabf8c] Running
I0729 22:41:39.405127 727689 system_pods.go:61] "kube-controller-manager-addons-848947" [09cdb77d-549a-4cde-86a0-0a1558c5f1fa] Running
I0729 22:41:39.405136 727689 system_pods.go:61] "kube-ingress-dns-minikube" [02f6fa98-e915-4dab-80a6-fbcbc9179ece] Running
I0729 22:41:39.405140 727689 system_pods.go:61] "kube-proxy-hv5gw" [db6e7b59-b3c6-42cd-a98a-4e22d73d1c2d] Running
I0729 22:41:39.405151 727689 system_pods.go:61] "kube-scheduler-addons-848947" [90414f20-3538-47be-8a16-00af40eea0a0] Running
I0729 22:41:39.405156 727689 system_pods.go:61] "metrics-server-c59844bb4-c5cng" [5ad31b47-c1bf-452d-8b22-21d6a05dcf46] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0729 22:41:39.405167 727689 system_pods.go:61] "nvidia-device-plugin-daemonset-xb7zz" [ca5f465a-3e6d-44af-80d2-003753e54170] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0729 22:41:39.405178 727689 system_pods.go:61] "registry-698f998955-bnskj" [52fd5573-5297-4c99-b8ef-c829bc11f954] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0729 22:41:39.405184 727689 system_pods.go:61] "registry-proxy-sngrn" [684dc22b-f222-4ce0-8e02-a460a6f920b9] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0729 22:41:39.405190 727689 system_pods.go:61] "snapshot-controller-745499f584-2hg4t" [08e5b101-c759-4856-9ede-b7be910dda0a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0729 22:41:39.405202 727689 system_pods.go:61] "snapshot-controller-745499f584-cbsfh" [3d8fa945-9d4b-49a2-99b1-35cad65880c0] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0729 22:41:39.405206 727689 system_pods.go:61] "storage-provisioner" [b418c30d-ab13-452a-a932-2e75e50c6fb6] Running
I0729 22:41:39.405213 727689 system_pods.go:74] duration metric: took 159.574228ms to wait for pod list to return data ...
I0729 22:41:39.405223 727689 default_sa.go:34] waiting for default service account to be created ...
I0729 22:41:39.442969 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:39.597160 727689 default_sa.go:45] found service account: "default"
I0729 22:41:39.597185 727689 default_sa.go:55] duration metric: took 191.952736ms for default service account to be created ...
I0729 22:41:39.597196 727689 system_pods.go:116] waiting for k8s-apps to be running ...
I0729 22:41:39.732239 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:39.807169 727689 system_pods.go:86] 18 kube-system pods found
I0729 22:41:39.807206 727689 system_pods.go:89] "coredns-7db6d8ff4d-vhn48" [8913f099-f23f-4fb0-9bf9-e5c212934bf7] Running
I0729 22:41:39.807218 727689 system_pods.go:89] "csi-hostpath-attacher-0" [065371c7-07ae-4936-b497-eaab60cffb59] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0729 22:41:39.807251 727689 system_pods.go:89] "csi-hostpath-resizer-0" [1db7199f-b7cf-4d90-92c5-998b05d801a3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0729 22:41:39.807269 727689 system_pods.go:89] "csi-hostpathplugin-wpg5c" [cb0a782d-e50c-440e-852d-52a679fcb9f0] 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])
I0729 22:41:39.807275 727689 system_pods.go:89] "etcd-addons-848947" [3123dc66-44d1-4ee8-b8c5-7dfbcf060f9e] Running
I0729 22:41:39.807284 727689 system_pods.go:89] "kindnet-6czcj" [fab47ed7-5813-436c-b162-a5962acea4af] Running
I0729 22:41:39.807289 727689 system_pods.go:89] "kube-apiserver-addons-848947" [e7002dbf-0806-4a16-99b0-8ede6eeabf8c] Running
I0729 22:41:39.807294 727689 system_pods.go:89] "kube-controller-manager-addons-848947" [09cdb77d-549a-4cde-86a0-0a1558c5f1fa] Running
I0729 22:41:39.807312 727689 system_pods.go:89] "kube-ingress-dns-minikube" [02f6fa98-e915-4dab-80a6-fbcbc9179ece] Running
I0729 22:41:39.807341 727689 system_pods.go:89] "kube-proxy-hv5gw" [db6e7b59-b3c6-42cd-a98a-4e22d73d1c2d] Running
I0729 22:41:39.807353 727689 system_pods.go:89] "kube-scheduler-addons-848947" [90414f20-3538-47be-8a16-00af40eea0a0] Running
I0729 22:41:39.807360 727689 system_pods.go:89] "metrics-server-c59844bb4-c5cng" [5ad31b47-c1bf-452d-8b22-21d6a05dcf46] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0729 22:41:39.807371 727689 system_pods.go:89] "nvidia-device-plugin-daemonset-xb7zz" [ca5f465a-3e6d-44af-80d2-003753e54170] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0729 22:41:39.807381 727689 system_pods.go:89] "registry-698f998955-bnskj" [52fd5573-5297-4c99-b8ef-c829bc11f954] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0729 22:41:39.807394 727689 system_pods.go:89] "registry-proxy-sngrn" [684dc22b-f222-4ce0-8e02-a460a6f920b9] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0729 22:41:39.807401 727689 system_pods.go:89] "snapshot-controller-745499f584-2hg4t" [08e5b101-c759-4856-9ede-b7be910dda0a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0729 22:41:39.807417 727689 system_pods.go:89] "snapshot-controller-745499f584-cbsfh" [3d8fa945-9d4b-49a2-99b1-35cad65880c0] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0729 22:41:39.807422 727689 system_pods.go:89] "storage-provisioner" [b418c30d-ab13-452a-a932-2e75e50c6fb6] Running
I0729 22:41:39.807430 727689 system_pods.go:126] duration metric: took 210.227345ms to wait for k8s-apps to be running ...
I0729 22:41:39.807443 727689 system_svc.go:44] waiting for kubelet service to be running ....
I0729 22:41:39.807503 727689 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0729 22:41:39.821205 727689 system_svc.go:56] duration metric: took 13.751801ms WaitForService to wait for kubelet
I0729 22:41:39.821234 727689 kubeadm.go:582] duration metric: took 18.547461852s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0729 22:41:39.821280 727689 node_conditions.go:102] verifying NodePressure condition ...
I0729 22:41:39.866761 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:39.943573 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:40.000946 727689 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0729 22:41:40.001056 727689 node_conditions.go:123] node cpu capacity is 2
I0729 22:41:40.001086 727689 node_conditions.go:105] duration metric: took 179.798815ms to run NodePressure ...
I0729 22:41:40.001135 727689 start.go:241] waiting for startup goroutines ...
I0729 22:41:40.234520 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:40.363018 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:40.443754 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:40.732339 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:40.866893 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:40.943485 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:41.233700 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:41.362954 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:41.442839 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:41.733688 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:41.863762 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:41.944278 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:42.234638 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:42.367539 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:42.444059 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:42.734121 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:42.864129 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:42.942957 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:43.233084 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:43.368679 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:43.443461 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:43.732330 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:43.863909 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:43.943774 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:44.233055 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:44.364764 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:44.443944 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:44.733306 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:44.864566 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:44.943866 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:45.234435 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:45.363144 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:45.444205 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:45.732494 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:45.863538 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:45.943207 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:46.232787 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:46.363195 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:46.442880 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:46.734731 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:46.863328 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:46.943345 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:47.232813 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:47.363467 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:47.443218 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:47.732772 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:47.863617 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:47.942641 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:48.233295 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:48.363711 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:48.442895 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:48.735226 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:48.864166 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:48.943986 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:49.232607 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:49.364238 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:49.444246 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:49.733131 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:49.864171 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:49.944301 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:50.232885 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:50.363794 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:50.442939 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:50.733832 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:50.875015 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:50.970352 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:51.258767 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:51.368417 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:51.443660 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:51.733617 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:51.864373 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:51.943322 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:52.233268 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:52.364070 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:52.442864 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:52.733038 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:52.864029 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:52.943980 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:53.232614 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:53.368204 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:53.443245 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:53.733057 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:53.863406 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:53.943138 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:41:54.232678 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:54.365121 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:54.443041 727689 kapi.go:107] duration metric: took 22.504874053s to wait for kubernetes.io/minikube-addons=registry ...
I0729 22:41:54.734320 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:54.864029 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:55.232902 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:55.363302 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:55.733391 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:55.869913 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:56.236718 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:56.384284 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:56.737214 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:56.895116 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:57.233090 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:57.378881 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:57.733543 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:57.867913 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:58.236055 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:58.378689 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:58.737195 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:58.874875 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:59.233451 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:59.364230 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:41:59.732936 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:41:59.863456 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:00.232870 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:00.363934 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:00.732762 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:00.864128 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:01.233775 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:01.363401 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:01.732968 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:01.863723 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:02.232736 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:02.363463 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:02.732818 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:02.869889 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:03.232505 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:03.364128 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:03.732880 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:03.863793 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:04.232371 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:04.363701 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:04.732428 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:04.868994 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:05.233884 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:05.364679 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:05.735559 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:05.864334 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:06.233212 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:06.364048 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:06.732135 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:06.863571 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:07.233042 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:07.363317 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:07.732860 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:07.863478 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:08.233715 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:08.364388 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:08.733023 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:08.865929 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:09.232130 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:09.364519 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:09.736773 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:09.864459 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:10.233995 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:10.379243 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:10.733063 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:10.863833 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:11.233189 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:11.363667 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:11.733155 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:11.863169 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:12.232053 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:12.363230 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:12.733085 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:12.865171 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:13.233068 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:13.363220 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:13.732456 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:13.864011 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:14.233593 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:14.363202 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:14.732627 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:14.870091 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:15.232473 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:15.364089 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:15.732717 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:15.863178 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:16.232984 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:16.364708 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:16.732585 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:16.867886 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:17.232448 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:17.364999 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:17.732104 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:17.866032 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:18.232321 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:18.363570 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:18.732415 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:18.864449 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:19.232692 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:19.362958 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:19.732707 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:19.863417 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:20.233204 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:20.364246 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:20.732131 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:20.863283 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:21.232418 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:21.364176 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:21.732855 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:21.865291 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:22.233091 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:22.364514 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:42:22.732268 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:22.863857 727689 kapi.go:107] duration metric: took 50.006110053s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0729 22:42:23.232194 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:23.732686 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:24.233094 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:24.733261 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:25.232184 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:25.732445 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:26.232255 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:26.732304 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:27.232767 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:27.732607 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:28.232229 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:28.733049 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:29.232870 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:29.732832 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:30.233533 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:30.732695 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:31.232750 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:31.732454 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:32.232651 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:32.732543 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:33.233038 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:33.732753 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:34.232571 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:34.732834 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:35.232699 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:35.732705 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:36.233428 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:36.732974 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:37.233043 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:37.733328 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:38.233292 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:38.732149 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:39.233140 727689 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:42:39.735831 727689 kapi.go:107] duration metric: took 1m9.50773521s to wait for app.kubernetes.io/name=ingress-nginx ...
I0729 22:42:57.012930 727689 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0729 22:42:57.012952 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:42:57.499489 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:42:57.998976 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:42:58.499219 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:42:58.998803 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:42:59.499163 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:00.017490 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:00.499535 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:01.000618 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:01.498971 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:02.001424 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:02.499597 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:02.999473 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:03.499527 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:03.998980 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:04.499075 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:04.999162 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:05.499007 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:05.999511 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:06.498510 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:06.999090 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:07.498930 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:08.005443 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:08.499616 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:09.003946 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:09.499263 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:09.999019 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:10.498628 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:11.001713 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:11.498767 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:11.998937 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:12.499298 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:13.003825 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:13.499339 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:14.000192 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:14.498823 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:15.002192 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:15.499373 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:15.999335 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:16.500122 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:16.999055 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:17.499071 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:17.999031 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:18.499468 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:19.001128 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:19.498981 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:20.003242 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:20.499537 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:21.000964 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:21.498857 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:22.002198 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:22.506312 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:23.004829 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:23.498921 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:24.005094 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:24.498889 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:25.000649 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:25.498929 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:26.004954 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:26.498959 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:27.000674 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:27.499805 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:28.004652 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:28.499144 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:28.998849 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:29.498782 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:30.002394 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:30.499141 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:31.000280 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:31.499523 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:31.999469 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:32.498840 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:33.005263 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:33.499203 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:33.999284 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:34.500010 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:34.998641 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:35.499321 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:36.007350 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:36.499562 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:37.005549 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:37.499808 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:38.008694 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:38.498931 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:39.002035 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:39.498978 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:39.998800 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:40.499433 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:41.003404 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:41.499057 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:42.005493 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:42.499135 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:43.001774 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:43.499562 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:43.999873 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:44.499137 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:44.998865 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:45.499278 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:46.000184 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:46.499109 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:46.999483 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:47.499884 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:48.005249 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:48.498930 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:48.999054 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:49.498946 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:50.013893 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:50.498743 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:50.999285 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:51.499512 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:52.000299 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:52.499916 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:52.998913 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:53.499350 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:54.006129 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:54.498888 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:55.012771 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:55.499357 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:56.005555 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:56.499308 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:56.999116 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:57.498974 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:58.000116 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:58.499344 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:59.000431 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:59.499146 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:43:59.998755 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:00.500120 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:01.000158 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:01.502272 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:02.000848 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:02.499308 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:03.000733 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:03.499624 727689 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:04.004208 727689 kapi.go:107] duration metric: took 2m30.008720786s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0729 22:44:04.006405 727689 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-848947 cluster.
I0729 22:44:04.008614 727689 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.
I0729 22:44:04.010275 727689 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0729 22:44:04.012151 727689 out.go:177] * Enabled addons: cloud-spanner, nvidia-device-plugin, storage-provisioner, default-storageclass, volcano, ingress-dns, metrics-server, inspektor-gadget, yakd, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0729 22:44:04.014098 727689 addons.go:510] duration metric: took 2m42.739939608s for enable addons: enabled=[cloud-spanner nvidia-device-plugin storage-provisioner default-storageclass volcano ingress-dns metrics-server inspektor-gadget yakd volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0729 22:44:04.014160 727689 start.go:246] waiting for cluster config update ...
I0729 22:44:04.014187 727689 start.go:255] writing updated cluster config ...
I0729 22:44:04.014506 727689 ssh_runner.go:195] Run: rm -f paused
I0729 22:44:04.375474 727689 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
I0729 22:44:04.377334 727689 out.go:177] * Done! kubectl is now configured to use "addons-848947" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
21db7092f1428 d1ca868ab82aa 2 minutes ago Exited gadget 5 bcc552f71e4f6 gadget-tfb7z
3d37892b52919 6ef582f3ec844 3 minutes ago Running gcp-auth 0 9f4082999a39c gcp-auth-5db96cd9b4-m65tp
16b46a3f7983e 8b46b1cd48760 4 minutes ago Running admission 0 a5e8f5c2d1dae volcano-admission-5f7844f7bc-srwgb
071c90414921c 24f8f979639f1 4 minutes ago Running controller 0 a90427fa2b160 ingress-nginx-controller-6d9bd977d4-ljhkj
17bf3c2e64cfc ee6d597e62dc8 5 minutes ago Running csi-snapshotter 0 0a4c66cd24e79 csi-hostpathplugin-wpg5c
c96714eb3d969 642ded511e141 5 minutes ago Running csi-provisioner 0 0a4c66cd24e79 csi-hostpathplugin-wpg5c
fcd4264117965 922312104da8a 5 minutes ago Running liveness-probe 0 0a4c66cd24e79 csi-hostpathplugin-wpg5c
270b09f99e24d 08f6b2990811a 5 minutes ago Running hostpath 0 0a4c66cd24e79 csi-hostpathplugin-wpg5c
9ac3693a55cd6 0107d56dbc0be 5 minutes ago Running node-driver-registrar 0 0a4c66cd24e79 csi-hostpathplugin-wpg5c
088d65d5cbd22 9a80d518f102c 5 minutes ago Running csi-attacher 0 0abedce226e29 csi-hostpath-attacher-0
18c5d3b446098 487fa743e1e22 5 minutes ago Running csi-resizer 0 3fe20b93bfcf0 csi-hostpath-resizer-0
d872e78109d6b 1461903ec4fe9 5 minutes ago Running csi-external-health-monitor-controller 0 0a4c66cd24e79 csi-hostpathplugin-wpg5c
d3e18f5321c28 1505f556b3a7b 5 minutes ago Running volcano-controllers 0 2e45b832582db volcano-controllers-59cb4746db-tx947
5820ea48264eb 296b5f799fcd8 5 minutes ago Exited patch 0 15a06db005965 ingress-nginx-admission-patch-n2z7t
9a8320aecf271 d9c7ad4c226bf 5 minutes ago Running volcano-scheduler 0 9a0637c87657f volcano-scheduler-844f6db89b-dfgdm
19ad72671d798 296b5f799fcd8 5 minutes ago Exited create 0 b1246c2009fe0 ingress-nginx-admission-create-c75z6
be5942d858b89 4d1e5c3e97420 5 minutes ago Running volume-snapshot-controller 0 0b856d3b5964a snapshot-controller-745499f584-cbsfh
2c70921bd27a9 4d1e5c3e97420 5 minutes ago Running volume-snapshot-controller 0 c68e83f87f691 snapshot-controller-745499f584-2hg4t
27546f9bae469 7ce2150c8929b 5 minutes ago Running local-path-provisioner 0 0c2df90aa21fb local-path-provisioner-8d985888d-4hpcz
746922a7eb218 77bdba588b953 5 minutes ago Running yakd 0 982a488b17f90 yakd-dashboard-799879c74f-rnw75
ec7c92d254d29 95dccb4df54ab 5 minutes ago Running metrics-server 0 3d3c1c6254e3e metrics-server-c59844bb4-c5cng
8dea16ef946c8 3410e1561990a 5 minutes ago Running registry-proxy 0 7f0cd3f1ecd71 registry-proxy-sngrn
cd8cadd2098d3 53af6e2c4c343 5 minutes ago Running cloud-spanner-emulator 0 ddd8b9cf1d8c2 cloud-spanner-emulator-5455fb9b69-nctxp
197815cfb9a0b 6fed88f43b276 5 minutes ago Running registry 0 93ea5c8794f33 registry-698f998955-bnskj
c9d86e4734954 e396bbd29d2f6 5 minutes ago Running nvidia-device-plugin-ctr 0 9102c65ce7c42 nvidia-device-plugin-daemonset-xb7zz
4a1fa106c779a 2437cf7621777 5 minutes ago Running coredns 0 e528428a4e717 coredns-7db6d8ff4d-vhn48
b10054e81650a 35508c2f890c4 5 minutes ago Running minikube-ingress-dns 0 228cb9bdbc291 kube-ingress-dns-minikube
035c54be4b40f ba04bb24b9575 5 minutes ago Running storage-provisioner 0 30b55f7f0ef32 storage-provisioner
9c89ce15a44a8 f42786f8afd22 5 minutes ago Running kindnet-cni 0 41cb8384d0ae7 kindnet-6czcj
576363e06ad1b 2351f570ed0ea 6 minutes ago Running kube-proxy 0 3837d69b5fd98 kube-proxy-hv5gw
15ee3a27b4183 d48f992a22722 6 minutes ago Running kube-scheduler 0 901eb77e016e2 kube-scheduler-addons-848947
c98183845960f 61773190d42ff 6 minutes ago Running kube-apiserver 0 f9fec63af3a69 kube-apiserver-addons-848947
e00a47c04c007 014faa467e297 6 minutes ago Running etcd 0 067c0b6765560 etcd-addons-848947
ff6ec189fea75 8e97cdb19e7cc 6 minutes ago Running kube-controller-manager 0 fe9922c1805e6 kube-controller-manager-addons-848947
==> containerd <==
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.058381135Z" level=info msg="RemoveContainer for \"07f3ade649de9f3cf533ccbbc3e4c7d7b94539536dd47c3f1f41003d2c0591fd\" returns successfully"
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.066046617Z" level=info msg="StopPodSandbox for \"b6ab815f48a251b4489cc3fa9cbadd4e2f5729f3a383aeb31033e3d25628f2ca\""
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.078767877Z" level=info msg="TearDown network for sandbox \"b6ab815f48a251b4489cc3fa9cbadd4e2f5729f3a383aeb31033e3d25628f2ca\" successfully"
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.078810297Z" level=info msg="StopPodSandbox for \"b6ab815f48a251b4489cc3fa9cbadd4e2f5729f3a383aeb31033e3d25628f2ca\" returns successfully"
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.079242714Z" level=info msg="RemovePodSandbox for \"b6ab815f48a251b4489cc3fa9cbadd4e2f5729f3a383aeb31033e3d25628f2ca\""
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.079735962Z" level=info msg="Forcibly stopping sandbox \"b6ab815f48a251b4489cc3fa9cbadd4e2f5729f3a383aeb31033e3d25628f2ca\""
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.103118566Z" level=info msg="TearDown network for sandbox \"b6ab815f48a251b4489cc3fa9cbadd4e2f5729f3a383aeb31033e3d25628f2ca\" successfully"
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.109072531Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"b6ab815f48a251b4489cc3fa9cbadd4e2f5729f3a383aeb31033e3d25628f2ca\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.109196598Z" level=info msg="RemovePodSandbox \"b6ab815f48a251b4489cc3fa9cbadd4e2f5729f3a383aeb31033e3d25628f2ca\" returns successfully"
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.110597115Z" level=info msg="StopPodSandbox for \"0e686ded73f9390d314db2a3d43d678294d23df1e24c53196a301ec18ce42d13\""
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.120796152Z" level=info msg="TearDown network for sandbox \"0e686ded73f9390d314db2a3d43d678294d23df1e24c53196a301ec18ce42d13\" successfully"
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.120834264Z" level=info msg="StopPodSandbox for \"0e686ded73f9390d314db2a3d43d678294d23df1e24c53196a301ec18ce42d13\" returns successfully"
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.121286110Z" level=info msg="RemovePodSandbox for \"0e686ded73f9390d314db2a3d43d678294d23df1e24c53196a301ec18ce42d13\""
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.121328103Z" level=info msg="Forcibly stopping sandbox \"0e686ded73f9390d314db2a3d43d678294d23df1e24c53196a301ec18ce42d13\""
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.130215605Z" level=info msg="TearDown network for sandbox \"0e686ded73f9390d314db2a3d43d678294d23df1e24c53196a301ec18ce42d13\" successfully"
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.136531941Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"0e686ded73f9390d314db2a3d43d678294d23df1e24c53196a301ec18ce42d13\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.136653521Z" level=info msg="RemovePodSandbox \"0e686ded73f9390d314db2a3d43d678294d23df1e24c53196a301ec18ce42d13\" returns successfully"
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.137180697Z" level=info msg="StopPodSandbox for \"5983609535814a183c7c2cb61bfe993775847fec1cd458bf281be0e33b48cb48\""
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.145500162Z" level=info msg="TearDown network for sandbox \"5983609535814a183c7c2cb61bfe993775847fec1cd458bf281be0e33b48cb48\" successfully"
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.145573859Z" level=info msg="StopPodSandbox for \"5983609535814a183c7c2cb61bfe993775847fec1cd458bf281be0e33b48cb48\" returns successfully"
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.146048942Z" level=info msg="RemovePodSandbox for \"5983609535814a183c7c2cb61bfe993775847fec1cd458bf281be0e33b48cb48\""
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.146095636Z" level=info msg="Forcibly stopping sandbox \"5983609535814a183c7c2cb61bfe993775847fec1cd458bf281be0e33b48cb48\""
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.159164753Z" level=info msg="TearDown network for sandbox \"5983609535814a183c7c2cb61bfe993775847fec1cd458bf281be0e33b48cb48\" successfully"
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.171767230Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"5983609535814a183c7c2cb61bfe993775847fec1cd458bf281be0e33b48cb48\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
Jul 29 22:45:08 addons-848947 containerd[814]: time="2024-07-29T22:45:08.171923567Z" level=info msg="RemovePodSandbox \"5983609535814a183c7c2cb61bfe993775847fec1cd458bf281be0e33b48cb48\" returns successfully"
==> coredns [4a1fa106c779a59c39f5bb77a31ac7a14a8a8daad7a5272a3a5a62dbe2fcb43a] <==
[INFO] 10.244.0.6:48705 - 4630 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000196s
[INFO] 10.244.0.6:34328 - 65231 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002006092s
[INFO] 10.244.0.6:34328 - 29137 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002127262s
[INFO] 10.244.0.6:53727 - 61787 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000128842s
[INFO] 10.244.0.6:53727 - 40793 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000061004s
[INFO] 10.244.0.6:48490 - 44147 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000117741s
[INFO] 10.244.0.6:48490 - 33647 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000053127s
[INFO] 10.244.0.6:51640 - 19505 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000115805s
[INFO] 10.244.0.6:51640 - 42556 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000176316s
[INFO] 10.244.0.6:60509 - 55569 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000050707s
[INFO] 10.244.0.6:60509 - 41751 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.00005494s
[INFO] 10.244.0.6:54969 - 22112 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.013608878s
[INFO] 10.244.0.6:54969 - 22626 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.024456113s
[INFO] 10.244.0.6:57265 - 55888 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000068438s
[INFO] 10.244.0.6:57265 - 31058 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000100453s
[INFO] 10.244.0.24:41467 - 9267 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000220828s
[INFO] 10.244.0.24:38591 - 21476 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000437348s
[INFO] 10.244.0.24:42419 - 46786 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000293721s
[INFO] 10.244.0.24:34040 - 53303 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000272658s
[INFO] 10.244.0.24:52376 - 4988 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000166241s
[INFO] 10.244.0.24:45981 - 21767 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000667988s
[INFO] 10.244.0.24:43521 - 47117 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.006170845s
[INFO] 10.244.0.24:40447 - 61416 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.005693868s
[INFO] 10.244.0.24:54846 - 63390 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001905836s
[INFO] 10.244.0.24:52284 - 29765 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 572 0.00213545s
==> describe nodes <==
Name: addons-848947
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-848947
kubernetes.io/os=linux
minikube.k8s.io/commit=ff26f50543a99741e8a988a34136ffea2b41dbf0
minikube.k8s.io/name=addons-848947
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_29T22_41_09_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-848947
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-848947"}
kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 29 Jul 2024 22:41:05 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-848947
AcquireTime: <unset>
RenewTime: Mon, 29 Jul 2024 22:47:13 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 29 Jul 2024 22:44:12 +0000 Mon, 29 Jul 2024 22:41:02 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 29 Jul 2024 22:44:12 +0000 Mon, 29 Jul 2024 22:41:02 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 29 Jul 2024 22:44:12 +0000 Mon, 29 Jul 2024 22:41:02 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 29 Jul 2024 22:44:12 +0000 Mon, 29 Jul 2024 22:41:18 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-848947
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: 52186eb0416e4accb3e0576728f01c0a
System UUID: b429bd62-6286-4d40-bd17-828ad772201c
Boot ID: f43244bd-8d62-45f7-a4e7-2b350386049a
Kernel Version: 5.15.0-1065-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.7.19
Kubelet Version: v1.30.3
Kube-Proxy Version: v1.30.3
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (27 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default cloud-spanner-emulator-5455fb9b69-nctxp 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m58s
gadget gadget-tfb7z 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m54s
gcp-auth gcp-auth-5db96cd9b4-m65tp 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m27s
ingress-nginx ingress-nginx-controller-6d9bd977d4-ljhkj 100m (5%!)(MISSING) 0 (0%!)(MISSING) 90Mi (1%!)(MISSING) 0 (0%!)(MISSING) 5m53s
kube-system coredns-7db6d8ff4d-vhn48 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m1s
kube-system csi-hostpath-attacher-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m51s
kube-system csi-hostpath-resizer-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m51s
kube-system csi-hostpathplugin-wpg5c 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m51s
kube-system etcd-addons-848947 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m16s
kube-system kindnet-6czcj 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m1s
kube-system kube-apiserver-addons-848947 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m15s
kube-system kube-controller-manager-addons-848947 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m15s
kube-system kube-ingress-dns-minikube 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m57s
kube-system kube-proxy-hv5gw 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m2s
kube-system kube-scheduler-addons-848947 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m15s
kube-system metrics-server-c59844bb4-c5cng 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 5m56s
kube-system nvidia-device-plugin-daemonset-xb7zz 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m58s
kube-system registry-698f998955-bnskj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m57s
kube-system registry-proxy-sngrn 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m57s
kube-system snapshot-controller-745499f584-2hg4t 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m55s
kube-system snapshot-controller-745499f584-cbsfh 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m55s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m58s
local-path-storage local-path-provisioner-8d985888d-4hpcz 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m56s
volcano-system volcano-admission-5f7844f7bc-srwgb 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m53s
volcano-system volcano-controllers-59cb4746db-tx947 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m52s
volcano-system volcano-scheduler-844f6db89b-dfgdm 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m52s
yakd-dashboard yakd-dashboard-799879c74f-rnw75 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 5m55s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 1050m (52%!)(MISSING) 100m (5%!)(MISSING)
memory 638Mi (8%!)(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 6m kube-proxy
Normal Starting 6m16s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m15s kubelet Node addons-848947 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m15s kubelet Node addons-848947 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m15s kubelet Node addons-848947 status is now: NodeHasSufficientPID
Normal NodeNotReady 6m15s kubelet Node addons-848947 status is now: NodeNotReady
Normal NodeAllocatableEnforced 6m15s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 6m5s kubelet Node addons-848947 status is now: NodeReady
Normal RegisteredNode 6m3s node-controller Node addons-848947 event: Registered Node addons-848947 in Controller
==> dmesg <==
[ +0.001052] FS-Cache: O-key=[8] 'c3e8c90000000000'
[ +0.000692] FS-Cache: N-cookie c=000000e3 [p=000000da fl=2 nc=0 na=1]
[ +0.001059] FS-Cache: N-cookie d=0000000075a7dcb2{9p.inode} n=000000008cd70848
[ +0.001060] FS-Cache: N-key=[8] 'c3e8c90000000000'
[ +0.004480] FS-Cache: Duplicate cookie detected
[ +0.000710] FS-Cache: O-cookie c=000000dd [p=000000da fl=226 nc=0 na=1]
[ +0.000979] FS-Cache: O-cookie d=0000000075a7dcb2{9p.inode} n=00000000a2e13361
[ +0.001044] FS-Cache: O-key=[8] 'c3e8c90000000000'
[ +0.000707] FS-Cache: N-cookie c=000000e4 [p=000000da fl=2 nc=0 na=1]
[ +0.000934] FS-Cache: N-cookie d=0000000075a7dcb2{9p.inode} n=00000000b895a6be
[ +0.001072] FS-Cache: N-key=[8] 'c3e8c90000000000'
[ +2.768111] FS-Cache: Duplicate cookie detected
[ +0.000713] FS-Cache: O-cookie c=000000db [p=000000da fl=226 nc=0 na=1]
[ +0.000974] FS-Cache: O-cookie d=0000000075a7dcb2{9p.inode} n=00000000912105b7
[ +0.001045] FS-Cache: O-key=[8] 'c2e8c90000000000'
[ +0.000756] FS-Cache: N-cookie c=000000e6 [p=000000da fl=2 nc=0 na=1]
[ +0.000960] FS-Cache: N-cookie d=0000000075a7dcb2{9p.inode} n=000000008cd70848
[ +0.001043] FS-Cache: N-key=[8] 'c2e8c90000000000'
[ +0.350135] FS-Cache: Duplicate cookie detected
[ +0.000707] FS-Cache: O-cookie c=000000e0 [p=000000da fl=226 nc=0 na=1]
[ +0.000975] FS-Cache: O-cookie d=0000000075a7dcb2{9p.inode} n=000000008fb7dbfc
[ +0.001032] FS-Cache: O-key=[8] 'c8e8c90000000000'
[ +0.000734] FS-Cache: N-cookie c=000000e7 [p=000000da fl=2 nc=0 na=1]
[ +0.000930] FS-Cache: N-cookie d=0000000075a7dcb2{9p.inode} n=000000007a95c5d9
[ +0.001062] FS-Cache: N-key=[8] 'c8e8c90000000000'
==> etcd [e00a47c04c007b386dbd12b9d041f94706408e6186a81d81f15d5b5c165c4537] <==
{"level":"info","ts":"2024-07-29T22:41:01.78116Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-07-29T22:41:01.781879Z","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-07-29T22:41:01.782902Z","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-07-29T22:41:01.783366Z","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-07-29T22:41:01.783141Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-07-29T22:41:01.784699Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-07-29T22:41:01.78494Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-07-29T22:41:02.26401Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-07-29T22:41:02.26416Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-07-29T22:41:02.264247Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-07-29T22:41:02.264315Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-07-29T22:41:02.264431Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-07-29T22:41:02.26453Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-07-29T22:41:02.264581Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-07-29T22:41:02.268038Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-29T22:41:02.272204Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-848947 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-07-29T22:41:02.272307Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-29T22:41:02.272627Z","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-07-29T22:41:02.272735Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-29T22:41:02.272799Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-29T22:41:02.272847Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-29T22:41:02.273139Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-07-29T22:41:02.273294Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-07-29T22:41:02.275119Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-07-29T22:41:02.297025Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
==> gcp-auth [3d37892b52919cf03e1dc01881323d8af374743f0388bdb5de9337c9a9436193] <==
2024/07/29 22:44:02 GCP Auth Webhook started!
2024/07/29 22:44:20 Ready to marshal response ...
2024/07/29 22:44:20 Ready to write response ...
2024/07/29 22:44:21 Ready to marshal response ...
2024/07/29 22:44:21 Ready to write response ...
==> kernel <==
22:47:23 up 20:29, 0 users, load average: 0.41, 1.30, 2.01
Linux addons-848947 5.15.0-1065-aws #71~20.04.1-Ubuntu SMP Fri Jun 28 19:59:49 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [9c89ce15a44a8aabc2e0c45c74ff352609d1f6a581e31791eb184b2aed674465] <==
I0729 22:46:15.481686 1 main.go:299] handling current node
W0729 22:46:23.846975 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0729 22:46:23.847175 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
I0729 22:46:25.481643 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:46:25.481682 1 main.go:299] handling current node
W0729 22:46:25.869869 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0729 22:46:25.869901 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
W0729 22:46:28.625541 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0729 22:46:28.625588 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
I0729 22:46:35.481603 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:46:35.481659 1 main.go:299] handling current node
I0729 22:46:45.481721 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:46:45.481754 1 main.go:299] handling current node
I0729 22:46:55.481432 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:46:55.481528 1 main.go:299] handling current node
I0729 22:47:05.480854 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:47:05.480891 1 main.go:299] handling current node
W0729 22:47:13.068358 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0729 22:47:13.068395 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
I0729 22:47:15.481689 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:47:15.481729 1 main.go:299] handling current node
W0729 22:47:18.674625 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0729 22:47:18.674662 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
W0729 22:47:20.952697 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0729 22:47:20.952801 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
==> kube-apiserver [c98183845960f19aa771dff75c61dab98d42a80a65fe7d72efb2411cf54c77dd] <==
W0729 22:42:35.942860 1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:36.968768 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.101.92.34:443: connect: connection refused
E0729 22:42:36.968807 1 dispatcher.go:214] failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.101.92.34:443: connect: connection refused
W0729 22:42:36.969267 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:37.016606 1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:37.052636 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.101.92.34:443: connect: connection refused
E0729 22:42:37.052676 1 dispatcher.go:214] failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.101.92.34:443: connect: connection refused
W0729 22:42:37.053145 1 dispatcher.go:225] Failed calling webhook, failing closed mutatepod.volcano.sh: failed calling webhook "mutatepod.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/pods/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:38.070431 1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:39.180646 1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:40.260176 1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:41.311941 1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:42.319940 1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:43.391752 1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:44.482107 1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:45.531190 1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:46.602097 1 dispatcher.go:225] Failed calling webhook, failing closed mutatequeue.volcano.sh: failed calling webhook "mutatequeue.volcano.sh": failed to call webhook: Post "https://volcano-admission-service.volcano-system.svc:443/queues/mutate?timeout=10s": dial tcp 10.100.148.175:443: connect: connection refused
W0729 22:42:56.948801 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.101.92.34:443: connect: connection refused
E0729 22:42:56.948840 1 dispatcher.go:214] failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.101.92.34:443: connect: connection refused
W0729 22:43:36.976014 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.101.92.34:443: connect: connection refused
E0729 22:43:36.976181 1 dispatcher.go:214] failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.101.92.34:443: connect: connection refused
W0729 22:43:37.059447 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.101.92.34:443: connect: connection refused
E0729 22:43:37.059482 1 dispatcher.go:214] failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.101.92.34:443: connect: connection refused
I0729 22:44:20.883835 1 controller.go:615] quota admission added evaluator for: jobs.batch.volcano.sh
I0729 22:44:20.941497 1 controller.go:615] quota admission added evaluator for: podgroups.scheduling.volcano.sh
==> kube-controller-manager [ff6ec189fea75b650cbc463a39a90a670fd8176ff9e6e87d297bc91fbd98febf] <==
I0729 22:43:37.000640 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0729 22:43:37.013365 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0729 22:43:37.065918 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0729 22:43:37.085339 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0729 22:43:37.085379 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0729 22:43:37.092489 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0729 22:43:37.791175 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0729 22:43:37.806409 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0729 22:43:38.905344 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0729 22:43:38.922953 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0729 22:43:39.804346 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0729 22:43:39.818479 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0729 22:43:39.911904 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0729 22:43:39.919900 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0729 22:43:39.927119 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0729 22:43:39.930390 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0729 22:43:39.938479 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0729 22:43:39.944977 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0729 22:44:03.898034 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="gcp-auth/gcp-auth-5db96cd9b4" duration="8.092008ms"
I0729 22:44:03.898414 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="gcp-auth/gcp-auth-5db96cd9b4" duration="53.053µs"
I0729 22:44:09.026011 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0729 22:44:09.033958 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0729 22:44:09.077305 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0729 22:44:09.078716 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0729 22:44:20.618089 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="volcano-system/volcano-admission-init"
==> kube-proxy [576363e06ad1b2be4ab20567e3beeb78200a7f64d90eccf3cb97de936d8c26d9] <==
I0729 22:41:23.026481 1 server_linux.go:69] "Using iptables proxy"
I0729 22:41:23.048449 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0729 22:41:23.160966 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0729 22:41:23.161036 1 server_linux.go:165] "Using iptables Proxier"
I0729 22:41:23.163073 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0729 22:41:23.163103 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0729 22:41:23.163131 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"
I0729 22:41:23.163341 1 server.go:872] "Version info" version="v1.30.3"
I0729 22:41:23.163361 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0729 22:41:23.171746 1 config.go:192] "Starting service config controller"
I0729 22:41:23.171782 1 shared_informer.go:313] Waiting for caches to sync for service config
I0729 22:41:23.171816 1 config.go:101] "Starting endpoint slice config controller"
I0729 22:41:23.171821 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0729 22:41:23.172415 1 config.go:319] "Starting node config controller"
I0729 22:41:23.172429 1 shared_informer.go:313] Waiting for caches to sync for node config
I0729 22:41:23.272583 1 shared_informer.go:320] Caches are synced for node config
I0729 22:41:23.272626 1 shared_informer.go:320] Caches are synced for service config
I0729 22:41:23.272672 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [15ee3a27b4183a60b8f13338a6db7958781e6f744d9349ecf8eff709d34229c6] <==
W0729 22:41:05.449190 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0729 22:41:05.449225 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0729 22:41:05.449010 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0729 22:41:05.449273 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0729 22:41:05.449093 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0729 22:41:05.449299 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
W0729 22:41:05.448867 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0729 22:41:05.449325 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0729 22:41:05.449530 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0729 22:41:05.449654 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
W0729 22:41:06.254283 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0729 22:41:06.254326 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0729 22:41:06.395269 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0729 22:41:06.395372 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0729 22:41:06.450056 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
E0729 22:41:06.450106 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
W0729 22:41:06.525195 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0729 22:41:06.525238 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0729 22:41:06.552092 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
E0729 22:41:06.552300 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
W0729 22:41:06.610738 1 reflector.go:547] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0729 22:41:06.610849 1 reflector.go:150] runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
W0729 22:41:06.620311 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0729 22:41:06.620351 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
I0729 22:41:08.743540 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 29 22:45:20 addons-848947 kubelet[1539]: I0729 22:45:20.026008 1539 scope.go:117] "RemoveContainer" containerID="21db7092f1428eb4afa4979036db970f7aa3972ffc4e997c2bc818218f324c07"
Jul 29 22:45:20 addons-848947 kubelet[1539]: E0729 22:45:20.027032 1539 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=gadget pod=gadget-tfb7z_gadget(e86869b0-c9d9-4514-96ee-ac99ebe7e740)\"" pod="gadget/gadget-tfb7z" podUID="e86869b0-c9d9-4514-96ee-ac99ebe7e740"
Jul 29 22:45:22 addons-848947 kubelet[1539]: I0729 22:45:22.025007 1539 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-698f998955-bnskj" secret="" err="secret \"gcp-auth\" not found"
Jul 29 22:45:31 addons-848947 kubelet[1539]: I0729 22:45:31.024730 1539 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/nvidia-device-plugin-daemonset-xb7zz" secret="" err="secret \"gcp-auth\" not found"
Jul 29 22:45:31 addons-848947 kubelet[1539]: I0729 22:45:31.025433 1539 scope.go:117] "RemoveContainer" containerID="21db7092f1428eb4afa4979036db970f7aa3972ffc4e997c2bc818218f324c07"
Jul 29 22:45:31 addons-848947 kubelet[1539]: E0729 22:45:31.025876 1539 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=gadget pod=gadget-tfb7z_gadget(e86869b0-c9d9-4514-96ee-ac99ebe7e740)\"" pod="gadget/gadget-tfb7z" podUID="e86869b0-c9d9-4514-96ee-ac99ebe7e740"
Jul 29 22:45:43 addons-848947 kubelet[1539]: I0729 22:45:43.025067 1539 scope.go:117] "RemoveContainer" containerID="21db7092f1428eb4afa4979036db970f7aa3972ffc4e997c2bc818218f324c07"
Jul 29 22:45:43 addons-848947 kubelet[1539]: E0729 22:45:43.025589 1539 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=gadget pod=gadget-tfb7z_gadget(e86869b0-c9d9-4514-96ee-ac99ebe7e740)\"" pod="gadget/gadget-tfb7z" podUID="e86869b0-c9d9-4514-96ee-ac99ebe7e740"
Jul 29 22:45:55 addons-848947 kubelet[1539]: I0729 22:45:55.025122 1539 scope.go:117] "RemoveContainer" containerID="21db7092f1428eb4afa4979036db970f7aa3972ffc4e997c2bc818218f324c07"
Jul 29 22:45:55 addons-848947 kubelet[1539]: E0729 22:45:55.026184 1539 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=gadget pod=gadget-tfb7z_gadget(e86869b0-c9d9-4514-96ee-ac99ebe7e740)\"" pod="gadget/gadget-tfb7z" podUID="e86869b0-c9d9-4514-96ee-ac99ebe7e740"
Jul 29 22:46:06 addons-848947 kubelet[1539]: I0729 22:46:06.025762 1539 scope.go:117] "RemoveContainer" containerID="21db7092f1428eb4afa4979036db970f7aa3972ffc4e997c2bc818218f324c07"
Jul 29 22:46:06 addons-848947 kubelet[1539]: E0729 22:46:06.026221 1539 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=gadget pod=gadget-tfb7z_gadget(e86869b0-c9d9-4514-96ee-ac99ebe7e740)\"" pod="gadget/gadget-tfb7z" podUID="e86869b0-c9d9-4514-96ee-ac99ebe7e740"
Jul 29 22:46:19 addons-848947 kubelet[1539]: I0729 22:46:19.024930 1539 scope.go:117] "RemoveContainer" containerID="21db7092f1428eb4afa4979036db970f7aa3972ffc4e997c2bc818218f324c07"
Jul 29 22:46:19 addons-848947 kubelet[1539]: E0729 22:46:19.025429 1539 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=gadget pod=gadget-tfb7z_gadget(e86869b0-c9d9-4514-96ee-ac99ebe7e740)\"" pod="gadget/gadget-tfb7z" podUID="e86869b0-c9d9-4514-96ee-ac99ebe7e740"
Jul 29 22:46:33 addons-848947 kubelet[1539]: I0729 22:46:33.024577 1539 scope.go:117] "RemoveContainer" containerID="21db7092f1428eb4afa4979036db970f7aa3972ffc4e997c2bc818218f324c07"
Jul 29 22:46:33 addons-848947 kubelet[1539]: E0729 22:46:33.025113 1539 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=gadget pod=gadget-tfb7z_gadget(e86869b0-c9d9-4514-96ee-ac99ebe7e740)\"" pod="gadget/gadget-tfb7z" podUID="e86869b0-c9d9-4514-96ee-ac99ebe7e740"
Jul 29 22:46:39 addons-848947 kubelet[1539]: I0729 22:46:39.024264 1539 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-sngrn" secret="" err="secret \"gcp-auth\" not found"
Jul 29 22:46:47 addons-848947 kubelet[1539]: I0729 22:46:47.024877 1539 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-698f998955-bnskj" secret="" err="secret \"gcp-auth\" not found"
Jul 29 22:46:47 addons-848947 kubelet[1539]: I0729 22:46:47.024968 1539 scope.go:117] "RemoveContainer" containerID="21db7092f1428eb4afa4979036db970f7aa3972ffc4e997c2bc818218f324c07"
Jul 29 22:46:47 addons-848947 kubelet[1539]: E0729 22:46:47.025962 1539 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=gadget pod=gadget-tfb7z_gadget(e86869b0-c9d9-4514-96ee-ac99ebe7e740)\"" pod="gadget/gadget-tfb7z" podUID="e86869b0-c9d9-4514-96ee-ac99ebe7e740"
Jul 29 22:46:50 addons-848947 kubelet[1539]: I0729 22:46:50.024987 1539 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/nvidia-device-plugin-daemonset-xb7zz" secret="" err="secret \"gcp-auth\" not found"
Jul 29 22:46:58 addons-848947 kubelet[1539]: I0729 22:46:58.025984 1539 scope.go:117] "RemoveContainer" containerID="21db7092f1428eb4afa4979036db970f7aa3972ffc4e997c2bc818218f324c07"
Jul 29 22:46:58 addons-848947 kubelet[1539]: E0729 22:46:58.026514 1539 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=gadget pod=gadget-tfb7z_gadget(e86869b0-c9d9-4514-96ee-ac99ebe7e740)\"" pod="gadget/gadget-tfb7z" podUID="e86869b0-c9d9-4514-96ee-ac99ebe7e740"
Jul 29 22:47:13 addons-848947 kubelet[1539]: I0729 22:47:13.024768 1539 scope.go:117] "RemoveContainer" containerID="21db7092f1428eb4afa4979036db970f7aa3972ffc4e997c2bc818218f324c07"
Jul 29 22:47:13 addons-848947 kubelet[1539]: E0729 22:47:13.025276 1539 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=gadget pod=gadget-tfb7z_gadget(e86869b0-c9d9-4514-96ee-ac99ebe7e740)\"" pod="gadget/gadget-tfb7z" podUID="e86869b0-c9d9-4514-96ee-ac99ebe7e740"
==> storage-provisioner [035c54be4b40fb8aa7395daf00fadb1fee916c8e84490afe48ba6c57852f01dc] <==
I0729 22:41:26.721884 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0729 22:41:26.745621 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0729 22:41:26.745662 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0729 22:41:26.753529 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0729 22:41:26.753577 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"5d85fcad-999b-4af0-943c-ab713d9309fb", APIVersion:"v1", ResourceVersion:"470", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-848947_1472d3fc-e0d0-423f-b554-735226d36bc4 became leader
I0729 22:41:26.753864 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-848947_1472d3fc-e0d0-423f-b554-735226d36bc4!
I0729 22:41:26.855633 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-848947_1472d3fc-e0d0-423f-b554-735226d36bc4!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-848947 -n addons-848947
helpers_test.go:261: (dbg) Run: kubectl --context addons-848947 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: ingress-nginx-admission-create-c75z6 ingress-nginx-admission-patch-n2z7t test-job-nginx-0
helpers_test.go:274: ======> post-mortem[TestAddons/serial/Volcano]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-848947 describe pod ingress-nginx-admission-create-c75z6 ingress-nginx-admission-patch-n2z7t test-job-nginx-0
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-848947 describe pod ingress-nginx-admission-create-c75z6 ingress-nginx-admission-patch-n2z7t test-job-nginx-0: exit status 1 (95.555613ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-c75z6" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-n2z7t" not found
Error from server (NotFound): pods "test-job-nginx-0" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-848947 describe pod ingress-nginx-admission-create-c75z6 ingress-nginx-admission-patch-n2z7t test-job-nginx-0: exit status 1
--- FAIL: TestAddons/serial/Volcano (200.04s)