=== RUN TestAddons/serial/Volcano
addons_test.go:913: volcano-controller stabilized in 45.909277ms
addons_test.go:905: volcano-admission stabilized in 46.702466ms
addons_test.go:897: volcano-scheduler stabilized in 47.037382ms
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-xnfg9" [fde97b65-6e3e-4445-ab8c-6adfc5365181] Running
addons_test.go:919: (dbg) TestAddons/serial/Volcano: app=volcano-scheduler healthy within 5.005380841s
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-km7z6" [c09909b6-21b8-40f2-b7db-fa7112d6ce29] Running
addons_test.go:923: (dbg) TestAddons/serial/Volcano: app=volcano-admission healthy within 5.003836913s
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-5xqbq" [8ef6bc08-98da-4838-9091-bde98718d240] Running
addons_test.go:927: (dbg) TestAddons/serial/Volcano: app=volcano-controller healthy within 5.0032925s
addons_test.go:932: (dbg) Run: kubectl --context addons-397896 delete -n volcano-system job volcano-admission-init
addons_test.go:938: (dbg) Run: kubectl --context addons-397896 create -f testdata/vcjob.yaml
addons_test.go:946: (dbg) Run: kubectl --context addons-397896 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" [9807c823-098b-4e8a-b87b-5aa327fcdc5a] Pending
helpers_test.go:344: "test-job-nginx-0" [9807c823-098b-4e8a-b87b-5aa327fcdc5a] 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-397896 -n addons-397896
addons_test.go:964: TestAddons/serial/Volcano: showing logs for failed pods as of 2024-08-05 22:56:14.335735818 +0000 UTC m=+454.480764952
addons_test.go:964: (dbg) Run: kubectl --context addons-397896 describe po test-job-nginx-0 -n my-volcano
addons_test.go:964: (dbg) kubectl --context addons-397896 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-0aee453a-8326-4663-ad73-4997b57b678b
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-6wznt (ro)
Conditions:
Type Status
PodScheduled False
Volumes:
kube-api-access-6wznt:
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-397896 logs test-job-nginx-0 -n my-volcano
addons_test.go:964: (dbg) kubectl --context addons-397896 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-397896
helpers_test.go:235: (dbg) docker inspect addons-397896:
-- stdout --
[
{
"Id": "d866b81802010c0ea4038f25638895068e01b89b6ccfa6575054d7f4b68c7384",
"Created": "2024-08-05T22:49:40.135910913Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 302386,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-08-05T22:49:40.297919747Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:2cd84ab2172023a68162f38a55db46353562cea41552fd8e8bdec97b31b2c495",
"ResolvConfPath": "/var/lib/docker/containers/d866b81802010c0ea4038f25638895068e01b89b6ccfa6575054d7f4b68c7384/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/d866b81802010c0ea4038f25638895068e01b89b6ccfa6575054d7f4b68c7384/hostname",
"HostsPath": "/var/lib/docker/containers/d866b81802010c0ea4038f25638895068e01b89b6ccfa6575054d7f4b68c7384/hosts",
"LogPath": "/var/lib/docker/containers/d866b81802010c0ea4038f25638895068e01b89b6ccfa6575054d7f4b68c7384/d866b81802010c0ea4038f25638895068e01b89b6ccfa6575054d7f4b68c7384-json.log",
"Name": "/addons-397896",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-397896:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-397896",
"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/87c7948fb3dbcd94035c2defff096ec50d8f22ca3374f729fa7fcfc421e4782e-init/diff:/var/lib/docker/overlay2/717e77eefffded5de5595e46fb0b2bb6779248e50ff78a63415ceffb363df786/diff",
"MergedDir": "/var/lib/docker/overlay2/87c7948fb3dbcd94035c2defff096ec50d8f22ca3374f729fa7fcfc421e4782e/merged",
"UpperDir": "/var/lib/docker/overlay2/87c7948fb3dbcd94035c2defff096ec50d8f22ca3374f729fa7fcfc421e4782e/diff",
"WorkDir": "/var/lib/docker/overlay2/87c7948fb3dbcd94035c2defff096ec50d8f22ca3374f729fa7fcfc421e4782e/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-397896",
"Source": "/var/lib/docker/volumes/addons-397896/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-397896",
"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-397896",
"name.minikube.sigs.k8s.io": "addons-397896",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "e049de5a26e158a2379854f3a26fd100171c9e7dffdfeb51efb1170691e7242a",
"SandboxKey": "/var/run/docker/netns/e049de5a26e1",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33138"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33139"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33142"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33140"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33141"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-397896": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "da6b853c774eb3d3b025b0b106552ed7e44fa2486aaa079fc8303ca44f1b9826",
"EndpointID": "11661a1b983672cb6ccd82d5732423549b2faa696117d4000989c10a5c341ec8",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-397896",
"d866b8180201"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-397896 -n addons-397896
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-397896 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-397896 logs -n 25: (1.63892293s)
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-282339 | jenkins | v1.33.1 | 05 Aug 24 22:48 UTC | |
| | -p download-only-282339 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.20.0 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 05 Aug 24 22:48 UTC | 05 Aug 24 22:48 UTC |
| delete | -p download-only-282339 | download-only-282339 | jenkins | v1.33.1 | 05 Aug 24 22:48 UTC | 05 Aug 24 22:48 UTC |
| start | -o=json --download-only | download-only-371412 | jenkins | v1.33.1 | 05 Aug 24 22:48 UTC | |
| | -p download-only-371412 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.30.3 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 05 Aug 24 22:48 UTC | 05 Aug 24 22:48 UTC |
| delete | -p download-only-371412 | download-only-371412 | jenkins | v1.33.1 | 05 Aug 24 22:48 UTC | 05 Aug 24 22:48 UTC |
| start | -o=json --download-only | download-only-363355 | jenkins | v1.33.1 | 05 Aug 24 22:48 UTC | |
| | -p download-only-363355 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.31.0-rc.0 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 05 Aug 24 22:49 UTC | 05 Aug 24 22:49 UTC |
| delete | -p download-only-363355 | download-only-363355 | jenkins | v1.33.1 | 05 Aug 24 22:49 UTC | 05 Aug 24 22:49 UTC |
| delete | -p download-only-282339 | download-only-282339 | jenkins | v1.33.1 | 05 Aug 24 22:49 UTC | 05 Aug 24 22:49 UTC |
| delete | -p download-only-371412 | download-only-371412 | jenkins | v1.33.1 | 05 Aug 24 22:49 UTC | 05 Aug 24 22:49 UTC |
| delete | -p download-only-363355 | download-only-363355 | jenkins | v1.33.1 | 05 Aug 24 22:49 UTC | 05 Aug 24 22:49 UTC |
| start | --download-only -p | download-docker-149316 | jenkins | v1.33.1 | 05 Aug 24 22:49 UTC | |
| | download-docker-149316 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-149316 | download-docker-149316 | jenkins | v1.33.1 | 05 Aug 24 22:49 UTC | 05 Aug 24 22:49 UTC |
| start | --download-only -p | binary-mirror-689458 | jenkins | v1.33.1 | 05 Aug 24 22:49 UTC | |
| | binary-mirror-689458 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:40975 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-689458 | binary-mirror-689458 | jenkins | v1.33.1 | 05 Aug 24 22:49 UTC | 05 Aug 24 22:49 UTC |
| addons | enable dashboard -p | addons-397896 | jenkins | v1.33.1 | 05 Aug 24 22:49 UTC | |
| | addons-397896 | | | | | |
| addons | disable dashboard -p | addons-397896 | jenkins | v1.33.1 | 05 Aug 24 22:49 UTC | |
| | addons-397896 | | | | | |
| start | -p addons-397896 --wait=true | addons-397896 | jenkins | v1.33.1 | 05 Aug 24 22:49 UTC | 05 Aug 24 22:52 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/08/05 22:49:15
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.5 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0805 22:49:15.914384 301884 out.go:291] Setting OutFile to fd 1 ...
I0805 22:49:15.914912 301884 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0805 22:49:15.914932 301884 out.go:304] Setting ErrFile to fd 2...
I0805 22:49:15.914938 301884 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0805 22:49:15.915185 301884 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19373-295474/.minikube/bin
I0805 22:49:15.915715 301884 out.go:298] Setting JSON to false
I0805 22:49:15.916521 301884 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":9095,"bootTime":1722889061,"procs":146,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1066-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0805 22:49:15.916589 301884 start.go:139] virtualization:
I0805 22:49:15.919377 301884 out.go:177] * [addons-397896] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0805 22:49:15.921958 301884 out.go:177] - MINIKUBE_LOCATION=19373
I0805 22:49:15.922126 301884 notify.go:220] Checking for updates...
I0805 22:49:15.925883 301884 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0805 22:49:15.928277 301884 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19373-295474/kubeconfig
I0805 22:49:15.930333 301884 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19373-295474/.minikube
I0805 22:49:15.932554 301884 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0805 22:49:15.934363 301884 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0805 22:49:15.936284 301884 driver.go:392] Setting default libvirt URI to qemu:///system
I0805 22:49:15.955991 301884 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
I0805 22:49:15.956103 301884 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0805 22:49:16.025311 301884 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-08-05 22:49:16.016189916 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1066-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion: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>}}
I0805 22:49:16.025434 301884 docker.go:307] overlay module found
I0805 22:49:16.027503 301884 out.go:177] * Using the docker driver based on user configuration
I0805 22:49:16.029431 301884 start.go:297] selected driver: docker
I0805 22:49:16.029452 301884 start.go:901] validating driver "docker" against <nil>
I0805 22:49:16.029466 301884 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0805 22:49:16.030174 301884 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0805 22:49:16.083457 301884 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-08-05 22:49:16.07475575 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1066-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aarc
h64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion: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> ServerError
s:[] 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>}}
I0805 22:49:16.083639 301884 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0805 22:49:16.083880 301884 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]
I0805 22:49:16.085885 301884 out.go:177] * Using Docker driver with root privileges
I0805 22:49:16.087591 301884 cni.go:84] Creating CNI manager for ""
I0805 22:49:16.087610 301884 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0805 22:49:16.087627 301884 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0805 22:49:16.087720 301884 start.go:340] cluster config:
{Name:addons-397896 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-397896 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}
I0805 22:49:16.090027 301884 out.go:177] * Starting "addons-397896" primary control-plane node in "addons-397896" cluster
I0805 22:49:16.091792 301884 cache.go:121] Beginning downloading kic base image for docker with containerd
I0805 22:49:16.094199 301884 out.go:177] * Pulling base image v0.0.44-1721902582-19326 ...
I0805 22:49:16.096338 301884 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime containerd
I0805 22:49:16.096389 301884 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19373-295474/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-containerd-overlay2-arm64.tar.lz4
I0805 22:49:16.096420 301884 cache.go:56] Caching tarball of preloaded images
I0805 22:49:16.096430 301884 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
I0805 22:49:16.096503 301884 preload.go:172] Found /home/jenkins/minikube-integration/19373-295474/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0805 22:49:16.096514 301884 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on containerd
I0805 22:49:16.096862 301884 profile.go:143] Saving config to /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/config.json ...
I0805 22:49:16.096893 301884 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/config.json: {Name:mkd8ee5762218420fa5687c62a41b5d35c3aa634 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:49:16.112300 301884 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
I0805 22:49:16.112428 301884 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
I0805 22:49:16.112452 301884 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory, skipping pull
I0805 22:49:16.112459 301884 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 exists in cache, skipping pull
I0805 22:49:16.112468 301884 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
I0805 22:49:16.112473 301884 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from local cache
I0805 22:49:32.804628 301884 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from cached tarball
I0805 22:49:32.804669 301884 cache.go:194] Successfully downloaded all kic artifacts
I0805 22:49:32.804712 301884 start.go:360] acquireMachinesLock for addons-397896: {Name:mk60e9c54cfb35b38213909d0db61cce457e2880 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0805 22:49:32.805550 301884 start.go:364] duration metric: took 812.767µs to acquireMachinesLock for "addons-397896"
I0805 22:49:32.805586 301884 start.go:93] Provisioning new machine with config: &{Name:addons-397896 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-397896 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}
I0805 22:49:32.805673 301884 start.go:125] createHost starting for "" (driver="docker")
I0805 22:49:32.808253 301884 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0805 22:49:32.808531 301884 start.go:159] libmachine.API.Create for "addons-397896" (driver="docker")
I0805 22:49:32.808575 301884 client.go:168] LocalClient.Create starting
I0805 22:49:32.808711 301884 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19373-295474/.minikube/certs/ca.pem
I0805 22:49:33.118156 301884 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19373-295474/.minikube/certs/cert.pem
I0805 22:49:33.591979 301884 cli_runner.go:164] Run: docker network inspect addons-397896 --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}}]}"
W0805 22:49:33.610094 301884 cli_runner.go:211] docker network inspect addons-397896 --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
I0805 22:49:33.610188 301884 network_create.go:284] running [docker network inspect addons-397896] to gather additional debugging logs...
I0805 22:49:33.610208 301884 cli_runner.go:164] Run: docker network inspect addons-397896
W0805 22:49:33.626002 301884 cli_runner.go:211] docker network inspect addons-397896 returned with exit code 1
I0805 22:49:33.626036 301884 network_create.go:287] error running [docker network inspect addons-397896]: docker network inspect addons-397896: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-397896 not found
I0805 22:49:33.626048 301884 network_create.go:289] output of [docker network inspect addons-397896]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-397896 not found
** /stderr **
I0805 22:49:33.626162 301884 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}}]}"
I0805 22:49:33.640776 301884 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:0x40017e2b00}
I0805 22:49:33.640819 301884 network_create.go:124] attempt to create docker network addons-397896 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0805 22:49:33.640880 301884 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-397896 addons-397896
I0805 22:49:33.724426 301884 network_create.go:108] docker network addons-397896 192.168.49.0/24 created
I0805 22:49:33.724465 301884 kic.go:121] calculated static IP "192.168.49.2" for the "addons-397896" container
I0805 22:49:33.724537 301884 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0805 22:49:33.740724 301884 cli_runner.go:164] Run: docker volume create addons-397896 --label name.minikube.sigs.k8s.io=addons-397896 --label created_by.minikube.sigs.k8s.io=true
I0805 22:49:33.756796 301884 oci.go:103] Successfully created a docker volume addons-397896
I0805 22:49:33.756894 301884 cli_runner.go:164] Run: docker run --rm --name addons-397896-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-397896 --entrypoint /usr/bin/test -v addons-397896:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib
I0805 22:49:35.818231 301884 cli_runner.go:217] Completed: docker run --rm --name addons-397896-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-397896 --entrypoint /usr/bin/test -v addons-397896:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib: (2.061293415s)
I0805 22:49:35.818273 301884 oci.go:107] Successfully prepared a docker volume addons-397896
I0805 22:49:35.818301 301884 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime containerd
I0805 22:49:35.818320 301884 kic.go:194] Starting extracting preloaded images to volume ...
I0805 22:49:35.818414 301884 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19373-295474/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-397896:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir
I0805 22:49:40.064429 301884 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19373-295474/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-397896:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir: (4.245972468s)
I0805 22:49:40.064462 301884 kic.go:203] duration metric: took 4.246137654s to extract preloaded images to volume ...
W0805 22:49:40.064612 301884 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0805 22:49:40.064727 301884 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0805 22:49:40.120544 301884 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-397896 --name addons-397896 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-397896 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-397896 --network addons-397896 --ip 192.168.49.2 --volume addons-397896:/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
I0805 22:49:40.475946 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Running}}
I0805 22:49:40.496824 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:49:40.521269 301884 cli_runner.go:164] Run: docker exec addons-397896 stat /var/lib/dpkg/alternatives/iptables
I0805 22:49:40.601556 301884 oci.go:144] the created container "addons-397896" has a running status.
I0805 22:49:40.601584 301884 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa...
I0805 22:49:41.138024 301884 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0805 22:49:41.158803 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:49:41.179509 301884 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0805 22:49:41.179528 301884 kic_runner.go:114] Args: [docker exec --privileged addons-397896 chown docker:docker /home/docker/.ssh/authorized_keys]
I0805 22:49:41.238686 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:49:41.262257 301884 machine.go:94] provisionDockerMachine start ...
I0805 22:49:41.262342 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:49:41.288279 301884 main.go:141] libmachine: Using SSH client type: native
I0805 22:49:41.288541 301884 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 33138 <nil> <nil>}
I0805 22:49:41.288550 301884 main.go:141] libmachine: About to run SSH command:
hostname
I0805 22:49:41.446890 301884 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-397896
I0805 22:49:41.446915 301884 ubuntu.go:169] provisioning hostname "addons-397896"
I0805 22:49:41.446995 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:49:41.465854 301884 main.go:141] libmachine: Using SSH client type: native
I0805 22:49:41.466095 301884 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 33138 <nil> <nil>}
I0805 22:49:41.466106 301884 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-397896 && echo "addons-397896" | sudo tee /etc/hostname
I0805 22:49:41.617261 301884 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-397896
I0805 22:49:41.617398 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:49:41.642288 301884 main.go:141] libmachine: Using SSH client type: native
I0805 22:49:41.642521 301884 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 33138 <nil> <nil>}
I0805 22:49:41.642537 301884 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-397896' /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-397896/g' /etc/hosts;
else
echo '127.0.1.1 addons-397896' | sudo tee -a /etc/hosts;
fi
fi
I0805 22:49:41.775282 301884 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0805 22:49:41.775308 301884 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19373-295474/.minikube CaCertPath:/home/jenkins/minikube-integration/19373-295474/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19373-295474/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19373-295474/.minikube}
I0805 22:49:41.775340 301884 ubuntu.go:177] setting up certificates
I0805 22:49:41.775408 301884 provision.go:84] configureAuth start
I0805 22:49:41.775494 301884 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-397896
I0805 22:49:41.792534 301884 provision.go:143] copyHostCerts
I0805 22:49:41.792615 301884 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19373-295474/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19373-295474/.minikube/ca.pem (1078 bytes)
I0805 22:49:41.792739 301884 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19373-295474/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19373-295474/.minikube/cert.pem (1123 bytes)
I0805 22:49:41.792801 301884 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19373-295474/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19373-295474/.minikube/key.pem (1679 bytes)
I0805 22:49:41.792858 301884 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19373-295474/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19373-295474/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19373-295474/.minikube/certs/ca-key.pem org=jenkins.addons-397896 san=[127.0.0.1 192.168.49.2 addons-397896 localhost minikube]
I0805 22:49:41.913989 301884 provision.go:177] copyRemoteCerts
I0805 22:49:41.914063 301884 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0805 22:49:41.914111 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:49:41.930130 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:49:42.025716 301884 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19373-295474/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0805 22:49:42.051161 301884 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19373-295474/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0805 22:49:42.079666 301884 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19373-295474/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0805 22:49:42.109451 301884 provision.go:87] duration metric: took 334.018088ms to configureAuth
I0805 22:49:42.109479 301884 ubuntu.go:193] setting minikube options for container-runtime
I0805 22:49:42.109689 301884 config.go:182] Loaded profile config "addons-397896": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.3
I0805 22:49:42.109704 301884 machine.go:97] duration metric: took 847.429819ms to provisionDockerMachine
I0805 22:49:42.109711 301884 client.go:171] duration metric: took 9.301124962s to LocalClient.Create
I0805 22:49:42.109733 301884 start.go:167] duration metric: took 9.301202779s to libmachine.API.Create "addons-397896"
I0805 22:49:42.109748 301884 start.go:293] postStartSetup for "addons-397896" (driver="docker")
I0805 22:49:42.109766 301884 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]
I0805 22:49:42.109829 301884 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
I0805 22:49:42.109900 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:49:42.130112 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:49:42.238067 301884 ssh_runner.go:195] Run: cat /etc/os-release
I0805 22:49:42.242125 301884 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0805 22:49:42.242188 301884 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0805 22:49:42.242205 301884 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0805 22:49:42.242215 301884 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0805 22:49:42.242227 301884 filesync.go:126] Scanning /home/jenkins/minikube-integration/19373-295474/.minikube/addons for local assets ...
I0805 22:49:42.242302 301884 filesync.go:126] Scanning /home/jenkins/minikube-integration/19373-295474/.minikube/files for local assets ...
I0805 22:49:42.242338 301884 start.go:296] duration metric: took 132.576039ms for postStartSetup
I0805 22:49:42.242699 301884 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-397896
I0805 22:49:42.260203 301884 profile.go:143] Saving config to /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/config.json ...
I0805 22:49:42.260506 301884 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0805 22:49:42.260563 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:49:42.279937 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:49:42.372737 301884 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0805 22:49:42.377722 301884 start.go:128] duration metric: took 9.57203058s to createHost
I0805 22:49:42.377759 301884 start.go:83] releasing machines lock for "addons-397896", held for 9.572190277s
I0805 22:49:42.377843 301884 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-397896
I0805 22:49:42.401057 301884 ssh_runner.go:195] Run: cat /version.json
I0805 22:49:42.401084 301884 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0805 22:49:42.401110 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:49:42.401124 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:49:42.425672 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:49:42.428716 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:49:42.640706 301884 ssh_runner.go:195] Run: systemctl --version
I0805 22:49:42.645035 301884 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0805 22:49:42.649294 301884 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' {}" ;
I0805 22:49:42.673580 301884 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0805 22:49:42.673671 301884 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" ;
I0805 22:49:42.703661 301884 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0805 22:49:42.703693 301884 start.go:495] detecting cgroup driver to use...
I0805 22:49:42.703727 301884 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0805 22:49:42.703785 301884 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0805 22:49:42.716324 301884 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0805 22:49:42.727864 301884 docker.go:217] disabling cri-docker service (if available) ...
I0805 22:49:42.727926 301884 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0805 22:49:42.741898 301884 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0805 22:49:42.756618 301884 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0805 22:49:42.834921 301884 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0805 22:49:42.926403 301884 docker.go:233] disabling docker service ...
I0805 22:49:42.926479 301884 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0805 22:49:42.946301 301884 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0805 22:49:42.958058 301884 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0805 22:49:43.043785 301884 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0805 22:49:43.130126 301884 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0805 22:49:43.141859 301884 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"
I0805 22:49:43.157441 301884 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"
I0805 22:49:43.167004 301884 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"
I0805 22:49:43.177964 301884 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0805 22:49:43.178076 301884 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0805 22:49:43.188176 301884 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"
I0805 22:49:43.197778 301884 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0805 22:49:43.207375 301884 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0805 22:49:43.216630 301884 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0805 22:49:43.225049 301884 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"
I0805 22:49:43.234461 301884 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0805 22:49:43.243547 301884 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"
I0805 22:49:43.252955 301884 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0805 22:49:43.261469 301884 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0805 22:49:43.269829 301884 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0805 22:49:43.345205 301884 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0805 22:49:43.480886 301884 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
I0805 22:49:43.481009 301884 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0805 22:49:43.484734 301884 start.go:563] Will wait 60s for crictl version
I0805 22:49:43.484825 301884 ssh_runner.go:195] Run: which crictl
I0805 22:49:43.488210 301884 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0805 22:49:43.524212 301884 start.go:579] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.7.19
RuntimeApiVersion: v1
I0805 22:49:43.524294 301884 ssh_runner.go:195] Run: containerd --version
I0805 22:49:43.545357 301884 ssh_runner.go:195] Run: containerd --version
I0805 22:49:43.568880 301884 out.go:177] * Preparing Kubernetes v1.30.3 on containerd 1.7.19 ...
I0805 22:49:43.570668 301884 cli_runner.go:164] Run: docker network inspect addons-397896 --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}}]}"
I0805 22:49:43.585496 301884 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0805 22:49:43.589223 301884 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""
I0805 22:49:43.599756 301884 kubeadm.go:883] updating cluster {Name:addons-397896 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-397896 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} ...
I0805 22:49:43.599878 301884 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime containerd
I0805 22:49:43.599940 301884 ssh_runner.go:195] Run: sudo crictl images --output json
I0805 22:49:43.637183 301884 containerd.go:627] all images are preloaded for containerd runtime.
I0805 22:49:43.637205 301884 containerd.go:534] Images already preloaded, skipping extraction
I0805 22:49:43.637263 301884 ssh_runner.go:195] Run: sudo crictl images --output json
I0805 22:49:43.675423 301884 containerd.go:627] all images are preloaded for containerd runtime.
I0805 22:49:43.675444 301884 cache_images.go:84] Images are preloaded, skipping loading
I0805 22:49:43.675452 301884 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 containerd true true} ...
I0805 22:49:43.675550 301884 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-397896 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.3 ClusterName:addons-397896 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:}
I0805 22:49:43.675621 301884 ssh_runner.go:195] Run: sudo crictl info
I0805 22:49:43.714468 301884 cni.go:84] Creating CNI manager for ""
I0805 22:49:43.714489 301884 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0805 22:49:43.714498 301884 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0805 22:49:43.714520 301884 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-397896 NodeName:addons-397896 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}
I0805 22:49:43.714653 301884 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-397896"
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
I0805 22:49:43.714734 301884 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
I0805 22:49:43.723356 301884 binaries.go:44] Found k8s binaries, skipping transfer
I0805 22:49:43.723429 301884 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0805 22:49:43.731850 301884 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0805 22:49:43.749587 301884 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0805 22:49:43.767340 301884 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0805 22:49:43.785474 301884 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0805 22:49:43.788785 301884 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""
I0805 22:49:43.798842 301884 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0805 22:49:43.880870 301884 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0805 22:49:43.896090 301884 certs.go:68] Setting up /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896 for IP: 192.168.49.2
I0805 22:49:43.896118 301884 certs.go:194] generating shared ca certs ...
I0805 22:49:43.896135 301884 certs.go:226] acquiring lock for ca certs: {Name:mk408d7b8fa372609a5c7cd4ef69cc7a591c2d2a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:49:43.897133 301884 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19373-295474/.minikube/ca.key
I0805 22:49:44.320454 301884 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19373-295474/.minikube/ca.crt ...
I0805 22:49:44.320488 301884 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19373-295474/.minikube/ca.crt: {Name:mk4153551d4e51cab415d72afcd0f60ef99643f3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:49:44.320709 301884 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19373-295474/.minikube/ca.key ...
I0805 22:49:44.320725 301884 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19373-295474/.minikube/ca.key: {Name:mk4f70893985619665dfee011608a5337df581be Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:49:44.320820 301884 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19373-295474/.minikube/proxy-client-ca.key
I0805 22:49:45.019391 301884 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19373-295474/.minikube/proxy-client-ca.crt ...
I0805 22:49:45.019435 301884 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19373-295474/.minikube/proxy-client-ca.crt: {Name:mkaff4b399786f3ecaf66b634f0cb24037df8a1c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:49:45.030127 301884 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19373-295474/.minikube/proxy-client-ca.key ...
I0805 22:49:45.030162 301884 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19373-295474/.minikube/proxy-client-ca.key: {Name:mk690c618f1a0117b2d260ab5f2fd169632777c6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:49:45.030300 301884 certs.go:256] generating profile certs ...
I0805 22:49:45.030371 301884 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/client.key
I0805 22:49:45.030477 301884 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/client.crt with IP's: []
I0805 22:49:45.685002 301884 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/client.crt ...
I0805 22:49:45.685038 301884 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/client.crt: {Name:mka4a87bec538452c3a146d977b4abc53933c806 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:49:45.685674 301884 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/client.key ...
I0805 22:49:45.685692 301884 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/client.key: {Name:mk7366b04a5b4ec43ec4d9aca90abeece3a066d5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:49:45.685804 301884 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/apiserver.key.54067b35
I0805 22:49:45.685825 301884 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/apiserver.crt.54067b35 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0805 22:49:47.032170 301884 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/apiserver.crt.54067b35 ...
I0805 22:49:47.032244 301884 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/apiserver.crt.54067b35: {Name:mk817ce8a91c69047d5fb90196a258499d43164a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:49:47.033315 301884 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/apiserver.key.54067b35 ...
I0805 22:49:47.033373 301884 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/apiserver.key.54067b35: {Name:mk3af10969c43253027de831ae661920e30a41db Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:49:47.033881 301884 certs.go:381] copying /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/apiserver.crt.54067b35 -> /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/apiserver.crt
I0805 22:49:47.034016 301884 certs.go:385] copying /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/apiserver.key.54067b35 -> /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/apiserver.key
I0805 22:49:47.034106 301884 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/proxy-client.key
I0805 22:49:47.034159 301884 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/proxy-client.crt with IP's: []
I0805 22:49:47.321292 301884 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/proxy-client.crt ...
I0805 22:49:47.321330 301884 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/proxy-client.crt: {Name:mk478cd245995b92e8d39202d5ec17752ed26f4f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:49:47.321507 301884 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/proxy-client.key ...
I0805 22:49:47.321524 301884 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/proxy-client.key: {Name:mk0b498546a2d2697598d35d918cb3ec9491c8eb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:49:47.322162 301884 certs.go:484] found cert: /home/jenkins/minikube-integration/19373-295474/.minikube/certs/ca-key.pem (1679 bytes)
I0805 22:49:47.322209 301884 certs.go:484] found cert: /home/jenkins/minikube-integration/19373-295474/.minikube/certs/ca.pem (1078 bytes)
I0805 22:49:47.322236 301884 certs.go:484] found cert: /home/jenkins/minikube-integration/19373-295474/.minikube/certs/cert.pem (1123 bytes)
I0805 22:49:47.322265 301884 certs.go:484] found cert: /home/jenkins/minikube-integration/19373-295474/.minikube/certs/key.pem (1679 bytes)
I0805 22:49:47.322863 301884 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19373-295474/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0805 22:49:47.348254 301884 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19373-295474/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0805 22:49:47.372167 301884 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19373-295474/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0805 22:49:47.396225 301884 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19373-295474/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0805 22:49:47.419869 301884 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0805 22:49:47.442709 301884 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0805 22:49:47.469606 301884 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0805 22:49:47.493250 301884 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19373-295474/.minikube/profiles/addons-397896/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0805 22:49:47.517536 301884 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19373-295474/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0805 22:49:47.541721 301884 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0805 22:49:47.559547 301884 ssh_runner.go:195] Run: openssl version
I0805 22:49:47.564852 301884 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"
I0805 22:49:47.574391 301884 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0805 22:49:47.577696 301884 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Aug 5 22:49 /usr/share/ca-certificates/minikubeCA.pem
I0805 22:49:47.577774 301884 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0805 22:49:47.584579 301884 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"
I0805 22:49:47.593691 301884 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0805 22:49:47.597047 301884 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
I0805 22:49:47.597094 301884 kubeadm.go:392] StartCluster: {Name:addons-397896 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-397896 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}
I0805 22:49:47.597174 301884 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0805 22:49:47.597233 301884 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0805 22:49:47.633282 301884 cri.go:89] found id: ""
I0805 22:49:47.633350 301884 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0805 22:49:47.641738 301884 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0805 22:49:47.650460 301884 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0805 22:49:47.650556 301884 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
I0805 22:49:47.659356 301884 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
I0805 22:49:47.659423 301884 kubeadm.go:157] found existing configuration files:
I0805 22:49:47.659493 301884 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0805 22:49:47.668105 301884 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
I0805 22:49:47.668196 301884 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0805 22:49:47.676373 301884 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0805 22:49:47.685252 301884 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
I0805 22:49:47.685340 301884 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0805 22:49:47.694154 301884 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0805 22:49:47.702892 301884 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
I0805 22:49:47.702979 301884 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0805 22:49:47.711156 301884 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0805 22:49:47.720052 301884 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
I0805 22:49:47.720116 301884 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0805 22:49:47.728472 301884 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"
I0805 22:49:47.789466 301884 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
I0805 22:49:47.789748 301884 kubeadm.go:310] [preflight] Running pre-flight checks
I0805 22:49:47.831962 301884 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0805 22:49:47.832034 301884 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1066-aws[0m
I0805 22:49:47.832081 301884 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0805 22:49:47.832128 301884 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0805 22:49:47.832178 301884 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0805 22:49:47.832227 301884 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0805 22:49:47.832277 301884 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0805 22:49:47.832325 301884 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0805 22:49:47.832375 301884 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0805 22:49:47.832421 301884 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0805 22:49:47.832470 301884 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0805 22:49:47.832517 301884 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0805 22:49:47.901299 301884 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0805 22:49:47.901478 301884 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0805 22:49:47.901622 301884 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0805 22:49:48.143094 301884 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0805 22:49:48.146423 301884 out.go:204] - Generating certificates and keys ...
I0805 22:49:48.146620 301884 kubeadm.go:310] [certs] Using existing ca certificate authority
I0805 22:49:48.146746 301884 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0805 22:49:48.686044 301884 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0805 22:49:49.058740 301884 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0805 22:49:49.437017 301884 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0805 22:49:50.314456 301884 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0805 22:49:50.684412 301884 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0805 22:49:50.684780 301884 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-397896 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0805 22:49:51.039275 301884 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0805 22:49:51.039937 301884 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-397896 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0805 22:49:51.667239 301884 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0805 22:49:52.090782 301884 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0805 22:49:52.906403 301884 kubeadm.go:310] [certs] Generating "sa" key and public key
I0805 22:49:52.906674 301884 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0805 22:49:53.208651 301884 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0805 22:49:53.389092 301884 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0805 22:49:53.929273 301884 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0805 22:49:54.191107 301884 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0805 22:49:54.933213 301884 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0805 22:49:54.933677 301884 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0805 22:49:54.938537 301884 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0805 22:49:54.941386 301884 out.go:204] - Booting up control plane ...
I0805 22:49:54.941503 301884 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0805 22:49:54.941588 301884 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0805 22:49:54.942414 301884 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0805 22:49:54.953516 301884 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0805 22:49:54.954667 301884 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0805 22:49:54.954885 301884 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0805 22:49:55.055705 301884 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0805 22:49:55.055797 301884 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0805 22:49:56.553388 301884 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.500840645s
I0805 22:49:56.553478 301884 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0805 22:50:02.054745 301884 kubeadm.go:310] [api-check] The API server is healthy after 5.50153325s
I0805 22:50:02.080378 301884 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0805 22:50:02.094563 301884 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0805 22:50:02.125732 301884 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0805 22:50:02.125960 301884 kubeadm.go:310] [mark-control-plane] Marking the node addons-397896 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0805 22:50:02.146432 301884 kubeadm.go:310] [bootstrap-token] Using token: obldxc.4cn6mrk9pf6bnltw
I0805 22:50:02.148552 301884 out.go:204] - Configuring RBAC rules ...
I0805 22:50:02.148683 301884 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0805 22:50:02.158922 301884 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0805 22:50:02.174134 301884 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
I0805 22:50:02.176831 301884 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0805 22:50:02.181305 301884 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0805 22:50:02.187200 301884 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0805 22:50:02.461439 301884 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0805 22:50:02.912336 301884 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0805 22:50:03.463536 301884 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0805 22:50:03.464818 301884 kubeadm.go:310]
I0805 22:50:03.464894 301884 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0805 22:50:03.464906 301884 kubeadm.go:310]
I0805 22:50:03.464981 301884 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0805 22:50:03.464990 301884 kubeadm.go:310]
I0805 22:50:03.465015 301884 kubeadm.go:310] mkdir -p $HOME/.kube
I0805 22:50:03.465075 301884 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0805 22:50:03.465128 301884 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0805 22:50:03.465136 301884 kubeadm.go:310]
I0805 22:50:03.465188 301884 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0805 22:50:03.465201 301884 kubeadm.go:310]
I0805 22:50:03.465248 301884 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0805 22:50:03.465257 301884 kubeadm.go:310]
I0805 22:50:03.465307 301884 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0805 22:50:03.465383 301884 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0805 22:50:03.465454 301884 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0805 22:50:03.465462 301884 kubeadm.go:310]
I0805 22:50:03.465543 301884 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0805 22:50:03.465620 301884 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0805 22:50:03.465628 301884 kubeadm.go:310]
I0805 22:50:03.465709 301884 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token obldxc.4cn6mrk9pf6bnltw \
I0805 22:50:03.465813 301884 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:7a3d3d3589a68f2f746cf382ec4e4f52e8aafe9eb739a6080b3a8b093b394cda \
I0805 22:50:03.465838 301884 kubeadm.go:310] --control-plane
I0805 22:50:03.465846 301884 kubeadm.go:310]
I0805 22:50:03.465928 301884 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0805 22:50:03.465936 301884 kubeadm.go:310]
I0805 22:50:03.466052 301884 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token obldxc.4cn6mrk9pf6bnltw \
I0805 22:50:03.466154 301884 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:7a3d3d3589a68f2f746cf382ec4e4f52e8aafe9eb739a6080b3a8b093b394cda
I0805 22:50:03.468988 301884 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-1066-aws\n", err: exit status 1
I0805 22:50:03.469102 301884 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0805 22:50:03.469123 301884 cni.go:84] Creating CNI manager for ""
I0805 22:50:03.469131 301884 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0805 22:50:03.471796 301884 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0805 22:50:03.474418 301884 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0805 22:50:03.478441 301884 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
I0805 22:50:03.478467 301884 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0805 22:50:03.500684 301884 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
I0805 22:50:03.772606 301884 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0805 22:50:03.772784 301884 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
I0805 22:50:03.772876 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-397896 minikube.k8s.io/updated_at=2024_08_05T22_50_03_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=a179f531dd2dbe55e0d6074abcbc378280f91bb4 minikube.k8s.io/name=addons-397896 minikube.k8s.io/primary=true
I0805 22:50:03.785780 301884 ops.go:34] apiserver oom_adj: -16
I0805 22:50:03.960870 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:04.461707 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:04.961424 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:05.461547 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:05.961805 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:06.461031 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:06.961879 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:07.461678 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:07.961627 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:08.461036 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:08.961017 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:09.461155 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:09.961746 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:10.461014 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:10.961355 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:11.461056 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:11.961756 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:12.461642 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:12.961703 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:13.461012 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:13.961513 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:14.460962 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:14.961067 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:15.461030 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:15.961809 301884 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0805 22:50:16.052640 301884 kubeadm.go:1113] duration metric: took 12.279921379s to wait for elevateKubeSystemPrivileges
I0805 22:50:16.052670 301884 kubeadm.go:394] duration metric: took 28.455579224s to StartCluster
I0805 22:50:16.052688 301884 settings.go:142] acquiring lock: {Name:mk65e51c523ded2f25e5f03b5b2deaa9f12d12a5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:50:16.053312 301884 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19373-295474/kubeconfig
I0805 22:50:16.053818 301884 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19373-295474/kubeconfig: {Name:mk274f42d75cc39b0473102f9d6f817c10421355 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0805 22:50:16.054559 301884 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"
I0805 22:50:16.054596 301884 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}
I0805 22:50:16.054877 301884 config.go:182] Loaded profile config "addons-397896": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.3
I0805 22:50:16.054911 301884 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]
I0805 22:50:16.054985 301884 addons.go:69] Setting yakd=true in profile "addons-397896"
I0805 22:50:16.055016 301884 addons.go:234] Setting addon yakd=true in "addons-397896"
I0805 22:50:16.055046 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.055531 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.055875 301884 addons.go:69] Setting inspektor-gadget=true in profile "addons-397896"
I0805 22:50:16.055907 301884 addons.go:234] Setting addon inspektor-gadget=true in "addons-397896"
I0805 22:50:16.055942 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.056383 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.056644 301884 addons.go:69] Setting metrics-server=true in profile "addons-397896"
I0805 22:50:16.056678 301884 addons.go:234] Setting addon metrics-server=true in "addons-397896"
I0805 22:50:16.056708 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.057136 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.060120 301884 addons.go:69] Setting cloud-spanner=true in profile "addons-397896"
I0805 22:50:16.060583 301884 addons.go:234] Setting addon cloud-spanner=true in "addons-397896"
I0805 22:50:16.060659 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.060762 301884 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-397896"
I0805 22:50:16.060802 301884 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-397896"
I0805 22:50:16.060832 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.061235 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.061797 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.060309 301884 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-397896"
I0805 22:50:16.062514 301884 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-397896"
I0805 22:50:16.062555 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.063014 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.060322 301884 addons.go:69] Setting default-storageclass=true in profile "addons-397896"
I0805 22:50:16.070971 301884 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-397896"
I0805 22:50:16.071396 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.073264 301884 addons.go:69] Setting registry=true in profile "addons-397896"
I0805 22:50:16.073772 301884 addons.go:234] Setting addon registry=true in "addons-397896"
I0805 22:50:16.074056 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.060326 301884 addons.go:69] Setting gcp-auth=true in profile "addons-397896"
I0805 22:50:16.080033 301884 mustload.go:65] Loading cluster: addons-397896
I0805 22:50:16.080297 301884 config.go:182] Loaded profile config "addons-397896": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.3
I0805 22:50:16.080631 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.087821 301884 addons.go:69] Setting storage-provisioner=true in profile "addons-397896"
I0805 22:50:16.087927 301884 addons.go:234] Setting addon storage-provisioner=true in "addons-397896"
I0805 22:50:16.087995 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.088470 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.060336 301884 addons.go:69] Setting ingress=true in profile "addons-397896"
I0805 22:50:16.094213 301884 addons.go:234] Setting addon ingress=true in "addons-397896"
I0805 22:50:16.094292 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.094778 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.060340 301884 addons.go:69] Setting ingress-dns=true in profile "addons-397896"
I0805 22:50:16.094942 301884 addons.go:234] Setting addon ingress-dns=true in "addons-397896"
I0805 22:50:16.094982 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.095415 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.105016 301884 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-397896"
I0805 22:50:16.105071 301884 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-397896"
I0805 22:50:16.105370 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.060349 301884 out.go:177] * Verifying Kubernetes components...
I0805 22:50:16.111292 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.196232 301884 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0805 22:50:16.123335 301884 addons.go:69] Setting volcano=true in profile "addons-397896"
I0805 22:50:16.198969 301884 addons.go:234] Setting addon volcano=true in "addons-397896"
I0805 22:50:16.199043 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.199598 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.123349 301884 addons.go:69] Setting volumesnapshots=true in profile "addons-397896"
I0805 22:50:16.207013 301884 addons.go:234] Setting addon volumesnapshots=true in "addons-397896"
I0805 22:50:16.207084 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.207585 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.235345 301884 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.22
I0805 22:50:16.247584 301884 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0805 22:50:16.247817 301884 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0805 22:50:16.248371 301884 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0805 22:50:16.248388 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0805 22:50:16.248451 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.255580 301884 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0805 22:50:16.255597 301884 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0805 22:50:16.256134 301884 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0805 22:50:16.256215 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.263337 301884 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0805 22:50:16.263363 301884 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0805 22:50:16.263431 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.255603 301884 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0805 22:50:16.285453 301884 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0805 22:50:16.255609 301884 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0805 22:50:16.289547 301884 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0805 22:50:16.289638 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.295644 301884 addons.go:234] Setting addon default-storageclass=true in "addons-397896"
I0805 22:50:16.295750 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.296302 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.255640 301884 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.1
I0805 22:50:16.324133 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.325927 301884 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0805 22:50:16.325943 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0805 22:50:16.326004 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.326290 301884 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0805 22:50:16.326299 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0805 22:50:16.326336 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.352889 301884 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0805 22:50:16.355436 301884 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0805 22:50:16.363807 301884 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0805 22:50:16.363999 301884 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0805 22:50:16.366738 301884 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-397896"
I0805 22:50:16.366808 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:16.367381 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:16.382761 301884 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0805 22:50:16.383065 301884 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0805 22:50:16.383089 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0805 22:50:16.383155 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.386801 301884 out.go:177] - Using image docker.io/registry:2.8.3
I0805 22:50:16.388296 301884 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0805 22:50:16.390818 301884 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0805 22:50:16.390841 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0805 22:50:16.390926 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.407569 301884 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.9.0
I0805 22:50:16.410191 301884 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.9.0
I0805 22:50:16.412429 301884 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.9.0
I0805 22:50:16.415959 301884 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0805 22:50:16.415985 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (434001 bytes)
I0805 22:50:16.416054 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.445568 301884 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
I0805 22:50:16.448382 301884 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0805 22:50:16.452501 301884 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0805 22:50:16.452668 301884 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0805 22:50:16.452720 301884 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0805 22:50:16.452840 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.455518 301884 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0805 22:50:16.455542 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0805 22:50:16.455605 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.495459 301884 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0805 22:50:16.499006 301884 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0805 22:50:16.507443 301884 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0805 22:50:16.511527 301884 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0805 22:50:16.513375 301884 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0805 22:50:16.513402 301884 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0805 22:50:16.516047 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.524018 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.524732 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.534529 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.539460 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.587389 301884 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0805 22:50:16.587413 301884 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0805 22:50:16.587474 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.595698 301884 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 -"
I0805 22:50:16.603703 301884 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0805 22:50:16.611385 301884 out.go:177] - Using image docker.io/busybox:stable
I0805 22:50:16.615430 301884 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0805 22:50:16.615457 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0805 22:50:16.615524 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:16.621589 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.635429 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.636848 301884 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0805 22:50:16.646808 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.647852 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.669220 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.685872 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.700592 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.702646 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.718269 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:16.718752 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:17.026664 301884 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0805 22:50:17.026685 301884 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0805 22:50:17.130606 301884 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
I0805 22:50:17.158317 301884 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
I0805 22:50:17.218943 301884 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0805 22:50:17.219015 301884 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0805 22:50:17.298715 301884 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0805 22:50:17.298780 301884 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0805 22:50:17.301198 301884 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
I0805 22:50:17.302019 301884 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
I0805 22:50:17.327347 301884 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0805 22:50:17.327418 301884 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0805 22:50:17.327636 301884 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0805 22:50:17.327677 301884 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0805 22:50:17.363746 301884 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0805 22:50:17.363817 301884 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)
I0805 22:50:17.367219 301884 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0805 22:50:17.367516 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0805 22:50:17.367488 301884 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
I0805 22:50:17.376437 301884 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0805 22:50:17.376459 301884 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0805 22:50:17.411452 301884 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0805 22:50:17.411473 301884 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0805 22:50:17.432793 301884 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
I0805 22:50:17.444642 301884 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0805 22:50:17.444706 301884 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0805 22:50:17.448935 301884 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0805 22:50:17.448999 301884 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0805 22:50:17.473234 301884 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
I0805 22:50:17.490860 301884 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
I0805 22:50:17.497147 301884 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0805 22:50:17.497214 301884 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0805 22:50:17.532431 301884 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0805 22:50:17.532507 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0805 22:50:17.534995 301884 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0805 22:50:17.535071 301884 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0805 22:50:17.598768 301884 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0805 22:50:17.598847 301884 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0805 22:50:17.606780 301884 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0805 22:50:17.606847 301884 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0805 22:50:17.622843 301884 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0805 22:50:17.622920 301884 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0805 22:50:17.655760 301884 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0805 22:50:17.655836 301884 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0805 22:50:17.686425 301884 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0805 22:50:17.686499 301884 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0805 22:50:17.695268 301884 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
I0805 22:50:17.765186 301884 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
I0805 22:50:17.773109 301884 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0805 22:50:17.773180 301884 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0805 22:50:17.839797 301884 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0805 22:50:17.839872 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0805 22:50:17.845259 301884 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 -": (1.249524814s)
I0805 22:50:17.845328 301884 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0805 22:50:17.846390 301884 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.209521323s)
I0805 22:50:17.847213 301884 node_ready.go:35] waiting up to 6m0s for node "addons-397896" to be "Ready" ...
I0805 22:50:17.851899 301884 node_ready.go:49] node "addons-397896" has status "Ready":"True"
I0805 22:50:17.851966 301884 node_ready.go:38] duration metric: took 4.603385ms for node "addons-397896" to be "Ready" ...
I0805 22:50:17.851990 301884 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" ...
I0805 22:50:17.862026 301884 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-g4t64" in "kube-system" namespace to be "Ready" ...
I0805 22:50:17.902289 301884 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0805 22:50:17.902355 301884 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0805 22:50:17.914329 301884 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0805 22:50:17.914393 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0805 22:50:18.055392 301884 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0805 22:50:18.055469 301884 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0805 22:50:18.128454 301884 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0805 22:50:18.128524 301884 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0805 22:50:18.165895 301884 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
I0805 22:50:18.191646 301884 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0805 22:50:18.191723 301884 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0805 22:50:18.329810 301884 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0805 22:50:18.329896 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0805 22:50:18.348869 301884 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-397896" context rescaled to 1 replicas
I0805 22:50:18.363126 301884 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0805 22:50:18.363200 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0805 22:50:18.551422 301884 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0805 22:50:18.551487 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0805 22:50:18.764884 301884 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
I0805 22:50:18.849279 301884 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
I0805 22:50:19.221565 301884 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0805 22:50:19.221628 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0805 22:50:19.611742 301884 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0805 22:50:19.611807 301884 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0805 22:50:19.878335 301884 pod_ready.go:102] pod "coredns-7db6d8ff4d-g4t64" in "kube-system" namespace has status "Ready":"False"
I0805 22:50:19.972023 301884 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
I0805 22:50:20.366879 301884 pod_ready.go:97] error getting pod "coredns-7db6d8ff4d-g4t64" in "kube-system" namespace (skipping!): pods "coredns-7db6d8ff4d-g4t64" not found
I0805 22:50:20.366964 301884 pod_ready.go:81] duration metric: took 2.504815348s for pod "coredns-7db6d8ff4d-g4t64" in "kube-system" namespace to be "Ready" ...
E0805 22:50:20.366988 301884 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-7db6d8ff4d-g4t64" in "kube-system" namespace (skipping!): pods "coredns-7db6d8ff4d-g4t64" not found
I0805 22:50:20.367021 301884 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace to be "Ready" ...
I0805 22:50:20.434301 301884 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: (3.303621141s)
I0805 22:50:21.333696 301884 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: (4.175295083s)
I0805 22:50:22.372963 301884 pod_ready.go:102] pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace has status "Ready":"False"
I0805 22:50:23.593149 301884 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0805 22:50:23.593270 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:23.615707 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:24.076551 301884 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0805 22:50:24.344013 301884 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: (7.041914301s)
I0805 22:50:24.344084 301884 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: (6.976489323s)
I0805 22:50:24.344114 301884 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: (6.91130395s)
I0805 22:50:24.344149 301884 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: (6.870847963s)
I0805 22:50:24.344478 301884 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.043212532s)
I0805 22:50:24.344520 301884 addons.go:475] Verifying addon ingress=true in "addons-397896"
I0805 22:50:24.347591 301884 out.go:177] * Verifying ingress addon...
I0805 22:50:24.350498 301884 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0805 22:50:24.356136 301884 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0805 22:50:24.356162 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:24.374712 301884 addons.go:234] Setting addon gcp-auth=true in "addons-397896"
I0805 22:50:24.374769 301884 host.go:66] Checking if "addons-397896" exists ...
I0805 22:50:24.375240 301884 cli_runner.go:164] Run: docker container inspect addons-397896 --format={{.State.Status}}
I0805 22:50:24.398376 301884 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0805 22:50:24.398435 301884 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-397896
I0805 22:50:24.426894 301884 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33138 SSHKeyPath:/home/jenkins/minikube-integration/19373-295474/.minikube/machines/addons-397896/id_rsa Username:docker}
I0805 22:50:24.855477 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:24.873215 301884 pod_ready.go:102] pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace has status "Ready":"False"
I0805 22:50:25.370210 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:25.918167 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:26.354510 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:26.488196 301884 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: (8.997259276s)
I0805 22:50:26.488306 301884 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.79296659s)
I0805 22:50:26.488686 301884 addons.go:475] Verifying addon registry=true in "addons-397896"
I0805 22:50:26.488409 301884 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.723151994s)
I0805 22:50:26.488874 301884 addons.go:475] Verifying addon metrics-server=true in "addons-397896"
I0805 22:50:26.488442 301884 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.322470814s)
I0805 22:50:26.488501 301884 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: (7.723549079s)
I0805 22:50:26.488585 301884 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.63923938s)
W0805 22:50:26.489890 301884 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
I0805 22:50:26.489910 301884 retry.go:31] will retry after 186.973929ms: 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
I0805 22:50:26.491373 301884 out.go:177] * Verifying registry addon...
I0805 22:50:26.491541 301884 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-397896 service yakd-dashboard -n yakd-dashboard
I0805 22:50:26.494761 301884 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0805 22:50:26.500668 301884 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0805 22:50:26.500742 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:26.677062 301884 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
I0805 22:50:26.858783 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:26.884724 301884 pod_ready.go:102] pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace has status "Ready":"False"
I0805 22:50:27.006363 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:27.217595 301884 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: (7.245472792s)
I0805 22:50:27.217726 301884 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-397896"
I0805 22:50:27.217748 301884 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.819339604s)
I0805 22:50:27.220070 301884 out.go:177] * Verifying csi-hostpath-driver addon...
I0805 22:50:27.220115 301884 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0805 22:50:27.228027 301884 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0805 22:50:27.228787 301884 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0805 22:50:27.230185 301884 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0805 22:50:27.230238 301884 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0805 22:50:27.249651 301884 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0805 22:50:27.249718 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:27.301068 301884 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0805 22:50:27.301091 301884 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0805 22:50:27.352495 301884 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0805 22:50:27.352559 301884 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0805 22:50:27.359190 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:27.397423 301884 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
I0805 22:50:27.508065 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:27.752922 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:27.855606 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:28.000603 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:28.243398 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:28.266986 301884 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.589823738s)
I0805 22:50:28.355222 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:28.452593 301884 ssh_runner.go:235] Completed: 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: (1.055083252s)
I0805 22:50:28.458131 301884 addons.go:475] Verifying addon gcp-auth=true in "addons-397896"
I0805 22:50:28.461747 301884 out.go:177] * Verifying gcp-auth addon...
I0805 22:50:28.464992 301884 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0805 22:50:28.467124 301884 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0805 22:50:28.499377 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:28.735000 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:28.855431 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:29.000146 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:29.235173 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:29.355182 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:29.374214 301884 pod_ready.go:102] pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace has status "Ready":"False"
I0805 22:50:29.499780 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:29.735892 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:29.855763 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:30.000621 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:30.235028 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:30.355769 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:30.500948 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:30.735914 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:30.856396 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:31.000471 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:31.235789 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:31.354942 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:31.500063 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:31.735508 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:31.855647 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:31.873008 301884 pod_ready.go:102] pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace has status "Ready":"False"
I0805 22:50:32.001396 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:32.234974 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:32.356275 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:32.502260 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:32.736836 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:32.855219 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:33.000142 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:33.235737 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:33.355392 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:33.500529 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:33.734739 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:33.855073 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:33.999840 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:34.236105 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:34.355646 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:34.373724 301884 pod_ready.go:102] pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace has status "Ready":"False"
I0805 22:50:34.503081 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:34.734378 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:34.854413 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:34.999872 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:35.234605 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:35.354715 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:35.501396 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:35.736211 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:35.855735 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:35.999522 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:36.234651 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:36.354861 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:36.373926 301884 pod_ready.go:102] pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace has status "Ready":"False"
I0805 22:50:36.500254 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:36.733674 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:36.855611 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:37.000840 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:37.235138 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:37.355650 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:37.499797 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:37.734530 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:37.855096 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:37.999609 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:38.235335 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:38.355296 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:38.500133 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:38.734812 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:38.855553 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:38.873574 301884 pod_ready.go:102] pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace has status "Ready":"False"
I0805 22:50:39.002848 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:39.248734 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:39.355418 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:39.501278 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:39.735069 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:39.854890 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:39.999160 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0805 22:50:40.233738 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:40.354957 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:40.499597 301884 kapi.go:107] duration metric: took 14.004833541s to wait for kubernetes.io/minikube-addons=registry ...
I0805 22:50:40.734180 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:40.855780 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:40.874553 301884 pod_ready.go:102] pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace has status "Ready":"False"
I0805 22:50:41.234542 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:41.355430 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:41.734735 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:41.855347 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:42.236281 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:42.355787 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:42.735848 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:42.855591 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:42.874592 301884 pod_ready.go:102] pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace has status "Ready":"False"
I0805 22:50:43.235244 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:43.355919 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:43.734725 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:43.856643 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:44.237428 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:44.355945 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:44.737508 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:44.861416 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:44.880292 301884 pod_ready.go:102] pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace has status "Ready":"False"
I0805 22:50:45.241233 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:45.357888 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:45.750179 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:45.861208 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:46.242174 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:46.356055 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:46.374061 301884 pod_ready.go:92] pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace has status "Ready":"True"
I0805 22:50:46.374096 301884 pod_ready.go:81] duration metric: took 26.007050616s for pod "coredns-7db6d8ff4d-jlvzd" in "kube-system" namespace to be "Ready" ...
I0805 22:50:46.374110 301884 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-397896" in "kube-system" namespace to be "Ready" ...
I0805 22:50:46.381264 301884 pod_ready.go:92] pod "etcd-addons-397896" in "kube-system" namespace has status "Ready":"True"
I0805 22:50:46.381304 301884 pod_ready.go:81] duration metric: took 7.18603ms for pod "etcd-addons-397896" in "kube-system" namespace to be "Ready" ...
I0805 22:50:46.381318 301884 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-397896" in "kube-system" namespace to be "Ready" ...
I0805 22:50:46.387534 301884 pod_ready.go:92] pod "kube-apiserver-addons-397896" in "kube-system" namespace has status "Ready":"True"
I0805 22:50:46.387559 301884 pod_ready.go:81] duration metric: took 6.233743ms for pod "kube-apiserver-addons-397896" in "kube-system" namespace to be "Ready" ...
I0805 22:50:46.387571 301884 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-397896" in "kube-system" namespace to be "Ready" ...
I0805 22:50:46.394484 301884 pod_ready.go:92] pod "kube-controller-manager-addons-397896" in "kube-system" namespace has status "Ready":"True"
I0805 22:50:46.394527 301884 pod_ready.go:81] duration metric: took 6.947162ms for pod "kube-controller-manager-addons-397896" in "kube-system" namespace to be "Ready" ...
I0805 22:50:46.394542 301884 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-9bgnv" in "kube-system" namespace to be "Ready" ...
I0805 22:50:46.400546 301884 pod_ready.go:92] pod "kube-proxy-9bgnv" in "kube-system" namespace has status "Ready":"True"
I0805 22:50:46.400573 301884 pod_ready.go:81] duration metric: took 6.023051ms for pod "kube-proxy-9bgnv" in "kube-system" namespace to be "Ready" ...
I0805 22:50:46.400601 301884 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-397896" in "kube-system" namespace to be "Ready" ...
I0805 22:50:46.734868 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:46.771005 301884 pod_ready.go:92] pod "kube-scheduler-addons-397896" in "kube-system" namespace has status "Ready":"True"
I0805 22:50:46.771036 301884 pod_ready.go:81] duration metric: took 370.42704ms for pod "kube-scheduler-addons-397896" in "kube-system" namespace to be "Ready" ...
I0805 22:50:46.771046 301884 pod_ready.go:38] duration metric: took 28.919032708s 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" ...
I0805 22:50:46.771065 301884 api_server.go:52] waiting for apiserver process to appear ...
I0805 22:50:46.771132 301884 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0805 22:50:46.790647 301884 api_server.go:72] duration metric: took 30.736015239s to wait for apiserver process to appear ...
I0805 22:50:46.790688 301884 api_server.go:88] waiting for apiserver healthz status ...
I0805 22:50:46.790715 301884 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0805 22:50:46.800095 301884 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0805 22:50:46.801084 301884 api_server.go:141] control plane version: v1.30.3
I0805 22:50:46.801115 301884 api_server.go:131] duration metric: took 10.419168ms to wait for apiserver health ...
I0805 22:50:46.801128 301884 system_pods.go:43] waiting for kube-system pods to appear ...
I0805 22:50:46.855576 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:46.978152 301884 system_pods.go:59] 18 kube-system pods found
I0805 22:50:46.978191 301884 system_pods.go:61] "coredns-7db6d8ff4d-jlvzd" [4bb8a796-a9b1-4295-ae47-7c9b7c55d1d4] Running
I0805 22:50:46.978201 301884 system_pods.go:61] "csi-hostpath-attacher-0" [d6561002-b238-4505-9d27-f27a842905bb] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0805 22:50:46.978209 301884 system_pods.go:61] "csi-hostpath-resizer-0" [9c011600-6cba-470b-8d36-73e5e4d5b816] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0805 22:50:46.978224 301884 system_pods.go:61] "csi-hostpathplugin-vxnbk" [0be3ad66-7442-437f-8482-896c22cd5126] 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])
I0805 22:50:46.978230 301884 system_pods.go:61] "etcd-addons-397896" [cd9bbe53-6b26-4a01-9b4b-7462984c58ea] Running
I0805 22:50:46.978243 301884 system_pods.go:61] "kindnet-2qwcz" [a7d19fee-7ddb-47c9-881e-11a9c1c76439] Running
I0805 22:50:46.978247 301884 system_pods.go:61] "kube-apiserver-addons-397896" [46c8b198-4c0f-4fa8-a764-c555677cb2a8] Running
I0805 22:50:46.978251 301884 system_pods.go:61] "kube-controller-manager-addons-397896" [46543eff-3298-4c54-9a3a-d80ec5ababb7] Running
I0805 22:50:46.978261 301884 system_pods.go:61] "kube-ingress-dns-minikube" [bd0c4819-482a-450b-9212-b0812a2f3d0f] Running
I0805 22:50:46.978264 301884 system_pods.go:61] "kube-proxy-9bgnv" [808e0d2d-d98d-4705-bc1f-b1be88bce437] Running
I0805 22:50:46.978268 301884 system_pods.go:61] "kube-scheduler-addons-397896" [6536bf41-0855-49ca-a032-bf7b3aebd37a] Running
I0805 22:50:46.978274 301884 system_pods.go:61] "metrics-server-c59844bb4-8c7nt" [08177e4d-a1e5-49f4-9a44-fff0eb900ea5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0805 22:50:46.978285 301884 system_pods.go:61] "nvidia-device-plugin-daemonset-mclc6" [fb24d66d-e121-45e0-bec7-8acc5eb98087] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0805 22:50:46.978290 301884 system_pods.go:61] "registry-698f998955-kh76c" [0ffcb69b-6045-465e-8f44-ee825a2d672e] Running
I0805 22:50:46.978296 301884 system_pods.go:61] "registry-proxy-27dwm" [a5b8176d-145d-4148-9bfe-4717574a4437] Running
I0805 22:50:46.978302 301884 system_pods.go:61] "snapshot-controller-745499f584-mhcw6" [c246a25d-ba8f-4542-825f-4ca127aa4fe7] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0805 22:50:46.978311 301884 system_pods.go:61] "snapshot-controller-745499f584-p95xp" [368a9b32-7a30-4240-8a2f-043f61ad2758] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0805 22:50:46.978316 301884 system_pods.go:61] "storage-provisioner" [733123ff-2704-41dc-9a75-304118405efb] Running
I0805 22:50:46.978322 301884 system_pods.go:74] duration metric: took 177.188611ms to wait for pod list to return data ...
I0805 22:50:46.978333 301884 default_sa.go:34] waiting for default service account to be created ...
I0805 22:50:47.170431 301884 default_sa.go:45] found service account: "default"
I0805 22:50:47.170456 301884 default_sa.go:55] duration metric: took 192.11248ms for default service account to be created ...
I0805 22:50:47.170466 301884 system_pods.go:116] waiting for k8s-apps to be running ...
I0805 22:50:47.237768 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:47.355923 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:47.377801 301884 system_pods.go:86] 18 kube-system pods found
I0805 22:50:47.377874 301884 system_pods.go:89] "coredns-7db6d8ff4d-jlvzd" [4bb8a796-a9b1-4295-ae47-7c9b7c55d1d4] Running
I0805 22:50:47.377897 301884 system_pods.go:89] "csi-hostpath-attacher-0" [d6561002-b238-4505-9d27-f27a842905bb] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0805 22:50:47.377915 301884 system_pods.go:89] "csi-hostpath-resizer-0" [9c011600-6cba-470b-8d36-73e5e4d5b816] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0805 22:50:47.377955 301884 system_pods.go:89] "csi-hostpathplugin-vxnbk" [0be3ad66-7442-437f-8482-896c22cd5126] 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])
I0805 22:50:47.377979 301884 system_pods.go:89] "etcd-addons-397896" [cd9bbe53-6b26-4a01-9b4b-7462984c58ea] Running
I0805 22:50:47.377995 301884 system_pods.go:89] "kindnet-2qwcz" [a7d19fee-7ddb-47c9-881e-11a9c1c76439] Running
I0805 22:50:47.378011 301884 system_pods.go:89] "kube-apiserver-addons-397896" [46c8b198-4c0f-4fa8-a764-c555677cb2a8] Running
I0805 22:50:47.378029 301884 system_pods.go:89] "kube-controller-manager-addons-397896" [46543eff-3298-4c54-9a3a-d80ec5ababb7] Running
I0805 22:50:47.378055 301884 system_pods.go:89] "kube-ingress-dns-minikube" [bd0c4819-482a-450b-9212-b0812a2f3d0f] Running
I0805 22:50:47.378076 301884 system_pods.go:89] "kube-proxy-9bgnv" [808e0d2d-d98d-4705-bc1f-b1be88bce437] Running
I0805 22:50:47.378093 301884 system_pods.go:89] "kube-scheduler-addons-397896" [6536bf41-0855-49ca-a032-bf7b3aebd37a] Running
I0805 22:50:47.378111 301884 system_pods.go:89] "metrics-server-c59844bb4-8c7nt" [08177e4d-a1e5-49f4-9a44-fff0eb900ea5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0805 22:50:47.378128 301884 system_pods.go:89] "nvidia-device-plugin-daemonset-mclc6" [fb24d66d-e121-45e0-bec7-8acc5eb98087] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0805 22:50:47.378158 301884 system_pods.go:89] "registry-698f998955-kh76c" [0ffcb69b-6045-465e-8f44-ee825a2d672e] Running
I0805 22:50:47.378180 301884 system_pods.go:89] "registry-proxy-27dwm" [a5b8176d-145d-4148-9bfe-4717574a4437] Running
I0805 22:50:47.378199 301884 system_pods.go:89] "snapshot-controller-745499f584-mhcw6" [c246a25d-ba8f-4542-825f-4ca127aa4fe7] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0805 22:50:47.378224 301884 system_pods.go:89] "snapshot-controller-745499f584-p95xp" [368a9b32-7a30-4240-8a2f-043f61ad2758] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0805 22:50:47.378254 301884 system_pods.go:89] "storage-provisioner" [733123ff-2704-41dc-9a75-304118405efb] Running
I0805 22:50:47.378277 301884 system_pods.go:126] duration metric: took 207.805547ms to wait for k8s-apps to be running ...
I0805 22:50:47.378296 301884 system_svc.go:44] waiting for kubelet service to be running ....
I0805 22:50:47.378382 301884 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0805 22:50:47.392039 301884 system_svc.go:56] duration metric: took 13.734225ms WaitForService to wait for kubelet
I0805 22:50:47.392064 301884 kubeadm.go:582] duration metric: took 31.337437682s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0805 22:50:47.392085 301884 node_conditions.go:102] verifying NodePressure condition ...
I0805 22:50:47.571668 301884 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0805 22:50:47.571750 301884 node_conditions.go:123] node cpu capacity is 2
I0805 22:50:47.571779 301884 node_conditions.go:105] duration metric: took 179.687013ms to run NodePressure ...
I0805 22:50:47.571804 301884 start.go:241] waiting for startup goroutines ...
I0805 22:50:47.736652 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:47.861037 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:48.239647 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:48.356131 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:48.735501 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:48.857923 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:49.235464 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:49.356292 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:49.734440 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:49.854655 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:50.240163 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:50.360318 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:50.734913 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:50.855245 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:51.234078 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:51.356886 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:51.735205 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:51.855494 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:52.235546 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:52.356265 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:52.734408 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:52.855630 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:53.256487 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:53.355786 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:53.736162 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:53.856004 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:54.236417 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:54.355355 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:54.734288 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:54.855424 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:55.241156 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:55.356191 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:55.736156 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:55.855813 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:56.234343 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:56.355240 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:56.737300 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:56.855368 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:57.234797 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:57.355100 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:57.735979 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:57.855106 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:58.235240 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:58.355590 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:58.734431 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:58.854599 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:59.234661 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:59.362980 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:50:59.734792 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:50:59.855530 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:00.269553 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:00.367231 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:00.734781 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:00.854833 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:01.235677 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:01.355667 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:01.734945 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:01.854784 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:02.234586 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:02.355320 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:02.734395 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:02.856492 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:03.234793 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:03.355198 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:03.734359 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:03.854538 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:04.234433 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:04.355594 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:04.735459 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:04.855364 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:05.235550 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:05.355579 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:05.736904 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:05.855443 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:06.234653 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:06.354970 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:06.734795 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:06.855745 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:07.235228 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:07.355921 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:07.735871 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:07.856063 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:08.234761 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:08.355689 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:08.734654 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:08.855402 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:09.234549 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:09.355426 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:09.735295 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:09.855642 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:10.234989 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:10.355542 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:10.735009 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:10.855329 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:11.234447 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:11.356018 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:11.734994 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:11.854884 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:12.233993 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:12.358068 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:12.735331 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:12.856009 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:13.241823 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:13.355526 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:13.735026 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:13.855285 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:14.234882 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:14.355573 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:14.735369 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:14.856407 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:15.235615 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:15.354959 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:15.742193 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:15.855752 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:16.238120 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:16.356459 301884 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0805 22:51:16.738354 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:16.855786 301884 kapi.go:107] duration metric: took 52.505285838s to wait for app.kubernetes.io/name=ingress-nginx ...
I0805 22:51:17.235403 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:17.735168 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:18.238726 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:18.735912 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:19.237035 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:19.734614 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:20.234649 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:20.734622 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:21.236735 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:21.734713 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:22.235566 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:22.734513 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:23.234477 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:23.733938 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:24.234744 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0805 22:51:24.734619 301884 kapi.go:107] duration metric: took 57.505829073s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0805 22:51:51.469118 301884 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0805 22:51:51.469147 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:51.968890 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:52.468453 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:52.969154 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:53.468679 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:53.968936 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:54.468346 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:54.970992 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:55.468096 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:55.968638 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:56.468675 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:56.969039 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:57.468553 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:57.968894 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:58.468318 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:58.968078 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:59.468477 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:51:59.969053 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:00.472065 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:00.968108 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:01.468333 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:01.968119 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:02.469010 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:02.968346 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:03.469526 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:03.968477 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:04.469156 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:04.969152 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:05.469342 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:05.968267 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:06.469203 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:06.969109 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:07.468857 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:07.968280 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:08.468785 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:08.968424 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:09.467773 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:09.968381 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:10.468606 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:10.968603 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:11.468153 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:11.968967 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:12.468487 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:12.968766 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:13.468802 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:13.969120 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:14.468428 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:14.968695 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:15.468156 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:15.968588 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:16.468218 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:16.969495 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:17.468228 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:17.968715 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:18.468620 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:18.968397 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:19.468815 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:19.969023 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:20.469127 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:20.969078 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:21.468783 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:21.968979 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:22.468140 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:22.968927 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:23.468101 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:23.968476 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:24.469029 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:24.968728 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:25.469199 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:25.969010 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:26.468510 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:26.968251 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:27.468258 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:27.968891 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:28.468522 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:28.968779 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:29.468317 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:29.968198 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:30.468410 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:30.969029 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:31.470591 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:31.971596 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:32.468752 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:32.968524 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:33.474784 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:33.968455 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:34.469137 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:34.968488 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:35.468531 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:35.968438 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:36.468823 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:36.968211 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:37.469271 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:37.969316 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:38.469261 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:38.969592 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:39.468324 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:39.969169 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:40.468881 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:40.968824 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:41.469246 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:41.969341 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:42.468457 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:42.968444 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:43.471105 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:43.969254 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:44.468971 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:44.968334 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:45.469273 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:45.968927 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:46.469203 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:46.968918 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:47.468501 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:47.968759 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:48.468378 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:48.969178 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:49.468910 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:49.968823 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:50.468358 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:50.968647 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:51.468753 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:51.969287 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:52.469015 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:52.968839 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:53.468910 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:53.968659 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:54.469249 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:54.968788 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:55.468920 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:55.969149 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:56.469213 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:56.968189 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:57.468930 301884 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0805 22:52:57.968626 301884 kapi.go:107] duration metric: took 2m29.503632557s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0805 22:52:57.970750 301884 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-397896 cluster.
I0805 22:52:57.972989 301884 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.
I0805 22:52:57.974960 301884 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0805 22:52:57.976816 301884 out.go:177] * Enabled addons: storage-provisioner, storage-provisioner-rancher, ingress-dns, cloud-spanner, nvidia-device-plugin, default-storageclass, volcano, metrics-server, inspektor-gadget, yakd, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0805 22:52:57.978895 301884 addons.go:510] duration metric: took 2m41.923978892s for enable addons: enabled=[storage-provisioner storage-provisioner-rancher ingress-dns cloud-spanner nvidia-device-plugin default-storageclass volcano metrics-server inspektor-gadget yakd volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0805 22:52:57.978942 301884 start.go:246] waiting for cluster config update ...
I0805 22:52:57.978965 301884 start.go:255] writing updated cluster config ...
I0805 22:52:57.979305 301884 ssh_runner.go:195] Run: rm -f paused
I0805 22:52:58.355286 301884 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
I0805 22:52:58.357265 301884 out.go:177] * Done! kubectl is now configured to use "addons-397896" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
4868656c13ed4 d1ca868ab82aa 2 minutes ago Exited gadget 5 53e3bdca93422 gadget-hgxwm
9301e21baaaeb 6ef582f3ec844 3 minutes ago Running gcp-auth 0 45d7f1c3b379e gcp-auth-5db96cd9b4-wxfvq
d137ba3ccd420 8b46b1cd48760 4 minutes ago Running admission 0 2e5250afde8f3 volcano-admission-5f7844f7bc-km7z6
98d3fefa6a779 ee6d597e62dc8 4 minutes ago Running csi-snapshotter 0 bc1d249aa5ff3 csi-hostpathplugin-vxnbk
79c24719e4282 642ded511e141 4 minutes ago Running csi-provisioner 0 bc1d249aa5ff3 csi-hostpathplugin-vxnbk
5b9a6f89227f0 922312104da8a 4 minutes ago Running liveness-probe 0 bc1d249aa5ff3 csi-hostpathplugin-vxnbk
21022c276dc9e 08f6b2990811a 4 minutes ago Running hostpath 0 bc1d249aa5ff3 csi-hostpathplugin-vxnbk
c54dad0c56e99 0107d56dbc0be 4 minutes ago Running node-driver-registrar 0 bc1d249aa5ff3 csi-hostpathplugin-vxnbk
fb96826259740 24f8f979639f1 5 minutes ago Running controller 0 5d765fd76389a ingress-nginx-controller-6d9bd977d4-7w465
0b3ebc57b399d e396bbd29d2f6 5 minutes ago Running nvidia-device-plugin-ctr 0 084d0feef56be nvidia-device-plugin-daemonset-mclc6
d3ebbfc27a6f6 487fa743e1e22 5 minutes ago Running csi-resizer 0 eea4a7662daa0 csi-hostpath-resizer-0
7c1f947b4588f 9a80d518f102c 5 minutes ago Running csi-attacher 0 ad8d327b1411f csi-hostpath-attacher-0
eab2e9c51704b 1505f556b3a7b 5 minutes ago Running volcano-controllers 0 bcf44f4151810 volcano-controllers-59cb4746db-5xqbq
c5e3b411cc2e5 d9c7ad4c226bf 5 minutes ago Running volcano-scheduler 0 548d395757075 volcano-scheduler-844f6db89b-xnfg9
b85a29b6803ba 4d1e5c3e97420 5 minutes ago Running volume-snapshot-controller 0 dd96b96afa929 snapshot-controller-745499f584-mhcw6
1f5a7812981dc 1461903ec4fe9 5 minutes ago Running csi-external-health-monitor-controller 0 bc1d249aa5ff3 csi-hostpathplugin-vxnbk
a126b12590536 296b5f799fcd8 5 minutes ago Exited patch 0 8be570ccb1d5a ingress-nginx-admission-patch-5r6tk
cb2c55207a8f8 296b5f799fcd8 5 minutes ago Exited create 0 3b006fb6e48db ingress-nginx-admission-create-pvr9l
77c6683009f64 77bdba588b953 5 minutes ago Running yakd 0 d0bcae706c3bf yakd-dashboard-799879c74f-lchwh
aad09f1d41dc2 4d1e5c3e97420 5 minutes ago Running volume-snapshot-controller 0 dcd740bade45b snapshot-controller-745499f584-p95xp
c62d0c94e759e 95dccb4df54ab 5 minutes ago Running metrics-server 0 53a4b19ad0ca2 metrics-server-c59844bb4-8c7nt
9ee2dfa3a775d 7ce2150c8929b 5 minutes ago Running local-path-provisioner 0 a993709fdd33c local-path-provisioner-8d985888d-9799l
7e4cc04707255 2437cf7621777 5 minutes ago Running coredns 0 e1332cb78800f coredns-7db6d8ff4d-jlvzd
b9d973729f27b 53af6e2c4c343 5 minutes ago Running cloud-spanner-emulator 0 5b6f56cda2e25 cloud-spanner-emulator-5455fb9b69-rxjvz
228d032f7ac76 3410e1561990a 5 minutes ago Running registry-proxy 0 33c8793d88a38 registry-proxy-27dwm
b61a0f2a0948e 6fed88f43b276 5 minutes ago Running registry 0 057b51224c2e9 registry-698f998955-kh76c
66682c9259f7d 35508c2f890c4 5 minutes ago Running minikube-ingress-dns 0 6ebb485188c0b kube-ingress-dns-minikube
236dde54f3be8 d5e283bc63d43 5 minutes ago Running kindnet-cni 0 d89b96418bb0f kindnet-2qwcz
2b1e6c054cb50 ba04bb24b9575 5 minutes ago Running storage-provisioner 0 cd005b6cc5583 storage-provisioner
53f10af21ec6c 2351f570ed0ea 5 minutes ago Running kube-proxy 0 d5c756911275d kube-proxy-9bgnv
9122e54e5153c d48f992a22722 6 minutes ago Running kube-scheduler 0 69fd7eec666e9 kube-scheduler-addons-397896
aac679010e250 014faa467e297 6 minutes ago Running etcd 0 644b289c571e3 etcd-addons-397896
e21e008884bd3 61773190d42ff 6 minutes ago Running kube-apiserver 0 74cf745815114 kube-apiserver-addons-397896
323b3c173bc31 8e97cdb19e7cc 6 minutes ago Running kube-controller-manager 0 95fd45215a79b kube-controller-manager-addons-397896
==> containerd <==
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.860181424Z" level=info msg="RemoveContainer for \"44039d61a1bb417cc4fd5b807fa116c49f7a99e6251e0a09863d33b2a622f482\" returns successfully"
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.862817015Z" level=info msg="StopPodSandbox for \"a45e3d993962c7d54fcd8507534e919feb155cd4617ed964f85494e4e38aeb99\""
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.874436300Z" level=info msg="TearDown network for sandbox \"a45e3d993962c7d54fcd8507534e919feb155cd4617ed964f85494e4e38aeb99\" successfully"
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.874478023Z" level=info msg="StopPodSandbox for \"a45e3d993962c7d54fcd8507534e919feb155cd4617ed964f85494e4e38aeb99\" returns successfully"
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.875037858Z" level=info msg="RemovePodSandbox for \"a45e3d993962c7d54fcd8507534e919feb155cd4617ed964f85494e4e38aeb99\""
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.875161493Z" level=info msg="Forcibly stopping sandbox \"a45e3d993962c7d54fcd8507534e919feb155cd4617ed964f85494e4e38aeb99\""
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.888774014Z" level=info msg="TearDown network for sandbox \"a45e3d993962c7d54fcd8507534e919feb155cd4617ed964f85494e4e38aeb99\" successfully"
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.894971644Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"a45e3d993962c7d54fcd8507534e919feb155cd4617ed964f85494e4e38aeb99\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.895099611Z" level=info msg="RemovePodSandbox \"a45e3d993962c7d54fcd8507534e919feb155cd4617ed964f85494e4e38aeb99\" returns successfully"
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.896286728Z" level=info msg="StopPodSandbox for \"9981ba5fa7e929590046699f04a8332d99d9ae6064ea1fa1f58860d26eda9457\""
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.904121894Z" level=info msg="TearDown network for sandbox \"9981ba5fa7e929590046699f04a8332d99d9ae6064ea1fa1f58860d26eda9457\" successfully"
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.904302029Z" level=info msg="StopPodSandbox for \"9981ba5fa7e929590046699f04a8332d99d9ae6064ea1fa1f58860d26eda9457\" returns successfully"
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.904853864Z" level=info msg="RemovePodSandbox for \"9981ba5fa7e929590046699f04a8332d99d9ae6064ea1fa1f58860d26eda9457\""
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.904898016Z" level=info msg="Forcibly stopping sandbox \"9981ba5fa7e929590046699f04a8332d99d9ae6064ea1fa1f58860d26eda9457\""
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.914235786Z" level=info msg="TearDown network for sandbox \"9981ba5fa7e929590046699f04a8332d99d9ae6064ea1fa1f58860d26eda9457\" successfully"
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.920536907Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"9981ba5fa7e929590046699f04a8332d99d9ae6064ea1fa1f58860d26eda9457\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.920656586Z" level=info msg="RemovePodSandbox \"9981ba5fa7e929590046699f04a8332d99d9ae6064ea1fa1f58860d26eda9457\" returns successfully"
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.921134502Z" level=info msg="StopPodSandbox for \"6b45ce74f66f5130a1a95f517660b4b965790a95348b170fe5ab302bf548274f\""
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.931816598Z" level=info msg="TearDown network for sandbox \"6b45ce74f66f5130a1a95f517660b4b965790a95348b170fe5ab302bf548274f\" successfully"
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.931857181Z" level=info msg="StopPodSandbox for \"6b45ce74f66f5130a1a95f517660b4b965790a95348b170fe5ab302bf548274f\" returns successfully"
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.932368039Z" level=info msg="RemovePodSandbox for \"6b45ce74f66f5130a1a95f517660b4b965790a95348b170fe5ab302bf548274f\""
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.932493471Z" level=info msg="Forcibly stopping sandbox \"6b45ce74f66f5130a1a95f517660b4b965790a95348b170fe5ab302bf548274f\""
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.940165749Z" level=info msg="TearDown network for sandbox \"6b45ce74f66f5130a1a95f517660b4b965790a95348b170fe5ab302bf548274f\" successfully"
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.958388752Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"6b45ce74f66f5130a1a95f517660b4b965790a95348b170fe5ab302bf548274f\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
Aug 05 22:54:02 addons-397896 containerd[816]: time="2024-08-05T22:54:02.958759886Z" level=info msg="RemovePodSandbox \"6b45ce74f66f5130a1a95f517660b4b965790a95348b170fe5ab302bf548274f\" returns successfully"
==> coredns [7e4cc04707255fa46efd39e85affd5d9d0a08ca52c7048716908c105474e1cb0] <==
CoreDNS-1.11.1
linux/arm64, go1.20.7, ae2bbc2
[INFO] 127.0.0.1:40214 - 16550 "HINFO IN 5302318761396749638.533506067628738301. udp 56 false 512" NXDOMAIN qr,rd,ra 56 0.023274427s
[INFO] 10.244.0.3:52592 - 36000 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000240903s
[INFO] 10.244.0.3:52592 - 17069 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000291019s
[INFO] 10.244.0.3:55017 - 6000 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000210715s
[INFO] 10.244.0.3:55017 - 39548 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000161846s
[INFO] 10.244.0.3:36199 - 64779 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000204554s
[INFO] 10.244.0.3:36199 - 29453 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000086834s
[INFO] 10.244.0.3:57815 - 4884 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000099619s
[INFO] 10.244.0.3:57815 - 62999 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000060594s
[INFO] 10.244.0.3:50011 - 15823 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002213291s
[INFO] 10.244.0.3:50011 - 27345 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002112852s
[INFO] 10.244.0.3:49418 - 51798 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00004864s
[INFO] 10.244.0.3:49418 - 50260 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000058494s
[INFO] 10.244.0.24:56921 - 3294 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000178305s
[INFO] 10.244.0.24:54878 - 53802 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000086236s
[INFO] 10.244.0.24:54572 - 18187 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000148316s
[INFO] 10.244.0.24:47228 - 1705 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000113411s
[INFO] 10.244.0.24:44317 - 57905 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000105534s
[INFO] 10.244.0.24:58010 - 25012 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000093464s
[INFO] 10.244.0.24:54480 - 7141 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.004201956s
[INFO] 10.244.0.24:54302 - 15640 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003521859s
[INFO] 10.244.0.24:56204 - 44968 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001036126s
[INFO] 10.244.0.24:54999 - 43404 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.001096885s
==> describe nodes <==
Name: addons-397896
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-397896
kubernetes.io/os=linux
minikube.k8s.io/commit=a179f531dd2dbe55e0d6074abcbc378280f91bb4
minikube.k8s.io/name=addons-397896
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_08_05T22_50_03_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-397896
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-397896"}
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, 05 Aug 2024 22:50:00 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-397896
AcquireTime: <unset>
RenewTime: Mon, 05 Aug 2024 22:56:09 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 05 Aug 2024 22:53:06 +0000 Mon, 05 Aug 2024 22:49:57 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 05 Aug 2024 22:53:06 +0000 Mon, 05 Aug 2024 22:49:57 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 05 Aug 2024 22:53:06 +0000 Mon, 05 Aug 2024 22:49:57 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 05 Aug 2024 22:53:06 +0000 Mon, 05 Aug 2024 22:50:02 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-397896
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: 81f53fa631b845dfb765b430e52cf43f
System UUID: 1b4afc81-cfc7-483a-9856-1d361bb36665
Boot ID: 5b117d1c-02d3-4843-b80b-b52a243aaa59
Kernel Version: 5.15.0-1066-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-rxjvz 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m57s
gadget gadget-hgxwm 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m54s
gcp-auth gcp-auth-5db96cd9b4-wxfvq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m25s
ingress-nginx ingress-nginx-controller-6d9bd977d4-7w465 100m (5%!)(MISSING) 0 (0%!)(MISSING) 90Mi (1%!)(MISSING) 0 (0%!)(MISSING) 5m52s
kube-system coredns-7db6d8ff4d-jlvzd 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m
kube-system csi-hostpath-attacher-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m49s
kube-system csi-hostpath-resizer-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m49s
kube-system csi-hostpathplugin-vxnbk 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m49s
kube-system etcd-addons-397896 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m13s
kube-system kindnet-2qwcz 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m
kube-system kube-apiserver-addons-397896 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m13s
kube-system kube-controller-manager-addons-397896 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m13s
kube-system kube-ingress-dns-minikube 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m57s
kube-system kube-proxy-9bgnv 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m
kube-system kube-scheduler-addons-397896 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m13s
kube-system metrics-server-c59844bb4-8c7nt 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 5m55s
kube-system nvidia-device-plugin-daemonset-mclc6 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m57s
kube-system registry-698f998955-kh76c 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m56s
kube-system registry-proxy-27dwm 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m55s
kube-system snapshot-controller-745499f584-mhcw6 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m53s
kube-system snapshot-controller-745499f584-p95xp 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m53s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m56s
local-path-storage local-path-provisioner-8d985888d-9799l 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m55s
volcano-system volcano-admission-5f7844f7bc-km7z6 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m51s
volcano-system volcano-controllers-59cb4746db-5xqbq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m51s
volcano-system volcano-scheduler-844f6db89b-xnfg9 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m51s
yakd-dashboard yakd-dashboard-799879c74f-lchwh 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 5m54s
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 5m57s kube-proxy
Normal NodeHasSufficientMemory 6m20s (x8 over 6m20s) kubelet Node addons-397896 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m20s (x8 over 6m20s) kubelet Node addons-397896 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m20s (x7 over 6m20s) kubelet Node addons-397896 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 6m20s kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 6m14s kubelet Node addons-397896 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m14s kubelet Node addons-397896 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m14s kubelet Node addons-397896 status is now: NodeHasSufficientPID
Normal NodeNotReady 6m14s kubelet Node addons-397896 status is now: NodeNotReady
Normal NodeAllocatableEnforced 6m14s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 6m14s kubelet Node addons-397896 status is now: NodeReady
Normal Starting 6m14s kubelet Starting kubelet.
Normal RegisteredNode 6m1s node-controller Node addons-397896 event: Registered Node addons-397896 in Controller
==> dmesg <==
[ +0.000918] FS-Cache: N-cookie d=00000000f2702d83{9p.inode} n=00000000867be6e6
[ +0.000992] FS-Cache: N-key=[8] '91385c0100000000'
[ +0.005073] FS-Cache: Duplicate cookie detected
[ +0.000645] FS-Cache: O-cookie c=00000006 [p=00000003 fl=226 nc=0 na=1]
[ +0.000896] FS-Cache: O-cookie d=00000000f2702d83{9p.inode} n=00000000f3c0d8b3
[ +0.001064] FS-Cache: O-key=[8] '91385c0100000000'
[ +0.000678] FS-Cache: N-cookie c=0000000d [p=00000003 fl=2 nc=0 na=1]
[ +0.000859] FS-Cache: N-cookie d=00000000f2702d83{9p.inode} n=000000003bc302a4
[ +0.000965] FS-Cache: N-key=[8] '91385c0100000000'
[ +3.281619] FS-Cache: Duplicate cookie detected
[ +0.000642] FS-Cache: O-cookie c=00000004 [p=00000003 fl=226 nc=0 na=1]
[ +0.000881] FS-Cache: O-cookie d=00000000f2702d83{9p.inode} n=000000002c1e0c05
[ +0.000959] FS-Cache: O-key=[8] '90385c0100000000'
[ +0.000653] FS-Cache: N-cookie c=0000000f [p=00000003 fl=2 nc=0 na=1]
[ +0.000902] FS-Cache: N-cookie d=00000000f2702d83{9p.inode} n=0000000082c717d5
[ +0.001005] FS-Cache: N-key=[8] '90385c0100000000'
[ +0.311951] FS-Cache: Duplicate cookie detected
[ +0.000643] FS-Cache: O-cookie c=00000009 [p=00000003 fl=226 nc=0 na=1]
[ +0.001150] FS-Cache: O-cookie d=00000000f2702d83{9p.inode} n=00000000c8b25ad8
[ +0.001016] FS-Cache: O-key=[8] '99385c0100000000'
[ +0.000643] FS-Cache: N-cookie c=00000010 [p=00000003 fl=2 nc=0 na=1]
[ +0.000843] FS-Cache: N-cookie d=00000000f2702d83{9p.inode} n=00000000867be6e6
[ +0.000949] FS-Cache: N-key=[8] '99385c0100000000'
[Aug 5 21:53] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
[Aug 5 22:04] hrtimer: interrupt took 8962363 ns
==> etcd [aac679010e250440b3f7d788737c3b15926d3d22aada8a6bcf53e7ae3d1cc2c5] <==
{"level":"info","ts":"2024-08-05T22:49:57.248747Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-08-05T22:49:57.248982Z","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-08-05T22:49:57.249605Z","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-08-05T22:49:57.250138Z","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-08-05T22:49:57.249931Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-08-05T22:49:57.255293Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-08-05T22:49:57.255268Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-08-05T22:49:57.599302Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-08-05T22:49:57.599358Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-08-05T22:49:57.599383Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-08-05T22:49:57.599398Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-08-05T22:49:57.599452Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-08-05T22:49:57.599483Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-08-05T22:49:57.599509Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-08-05T22:49:57.603446Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-397896 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-08-05T22:49:57.603629Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-08-05T22:49:57.60403Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-08-05T22:49:57.615722Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-08-05T22:49:57.615915Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-08-05T22:49:57.616153Z","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-08-05T22:49:57.616339Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-08-05T22:49:57.635349Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-08-05T22:49:57.639713Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-08-05T22:49:57.616399Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-08-05T22:49:57.639787Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
==> gcp-auth [9301e21baaaeb71bb3679f0f426ee59c8869ea8ac5f64be649c5e837807731ef] <==
2024/08/05 22:52:57 GCP Auth Webhook started!
2024/08/05 22:53:13 Ready to marshal response ...
2024/08/05 22:53:13 Ready to write response ...
2024/08/05 22:53:14 Ready to marshal response ...
2024/08/05 22:53:14 Ready to write response ...
==> kernel <==
22:56:16 up 2:38, 0 users, load average: 0.17, 0.61, 0.73
Linux addons-397896 5.15.0-1066-aws #72~20.04.1-Ubuntu SMP Sat Jul 20 07:44:07 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [236dde54f3be8c8e20cd62a54cc4e04e265d08550edddd728a46709768007189] <==
E0805 22:55:05.268852 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.3/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
I0805 22:55:12.445062 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0805 22:55:12.445254 1 main.go:299] handling current node
W0805 22:55:14.982716 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.3/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
E0805 22:55:14.982757 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.3/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
W0805 22:55:19.738162 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.3/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
E0805 22:55:19.738203 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.3/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
I0805 22:55:22.445334 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0805 22:55:22.445368 1 main.go:299] handling current node
I0805 22:55:32.445268 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0805 22:55:32.445311 1 main.go:299] handling current node
I0805 22:55:42.445626 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0805 22:55:42.445722 1 main.go:299] handling current node
W0805 22:55:45.338655 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.3/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
E0805 22:55:45.338929 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.3/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
W0805 22:55:46.604262 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.3/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
E0805 22:55:46.604295 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.3/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
I0805 22:55:52.445052 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0805 22:55:52.445141 1 main.go:299] handling current node
I0805 22:56:02.445076 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0805 22:56:02.445109 1 main.go:299] handling current node
W0805 22:56:04.360055 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.3/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
E0805 22:56:04.360096 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.3/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
I0805 22:56:12.445346 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0805 22:56:12.445430 1 main.go:299] handling current node
==> kube-apiserver [e21e008884bd3ea2e0fecdd6cc1d55242f874be1fe7f7c97141c64f4c5c218bf] <==
W0805 22:51:26.063424 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.107.5.129:443: connect: connection refused
W0805 22:51:27.144188 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.107.5.129:443: connect: connection refused
W0805 22:51:28.244015 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.107.5.129:443: connect: connection refused
W0805 22:51:29.336598 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.107.5.129:443: connect: connection refused
W0805 22:51:30.364882 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.107.5.129:443: connect: connection refused
W0805 22:51:31.400532 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.107.5.129:443: connect: connection refused
W0805 22:51:31.429814 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.248.28:443: connect: connection refused
E0805 22:51:31.429853 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.248.28:443: connect: connection refused
W0805 22:51:31.430323 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.107.5.129:443: connect: connection refused
W0805 22:51:31.469239 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.248.28:443: connect: connection refused
E0805 22:51:31.469374 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.248.28:443: connect: connection refused
W0805 22:51:31.469901 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.107.5.129:443: connect: connection refused
W0805 22:51:32.445528 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.107.5.129:443: connect: connection refused
W0805 22:51:33.473199 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.107.5.129:443: connect: connection refused
W0805 22:51:34.492233 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.107.5.129:443: connect: connection refused
W0805 22:51:35.502136 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.107.5.129:443: connect: connection refused
W0805 22:51:36.590860 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.107.5.129:443: connect: connection refused
W0805 22:51:51.380093 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.248.28:443: connect: connection refused
E0805 22:51:51.380196 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.248.28:443: connect: connection refused
W0805 22:52:31.437035 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.248.28:443: connect: connection refused
E0805 22:52:31.437076 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.248.28:443: connect: connection refused
W0805 22:52:31.476869 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.248.28:443: connect: connection refused
E0805 22:52:31.476911 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.248.28:443: connect: connection refused
I0805 22:53:13.864220 1 controller.go:615] quota admission added evaluator for: jobs.batch.volcano.sh
I0805 22:53:13.906301 1 controller.go:615] quota admission added evaluator for: podgroups.scheduling.volcano.sh
==> kube-controller-manager [323b3c173bc315a6c5d01f2ba52c7bfe22bf7c83715d19c02d04394d88b53c3d] <==
I0805 22:52:31.462201 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0805 22:52:31.474712 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0805 22:52:31.484481 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0805 22:52:31.494836 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0805 22:52:31.503788 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0805 22:52:31.513531 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0805 22:52:32.678786 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0805 22:52:32.689271 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0805 22:52:33.799123 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0805 22:52:33.815878 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0805 22:52:34.695687 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0805 22:52:34.717882 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0805 22:52:34.806352 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0805 22:52:34.813220 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0805 22:52:34.821102 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0805 22:52:34.823302 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0805 22:52:34.831392 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0805 22:52:34.837768 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0805 22:52:57.784058 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="gcp-auth/gcp-auth-5db96cd9b4" duration="14.300079ms"
I0805 22:52:57.784336 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="gcp-auth/gcp-auth-5db96cd9b4" duration="44.504µs"
I0805 22:53:04.022784 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0805 22:53:04.024823 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0805 22:53:04.069328 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0805 22:53:04.069895 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0805 22:53:13.602015 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="volcano-system/volcano-admission-init"
==> kube-proxy [53f10af21ec6cb693b89b7514429393b97941fcb8b1aa06b062cd48ef27785ea] <==
I0805 22:50:18.791241 1 server_linux.go:69] "Using iptables proxy"
I0805 22:50:18.810231 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0805 22:50:18.845569 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0805 22:50:18.845625 1 server_linux.go:165] "Using iptables Proxier"
I0805 22:50:18.850069 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0805 22:50:18.850104 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0805 22:50:18.850132 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"
I0805 22:50:18.850359 1 server.go:872] "Version info" version="v1.30.3"
I0805 22:50:18.850376 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0805 22:50:18.851987 1 config.go:192] "Starting service config controller"
I0805 22:50:18.852003 1 shared_informer.go:313] Waiting for caches to sync for service config
I0805 22:50:18.852026 1 config.go:101] "Starting endpoint slice config controller"
I0805 22:50:18.852030 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0805 22:50:18.855972 1 config.go:319] "Starting node config controller"
I0805 22:50:18.855993 1 shared_informer.go:313] Waiting for caches to sync for node config
I0805 22:50:18.955038 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0805 22:50:18.955103 1 shared_informer.go:320] Caches are synced for service config
I0805 22:50:18.956106 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [9122e54e5153cdcdedd0417771cd62df8718255b90d662ffb6f5ddeee30aa51d] <==
W0805 22:50:00.231603 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
E0805 22:50:00.231616 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
W0805 22:50:00.231670 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
E0805 22:50:00.231679 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
W0805 22:50:00.231816 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0805 22:50:00.231828 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0805 22:50:00.231938 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
E0805 22:50:00.231951 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
W0805 22:50:00.232004 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
E0805 22:50:00.232013 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
W0805 22:50:00.232092 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0805 22:50:00.232103 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0805 22:50:00.232116 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
E0805 22:50:00.232125 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
W0805 22:50:00.255973 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0805 22:50:00.256014 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0805 22:50:01.079671 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0805 22:50:01.079907 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0805 22:50:01.205042 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
E0805 22:50:01.205098 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
W0805 22:50:01.286714 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
E0805 22:50:01.286756 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
W0805 22:50:01.387448 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"
E0805 22:50:01.387660 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"
I0805 22:50:03.097379 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Aug 05 22:54:11 addons-397896 kubelet[1554]: E0805 22:54:11.769907 1554 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-hgxwm_gadget(f3cc373f-5afb-4483-8f39-0056e488efe8)\"" pod="gadget/gadget-hgxwm" podUID="f3cc373f-5afb-4483-8f39-0056e488efe8"
Aug 05 22:54:24 addons-397896 kubelet[1554]: I0805 22:54:24.768934 1554 scope.go:117] "RemoveContainer" containerID="4868656c13ed4d6efd1ade29e499467ed07ec93cf6c35b4c6f8cb92de91d7c89"
Aug 05 22:54:24 addons-397896 kubelet[1554]: E0805 22:54:24.769435 1554 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-hgxwm_gadget(f3cc373f-5afb-4483-8f39-0056e488efe8)\"" pod="gadget/gadget-hgxwm" podUID="f3cc373f-5afb-4483-8f39-0056e488efe8"
Aug 05 22:54:25 addons-397896 kubelet[1554]: I0805 22:54:25.768707 1554 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-27dwm" secret="" err="secret \"gcp-auth\" not found"
Aug 05 22:54:35 addons-397896 kubelet[1554]: I0805 22:54:35.769502 1554 scope.go:117] "RemoveContainer" containerID="4868656c13ed4d6efd1ade29e499467ed07ec93cf6c35b4c6f8cb92de91d7c89"
Aug 05 22:54:35 addons-397896 kubelet[1554]: E0805 22:54:35.770070 1554 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-hgxwm_gadget(f3cc373f-5afb-4483-8f39-0056e488efe8)\"" pod="gadget/gadget-hgxwm" podUID="f3cc373f-5afb-4483-8f39-0056e488efe8"
Aug 05 22:54:40 addons-397896 kubelet[1554]: I0805 22:54:40.769409 1554 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/nvidia-device-plugin-daemonset-mclc6" secret="" err="secret \"gcp-auth\" not found"
Aug 05 22:54:41 addons-397896 kubelet[1554]: I0805 22:54:41.769229 1554 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-698f998955-kh76c" secret="" err="secret \"gcp-auth\" not found"
Aug 05 22:54:49 addons-397896 kubelet[1554]: I0805 22:54:49.768981 1554 scope.go:117] "RemoveContainer" containerID="4868656c13ed4d6efd1ade29e499467ed07ec93cf6c35b4c6f8cb92de91d7c89"
Aug 05 22:54:49 addons-397896 kubelet[1554]: E0805 22:54:49.769484 1554 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-hgxwm_gadget(f3cc373f-5afb-4483-8f39-0056e488efe8)\"" pod="gadget/gadget-hgxwm" podUID="f3cc373f-5afb-4483-8f39-0056e488efe8"
Aug 05 22:55:04 addons-397896 kubelet[1554]: I0805 22:55:04.769527 1554 scope.go:117] "RemoveContainer" containerID="4868656c13ed4d6efd1ade29e499467ed07ec93cf6c35b4c6f8cb92de91d7c89"
Aug 05 22:55:04 addons-397896 kubelet[1554]: E0805 22:55:04.770068 1554 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-hgxwm_gadget(f3cc373f-5afb-4483-8f39-0056e488efe8)\"" pod="gadget/gadget-hgxwm" podUID="f3cc373f-5afb-4483-8f39-0056e488efe8"
Aug 05 22:55:15 addons-397896 kubelet[1554]: I0805 22:55:15.769007 1554 scope.go:117] "RemoveContainer" containerID="4868656c13ed4d6efd1ade29e499467ed07ec93cf6c35b4c6f8cb92de91d7c89"
Aug 05 22:55:15 addons-397896 kubelet[1554]: E0805 22:55:15.769507 1554 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-hgxwm_gadget(f3cc373f-5afb-4483-8f39-0056e488efe8)\"" pod="gadget/gadget-hgxwm" podUID="f3cc373f-5afb-4483-8f39-0056e488efe8"
Aug 05 22:55:29 addons-397896 kubelet[1554]: I0805 22:55:29.769517 1554 scope.go:117] "RemoveContainer" containerID="4868656c13ed4d6efd1ade29e499467ed07ec93cf6c35b4c6f8cb92de91d7c89"
Aug 05 22:55:29 addons-397896 kubelet[1554]: E0805 22:55:29.770064 1554 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-hgxwm_gadget(f3cc373f-5afb-4483-8f39-0056e488efe8)\"" pod="gadget/gadget-hgxwm" podUID="f3cc373f-5afb-4483-8f39-0056e488efe8"
Aug 05 22:55:34 addons-397896 kubelet[1554]: I0805 22:55:34.768911 1554 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-27dwm" secret="" err="secret \"gcp-auth\" not found"
Aug 05 22:55:44 addons-397896 kubelet[1554]: I0805 22:55:44.769607 1554 scope.go:117] "RemoveContainer" containerID="4868656c13ed4d6efd1ade29e499467ed07ec93cf6c35b4c6f8cb92de91d7c89"
Aug 05 22:55:44 addons-397896 kubelet[1554]: E0805 22:55:44.770588 1554 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-hgxwm_gadget(f3cc373f-5afb-4483-8f39-0056e488efe8)\"" pod="gadget/gadget-hgxwm" podUID="f3cc373f-5afb-4483-8f39-0056e488efe8"
Aug 05 22:55:55 addons-397896 kubelet[1554]: I0805 22:55:55.768661 1554 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/nvidia-device-plugin-daemonset-mclc6" secret="" err="secret \"gcp-auth\" not found"
Aug 05 22:55:56 addons-397896 kubelet[1554]: I0805 22:55:56.770241 1554 scope.go:117] "RemoveContainer" containerID="4868656c13ed4d6efd1ade29e499467ed07ec93cf6c35b4c6f8cb92de91d7c89"
Aug 05 22:55:56 addons-397896 kubelet[1554]: E0805 22:55:56.771556 1554 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-hgxwm_gadget(f3cc373f-5afb-4483-8f39-0056e488efe8)\"" pod="gadget/gadget-hgxwm" podUID="f3cc373f-5afb-4483-8f39-0056e488efe8"
Aug 05 22:56:06 addons-397896 kubelet[1554]: I0805 22:56:06.769285 1554 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-698f998955-kh76c" secret="" err="secret \"gcp-auth\" not found"
Aug 05 22:56:10 addons-397896 kubelet[1554]: I0805 22:56:10.769744 1554 scope.go:117] "RemoveContainer" containerID="4868656c13ed4d6efd1ade29e499467ed07ec93cf6c35b4c6f8cb92de91d7c89"
Aug 05 22:56:10 addons-397896 kubelet[1554]: E0805 22:56:10.770240 1554 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-hgxwm_gadget(f3cc373f-5afb-4483-8f39-0056e488efe8)\"" pod="gadget/gadget-hgxwm" podUID="f3cc373f-5afb-4483-8f39-0056e488efe8"
==> storage-provisioner [2b1e6c054cb504e9a9e9f27f40688360decd85747b389f621d6edadfbf4a9331] <==
I0805 22:50:21.564476 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0805 22:50:21.641826 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0805 22:50:21.650893 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0805 22:50:21.689464 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0805 22:50:21.689873 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"0520b4d8-a923-4e58-bce6-4c961457a276", APIVersion:"v1", ResourceVersion:"555", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-397896_4463e405-75d2-4044-a6fd-4d645ec33132 became leader
I0805 22:50:21.691581 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-397896_4463e405-75d2-4044-a6fd-4d645ec33132!
I0805 22:50:21.793159 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-397896_4463e405-75d2-4044-a6fd-4d645ec33132!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-397896 -n addons-397896
helpers_test.go:261: (dbg) Run: kubectl --context addons-397896 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: ingress-nginx-admission-create-pvr9l ingress-nginx-admission-patch-5r6tk 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-397896 describe pod ingress-nginx-admission-create-pvr9l ingress-nginx-admission-patch-5r6tk test-job-nginx-0
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-397896 describe pod ingress-nginx-admission-create-pvr9l ingress-nginx-admission-patch-5r6tk test-job-nginx-0: exit status 1 (77.484958ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-pvr9l" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-5r6tk" not found
Error from server (NotFound): pods "test-job-nginx-0" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-397896 describe pod ingress-nginx-admission-create-pvr9l ingress-nginx-admission-patch-5r6tk test-job-nginx-0: exit status 1
--- FAIL: TestAddons/serial/Volcano (198.82s)