=== RUN TestAddons/serial/Volcano
addons_test.go:884: volcano-controller stabilized in 92.608066ms
addons_test.go:876: volcano-admission stabilized in 92.723256ms
addons_test.go:868: volcano-scheduler stabilized in 92.826245ms
addons_test.go:890: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-scheduler" in namespace "volcano-system" ...
helpers_test.go:352: "volcano-scheduler-76c996c8bf-wqkfr" [ec2b7536-52d2-4e9f-8b80-d23d6f5bc7de] Pending / Ready:ContainersNotReady (containers with unready status: [volcano-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [volcano-scheduler])
helpers_test.go:352: "volcano-scheduler-76c996c8bf-wqkfr" [ec2b7536-52d2-4e9f-8b80-d23d6f5bc7de] Running
addons_test.go:890: (dbg) TestAddons/serial/Volcano: app=volcano-scheduler healthy within 5m17.005016297s
addons_test.go:894: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-admission" in namespace "volcano-system" ...
helpers_test.go:352: "volcano-admission-6c447bd768-2szwf" [737ac497-9742-4adb-9277-f15da9c02148] Running
addons_test.go:894: (dbg) TestAddons/serial/Volcano: app=volcano-admission healthy within 6.00351912s
addons_test.go:898: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-controller" in namespace "volcano-system" ...
helpers_test.go:352: "volcano-controllers-6fd4f85cb8-l5t58" [4d5ece43-3691-4dfd-9154-b05a0ba6f569] Running
addons_test.go:898: (dbg) TestAddons/serial/Volcano: app=volcano-controller healthy within 5.0035884s
addons_test.go:903: (dbg) Run: kubectl --context addons-006450 delete -n volcano-system job volcano-admission-init
addons_test.go:909: (dbg) Run: kubectl --context addons-006450 create -f testdata/vcjob.yaml
addons_test.go:917: (dbg) Run: kubectl --context addons-006450 get vcjob -n my-volcano
addons_test.go:935: (dbg) TestAddons/serial/Volcano: waiting 3m0s for pods matching "volcano.sh/job-name=test-job" in namespace "my-volcano" ...
helpers_test.go:352: "test-job-nginx-0" [b9b10c39-50d5-4b81-bc84-afbdbd30c824] Pending
helpers_test.go:352: "test-job-nginx-0" [b9b10c39-50d5-4b81-bc84-afbdbd30c824] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
addons_test.go:935: ***** TestAddons/serial/Volcano: pod "volcano.sh/job-name=test-job" failed to start within 3m0s: context deadline exceeded ****
addons_test.go:935: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-006450 -n addons-006450
addons_test.go:935: TestAddons/serial/Volcano: showing logs for failed pods as of 2025-10-06 14:31:57.059973657 +0000 UTC m=+695.857842428
addons_test.go:935: (dbg) Run: kubectl --context addons-006450 describe po test-job-nginx-0 -n my-volcano
addons_test.go:935: (dbg) kubectl --context addons-006450 describe po test-job-nginx-0 -n my-volcano:
Name: test-job-nginx-0
Namespace: my-volcano
Priority: 0
Service Account: default
Node: addons-006450/192.168.49.2
Start Time: Mon, 06 Oct 2025 14:28:57 +0000
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-1f8792fc-57b1-4293-acee-731d9de07970
volcano.sh/job-name: test-job
volcano.sh/job-retry-count: 0
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: 10.244.0.27
IPs:
IP: 10.244.0.27
Controlled By: Job/test-job
Containers:
nginx:
Container ID:
Image: nginx:latest
Image ID:
Port: <none>
Host Port: <none>
Command:
sleep
10m
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
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-645g9 (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-645g9:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
Optional: false
DownwardAPI: true
gcp-creds:
Type: HostPath (bare host directory volume)
Path: /var/lib/minikube/google_application_credentials.json
HostPathType: File
QoS Class: BestEffort
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
---- ------ ---- ---- -------
Normal Scheduled 3m volcano Successfully assigned my-volcano/test-job-nginx-0 to addons-006450
Warning Failed 2m20s (x3 over 2m59s) kubelet Failed to pull image "nginx:latest": Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal BackOff 20s (x10 over 2m59s) kubelet Back-off pulling image "nginx:latest"
Warning Failed 20s (x10 over 2m59s) kubelet Error: ImagePullBackOff
Normal Pulling 5s (x5 over 2m59s) kubelet Pulling image "nginx:latest"
Warning Failed 4s (x5 over 2m59s) kubelet Error: ErrImagePull
Warning Failed 4s (x2 over 98s) kubelet Failed to pull image "nginx:latest": toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
addons_test.go:935: (dbg) Run: kubectl --context addons-006450 logs test-job-nginx-0 -n my-volcano
addons_test.go:935: (dbg) Non-zero exit: kubectl --context addons-006450 logs test-job-nginx-0 -n my-volcano: exit status 1 (107.354305ms)
** stderr **
Error from server (BadRequest): container "nginx" in pod "test-job-nginx-0" is waiting to start: trying and failing to pull image
** /stderr **
addons_test.go:935: kubectl --context addons-006450 logs test-job-nginx-0 -n my-volcano: exit status 1
addons_test.go:936: 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:223: ======> post-mortem[TestAddons/serial/Volcano]: network settings <======
helpers_test.go:230: HOST ENV snapshots: PROXY env: HTTP_PROXY="<empty>" HTTPS_PROXY="<empty>" NO_PROXY="<empty>"
helpers_test.go:238: ======> post-mortem[TestAddons/serial/Volcano]: docker inspect <======
helpers_test.go:239: (dbg) Run: docker inspect addons-006450
helpers_test.go:243: (dbg) docker inspect addons-006450:
-- stdout --
[
{
"Id": "fedf355814c061eb6f17b5180c0bd769ec2161ecb06d34c5875476d85fde2d90",
"Created": "2025-10-06T14:21:00.2900908Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 806507,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-10-06T14:21:00.391293391Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:5f534d1f6dbdc6822bb3d07eb55e2a83d08e94cbdcc855a877b4f3dd1ac1278e",
"ResolvConfPath": "/var/lib/docker/containers/fedf355814c061eb6f17b5180c0bd769ec2161ecb06d34c5875476d85fde2d90/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/fedf355814c061eb6f17b5180c0bd769ec2161ecb06d34c5875476d85fde2d90/hostname",
"HostsPath": "/var/lib/docker/containers/fedf355814c061eb6f17b5180c0bd769ec2161ecb06d34c5875476d85fde2d90/hosts",
"LogPath": "/var/lib/docker/containers/fedf355814c061eb6f17b5180c0bd769ec2161ecb06d34c5875476d85fde2d90/fedf355814c061eb6f17b5180c0bd769ec2161ecb06d34c5875476d85fde2d90-json.log",
"Name": "/addons-006450",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-006450:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-006450",
"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": 4294967296,
"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": 8589934592,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"ID": "fedf355814c061eb6f17b5180c0bd769ec2161ecb06d34c5875476d85fde2d90",
"LowerDir": "/var/lib/docker/overlay2/3432813f340fafa44e27ff11706c6b649870e2a0f77abd3f13e73434f0226eec-init/diff:/var/lib/docker/overlay2/e377610d56c190eb4e6f5af0c002c2b677875f0d15e22ba07535ade05d2c2018/diff",
"MergedDir": "/var/lib/docker/overlay2/3432813f340fafa44e27ff11706c6b649870e2a0f77abd3f13e73434f0226eec/merged",
"UpperDir": "/var/lib/docker/overlay2/3432813f340fafa44e27ff11706c6b649870e2a0f77abd3f13e73434f0226eec/diff",
"WorkDir": "/var/lib/docker/overlay2/3432813f340fafa44e27ff11706c6b649870e2a0f77abd3f13e73434f0226eec/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-006450",
"Source": "/var/lib/docker/volumes/addons-006450/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-006450",
"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.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d",
"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-006450",
"name.minikube.sigs.k8s.io": "addons-006450",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "09ddbf4aed5db91393a32b35522feed3626a6a03e08f6e0448ebb5aad5998ddd",
"SandboxKey": "/var/run/docker/netns/09ddbf4aed5d",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37506"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37507"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37510"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37508"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37509"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-006450": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "56:f4:99:c4:a9:52",
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "165f6e38041442732f4da1d95818020ddb3d0bf16ac6242c03ef818c1b73d7fb",
"EndpointID": "b2523cc159053c0b4c03cccafdf39f8b82bb8b5c7e911427f39eed28857482fc",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-006450",
"fedf355814c0"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-006450 -n addons-006450
helpers_test.go:252: <<< TestAddons/serial/Volcano FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======> post-mortem[TestAddons/serial/Volcano]: minikube logs <======
helpers_test.go:255: (dbg) Run: out/minikube-linux-arm64 -p addons-006450 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-arm64 -p addons-006450 logs -n 25: (1.408547669s)
helpers_test.go:260: TestAddons/serial/Volcano logs:
-- stdout --
==> Audit <==
┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
│ COMMAND │ ARGS │ PROFILE │ USER │ VERSION │ START TIME │ END TIME │
├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
│ start │ -o=json --download-only -p download-only-379615 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=docker --driver=docker --container-runtime=docker │ download-only-379615 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ │
│ delete │ --all │ minikube │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ 06 Oct 25 14:20 UTC │
│ delete │ -p download-only-379615 │ download-only-379615 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ 06 Oct 25 14:20 UTC │
│ start │ -o=json --download-only -p download-only-023239 --force --alsologtostderr --kubernetes-version=v1.34.1 --container-runtime=docker --driver=docker --container-runtime=docker │ download-only-023239 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ │
│ delete │ --all │ minikube │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ 06 Oct 25 14:20 UTC │
│ delete │ -p download-only-023239 │ download-only-023239 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ 06 Oct 25 14:20 UTC │
│ delete │ -p download-only-379615 │ download-only-379615 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ 06 Oct 25 14:20 UTC │
│ delete │ -p download-only-023239 │ download-only-023239 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ 06 Oct 25 14:20 UTC │
│ start │ --download-only -p download-docker-403886 --alsologtostderr --driver=docker --container-runtime=docker │ download-docker-403886 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ │
│ delete │ -p download-docker-403886 │ download-docker-403886 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ 06 Oct 25 14:20 UTC │
│ start │ --download-only -p binary-mirror-859483 --alsologtostderr --binary-mirror http://127.0.0.1:42473 --driver=docker --container-runtime=docker │ binary-mirror-859483 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ │
│ delete │ -p binary-mirror-859483 │ binary-mirror-859483 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ 06 Oct 25 14:20 UTC │
│ addons │ enable dashboard -p addons-006450 │ addons-006450 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ │
│ addons │ disable dashboard -p addons-006450 │ addons-006450 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ │
│ start │ -p addons-006450 --wait=true --memory=4096 --alsologtostderr --addons=registry --addons=registry-creds --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=nvidia-device-plugin --addons=yakd --addons=volcano --addons=amd-gpu-device-plugin --driver=docker --container-runtime=docker --addons=ingress --addons=ingress-dns --addons=storage-provisioner-rancher │ addons-006450 │ jenkins │ v1.37.0 │ 06 Oct 25 14:20 UTC │ 06 Oct 25 14:23 UTC │
└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
==> Last Start <==
Log file created at: 2025/10/06 14:20:33
Running on machine: ip-172-31-29-130
Binary: Built with gc go1.24.6 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1006 14:20:33.934280 806109 out.go:360] Setting OutFile to fd 1 ...
I1006 14:20:33.934452 806109 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1006 14:20:33.934482 806109 out.go:374] Setting ErrFile to fd 2...
I1006 14:20:33.934503 806109 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1006 14:20:33.934791 806109 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21701-803497/.minikube/bin
I1006 14:20:33.935342 806109 out.go:368] Setting JSON to false
I1006 14:20:33.936278 806109 start.go:130] hostinfo: {"hostname":"ip-172-31-29-130","uptime":75786,"bootTime":1759684648,"procs":152,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1084-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
I1006 14:20:33.936380 806109 start.go:140] virtualization:
I1006 14:20:33.939820 806109 out.go:179] * [addons-006450] minikube v1.37.0 on Ubuntu 20.04 (arm64)
I1006 14:20:33.942845 806109 out.go:179] - MINIKUBE_LOCATION=21701
I1006 14:20:33.942925 806109 notify.go:220] Checking for updates...
I1006 14:20:33.949235 806109 out.go:179] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1006 14:20:33.952125 806109 out.go:179] - KUBECONFIG=/home/jenkins/minikube-integration/21701-803497/kubeconfig
I1006 14:20:33.955049 806109 out.go:179] - MINIKUBE_HOME=/home/jenkins/minikube-integration/21701-803497/.minikube
I1006 14:20:33.957833 806109 out.go:179] - MINIKUBE_BIN=out/minikube-linux-arm64
I1006 14:20:33.960596 806109 out.go:179] - MINIKUBE_FORCE_SYSTEMD=
I1006 14:20:33.963595 806109 driver.go:421] Setting default libvirt URI to qemu:///system
I1006 14:20:33.986303 806109 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
I1006 14:20:33.986439 806109 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1006 14:20:34.050609 806109 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:49 SystemTime:2025-10-06 14:20:34.04143491 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1084-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Pa
th:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
I1006 14:20:34.050721 806109 docker.go:318] overlay module found
I1006 14:20:34.053842 806109 out.go:179] * Using the docker driver based on user configuration
I1006 14:20:34.056712 806109 start.go:304] selected driver: docker
I1006 14:20:34.056733 806109 start.go:924] validating driver "docker" against <nil>
I1006 14:20:34.056748 806109 start.go:935] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1006 14:20:34.057477 806109 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1006 14:20:34.111822 806109 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:49 SystemTime:2025-10-06 14:20:34.102783115 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1084-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:28.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
I1006 14:20:34.111982 806109 start_flags.go:327] no existing cluster config was found, will generate one from the flags
I1006 14:20:34.112211 806109 start_flags.go:992] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1006 14:20:34.115275 806109 out.go:179] * Using Docker driver with root privileges
I1006 14:20:34.118173 806109 cni.go:84] Creating CNI manager for ""
I1006 14:20:34.118253 806109 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I1006 14:20:34.118263 806109 start_flags.go:336] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I1006 14:20:34.118342 806109 start.go:348] cluster config:
{Name:addons-006450 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d Memory:4096 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.34.1 ClusterName:addons-006450 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 G
PUs: AutoPauseInterval:1m0s}
I1006 14:20:34.121483 806109 out.go:179] * Starting "addons-006450" primary control-plane node in "addons-006450" cluster
I1006 14:20:34.124347 806109 cache.go:123] Beginning downloading kic base image for docker with docker
I1006 14:20:34.127249 806109 out.go:179] * Pulling base image v0.0.48-1759382731-21643 ...
I1006 14:20:34.130100 806109 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime docker
I1006 14:20:34.130168 806109 preload.go:198] Found local preload: /home/jenkins/minikube-integration/21701-803497/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.1-docker-overlay2-arm64.tar.lz4
I1006 14:20:34.130177 806109 cache.go:58] Caching tarball of preloaded images
I1006 14:20:34.130222 806109 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d in local docker daemon
I1006 14:20:34.130282 806109 preload.go:233] Found /home/jenkins/minikube-integration/21701-803497/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.1-docker-overlay2-arm64.tar.lz4 in cache, skipping download
I1006 14:20:34.130293 806109 cache.go:61] Finished verifying existence of preloaded tar for v1.34.1 on docker
I1006 14:20:34.130624 806109 profile.go:143] Saving config to /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/config.json ...
I1006 14:20:34.130655 806109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/config.json: {Name:mk78082a38967c23c9e0fec5499d829d2aa5600d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:20:34.149434 806109 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d to local cache
I1006 14:20:34.149575 806109 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d in local cache directory
I1006 14:20:34.149597 806109 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d in local cache directory, skipping pull
I1006 14:20:34.149602 806109 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d exists in cache, skipping pull
I1006 14:20:34.149610 806109 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d as a tarball
I1006 14:20:34.149626 806109 cache.go:165] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d from local cache
I1006 14:20:52.383725 806109 cache.go:167] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d from cached tarball
I1006 14:20:52.383777 806109 cache.go:232] Successfully downloaded all kic artifacts
I1006 14:20:52.383807 806109 start.go:360] acquireMachinesLock for addons-006450: {Name:mk6a488a7fef2004d8c41401b261288db1a55041 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1006 14:20:52.383940 806109 start.go:364] duration metric: took 111.276µs to acquireMachinesLock for "addons-006450"
I1006 14:20:52.383972 806109 start.go:93] Provisioning new machine with config: &{Name:addons-006450 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d Memory:4096 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.34.1 ClusterName:addons-006450 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.34.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePa
th: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.34.1 ContainerRuntime:docker ControlPlane:true Worker:true}
I1006 14:20:52.384058 806109 start.go:125] createHost starting for "" (driver="docker")
I1006 14:20:52.387398 806109 out.go:252] * Creating docker container (CPUs=2, Memory=4096MB) ...
I1006 14:20:52.387686 806109 start.go:159] libmachine.API.Create for "addons-006450" (driver="docker")
I1006 14:20:52.387754 806109 client.go:168] LocalClient.Create starting
I1006 14:20:52.387880 806109 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/21701-803497/.minikube/certs/ca.pem
I1006 14:20:52.755986 806109 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21701-803497/.minikube/certs/cert.pem
I1006 14:20:54.000215 806109 cli_runner.go:164] Run: docker network inspect addons-006450 --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}}]}"
W1006 14:20:54.021843 806109 cli_runner.go:211] docker network inspect addons-006450 --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
I1006 14:20:54.021935 806109 network_create.go:284] running [docker network inspect addons-006450] to gather additional debugging logs...
I1006 14:20:54.021951 806109 cli_runner.go:164] Run: docker network inspect addons-006450
W1006 14:20:54.038245 806109 cli_runner.go:211] docker network inspect addons-006450 returned with exit code 1
I1006 14:20:54.038287 806109 network_create.go:287] error running [docker network inspect addons-006450]: docker network inspect addons-006450: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-006450 not found
I1006 14:20:54.038299 806109 network_create.go:289] output of [docker network inspect addons-006450]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-006450 not found
** /stderr **
I1006 14:20:54.038438 806109 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}}]}"
I1006 14:20:54.055471 806109 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:0x4001d4c380}
I1006 14:20:54.055517 806109 network_create.go:124] attempt to create docker network addons-006450 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1006 14:20:54.055572 806109 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-006450 addons-006450
I1006 14:20:54.110341 806109 network_create.go:108] docker network addons-006450 192.168.49.0/24 created
I1006 14:20:54.110371 806109 kic.go:121] calculated static IP "192.168.49.2" for the "addons-006450" container
I1006 14:20:54.110459 806109 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1006 14:20:54.127884 806109 cli_runner.go:164] Run: docker volume create addons-006450 --label name.minikube.sigs.k8s.io=addons-006450 --label created_by.minikube.sigs.k8s.io=true
I1006 14:20:54.148808 806109 oci.go:103] Successfully created a docker volume addons-006450
I1006 14:20:54.148892 806109 cli_runner.go:164] Run: docker run --rm --name addons-006450-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-006450 --entrypoint /usr/bin/test -v addons-006450:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d -d /var/lib
I1006 14:20:56.324467 806109 cli_runner.go:217] Completed: docker run --rm --name addons-006450-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-006450 --entrypoint /usr/bin/test -v addons-006450:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d -d /var/lib: (2.175532295s)
I1006 14:20:56.324511 806109 oci.go:107] Successfully prepared a docker volume addons-006450
I1006 14:20:56.324545 806109 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime docker
I1006 14:20:56.324566 806109 kic.go:194] Starting extracting preloaded images to volume ...
I1006 14:20:56.324627 806109 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21701-803497/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.1-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-006450:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d -I lz4 -xf /preloaded.tar -C /extractDir
I1006 14:21:00.168028 806109 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21701-803497/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.1-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-006450:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d -I lz4 -xf /preloaded.tar -C /extractDir: (3.843356071s)
I1006 14:21:00.168062 806109 kic.go:203] duration metric: took 3.843492791s to extract preloaded images to volume ...
W1006 14:21:00.168228 806109 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1006 14:21:00.168353 806109 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1006 14:21:00.269120 806109 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-006450 --name addons-006450 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-006450 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-006450 --network addons-006450 --ip 192.168.49.2 --volume addons-006450:/var --security-opt apparmor=unconfined --memory=4096mb --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.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d
I1006 14:21:00.667135 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Running}}
I1006 14:21:00.686913 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:00.708915 806109 cli_runner.go:164] Run: docker exec addons-006450 stat /var/lib/dpkg/alternatives/iptables
I1006 14:21:00.766467 806109 oci.go:144] the created container "addons-006450" has a running status.
I1006 14:21:00.766496 806109 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa...
I1006 14:21:01.209222 806109 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1006 14:21:01.244403 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:01.278442 806109 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1006 14:21:01.278462 806109 kic_runner.go:114] Args: [docker exec --privileged addons-006450 chown docker:docker /home/docker/.ssh/authorized_keys]
I1006 14:21:01.342721 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:01.366223 806109 machine.go:93] provisionDockerMachine start ...
I1006 14:21:01.366312 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:01.386115 806109 main.go:141] libmachine: Using SSH client type: native
I1006 14:21:01.388381 806109 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ef110] 0x3f18d0 <nil> [] 0s} 127.0.0.1 37506 <nil> <nil>}
I1006 14:21:01.388404 806109 main.go:141] libmachine: About to run SSH command:
hostname
I1006 14:21:01.583723 806109 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-006450
I1006 14:21:01.583748 806109 ubuntu.go:182] provisioning hostname "addons-006450"
I1006 14:21:01.583829 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:01.604321 806109 main.go:141] libmachine: Using SSH client type: native
I1006 14:21:01.604631 806109 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ef110] 0x3f18d0 <nil> [] 0s} 127.0.0.1 37506 <nil> <nil>}
I1006 14:21:01.604648 806109 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-006450 && echo "addons-006450" | sudo tee /etc/hostname
I1006 14:21:01.762558 806109 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-006450
I1006 14:21:01.762702 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:01.783081 806109 main.go:141] libmachine: Using SSH client type: native
I1006 14:21:01.783379 806109 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ef110] 0x3f18d0 <nil> [] 0s} 127.0.0.1 37506 <nil> <nil>}
I1006 14:21:01.783396 806109 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-006450' /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-006450/g' /etc/hosts;
else
echo '127.0.1.1 addons-006450' | sudo tee -a /etc/hosts;
fi
fi
I1006 14:21:01.932033 806109 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1006 14:21:01.932056 806109 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21701-803497/.minikube CaCertPath:/home/jenkins/minikube-integration/21701-803497/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21701-803497/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21701-803497/.minikube}
I1006 14:21:01.932087 806109 ubuntu.go:190] setting up certificates
I1006 14:21:01.932101 806109 provision.go:84] configureAuth start
I1006 14:21:01.932162 806109 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-006450
I1006 14:21:01.953264 806109 provision.go:143] copyHostCerts
I1006 14:21:01.953391 806109 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21701-803497/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21701-803497/.minikube/ca.pem (1082 bytes)
I1006 14:21:01.953509 806109 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21701-803497/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21701-803497/.minikube/cert.pem (1123 bytes)
I1006 14:21:01.953572 806109 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21701-803497/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21701-803497/.minikube/key.pem (1675 bytes)
I1006 14:21:01.953642 806109 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21701-803497/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21701-803497/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21701-803497/.minikube/certs/ca-key.pem org=jenkins.addons-006450 san=[127.0.0.1 192.168.49.2 addons-006450 localhost minikube]
I1006 14:21:02.364998 806109 provision.go:177] copyRemoteCerts
I1006 14:21:02.365098 806109 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1006 14:21:02.365155 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:02.381521 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:02.475833 806109 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21701-803497/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I1006 14:21:02.494054 806109 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21701-803497/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I1006 14:21:02.512540 806109 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21701-803497/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I1006 14:21:02.530771 806109 provision.go:87] duration metric: took 598.646522ms to configureAuth
I1006 14:21:02.530795 806109 ubuntu.go:206] setting minikube options for container-runtime
I1006 14:21:02.531031 806109 config.go:182] Loaded profile config "addons-006450": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1006 14:21:02.531089 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:02.548485 806109 main.go:141] libmachine: Using SSH client type: native
I1006 14:21:02.548797 806109 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ef110] 0x3f18d0 <nil> [] 0s} 127.0.0.1 37506 <nil> <nil>}
I1006 14:21:02.548814 806109 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I1006 14:21:02.680553 806109 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I1006 14:21:02.680572 806109 ubuntu.go:71] root file system type: overlay
I1006 14:21:02.680735 806109 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
I1006 14:21:02.680812 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:02.697880 806109 main.go:141] libmachine: Using SSH client type: native
I1006 14:21:02.698189 806109 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ef110] 0x3f18d0 <nil> [] 0s} 127.0.0.1 37506 <nil> <nil>}
I1006 14:21:02.698287 806109 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /lib/systemd/system && printf %s "[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network-online.target nss-lookup.target docker.socket firewalld.service containerd.service time-set.target
Wants=network-online.target containerd.service
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=always
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 \
-H fd:// --containerd=/run/containerd/containerd.sock \
-H unix:///var/run/docker.sock \
--default-ulimit=nofile=1048576:1048576 \
--tlsverify \
--tlscacert /etc/docker/ca.pem \
--tlscert /etc/docker/server.pem \
--tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP \$MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
OOMScoreAdjust=-500
[Install]
WantedBy=multi-user.target
" | sudo tee /lib/systemd/system/docker.service.new
I1006 14:21:02.846019 806109 main.go:141] libmachine: SSH cmd err, output: <nil>: [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network-online.target nss-lookup.target docker.socket firewalld.service containerd.service time-set.target
Wants=network-online.target containerd.service
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=always
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H fd:// --containerd=/run/containerd/containerd.sock -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
OOMScoreAdjust=-500
[Install]
WantedBy=multi-user.target
I1006 14:21:02.846167 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:02.863632 806109 main.go:141] libmachine: Using SSH client type: native
I1006 14:21:02.864002 806109 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ef110] 0x3f18d0 <nil> [] 0s} 127.0.0.1 37506 <nil> <nil>}
I1006 14:21:02.864029 806109 main.go:141] libmachine: About to run SSH command:
sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
I1006 14:21:03.799164 806109 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2025-09-03 20:56:55.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2025-10-06 14:21:02.840466123 +0000
@@ -9,23 +9,34 @@
[Service]
Type=notify
-# the default is not to use systemd for cgroups because the delegate issues still
-# exists and systemd currently does not support the cgroup feature set required
-# for containers run by docker
-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
-ExecReload=/bin/kill -s HUP $MAINPID
-TimeoutStartSec=0
-RestartSec=2
Restart=always
+
+
+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
+# The base configuration already specifies an 'ExecStart=...' command. The first directive
+# here is to clear out that command inherited from the base configuration. Without this,
+# the command from the base configuration and the command specified here are treated as
+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
+# will catch this invalid input and refuse to start the service with an error like:
+# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
+
+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
+ExecStart=
+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H fd:// --containerd=/run/containerd/containerd.sock -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
+ExecReload=/bin/kill -s HUP $MAINPID
+
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
+LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
-# Comment TasksMax if your systemd version does not support it.
-# Only systemd 226 and above support this option.
+# Uncomment TasksMax if your systemd version supports it.
+# Only systemd 226 and above support this version.
TasksMax=infinity
+TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
I1006 14:21:03.799202 806109 machine.go:96] duration metric: took 2.432959766s to provisionDockerMachine
I1006 14:21:03.799214 806109 client.go:171] duration metric: took 11.411453149s to LocalClient.Create
I1006 14:21:03.799235 806109 start.go:167] duration metric: took 11.41157629s to libmachine.API.Create "addons-006450"
I1006 14:21:03.799246 806109 start.go:293] postStartSetup for "addons-006450" (driver="docker")
I1006 14:21:03.799257 806109 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]
I1006 14:21:03.799333 806109 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
I1006 14:21:03.799381 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:03.817018 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:03.911433 806109 ssh_runner.go:195] Run: cat /etc/os-release
I1006 14:21:03.914606 806109 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1006 14:21:03.914683 806109 info.go:137] Remote host: Debian GNU/Linux 12 (bookworm)
I1006 14:21:03.914699 806109 filesync.go:126] Scanning /home/jenkins/minikube-integration/21701-803497/.minikube/addons for local assets ...
I1006 14:21:03.914767 806109 filesync.go:126] Scanning /home/jenkins/minikube-integration/21701-803497/.minikube/files for local assets ...
I1006 14:21:03.914795 806109 start.go:296] duration metric: took 115.542737ms for postStartSetup
I1006 14:21:03.915135 806109 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-006450
I1006 14:21:03.931532 806109 profile.go:143] Saving config to /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/config.json ...
I1006 14:21:03.931854 806109 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1006 14:21:03.931910 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:03.948768 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:04.041025 806109 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1006 14:21:04.046229 806109 start.go:128] duration metric: took 11.662156071s to createHost
I1006 14:21:04.046252 806109 start.go:83] releasing machines lock for "addons-006450", held for 11.662297525s
I1006 14:21:04.046327 806109 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-006450
I1006 14:21:04.063754 806109 ssh_runner.go:195] Run: cat /version.json
I1006 14:21:04.063815 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:04.063893 806109 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1006 14:21:04.063975 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:04.082777 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:04.099024 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:04.268948 806109 ssh_runner.go:195] Run: systemctl --version
I1006 14:21:04.275561 806109 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
W1006 14:21:04.279819 806109 cni.go:209] loopback cni configuration skipped: "/etc/cni/net.d/*loopback.conf*" not found
I1006 14:21:04.279895 806109 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, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I1006 14:21:04.306291 806109 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/10-crio-bridge.conflist.disabled] bridge cni config(s)
I1006 14:21:04.306318 806109 start.go:495] detecting cgroup driver to use...
I1006 14:21:04.306351 806109 detect.go:187] detected "cgroupfs" cgroup driver on host os
I1006 14:21:04.306446 806109 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I1006 14:21:04.320125 806109 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10.1"|' /etc/containerd/config.toml"
I1006 14:21:04.329116 806109 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"
I1006 14:21:04.338037 806109 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I1006 14:21:04.338156 806109 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I1006 14:21:04.347404 806109 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"
I1006 14:21:04.357144 806109 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I1006 14:21:04.366129 806109 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I1006 14:21:04.374845 806109 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1006 14:21:04.382821 806109 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"
I1006 14:21:04.391940 806109 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I1006 14:21:04.400832 806109 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"
I1006 14:21:04.409604 806109 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1006 14:21:04.417019 806109 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1006 14:21:04.424313 806109 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1006 14:21:04.532131 806109 ssh_runner.go:195] Run: sudo systemctl restart containerd
I1006 14:21:04.625905 806109 start.go:495] detecting cgroup driver to use...
I1006 14:21:04.625977 806109 detect.go:187] detected "cgroupfs" cgroup driver on host os
I1006 14:21:04.626053 806109 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I1006 14:21:04.640910 806109 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1006 14:21:04.654413 806109 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I1006 14:21:04.685901 806109 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1006 14:21:04.698603 806109 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I1006 14:21:04.711790 806109 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/cri-dockerd.sock
" | sudo tee /etc/crictl.yaml"
I1006 14:21:04.725497 806109 ssh_runner.go:195] Run: which cri-dockerd
I1006 14:21:04.729345 806109 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I1006 14:21:04.737737 806109 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (192 bytes)
I1006 14:21:04.751393 806109 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I1006 14:21:04.873692 806109 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I1006 14:21:04.984971 806109 docker.go:575] configuring docker to use "cgroupfs" as cgroup driver...
I1006 14:21:04.985108 806109 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (130 bytes)
I1006 14:21:05.002843 806109 ssh_runner.go:195] Run: sudo systemctl reset-failed docker
I1006 14:21:05.020602 806109 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1006 14:21:05.142830 806109 ssh_runner.go:195] Run: sudo systemctl restart docker
I1006 14:21:05.525909 806109 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1006 14:21:05.538352 806109 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I1006 14:21:05.551902 806109 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I1006 14:21:05.567756 806109 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I1006 14:21:05.691941 806109 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I1006 14:21:05.814431 806109 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1006 14:21:05.934017 806109 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I1006 14:21:05.949991 806109 ssh_runner.go:195] Run: sudo systemctl reset-failed cri-docker.service
I1006 14:21:05.962662 806109 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1006 14:21:06.092789 806109 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I1006 14:21:06.164834 806109 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I1006 14:21:06.178359 806109 start.go:542] Will wait 60s for socket path /var/run/cri-dockerd.sock
I1006 14:21:06.178520 806109 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I1006 14:21:06.182231 806109 start.go:563] Will wait 60s for crictl version
I1006 14:21:06.182343 806109 ssh_runner.go:195] Run: which crictl
I1006 14:21:06.185820 806109 ssh_runner.go:195] Run: sudo /usr/local/bin/crictl version
I1006 14:21:06.209958 806109 start.go:579] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 28.4.0
RuntimeApiVersion: v1
I1006 14:21:06.210077 806109 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I1006 14:21:06.232534 806109 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I1006 14:21:06.261297 806109 out.go:252] * Preparing Kubernetes v1.34.1 on Docker 28.4.0 ...
I1006 14:21:06.261408 806109 cli_runner.go:164] Run: docker network inspect addons-006450 --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}}]}"
I1006 14:21:06.277505 806109 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1006 14:21:06.281321 806109 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""
I1006 14:21:06.291363 806109 kubeadm.go:883] updating cluster {Name:addons-006450 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d Memory:4096 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.34.1 ClusterName:addons-006450 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: Soc
ketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I1006 14:21:06.291470 806109 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime docker
I1006 14:21:06.291533 806109 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I1006 14:21:06.310531 806109 docker.go:691] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.34.1
registry.k8s.io/kube-scheduler:v1.34.1
registry.k8s.io/kube-controller-manager:v1.34.1
registry.k8s.io/kube-proxy:v1.34.1
registry.k8s.io/etcd:3.6.4-0
registry.k8s.io/pause:3.10.1
registry.k8s.io/coredns/coredns:v1.12.1
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I1006 14:21:06.310560 806109 docker.go:621] Images already preloaded, skipping extraction
I1006 14:21:06.310627 806109 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I1006 14:21:06.329469 806109 docker.go:691] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.34.1
registry.k8s.io/kube-controller-manager:v1.34.1
registry.k8s.io/kube-scheduler:v1.34.1
registry.k8s.io/kube-proxy:v1.34.1
registry.k8s.io/etcd:3.6.4-0
registry.k8s.io/pause:3.10.1
registry.k8s.io/coredns/coredns:v1.12.1
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I1006 14:21:06.329494 806109 cache_images.go:85] Images are preloaded, skipping loading
I1006 14:21:06.329511 806109 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.34.1 docker true true} ...
I1006 14:21:06.329612 806109 kubeadm.go:946] kubelet [Unit]
Wants=docker.socket
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.34.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-006450 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.34.1 ClusterName:addons-006450 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I1006 14:21:06.329683 806109 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I1006 14:21:06.383455 806109 cni.go:84] Creating CNI manager for ""
I1006 14:21:06.383492 806109 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I1006 14:21:06.383512 806109 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I1006 14:21:06.383538 806109 kubeadm.go:189] 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.34.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-006450 NodeName:addons-006450 DNSDomain:cluster.local CRISocket:/var/run/cri-dockerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuber
netes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/cri-dockerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I1006 14:21:06.383695 806109 kubeadm.go:195] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta4
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/cri-dockerd.sock
name: "addons-006450"
kubeletExtraArgs:
- name: "node-ip"
value: "192.168.49.2"
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta4
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
- name: "enable-admission-plugins"
value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
- name: "allocate-node-cidrs"
value: "true"
- name: "leader-elect"
value: "false"
scheduler:
extraArgs:
- name: "leader-elect"
value: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
kubernetesVersion: v1.34.1
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/cri-dockerd.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
nodefs.inodesFree: "0%"
imagefs.available: "0%"
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
I1006 14:21:06.383769 806109 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.1
I1006 14:21:06.391605 806109 binaries.go:44] Found k8s binaries, skipping transfer
I1006 14:21:06.391780 806109 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1006 14:21:06.399572 806109 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (312 bytes)
I1006 14:21:06.412296 806109 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1006 14:21:06.425462 806109 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2214 bytes)
I1006 14:21:06.438424 806109 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1006 14:21:06.442129 806109 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""
I1006 14:21:06.452170 806109 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1006 14:21:06.565870 806109 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1006 14:21:06.583339 806109 certs.go:69] Setting up /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450 for IP: 192.168.49.2
I1006 14:21:06.583363 806109 certs.go:195] generating shared ca certs ...
I1006 14:21:06.583383 806109 certs.go:227] acquiring lock for ca certs: {Name:mk78547ccc35462965e66385811a001935f7f131 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:06.583518 806109 certs.go:241] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21701-803497/.minikube/ca.key
I1006 14:21:06.758169 806109 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21701-803497/.minikube/ca.crt ...
I1006 14:21:06.758199 806109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21701-803497/.minikube/ca.crt: {Name:mke50bad3f8d3d8c6fc7003f3930a8a3fa326b01 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:06.758398 806109 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21701-803497/.minikube/ca.key ...
I1006 14:21:06.758412 806109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21701-803497/.minikube/ca.key: {Name:mk5abe63bfac59b481f1b34a2e6312b79c376290 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:06.758508 806109 certs.go:241] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21701-803497/.minikube/proxy-client-ca.key
I1006 14:21:07.226648 806109 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21701-803497/.minikube/proxy-client-ca.crt ...
I1006 14:21:07.226681 806109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21701-803497/.minikube/proxy-client-ca.crt: {Name:mk35f86863953865131b747e65133218cef7ac69 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:07.226896 806109 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21701-803497/.minikube/proxy-client-ca.key ...
I1006 14:21:07.226910 806109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21701-803497/.minikube/proxy-client-ca.key: {Name:mk32f77223b3be8cca86a275e013030fd8c48071 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:07.227011 806109 certs.go:257] generating profile certs ...
I1006 14:21:07.227078 806109 certs.go:364] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/client.key
I1006 14:21:07.227095 806109 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/client.crt with IP's: []
I1006 14:21:08.232319 806109 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/client.crt ...
I1006 14:21:08.232348 806109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/client.crt: {Name:mk237396132558310e9472dccd1a03e68855c562 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:08.232531 806109 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/client.key ...
I1006 14:21:08.232540 806109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/client.key: {Name:mkddc2eaac1b60c97f1b0888b122f0d14ff81585 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:08.232614 806109 certs.go:364] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/apiserver.key.d811b9fa
I1006 14:21:08.232629 806109 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/apiserver.crt.d811b9fa with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I1006 14:21:08.361861 806109 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/apiserver.crt.d811b9fa ...
I1006 14:21:08.361891 806109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/apiserver.crt.d811b9fa: {Name:mk44f5f6071204e4219adaa4cbde67bf1f671150 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:08.362071 806109 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/apiserver.key.d811b9fa ...
I1006 14:21:08.362085 806109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/apiserver.key.d811b9fa: {Name:mkaddbc6367afe0cdf204382e298fb821349ec34 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:08.362173 806109 certs.go:382] copying /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/apiserver.crt.d811b9fa -> /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/apiserver.crt
I1006 14:21:08.362251 806109 certs.go:386] copying /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/apiserver.key.d811b9fa -> /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/apiserver.key
I1006 14:21:08.362308 806109 certs.go:364] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/proxy-client.key
I1006 14:21:08.362337 806109 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/proxy-client.crt with IP's: []
I1006 14:21:09.174420 806109 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/proxy-client.crt ...
I1006 14:21:09.174451 806109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/proxy-client.crt: {Name:mk6a018d5a25b41127abffe602062c5fb3c9da1e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:09.174648 806109 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/proxy-client.key ...
I1006 14:21:09.174662 806109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/proxy-client.key: {Name:mk882903eb03fda7b8a7b7a45601eaab350263dd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:09.174869 806109 certs.go:484] found cert: /home/jenkins/minikube-integration/21701-803497/.minikube/certs/ca-key.pem (1675 bytes)
I1006 14:21:09.174912 806109 certs.go:484] found cert: /home/jenkins/minikube-integration/21701-803497/.minikube/certs/ca.pem (1082 bytes)
I1006 14:21:09.174936 806109 certs.go:484] found cert: /home/jenkins/minikube-integration/21701-803497/.minikube/certs/cert.pem (1123 bytes)
I1006 14:21:09.174963 806109 certs.go:484] found cert: /home/jenkins/minikube-integration/21701-803497/.minikube/certs/key.pem (1675 bytes)
I1006 14:21:09.175647 806109 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21701-803497/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1006 14:21:09.195248 806109 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21701-803497/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I1006 14:21:09.214696 806109 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21701-803497/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1006 14:21:09.234148 806109 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21701-803497/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I1006 14:21:09.252534 806109 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I1006 14:21:09.270877 806109 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I1006 14:21:09.289342 806109 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1006 14:21:09.307151 806109 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21701-803497/.minikube/profiles/addons-006450/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I1006 14:21:09.325295 806109 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21701-803497/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1006 14:21:09.343473 806109 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1006 14:21:09.356830 806109 ssh_runner.go:195] Run: openssl version
I1006 14:21:09.363194 806109 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"
I1006 14:21:09.371688 806109 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1006 14:21:09.375519 806109 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Oct 6 14:21 /usr/share/ca-certificates/minikubeCA.pem
I1006 14:21:09.375603 806109 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1006 14:21:09.421333 806109 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"
I1006 14:21:09.430436 806109 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I1006 14:21:09.434631 806109 certs.go:400] '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
I1006 14:21:09.434680 806109 kubeadm.go:400] StartCluster: {Name:addons-006450 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d Memory:4096 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.34.1 ClusterName:addons-006450 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s MountString: Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: Socket
VMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I1006 14:21:09.434811 806109 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I1006 14:21:09.456777 806109 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1006 14:21:09.465021 806109 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1006 14:21:09.473033 806109 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I1006 14:21:09.473109 806109 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
I1006 14:21:09.480866 806109 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
I1006 14:21:09.480886 806109 kubeadm.go:157] found existing configuration files:
I1006 14:21:09.480957 806109 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I1006 14:21:09.488809 806109 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
I1006 14:21:09.488875 806109 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I1006 14:21:09.496674 806109 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I1006 14:21:09.504791 806109 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
I1006 14:21:09.504865 806109 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I1006 14:21:09.512822 806109 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I1006 14:21:09.520596 806109 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
I1006 14:21:09.520672 806109 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I1006 14:21:09.528333 806109 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I1006 14:21:09.536500 806109 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
I1006 14:21:09.536573 806109 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I1006 14:21:09.544325 806109 ssh_runner.go:286] Start: sudo /bin/bash -c "env PATH="/var/lib/minikube/binaries/v1.34.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I1006 14:21:09.582751 806109 kubeadm.go:318] [init] Using Kubernetes version: v1.34.1
I1006 14:21:09.582817 806109 kubeadm.go:318] [preflight] Running pre-flight checks
I1006 14:21:09.609398 806109 kubeadm.go:318] [preflight] The system verification failed. Printing the output from the verification:
I1006 14:21:09.609476 806109 kubeadm.go:318] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1084-aws[0m
I1006 14:21:09.609518 806109 kubeadm.go:318] [0;37mOS[0m: [0;32mLinux[0m
I1006 14:21:09.609570 806109 kubeadm.go:318] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1006 14:21:09.609625 806109 kubeadm.go:318] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1006 14:21:09.609679 806109 kubeadm.go:318] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1006 14:21:09.609733 806109 kubeadm.go:318] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1006 14:21:09.609792 806109 kubeadm.go:318] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1006 14:21:09.609847 806109 kubeadm.go:318] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1006 14:21:09.609902 806109 kubeadm.go:318] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1006 14:21:09.609955 806109 kubeadm.go:318] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1006 14:21:09.610011 806109 kubeadm.go:318] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1006 14:21:09.690823 806109 kubeadm.go:318] [preflight] Pulling images required for setting up a Kubernetes cluster
I1006 14:21:09.690944 806109 kubeadm.go:318] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1006 14:21:09.691059 806109 kubeadm.go:318] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I1006 14:21:09.716052 806109 kubeadm.go:318] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1006 14:21:09.722414 806109 out.go:252] - Generating certificates and keys ...
I1006 14:21:09.722525 806109 kubeadm.go:318] [certs] Using existing ca certificate authority
I1006 14:21:09.722604 806109 kubeadm.go:318] [certs] Using existing apiserver certificate and key on disk
I1006 14:21:10.515752 806109 kubeadm.go:318] [certs] Generating "apiserver-kubelet-client" certificate and key
I1006 14:21:11.397580 806109 kubeadm.go:318] [certs] Generating "front-proxy-ca" certificate and key
I1006 14:21:12.455188 806109 kubeadm.go:318] [certs] Generating "front-proxy-client" certificate and key
I1006 14:21:12.900218 806109 kubeadm.go:318] [certs] Generating "etcd/ca" certificate and key
I1006 14:21:13.333042 806109 kubeadm.go:318] [certs] Generating "etcd/server" certificate and key
I1006 14:21:13.333192 806109 kubeadm.go:318] [certs] etcd/server serving cert is signed for DNS names [addons-006450 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1006 14:21:13.558599 806109 kubeadm.go:318] [certs] Generating "etcd/peer" certificate and key
I1006 14:21:13.558992 806109 kubeadm.go:318] [certs] etcd/peer serving cert is signed for DNS names [addons-006450 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1006 14:21:14.483025 806109 kubeadm.go:318] [certs] Generating "etcd/healthcheck-client" certificate and key
I1006 14:21:15.088755 806109 kubeadm.go:318] [certs] Generating "apiserver-etcd-client" certificate and key
I1006 14:21:15.636700 806109 kubeadm.go:318] [certs] Generating "sa" key and public key
I1006 14:21:15.637033 806109 kubeadm.go:318] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1006 14:21:16.739302 806109 kubeadm.go:318] [kubeconfig] Writing "admin.conf" kubeconfig file
I1006 14:21:17.694897 806109 kubeadm.go:318] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I1006 14:21:18.343756 806109 kubeadm.go:318] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1006 14:21:18.712603 806109 kubeadm.go:318] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1006 14:21:19.266809 806109 kubeadm.go:318] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1006 14:21:19.267485 806109 kubeadm.go:318] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1006 14:21:19.270758 806109 kubeadm.go:318] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1006 14:21:19.274504 806109 out.go:252] - Booting up control plane ...
I1006 14:21:19.274628 806109 kubeadm.go:318] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1006 14:21:19.274721 806109 kubeadm.go:318] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1006 14:21:19.275790 806109 kubeadm.go:318] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1006 14:21:19.292829 806109 kubeadm.go:318] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1006 14:21:19.293280 806109 kubeadm.go:318] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
I1006 14:21:19.301074 806109 kubeadm.go:318] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
I1006 14:21:19.301395 806109 kubeadm.go:318] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1006 14:21:19.301643 806109 kubeadm.go:318] [kubelet-start] Starting the kubelet
I1006 14:21:19.440373 806109 kubeadm.go:318] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I1006 14:21:19.440504 806109 kubeadm.go:318] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I1006 14:21:20.940044 806109 kubeadm.go:318] [kubelet-check] The kubelet is healthy after 1.501293606s
I1006 14:21:20.940318 806109 kubeadm.go:318] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
I1006 14:21:20.940416 806109 kubeadm.go:318] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
I1006 14:21:20.940516 806109 kubeadm.go:318] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
I1006 14:21:20.940602 806109 kubeadm.go:318] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
I1006 14:21:24.828532 806109 kubeadm.go:318] [control-plane-check] kube-controller-manager is healthy after 3.887425512s
I1006 14:21:27.037731 806109 kubeadm.go:318] [control-plane-check] kube-scheduler is healthy after 6.097440124s
I1006 14:21:27.942161 806109 kubeadm.go:318] [control-plane-check] kube-apiserver is healthy after 7.001481359s
I1006 14:21:27.961418 806109 kubeadm.go:318] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1006 14:21:27.977744 806109 kubeadm.go:318] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1006 14:21:27.992347 806109 kubeadm.go:318] [upload-certs] Skipping phase. Please see --upload-certs
I1006 14:21:27.992563 806109 kubeadm.go:318] [mark-control-plane] Marking the node addons-006450 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1006 14:21:28.013758 806109 kubeadm.go:318] [bootstrap-token] Using token: e1p0fh.afy23ij81unzzcb1
I1006 14:21:28.016851 806109 out.go:252] - Configuring RBAC rules ...
I1006 14:21:28.016992 806109 kubeadm.go:318] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1006 14:21:28.022251 806109 kubeadm.go:318] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1006 14:21:28.031560 806109 kubeadm.go:318] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I1006 14:21:28.036500 806109 kubeadm.go:318] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1006 14:21:28.041064 806109 kubeadm.go:318] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1006 14:21:28.048112 806109 kubeadm.go:318] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1006 14:21:28.349107 806109 kubeadm.go:318] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1006 14:21:28.790402 806109 kubeadm.go:318] [addons] Applied essential addon: CoreDNS
I1006 14:21:29.351014 806109 kubeadm.go:318] [addons] Applied essential addon: kube-proxy
I1006 14:21:29.352283 806109 kubeadm.go:318]
I1006 14:21:29.352364 806109 kubeadm.go:318] Your Kubernetes control-plane has initialized successfully!
I1006 14:21:29.352375 806109 kubeadm.go:318]
I1006 14:21:29.352461 806109 kubeadm.go:318] To start using your cluster, you need to run the following as a regular user:
I1006 14:21:29.352472 806109 kubeadm.go:318]
I1006 14:21:29.352498 806109 kubeadm.go:318] mkdir -p $HOME/.kube
I1006 14:21:29.352567 806109 kubeadm.go:318] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1006 14:21:29.352625 806109 kubeadm.go:318] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1006 14:21:29.352634 806109 kubeadm.go:318]
I1006 14:21:29.352691 806109 kubeadm.go:318] Alternatively, if you are the root user, you can run:
I1006 14:21:29.352700 806109 kubeadm.go:318]
I1006 14:21:29.352750 806109 kubeadm.go:318] export KUBECONFIG=/etc/kubernetes/admin.conf
I1006 14:21:29.352759 806109 kubeadm.go:318]
I1006 14:21:29.352815 806109 kubeadm.go:318] You should now deploy a pod network to the cluster.
I1006 14:21:29.352899 806109 kubeadm.go:318] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1006 14:21:29.352974 806109 kubeadm.go:318] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1006 14:21:29.352983 806109 kubeadm.go:318]
I1006 14:21:29.353071 806109 kubeadm.go:318] You can now join any number of control-plane nodes by copying certificate authorities
I1006 14:21:29.353153 806109 kubeadm.go:318] and service account keys on each node and then running the following as root:
I1006 14:21:29.353161 806109 kubeadm.go:318]
I1006 14:21:29.353249 806109 kubeadm.go:318] kubeadm join control-plane.minikube.internal:8443 --token e1p0fh.afy23ij81unzzcb1 \
I1006 14:21:29.353360 806109 kubeadm.go:318] --discovery-token-ca-cert-hash sha256:76fb571382ca9706d46d85899e8a2e961f0c518218722f3b163e5bd4963fb9a1 \
I1006 14:21:29.353397 806109 kubeadm.go:318] --control-plane
I1006 14:21:29.353406 806109 kubeadm.go:318]
I1006 14:21:29.353495 806109 kubeadm.go:318] Then you can join any number of worker nodes by running the following on each as root:
I1006 14:21:29.353503 806109 kubeadm.go:318]
I1006 14:21:29.353588 806109 kubeadm.go:318] kubeadm join control-plane.minikube.internal:8443 --token e1p0fh.afy23ij81unzzcb1 \
I1006 14:21:29.353698 806109 kubeadm.go:318] --discovery-token-ca-cert-hash sha256:76fb571382ca9706d46d85899e8a2e961f0c518218722f3b163e5bd4963fb9a1
I1006 14:21:29.356907 806109 kubeadm.go:318] [WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
I1006 14:21:29.357135 806109 kubeadm.go:318] [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-1084-aws\n", err: exit status 1
I1006 14:21:29.357260 806109 kubeadm.go:318] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1006 14:21:29.357283 806109 cni.go:84] Creating CNI manager for ""
I1006 14:21:29.357298 806109 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I1006 14:21:29.360240 806109 out.go:179] * Configuring bridge CNI (Container Networking Interface) ...
I1006 14:21:29.363197 806109 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I1006 14:21:29.371108 806109 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
I1006 14:21:29.386109 806109 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1006 14:21:29.386176 806109 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 14:21:29.386250 806109 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-006450 minikube.k8s.io/updated_at=2025_10_06T14_21_29_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=512f8c40caa35ce8d82a76bc06907e2d11c89c81 minikube.k8s.io/name=addons-006450 minikube.k8s.io/primary=true
I1006 14:21:29.530062 806109 ops.go:34] apiserver oom_adj: -16
I1006 14:21:29.530192 806109 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 14:21:30.031190 806109 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 14:21:30.530267 806109 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 14:21:31.030839 806109 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 14:21:31.530611 806109 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 14:21:32.030258 806109 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 14:21:32.530722 806109 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 14:21:33.030864 806109 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 14:21:33.530331 806109 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 14:21:34.030732 806109 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 14:21:34.138751 806109 kubeadm.go:1113] duration metric: took 4.752637843s to wait for elevateKubeSystemPrivileges
I1006 14:21:34.138779 806109 kubeadm.go:402] duration metric: took 24.704102384s to StartCluster
I1006 14:21:34.138798 806109 settings.go:142] acquiring lock: {Name:mk86d6d1803b10e0f74b7ca9be175f37419eb162 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:34.138932 806109 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/21701-803497/kubeconfig
I1006 14:21:34.139342 806109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21701-803497/kubeconfig: {Name:mkd0e7dce0fefee9d8326b7f5e1280f715df58c0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 14:21:34.139547 806109 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.34.1 ContainerRuntime:docker ControlPlane:true Worker:true}
I1006 14:21:34.139652 806109 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I1006 14:21:34.139913 806109 config.go:182] Loaded profile config "addons-006450": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1006 14:21:34.139945 806109 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true 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 inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubetail: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:true storage-provisioner:true storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I1006 14:21:34.140026 806109 addons.go:69] Setting yakd=true in profile "addons-006450"
I1006 14:21:34.140047 806109 addons.go:238] Setting addon yakd=true in "addons-006450"
I1006 14:21:34.140069 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.140558 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.140784 806109 addons.go:69] Setting inspektor-gadget=true in profile "addons-006450"
I1006 14:21:34.140802 806109 addons.go:238] Setting addon inspektor-gadget=true in "addons-006450"
I1006 14:21:34.140825 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.141217 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.141581 806109 addons.go:69] Setting metrics-server=true in profile "addons-006450"
I1006 14:21:34.141646 806109 addons.go:238] Setting addon metrics-server=true in "addons-006450"
I1006 14:21:34.141685 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.142139 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.143205 806109 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-006450"
I1006 14:21:34.143238 806109 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-006450"
I1006 14:21:34.143270 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.143806 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.144933 806109 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-006450"
I1006 14:21:34.144962 806109 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-006450"
I1006 14:21:34.144997 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.145499 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.146720 806109 addons.go:69] Setting cloud-spanner=true in profile "addons-006450"
I1006 14:21:34.146748 806109 addons.go:238] Setting addon cloud-spanner=true in "addons-006450"
I1006 14:21:34.146777 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.147335 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.156945 806109 addons.go:69] Setting registry=true in profile "addons-006450"
I1006 14:21:34.157043 806109 addons.go:238] Setting addon registry=true in "addons-006450"
I1006 14:21:34.157131 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.157718 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.176071 806109 addons.go:69] Setting registry-creds=true in profile "addons-006450"
I1006 14:21:34.176145 806109 addons.go:238] Setting addon registry-creds=true in "addons-006450"
I1006 14:21:34.176197 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.176774 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.185281 806109 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-006450"
I1006 14:21:34.185740 806109 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-006450"
I1006 14:21:34.185846 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.187060 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.193152 806109 addons.go:69] Setting storage-provisioner=true in profile "addons-006450"
I1006 14:21:34.193188 806109 addons.go:238] Setting addon storage-provisioner=true in "addons-006450"
I1006 14:21:34.193224 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.193707 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.207765 806109 addons.go:69] Setting default-storageclass=true in profile "addons-006450"
I1006 14:21:34.207813 806109 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-006450"
I1006 14:21:34.208233 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.208517 806109 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-006450"
I1006 14:21:34.208563 806109 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-006450"
I1006 14:21:34.208903 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.218653 806109 addons.go:69] Setting volcano=true in profile "addons-006450"
I1006 14:21:34.219019 806109 addons.go:238] Setting addon volcano=true in "addons-006450"
I1006 14:21:34.219129 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.219730 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.219851 806109 addons.go:69] Setting gcp-auth=true in profile "addons-006450"
I1006 14:21:34.219900 806109 mustload.go:65] Loading cluster: addons-006450
I1006 14:21:34.220156 806109 config.go:182] Loaded profile config "addons-006450": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1006 14:21:34.220463 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.244567 806109 addons.go:69] Setting volumesnapshots=true in profile "addons-006450"
I1006 14:21:34.244607 806109 addons.go:238] Setting addon volumesnapshots=true in "addons-006450"
I1006 14:21:34.244648 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.245166 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.256667 806109 out.go:179] * Verifying Kubernetes components...
I1006 14:21:34.256935 806109 addons.go:69] Setting ingress=true in profile "addons-006450"
I1006 14:21:34.256960 806109 addons.go:238] Setting addon ingress=true in "addons-006450"
I1006 14:21:34.257001 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.257557 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.285413 806109 addons.go:69] Setting ingress-dns=true in profile "addons-006450"
I1006 14:21:34.285459 806109 addons.go:238] Setting addon ingress-dns=true in "addons-006450"
I1006 14:21:34.285510 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.286061 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.332782 806109 out.go:179] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1006 14:21:34.338069 806109 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1006 14:21:34.338156 806109 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1006 14:21:34.338257 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.357721 806109 out.go:179] - Using image docker.io/upmcenterprises/registry-creds:1.10
I1006 14:21:34.362166 806109 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
I1006 14:21:34.362235 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
I1006 14:21:34.362331 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.380568 806109 out.go:179] - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
I1006 14:21:34.383806 806109 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1006 14:21:34.383934 806109 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1006 14:21:34.384103 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.384670 806109 out.go:179] - Using image docker.io/marcnuri/yakd:0.0.5
I1006 14:21:34.393975 806109 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I1006 14:21:34.394079 806109 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I1006 14:21:34.394248 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.420035 806109 out.go:179] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I1006 14:21:34.423442 806109 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1006 14:21:34.423541 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I1006 14:21:34.423642 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.431543 806109 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1006 14:21:34.457975 806109 out.go:179] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.44.1
I1006 14:21:34.497876 806109 out.go:179] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.41
I1006 14:21:34.498037 806109 out.go:179] - Using image docker.io/registry:3.0.0
I1006 14:21:34.510678 806109 out.go:179] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.4
I1006 14:21:34.519256 806109 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1006 14:21:34.519362 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1006 14:21:34.519521 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.526420 806109 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I1006 14:21:34.526447 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1006 14:21:34.526546 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.528693 806109 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I1006 14:21:34.528724 806109 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (14 bytes)
I1006 14:21:34.528812 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.532917 806109 out.go:179] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
I1006 14:21:34.536266 806109 out.go:179] - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
I1006 14:21:34.537209 806109 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I1006 14:21:34.537230 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I1006 14:21:34.537331 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.542063 806109 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-006450"
I1006 14:21:34.542107 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.542545 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.581749 806109 out.go:179] - Using image registry.k8s.io/ingress-nginx/controller:v1.13.3
I1006 14:21:34.585130 806109 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3
I1006 14:21:34.588025 806109 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3
I1006 14:21:34.590892 806109 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1006 14:21:34.590917 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I1006 14:21:34.591008 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.605945 806109 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1006 14:21:34.605973 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
I1006 14:21:34.606041 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.626809 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:34.628682 806109 addons.go:238] Setting addon default-storageclass=true in "addons-006450"
I1006 14:21:34.628721 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.629125 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:34.636774 806109 out.go:179] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1006 14:21:34.640152 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:34.649003 806109 out.go:179] - Using image docker.io/volcanosh/vc-webhook-manager:v1.13.0
I1006 14:21:34.649626 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:34.656019 806109 out.go:179] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1006 14:21:34.658838 806109 out.go:179] - Using image docker.io/volcanosh/vc-controller-manager:v1.13.0
I1006 14:21:34.664662 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:34.676340 806109 out.go:179] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1006 14:21:34.676611 806109 out.go:179] - Using image docker.io/volcanosh/vc-scheduler:v1.13.0
I1006 14:21:34.703838 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:34.723458 806109 out.go:179] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1006 14:21:34.726631 806109 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1006 14:21:34.726657 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1006 14:21:34.726743 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.752688 806109 out.go:179] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1006 14:21:34.756756 806109 out.go:179] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1006 14:21:34.760053 806109 out.go:179] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1006 14:21:34.763938 806109 out.go:179] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1006 14:21:34.769389 806109 out.go:179] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1006 14:21:34.772287 806109 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1006 14:21:34.772317 806109 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1006 14:21:34.772394 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.772747 806109 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
I1006 14:21:34.772787 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (1017570 bytes)
I1006 14:21:34.772862 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.804304 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:34.808420 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:34.822462 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:34.823147 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:34.867044 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:34.870362 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:34.874341 806109 out.go:179] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1006 14:21:34.876981 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:34.878063 806109 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I1006 14:21:34.878079 806109 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1006 14:21:34.878140 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.888089 806109 out.go:179] - Using image docker.io/busybox:stable
I1006 14:21:34.891239 806109 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1006 14:21:34.891265 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1006 14:21:34.891331 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:34.920306 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:34.945324 806109 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.34.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I1006 14:21:34.947994 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
W1006 14:21:34.970150 806109 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1006 14:21:34.970251 806109 retry.go:31] will retry after 147.40402ms: ssh: handshake failed: EOF
W1006 14:21:34.972537 806109 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1006 14:21:34.972566 806109 retry.go:31] will retry after 281.687683ms: ssh: handshake failed: EOF
I1006 14:21:34.975793 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:35.005444 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
W1006 14:21:35.009771 806109 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1006 14:21:35.009812 806109 retry.go:31] will retry after 207.774831ms: ssh: handshake failed: EOF
I1006 14:21:35.012483 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:35.127149 806109 ssh_runner.go:195] Run: sudo systemctl start kubelet
W1006 14:21:35.219409 806109 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1006 14:21:35.219491 806109 retry.go:31] will retry after 414.252414ms: ssh: handshake failed: EOF
W1006 14:21:35.255517 806109 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1006 14:21:35.255595 806109 retry.go:31] will retry after 378.429324ms: ssh: handshake failed: EOF
I1006 14:21:35.851743 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml
I1006 14:21:35.853206 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1006 14:21:35.989160 806109 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:21:35.989181 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
I1006 14:21:36.111352 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I1006 14:21:36.151070 806109 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I1006 14:21:36.151165 806109 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I1006 14:21:36.192781 806109 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1006 14:21:36.192855 806109 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1006 14:21:36.226627 806109 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1006 14:21:36.226690 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1006 14:21:36.243375 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I1006 14:21:36.255630 806109 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I1006 14:21:36.255746 806109 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1006 14:21:36.350477 806109 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1006 14:21:36.350562 806109 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1006 14:21:36.377661 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1006 14:21:36.396057 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:21:36.399305 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I1006 14:21:36.426714 806109 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I1006 14:21:36.426796 806109 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I1006 14:21:36.427640 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I1006 14:21:36.435627 806109 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I1006 14:21:36.435647 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1006 14:21:36.443471 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I1006 14:21:36.479083 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1006 14:21:36.481831 806109 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1006 14:21:36.481904 806109 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1006 14:21:36.527849 806109 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1006 14:21:36.527927 806109 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1006 14:21:36.537515 806109 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1006 14:21:36.537591 806109 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)
I1006 14:21:36.597935 806109 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I1006 14:21:36.598000 806109 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I1006 14:21:36.601149 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I1006 14:21:36.790553 806109 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1006 14:21:36.790647 806109 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1006 14:21:36.821053 806109 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1006 14:21:36.821135 806109 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1006 14:21:36.867220 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I1006 14:21:36.871426 806109 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1006 14:21:36.871504 806109 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1006 14:21:36.880338 806109 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.753102328s)
I1006 14:21:36.880515 806109 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.34.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.935150087s)
I1006 14:21:36.880679 806109 start.go:976] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1006 14:21:36.881380 806109 node_ready.go:35] waiting up to 6m0s for node "addons-006450" to be "Ready" ...
I1006 14:21:36.887470 806109 node_ready.go:49] node "addons-006450" is "Ready"
I1006 14:21:36.887509 806109 node_ready.go:38] duration metric: took 6.110221ms for node "addons-006450" to be "Ready" ...
I1006 14:21:36.887526 806109 api_server.go:52] waiting for apiserver process to appear ...
I1006 14:21:36.887614 806109 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1006 14:21:36.891551 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I1006 14:21:37.041224 806109 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I1006 14:21:37.041263 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I1006 14:21:37.185540 806109 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1006 14:21:37.185582 806109 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1006 14:21:37.245756 806109 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1006 14:21:37.245794 806109 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1006 14:21:37.320678 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I1006 14:21:37.384934 806109 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-006450" context rescaled to 1 replicas
I1006 14:21:37.439254 806109 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1006 14:21:37.439280 806109 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1006 14:21:37.491833 806109 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1006 14:21:37.491853 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1006 14:21:37.710140 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml: (1.858315722s)
I1006 14:21:37.710258 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (1.856978431s)
I1006 14:21:37.797019 806109 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1006 14:21:37.797087 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1006 14:21:38.055462 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (1.944020191s)
I1006 14:21:38.066071 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1006 14:21:38.209415 806109 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1006 14:21:38.209495 806109 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1006 14:21:38.308015 806109 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1006 14:21:38.308047 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1006 14:21:38.731766 806109 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1006 14:21:38.731811 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1006 14:21:38.884673 806109 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1006 14:21:38.884702 806109 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1006 14:21:39.201324 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1006 14:21:42.056707 806109 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1006 14:21:42.056850 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:42.096992 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:43.527695 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (7.284260443s)
I1006 14:21:43.527736 806109 addons.go:479] Verifying addon ingress=true in "addons-006450"
I1006 14:21:43.527908 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (7.150170305s)
I1006 14:21:43.528008 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (7.131874449s)
W1006 14:21:43.528029 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget created
serviceaccount/gadget created
configmap/gadget created
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
role.rbac.authorization.k8s.io/gadget-role created
rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
daemonset.apps/gadget created
stderr:
Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:43.528050 806109 retry.go:31] will retry after 227.873764ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget created
serviceaccount/gadget created
configmap/gadget created
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role created
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding created
role.rbac.authorization.k8s.io/gadget-role created
rolebinding.rbac.authorization.k8s.io/gadget-role-binding created
daemonset.apps/gadget created
stderr:
Warning: spec.template.metadata.annotations[container.apparmor.security.beta.kubernetes.io/gadget]: deprecated since v1.30; use the "appArmorProfile" field instead
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:43.528137 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (7.128758076s)
I1006 14:21:43.528185 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (7.100376481s)
I1006 14:21:43.528469 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (7.084972148s)
I1006 14:21:43.528566 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (7.04940419s)
I1006 14:21:43.528706 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (6.927477657s)
I1006 14:21:43.528726 806109 addons.go:479] Verifying addon registry=true in "addons-006450"
I1006 14:21:43.532546 806109 out.go:179] * Verifying ingress addon...
I1006 14:21:43.534069 806109 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1006 14:21:43.534935 806109 out.go:179] * Verifying registry addon...
I1006 14:21:43.537759 806109 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1006 14:21:43.540886 806109 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1006 14:21:43.565742 806109 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1006 14:21:43.565781 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:43.568676 806109 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1006 14:21:43.568708 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W1006 14:21:43.576208 806109 out.go:285] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I1006 14:21:43.749034 806109 addons.go:238] Setting addon gcp-auth=true in "addons-006450"
I1006 14:21:43.749121 806109 host.go:66] Checking if "addons-006450" exists ...
I1006 14:21:43.749685 806109 cli_runner.go:164] Run: docker container inspect addons-006450 --format={{.State.Status}}
I1006 14:21:43.756132 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:21:43.787457 806109 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1006 14:21:43.787548 806109 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-006450
I1006 14:21:43.815805 806109 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37506 SSHKeyPath:/home/jenkins/minikube-integration/21701-803497/.minikube/machines/addons-006450/id_rsa Username:docker}
I1006 14:21:44.114671 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:44.115253 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:44.548438 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:44.550543 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:45.046803 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:45.049237 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:45.581293 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:45.581847 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:46.153351 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:46.153798 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:46.640887 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:46.643861 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:47.081245 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:47.081634 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:47.568674 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:47.569175 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:48.056720 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:48.057131 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:48.585162 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (11.717857623s)
I1006 14:21:48.585271 806109 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (11.697643759s)
I1006 14:21:48.585318 806109 api_server.go:72] duration metric: took 14.445740723s to wait for apiserver process to appear ...
I1006 14:21:48.585343 806109 api_server.go:88] waiting for apiserver healthz status ...
I1006 14:21:48.585375 806109 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1006 14:21:48.585803 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (11.694205832s)
I1006 14:21:48.585856 806109 addons.go:479] Verifying addon metrics-server=true in "addons-006450"
I1006 14:21:48.585929 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (11.265223311s)
I1006 14:21:48.586329 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (10.520142743s)
W1006 14:21:48.586371 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I1006 14:21:48.586391 806109 retry.go:31] will retry after 354.82385ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I1006 14:21:48.586570 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (9.385202699s)
I1006 14:21:48.586585 806109 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-006450"
I1006 14:21:48.590422 806109 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-006450 service yakd-dashboard -n yakd-dashboard
I1006 14:21:48.592576 806109 out.go:179] * Verifying csi-hostpath-driver addon...
I1006 14:21:48.597670 806109 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1006 14:21:48.614206 806109 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1006 14:21:48.647358 806109 api_server.go:141] control plane version: v1.34.1
I1006 14:21:48.647389 806109 api_server.go:131] duration metric: took 62.022744ms to wait for apiserver health ...
I1006 14:21:48.647399 806109 system_pods.go:43] waiting for kube-system pods to appear ...
I1006 14:21:48.648507 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:48.648899 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:48.690542 806109 system_pods.go:59] 19 kube-system pods found
I1006 14:21:48.690881 806109 system_pods.go:61] "coredns-66bc5c9577-5b26c" [b2fadab4-223c-4127-ae78-2734411d72b5] Running / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1006 14:21:48.690920 806109 system_pods.go:61] "coredns-66bc5c9577-z6nm4" [7fc2de03-9a40-4426-8af4-1216ed30bad3] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
I1006 14:21:48.690960 806109 system_pods.go:61] "csi-hostpath-attacher-0" [f5fb1d05-3f2a-4b8a-b2ed-df5688d53301] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1006 14:21:48.690990 806109 system_pods.go:61] "csi-hostpath-resizer-0" [03b524e2-88a1-4c1c-9014-8b60efd178c5] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I1006 14:21:48.691016 806109 system_pods.go:61] "csi-hostpathplugin-jdxpx" [dee0a0f1-55fc-4b8c-8e11-deef46bcb09b] 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])
I1006 14:21:48.691053 806109 system_pods.go:61] "etcd-addons-006450" [68d8971d-a245-46ed-aeea-b6c95eaaa5a1] Running
I1006 14:21:48.691073 806109 system_pods.go:61] "kube-apiserver-addons-006450" [859fa9a9-9411-46dc-a7a4-6f90f229bcb7] Running
I1006 14:21:48.691092 806109 system_pods.go:61] "kube-controller-manager-addons-006450" [de781030-92f3-4acc-81f4-6ea4d01e03a7] Running
I1006 14:21:48.691138 806109 system_pods.go:61] "kube-ingress-dns-minikube" [ed71a121-1938-4fcd-98ba-91506484a2ba] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1006 14:21:48.691163 806109 system_pods.go:61] "kube-proxy-rr8rw" [081a658a-cae9-4fff-a7ca-ec779b247fb7] Running
I1006 14:21:48.691184 806109 system_pods.go:61] "kube-scheduler-addons-006450" [74dbd2fb-a5c2-463a-b49f-0d6b7ab88301] Running
I1006 14:21:48.691218 806109 system_pods.go:61] "metrics-server-85b7d694d7-s77t8" [4560d030-72e2-4fed-b2fb-5a3edfe4178c] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1006 14:21:48.691244 806109 system_pods.go:61] "nvidia-device-plugin-daemonset-d29s2" [0c163bb6-be86-4968-b8c1-96839618f3ac] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1006 14:21:48.691266 806109 system_pods.go:61] "registry-66898fdd98-btgr2" [90bfa3d6-9f89-4227-b3ef-d98d9fadd197] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1006 14:21:48.691302 806109 system_pods.go:61] "registry-creds-764b6fb674-gxwfl" [a8521a0d-ed5a-452c-9fe0-94e6798668f2] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1006 14:21:48.691330 806109 system_pods.go:61] "registry-proxy-wd7b6" [638a84e3-6fae-4413-aa77-31014a85ff29] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1006 14:21:48.691354 806109 system_pods.go:61] "snapshot-controller-7d9fbc56b8-6bdv2" [4cd0ea0b-af7f-46f8-bd9b-8082dfd0fba4] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1006 14:21:48.691391 806109 system_pods.go:61] "snapshot-controller-7d9fbc56b8-8stqh" [d3201aa7-7b51-4180-abc6-274d440ee6d5] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1006 14:21:48.691417 806109 system_pods.go:61] "storage-provisioner" [8e59991a-c6eb-407e-bacd-d535ad3d89b9] Running
I1006 14:21:48.691437 806109 system_pods.go:74] duration metric: took 44.032107ms to wait for pod list to return data ...
I1006 14:21:48.691473 806109 default_sa.go:34] waiting for default service account to be created ...
I1006 14:21:48.690844 806109 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1006 14:21:48.691711 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:48.780129 806109 default_sa.go:45] found service account: "default"
I1006 14:21:48.780207 806109 default_sa.go:55] duration metric: took 88.709889ms for default service account to be created ...
I1006 14:21:48.780231 806109 system_pods.go:116] waiting for k8s-apps to be running ...
I1006 14:21:48.888790 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (5.132593822s)
W1006 14:21:48.888876 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:48.888908 806109 retry.go:31] will retry after 467.080472ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:48.888970 806109 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (5.101487907s)
I1006 14:21:48.892596 806109 system_pods.go:86] 19 kube-system pods found
I1006 14:21:48.892682 806109 system_pods.go:89] "coredns-66bc5c9577-5b26c" [b2fadab4-223c-4127-ae78-2734411d72b5] Running / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1006 14:21:48.892707 806109 system_pods.go:89] "coredns-66bc5c9577-z6nm4" [7fc2de03-9a40-4426-8af4-1216ed30bad3] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
I1006 14:21:48.892729 806109 system_pods.go:89] "csi-hostpath-attacher-0" [f5fb1d05-3f2a-4b8a-b2ed-df5688d53301] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1006 14:21:48.892769 806109 system_pods.go:89] "csi-hostpath-resizer-0" [03b524e2-88a1-4c1c-9014-8b60efd178c5] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I1006 14:21:48.892792 806109 system_pods.go:89] "csi-hostpathplugin-jdxpx" [dee0a0f1-55fc-4b8c-8e11-deef46bcb09b] 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])
I1006 14:21:48.892812 806109 system_pods.go:89] "etcd-addons-006450" [68d8971d-a245-46ed-aeea-b6c95eaaa5a1] Running
I1006 14:21:48.892844 806109 system_pods.go:89] "kube-apiserver-addons-006450" [859fa9a9-9411-46dc-a7a4-6f90f229bcb7] Running
I1006 14:21:48.892868 806109 system_pods.go:89] "kube-controller-manager-addons-006450" [de781030-92f3-4acc-81f4-6ea4d01e03a7] Running
I1006 14:21:48.892892 806109 system_pods.go:89] "kube-ingress-dns-minikube" [ed71a121-1938-4fcd-98ba-91506484a2ba] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1006 14:21:48.892925 806109 system_pods.go:89] "kube-proxy-rr8rw" [081a658a-cae9-4fff-a7ca-ec779b247fb7] Running
I1006 14:21:48.892962 806109 system_pods.go:89] "kube-scheduler-addons-006450" [74dbd2fb-a5c2-463a-b49f-0d6b7ab88301] Running
I1006 14:21:48.892984 806109 system_pods.go:89] "metrics-server-85b7d694d7-s77t8" [4560d030-72e2-4fed-b2fb-5a3edfe4178c] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1006 14:21:48.893021 806109 system_pods.go:89] "nvidia-device-plugin-daemonset-d29s2" [0c163bb6-be86-4968-b8c1-96839618f3ac] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1006 14:21:48.893045 806109 system_pods.go:89] "registry-66898fdd98-btgr2" [90bfa3d6-9f89-4227-b3ef-d98d9fadd197] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1006 14:21:48.893080 806109 system_pods.go:89] "registry-creds-764b6fb674-gxwfl" [a8521a0d-ed5a-452c-9fe0-94e6798668f2] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1006 14:21:48.893105 806109 system_pods.go:89] "registry-proxy-wd7b6" [638a84e3-6fae-4413-aa77-31014a85ff29] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1006 14:21:48.893126 806109 system_pods.go:89] "snapshot-controller-7d9fbc56b8-6bdv2" [4cd0ea0b-af7f-46f8-bd9b-8082dfd0fba4] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1006 14:21:48.893161 806109 system_pods.go:89] "snapshot-controller-7d9fbc56b8-8stqh" [d3201aa7-7b51-4180-abc6-274d440ee6d5] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1006 14:21:48.893183 806109 system_pods.go:89] "storage-provisioner" [8e59991a-c6eb-407e-bacd-d535ad3d89b9] Running
I1006 14:21:48.893204 806109 system_pods.go:126] duration metric: took 112.954104ms to wait for k8s-apps to be running ...
I1006 14:21:48.893238 806109 system_svc.go:44] waiting for kubelet service to be running ....
I1006 14:21:48.893331 806109 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1006 14:21:48.893436 806109 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3
I1006 14:21:48.897290 806109 out.go:179] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I1006 14:21:48.900672 806109 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1006 14:21:48.900752 806109 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1006 14:21:48.942085 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1006 14:21:48.960118 806109 system_svc.go:56] duration metric: took 66.871905ms WaitForService to wait for kubelet
I1006 14:21:48.960199 806109 kubeadm.go:586] duration metric: took 14.820620987s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1006 14:21:48.960231 806109 node_conditions.go:102] verifying NodePressure condition ...
I1006 14:21:48.965554 806109 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I1006 14:21:48.965640 806109 node_conditions.go:123] node cpu capacity is 2
I1006 14:21:48.965667 806109 node_conditions.go:105] duration metric: took 5.41607ms to run NodePressure ...
I1006 14:21:48.965693 806109 start.go:241] waiting for startup goroutines ...
I1006 14:21:48.984429 806109 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1006 14:21:48.984493 806109 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1006 14:21:49.062891 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:49.063409 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:49.102274 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:49.109468 806109 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1006 14:21:49.109495 806109 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I1006 14:21:49.163209 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1006 14:21:49.357126 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:21:49.543241 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:49.545480 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:49.602876 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:50.041860 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:50.044347 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:50.102201 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:50.541424 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:50.543788 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:50.625651 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:51.006456 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.064277984s)
I1006 14:21:51.006543 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.84331281s)
I1006 14:21:51.010142 806109 addons.go:479] Verifying addon gcp-auth=true in "addons-006450"
I1006 14:21:51.025044 806109 out.go:179] * Verifying gcp-auth addon...
I1006 14:21:51.032841 806109 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1006 14:21:51.036529 806109 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1006 14:21:51.036555 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:51.042265 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:51.044526 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:51.102619 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:51.536647 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:51.544904 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:51.545440 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:51.602200 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:51.864284 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (2.507114739s)
W1006 14:21:51.864377 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:51.864433 806109 retry.go:31] will retry after 615.286821ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:52.037094 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:52.041054 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:52.043625 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:52.101572 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:52.479941 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:21:52.536478 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:52.541425 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:52.543774 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:52.600990 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:53.035872 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:53.041098 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:53.043636 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:53.101845 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:53.536239 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:53.536598 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.05658149s)
W1006 14:21:53.536657 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:53.536695 806109 retry.go:31] will retry after 1.187113289s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:53.541601 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:53.543552 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:53.602095 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:54.037487 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:54.042200 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:54.045343 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:54.102498 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:54.537542 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:54.542167 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:54.544351 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:54.602290 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:54.724667 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:21:55.036372 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:55.043120 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:55.044769 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:55.101792 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:55.536221 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:55.541111 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:55.543457 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:55.601561 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:55.840769 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.116063398s)
W1006 14:21:55.840813 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:55.840833 806109 retry.go:31] will retry after 947.610718ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:56.036387 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:56.043063 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:56.044685 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:56.101635 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:56.536456 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:56.541501 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:56.543585 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:56.601983 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:56.789245 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:21:57.036659 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:57.042057 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:57.044676 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:57.102243 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:57.537164 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:57.543103 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:57.544004 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:57.601850 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:57.839191 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.049904578s)
W1006 14:21:57.839238 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:57.839258 806109 retry.go:31] will retry after 1.03292313s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:58.037616 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:58.041961 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:58.044496 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:58.107912 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:58.536745 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:58.540665 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:58.544634 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:58.601133 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:58.872574 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:21:59.036224 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:59.041408 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:59.044098 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:59.101370 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:59.536626 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:21:59.542541 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:21:59.543654 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:21:59.601836 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:21:59.922791 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.050177986s)
W1006 14:21:59.922823 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:21:59.922842 806109 retry.go:31] will retry after 2.488598562s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:22:00.043764 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:00.064604 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:00.065064 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:00.129394 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:00.537107 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:00.541010 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:00.543818 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:00.628309 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:01.036861 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:01.043610 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:01.046494 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:01.102249 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:01.537399 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:01.541534 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:01.543844 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:01.601153 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:02.038594 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:02.041768 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:02.044895 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:02.102517 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:02.411855 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:22:02.535770 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:02.540865 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:02.544524 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:02.601881 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:03.036514 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:03.041497 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:03.043732 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:03.101053 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:03.551361 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:03.551723 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:03.552096 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:03.607741 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:03.821574 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.409680153s)
W1006 14:22:03.821607 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:22:03.821626 806109 retry.go:31] will retry after 2.808613429s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:22:04.036608 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:04.042059 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:04.044591 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:04.102238 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:04.537121 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:04.541031 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:04.544043 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:04.638355 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:05.045826 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:05.045915 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:05.046027 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:05.103126 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:05.536935 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:05.541096 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:05.543811 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:05.601370 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:06.037342 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:06.048770 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:06.049575 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:06.102090 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:06.537158 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:06.541167 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:06.544718 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:06.601939 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:06.631301 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:22:07.036903 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:07.041275 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:07.046171 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:07.101990 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:07.537306 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:07.542954 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:07.548030 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:07.602151 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:08.038923 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:08.045713 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:08.048165 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:08.138614 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:08.453750 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.822414187s)
W1006 14:22:08.453835 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:22:08.453869 806109 retry.go:31] will retry after 8.425837281s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:22:08.536134 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:08.541309 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:08.543203 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:08.601173 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:09.037059 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:09.041277 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:09.043958 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:09.106411 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:09.536191 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:09.540957 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:09.543212 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:09.637335 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:10.038746 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:10.041203 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:10.043968 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:10.101414 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:10.535919 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:10.541593 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:10.544180 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:10.601144 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:11.036181 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:11.041258 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:11.043931 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:11.102062 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:11.536161 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:11.541576 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:11.545106 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:11.601994 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:12.037286 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:12.041743 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:12.043857 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:12.101936 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:12.536252 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:12.542977 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:12.544737 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 14:22:12.602418 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:13.037636 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:13.043353 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:13.045541 806109 kapi.go:107] duration metric: took 29.504656348s to wait for kubernetes.io/minikube-addons=registry ...
I1006 14:22:13.103856 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:13.536010 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:13.541542 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:13.602453 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:14.036799 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:14.041118 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:14.101847 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:14.535955 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:14.540895 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:14.601210 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:15.038047 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:15.042436 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:15.101780 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:15.536551 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:15.541754 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:15.601384 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:16.036266 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:16.041349 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:16.101883 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:16.535728 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:16.540993 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:16.601091 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:16.880118 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:22:17.036213 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:17.041368 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:17.102032 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:17.536149 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:17.541821 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:17.606226 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:18.037103 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:18.041146 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:18.102447 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:18.125066 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.244891148s)
W1006 14:22:18.125106 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:22:18.125137 806109 retry.go:31] will retry after 8.394227584s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:22:18.536459 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:18.541489 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:18.602140 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:19.036341 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:19.041843 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:19.101573 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:19.536129 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:19.541594 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:19.603991 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:20.036705 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:20.040761 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:20.101466 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:20.536346 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:20.541417 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:20.602109 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:21.037009 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:21.042008 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:21.103192 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:21.536872 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:21.545192 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:21.603991 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:22.036447 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:22.041450 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:22.101387 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:22.537530 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:22.547087 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:22.602381 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:23.038711 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:23.047024 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:23.102246 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:23.537465 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:23.542053 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:23.602575 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:24.037716 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:24.041932 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:24.105425 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:24.537009 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:24.540996 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:24.601164 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:25.037218 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:25.041462 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:25.101898 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:25.541274 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:25.541617 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:25.601533 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:26.037202 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:26.041027 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:26.101243 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:26.520530 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:22:26.537318 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:26.541434 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:26.602288 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:27.036799 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:27.040735 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:27.101318 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:27.536660 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:27.540656 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:27.601312 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:27.622677 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.102107139s)
W1006 14:22:27.622764 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:22:27.622799 806109 retry.go:31] will retry after 8.964562377s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:22:28.036352 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:28.041655 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:28.101317 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:28.536873 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:28.542495 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:28.601848 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:29.037235 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:29.041321 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:29.101529 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:29.536608 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:29.541988 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:29.601332 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:30.067966 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:30.069628 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:30.102287 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:30.537456 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:30.541607 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:30.605527 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:31.047144 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:31.047366 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:31.102811 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:31.540586 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:31.543600 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:31.601318 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:32.037351 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:32.041560 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:32.101712 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:32.537074 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:32.541459 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:32.637575 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:33.037645 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:33.041762 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:33.101769 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:33.537080 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:33.546252 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:33.602460 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:34.049083 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:34.059194 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:34.102644 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:34.536345 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:34.541231 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:34.602566 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:35.036474 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:35.041683 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:35.101153 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:35.536516 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:35.543131 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:35.601301 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:36.040029 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:36.041789 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:36.101554 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:36.536713 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:36.541523 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:36.587821 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I1006 14:22:36.637573 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:37.036522 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:37.042208 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:37.101356 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:37.538450 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:37.541912 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:37.601423 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:38.039073 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:38.041963 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:38.107975 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:38.260560 806109 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.672700487s)
W1006 14:22:38.260650 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:22:38.260684 806109 retry.go:31] will retry after 28.502029632s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:22:38.537841 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:38.541302 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:38.634080 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:39.042819 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:39.044710 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:39.101819 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:39.536317 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:39.541291 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:39.602171 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:40.063837 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:40.065152 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:40.160263 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:40.536517 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:40.541760 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:40.601589 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:41.035811 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:41.040992 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:41.101764 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:41.537386 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:41.541696 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:41.638626 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:42.041509 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:42.042425 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:42.102420 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:42.536866 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:42.540382 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:42.602008 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:43.036485 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:43.041855 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:43.104569 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:43.537538 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:43.541564 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:43.603912 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:44.036751 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:44.041644 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:44.100816 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:44.535598 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:44.540901 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:44.605465 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:45.067085 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:45.085831 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:45.104001 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:45.535733 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:45.541994 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:45.601937 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:46.037039 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:46.042662 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:46.100769 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:46.538350 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:46.542984 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:46.601745 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:47.036231 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:47.041572 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:47.101597 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:47.537411 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:47.541447 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:47.601925 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:48.036062 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:48.046387 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:48.106511 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:48.535973 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:48.541411 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:48.602406 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:49.082967 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:49.083089 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:49.101404 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:49.543349 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:49.543936 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:49.606022 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 14:22:50.052841 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:50.053282 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:50.101918 806109 kapi.go:107] duration metric: took 1m1.504246684s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1006 14:22:50.536780 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:50.540713 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:51.039833 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:51.041873 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:51.536470 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:51.541280 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:52.036677 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:52.041641 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:52.536085 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:52.540908 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:53.036694 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:53.041925 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:53.536756 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:53.541339 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:54.036706 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:54.041617 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:54.536485 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:54.541468 806109 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 14:22:55.054778 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:55.076569 806109 kapi.go:107] duration metric: took 1m11.538807076s to wait for app.kubernetes.io/name=ingress-nginx ...
I1006 14:22:55.536329 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:56.036624 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:56.535976 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:57.036354 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:57.536109 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:58.037892 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:58.536442 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:59.037351 806109 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 14:22:59.536233 806109 kapi.go:107] duration metric: took 1m8.503389262s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1006 14:22:59.539324 806109 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-006450 cluster.
I1006 14:22:59.542088 806109 out.go:179] * 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.
I1006 14:22:59.544863 806109 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1006 14:23:06.763823 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
W1006 14:23:07.625986 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:23:07.626019 806109 retry.go:31] will retry after 17.722294339s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
I1006 14:23:25.349291 806109 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
W1006 14:23:26.187865 806109 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
W1006 14:23:26.187971 806109 out.go:285] ! Enabling 'inspektor-gadget' returned an error: running callbacks: [sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.1/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: Process exited with status 1
stdout:
namespace/gadget unchanged
serviceaccount/gadget unchanged
configmap/gadget unchanged
clusterrole.rbac.authorization.k8s.io/gadget-cluster-role unchanged
clusterrolebinding.rbac.authorization.k8s.io/gadget-cluster-role-binding unchanged
role.rbac.authorization.k8s.io/gadget-role unchanged
rolebinding.rbac.authorization.k8s.io/gadget-role-binding unchanged
daemonset.apps/gadget configured
stderr:
error: error validating "/etc/kubernetes/addons/ig-crd.yaml": error validating data: [apiVersion not set, kind not set]; if you choose to ignore these errors, turn validation off with --validate=false
]
I1006 14:23:26.191145 806109 out.go:179] * Enabled addons: registry-creds, amd-gpu-device-plugin, cloud-spanner, nvidia-device-plugin, storage-provisioner, ingress-dns, storage-provisioner-rancher, volcano, metrics-server, yakd, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I1006 14:23:26.193747 806109 addons.go:514] duration metric: took 1m52.052915825s for enable addons: enabled=[registry-creds amd-gpu-device-plugin cloud-spanner nvidia-device-plugin storage-provisioner ingress-dns storage-provisioner-rancher volcano metrics-server yakd volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I1006 14:23:26.193810 806109 start.go:246] waiting for cluster config update ...
I1006 14:23:26.193839 806109 start.go:255] writing updated cluster config ...
I1006 14:23:26.194174 806109 ssh_runner.go:195] Run: rm -f paused
I1006 14:23:26.198700 806109 pod_ready.go:37] extra waiting up to 4m0s for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
I1006 14:23:26.203281 806109 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-5b26c" in "kube-system" namespace to be "Ready" or be gone ...
I1006 14:23:26.213859 806109 pod_ready.go:94] pod "coredns-66bc5c9577-5b26c" is "Ready"
I1006 14:23:26.213893 806109 pod_ready.go:86] duration metric: took 10.577014ms for pod "coredns-66bc5c9577-5b26c" in "kube-system" namespace to be "Ready" or be gone ...
I1006 14:23:26.216571 806109 pod_ready.go:83] waiting for pod "etcd-addons-006450" in "kube-system" namespace to be "Ready" or be gone ...
I1006 14:23:26.223509 806109 pod_ready.go:94] pod "etcd-addons-006450" is "Ready"
I1006 14:23:26.223539 806109 pod_ready.go:86] duration metric: took 6.938313ms for pod "etcd-addons-006450" in "kube-system" namespace to be "Ready" or be gone ...
I1006 14:23:26.226276 806109 pod_ready.go:83] waiting for pod "kube-apiserver-addons-006450" in "kube-system" namespace to be "Ready" or be gone ...
I1006 14:23:26.230877 806109 pod_ready.go:94] pod "kube-apiserver-addons-006450" is "Ready"
I1006 14:23:26.230912 806109 pod_ready.go:86] duration metric: took 4.607653ms for pod "kube-apiserver-addons-006450" in "kube-system" namespace to be "Ready" or be gone ...
I1006 14:23:26.233246 806109 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-006450" in "kube-system" namespace to be "Ready" or be gone ...
I1006 14:23:26.603009 806109 pod_ready.go:94] pod "kube-controller-manager-addons-006450" is "Ready"
I1006 14:23:26.603041 806109 pod_ready.go:86] duration metric: took 369.767385ms for pod "kube-controller-manager-addons-006450" in "kube-system" namespace to be "Ready" or be gone ...
I1006 14:23:26.803580 806109 pod_ready.go:83] waiting for pod "kube-proxy-rr8rw" in "kube-system" namespace to be "Ready" or be gone ...
I1006 14:23:27.202844 806109 pod_ready.go:94] pod "kube-proxy-rr8rw" is "Ready"
I1006 14:23:27.202872 806109 pod_ready.go:86] duration metric: took 399.265658ms for pod "kube-proxy-rr8rw" in "kube-system" namespace to be "Ready" or be gone ...
I1006 14:23:27.402987 806109 pod_ready.go:83] waiting for pod "kube-scheduler-addons-006450" in "kube-system" namespace to be "Ready" or be gone ...
I1006 14:23:27.803050 806109 pod_ready.go:94] pod "kube-scheduler-addons-006450" is "Ready"
I1006 14:23:27.803077 806109 pod_ready.go:86] duration metric: took 400.059334ms for pod "kube-scheduler-addons-006450" in "kube-system" namespace to be "Ready" or be gone ...
I1006 14:23:27.803090 806109 pod_ready.go:40] duration metric: took 1.604355795s for extra waiting for all "kube-system" pods having one of [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] labels to be "Ready" ...
I1006 14:23:27.868687 806109 start.go:623] kubectl: 1.33.2, cluster: 1.34.1 (minor skew: 1)
I1006 14:23:27.871326 806109 out.go:179] * Done! kubectl is now configured to use "addons-006450" cluster and "default" namespace by default
==> Docker <==
Oct 06 14:22:50 addons-006450 cri-dockerd[1424]: time="2025-10-06T14:22:50Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/5bc940ae5deb9c1ac24f12b18d5ae91a91647aecb8f9438806b01dbdcb32c49b/resolv.conf as [nameserver 10.96.0.10 search volcano-system.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Oct 06 14:22:53 addons-006450 cri-dockerd[1424]: time="2025-10-06T14:22:53Z" level=info msg="Stop pulling image registry.k8s.io/ingress-nginx/controller:v1.13.3@sha256:1b044f6dcac3afbb59e05d98463f1dec6f3d3fb99940bc12ca5d80270358e3bd: Status: Downloaded newer image for registry.k8s.io/ingress-nginx/controller@sha256:1b044f6dcac3afbb59e05d98463f1dec6f3d3fb99940bc12ca5d80270358e3bd"
Oct 06 14:22:54 addons-006450 cri-dockerd[1424]: time="2025-10-06T14:22:54Z" level=info msg="Stop pulling image docker.io/volcanosh/vc-webhook-manager:v1.13.0@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001: Status: Image is up to date for volcanosh/vc-webhook-manager@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001"
Oct 06 14:22:55 addons-006450 cri-dockerd[1424]: time="2025-10-06T14:22:55Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/373e0e0396aeea0a7ead04d0d4d2152fafe728110f66f2e7f5cda74a211a44ab/resolv.conf as [nameserver 10.96.0.10 search gcp-auth.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Oct 06 14:22:55 addons-006450 dockerd[1123]: time="2025-10-06T14:22:55.501066277Z" level=warning msg="reference for unknown type: " digest="sha256:94f0c448171b974aab7b4a96d00feb5799b1d69827a738a4f8b4b30c17fb74e7" remote="gcr.io/k8s-minikube/gcp-auth-webhook@sha256:94f0c448171b974aab7b4a96d00feb5799b1d69827a738a4f8b4b30c17fb74e7"
Oct 06 14:22:58 addons-006450 cri-dockerd[1424]: time="2025-10-06T14:22:58Z" level=info msg="Stop pulling image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3@sha256:94f0c448171b974aab7b4a96d00feb5799b1d69827a738a4f8b4b30c17fb74e7: Status: Downloaded newer image for gcr.io/k8s-minikube/gcp-auth-webhook@sha256:94f0c448171b974aab7b4a96d00feb5799b1d69827a738a4f8b4b30c17fb74e7"
Oct 06 14:22:58 addons-006450 dockerd[1123]: time="2025-10-06T14:22:58.647493480Z" level=warning msg="reference for unknown type: " digest="sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34" remote="docker.io/volcanosh/vc-scheduler@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34"
Oct 06 14:22:58 addons-006450 dockerd[1123]: time="2025-10-06T14:22:58.757533505Z" level=error msg="Not continuing with pull after error" error="toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Oct 06 14:23:24 addons-006450 dockerd[1123]: time="2025-10-06T14:23:24.811244345Z" level=warning msg="reference for unknown type: " digest="sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34" remote="docker.io/volcanosh/vc-scheduler@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34"
Oct 06 14:23:24 addons-006450 dockerd[1123]: time="2025-10-06T14:23:24.900983915Z" level=error msg="Not continuing with pull after error" error="toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Oct 06 14:24:18 addons-006450 dockerd[1123]: time="2025-10-06T14:24:18.809612092Z" level=warning msg="reference for unknown type: " digest="sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34" remote="docker.io/volcanosh/vc-scheduler@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34"
Oct 06 14:24:18 addons-006450 dockerd[1123]: time="2025-10-06T14:24:18.987607996Z" level=error msg="Not continuing with pull after error" error="toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Oct 06 14:24:18 addons-006450 cri-dockerd[1424]: time="2025-10-06T14:24:18Z" level=info msg="Stop pulling image docker.io/volcanosh/vc-scheduler:v1.13.0@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34: docker.io/volcanosh/vc-scheduler@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34: Pulling from volcanosh/vc-scheduler"
Oct 06 14:25:43 addons-006450 dockerd[1123]: time="2025-10-06T14:25:43.792657280Z" level=warning msg="reference for unknown type: " digest="sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34" remote="docker.io/volcanosh/vc-scheduler@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34"
Oct 06 14:25:43 addons-006450 dockerd[1123]: time="2025-10-06T14:25:43.894678732Z" level=error msg="Not continuing with pull after error" error="toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Oct 06 14:28:35 addons-006450 dockerd[1123]: time="2025-10-06T14:28:35.793025728Z" level=warning msg="reference for unknown type: " digest="sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34" remote="docker.io/volcanosh/vc-scheduler@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34"
Oct 06 14:28:37 addons-006450 cri-dockerd[1424]: time="2025-10-06T14:28:37Z" level=info msg="Stop pulling image docker.io/volcanosh/vc-scheduler:v1.13.0@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34: Status: Downloaded newer image for volcanosh/vc-scheduler@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34"
Oct 06 14:28:58 addons-006450 cri-dockerd[1424]: time="2025-10-06T14:28:58Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/88c62e39df8fd90c76f0a691c5ff63f85cbb39572f961eeb463b6ee72c1ca49b/resolv.conf as [nameserver 10.96.0.10 search my-volcano.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Oct 06 14:28:58 addons-006450 dockerd[1123]: time="2025-10-06T14:28:58.528762547Z" level=error msg="Not continuing with pull after error" error="toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Oct 06 14:29:10 addons-006450 dockerd[1123]: time="2025-10-06T14:29:10.971796357Z" level=error msg="Not continuing with pull after error" error="toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Oct 06 14:29:37 addons-006450 dockerd[1123]: time="2025-10-06T14:29:37.971799877Z" level=error msg="Not continuing with pull after error" error="toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Oct 06 14:30:19 addons-006450 dockerd[1123]: time="2025-10-06T14:30:19.080143038Z" level=error msg="Not continuing with pull after error" error="toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Oct 06 14:30:19 addons-006450 cri-dockerd[1424]: time="2025-10-06T14:30:19Z" level=info msg="Stop pulling image nginx:latest: latest: Pulling from library/nginx"
Oct 06 14:31:53 addons-006450 dockerd[1123]: time="2025-10-06T14:31:53.093056282Z" level=error msg="Not continuing with pull after error" error="toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Oct 06 14:31:53 addons-006450 cri-dockerd[1424]: time="2025-10-06T14:31:53Z" level=info msg="Stop pulling image nginx:latest: latest: Pulling from library/nginx"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD NAMESPACE
0e36cc82fe950 volcanosh/vc-scheduler@sha256:b05b30b3c25eff5af77e1859f47fc6acfc3520d62dc2838f0623aa4309c40b34 3 minutes ago Running volcano-scheduler 0 e0aba4b3d93bd volcano-scheduler-76c996c8bf-wqkfr volcano-system
e3ed3d2c79d89 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:94f0c448171b974aab7b4a96d00feb5799b1d69827a738a4f8b4b30c17fb74e7 9 minutes ago Running gcp-auth 0 373e0e0396aee gcp-auth-78565c9fb4-xfzjp gcp-auth
8acdf361565a3 volcanosh/vc-webhook-manager@sha256:03e36eb220766397b4cd9c2f42bab8666661a0112fa9033ae9bd80d2a9611001 9 minutes ago Running admission 0 5bc940ae5deb9 volcano-admission-6c447bd768-2szwf volcano-system
f2a47081481dc registry.k8s.io/ingress-nginx/controller@sha256:1b044f6dcac3afbb59e05d98463f1dec6f3d3fb99940bc12ca5d80270358e3bd 9 minutes ago Running controller 0 bd5557adaf3c6 ingress-nginx-controller-675c5ddd98-k4m4k ingress-nginx
e400809cac569 registry.k8s.io/sig-storage/csi-snapshotter@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f 9 minutes ago Running csi-snapshotter 0 70205a118c52f csi-hostpathplugin-jdxpx kube-system
9c0d6f72f1f92 registry.k8s.io/sig-storage/csi-provisioner@sha256:ee3b525d5b89db99da3b8eb521d9cd90cb6e9ef0fbb651e98bb37be78d36b5b8 9 minutes ago Running csi-provisioner 0 70205a118c52f csi-hostpathplugin-jdxpx kube-system
4876f3a9c229a registry.k8s.io/sig-storage/livenessprobe@sha256:cacee2b5c36dd59d4c7e8469c05c9e4ef53ecb2df9025fa8c10cdaf61bce62f0 9 minutes ago Running liveness-probe 0 70205a118c52f csi-hostpathplugin-jdxpx kube-system
7f7bdac7cf59b registry.k8s.io/sig-storage/hostpathplugin@sha256:92257881c1d6493cf18299a24af42330f891166560047902b8d431fb66b01af5 9 minutes ago Running hostpath 0 70205a118c52f csi-hostpathplugin-jdxpx kube-system
4eeec494d7d9f registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:f1c25991bac2fbb7f5fcf91ed9438df31e30edee6bed5a780464238aa09ad24c 9 minutes ago Running node-driver-registrar 0 70205a118c52f csi-hostpathplugin-jdxpx kube-system
856a19a7b09f4 volcanosh/vc-controller-manager@sha256:8dd7ce0cef2df19afb14ba26bec90e2999a3c0397ebe5c9d75a5f68d1c80d242 9 minutes ago Running volcano-controllers 0 33fad1d340dba volcano-controllers-6fd4f85cb8-l5t58 volcano-system
6f25a4d6caf64 registry.k8s.io/sig-storage/csi-external-health-monitor-controller@sha256:80b9ba94aa2afe24553d69bd165a6a51552d1582d68618ec00d3b804a7d9193c 9 minutes ago Running csi-external-health-monitor-controller 0 70205a118c52f csi-hostpathplugin-jdxpx kube-system
0201aae6c64e0 registry.k8s.io/sig-storage/csi-resizer@sha256:425d8f1b769398127767b06ed97ce62578a3179bcb99809ce93a1649e025ffe7 9 minutes ago Running csi-resizer 0 0ca9bd27ecd5a csi-hostpath-resizer-0 kube-system
9e27aa581454c registry.k8s.io/sig-storage/csi-attacher@sha256:9a685020911e2725ad019dbce6e4a5ab93d51e3d4557f115e64343345e05781b 9 minutes ago Running csi-attacher 0 1a820fa8b56fd csi-hostpath-attacher-0 kube-system
05cbc48ffb51e registry.k8s.io/sig-storage/snapshot-controller@sha256:823c75d0c45d1427f6d850070956d9ca657140a7bbf828381541d1d808475280 9 minutes ago Running volume-snapshot-controller 0 4dcf8198ace65 snapshot-controller-7d9fbc56b8-6bdv2 kube-system
2e1fd961dc8a7 registry.k8s.io/sig-storage/snapshot-controller@sha256:823c75d0c45d1427f6d850070956d9ca657140a7bbf828381541d1d808475280 9 minutes ago Running volume-snapshot-controller 0 47610a948360b snapshot-controller-7d9fbc56b8-8stqh kube-system
02001c5bf8ca9 9a80c0c8eb61c 9 minutes ago Exited patch 1 67b15011fa29d ingress-nginx-admission-patch-s6s8k ingress-nginx
11587ae8b0259 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39 9 minutes ago Exited create 0 6d0aa0c7acb77 ingress-nginx-admission-create-t2tnf ingress-nginx
509e7623ba228 ghcr.io/inspektor-gadget/inspektor-gadget@sha256:66fdf18cc8a577423b2a36b96a5be40fe690fdb986bfe7875f54edfa9c7d19a5 9 minutes ago Running gadget 0 14032f9fa6ab7 gadget-mwfpm gadget
d3025a0e45236 marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624 9 minutes ago Running yakd 0 510624cc4af1e yakd-dashboard-5ff678cb9-nfj9q yakd-dashboard
0244185030bd7 kicbase/minikube-ingress-dns@sha256:d7c3fd25a0ea8fa62d4096eda202b3fc69d994b01ed6ab431def629f16ba1a89 9 minutes ago Running minikube-ingress-dns 0 5fb11b5433718 kube-ingress-dns-minikube kube-system
385b41735590f gcr.io/k8s-minikube/kube-registry-proxy@sha256:f832bbe1d48c62de040bd793937eaa0c05d2f945a55376a99c80a4dd9961aeb1 9 minutes ago Running registry-proxy 0 8b6806e8a2031 registry-proxy-wd7b6 kube-system
7c848b41913dc rancher/local-path-provisioner@sha256:e34c88ae0affb1cdefbb874140d6339d4a27ec4ee420ae8199cd839997b05246 9 minutes ago Running local-path-provisioner 0 dd0d4f86343b0 local-path-provisioner-648f6765c9-fmrx9 local-path-storage
75c19a63dce9b registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d 9 minutes ago Running registry 0 19e88fa72d39f registry-66898fdd98-btgr2 kube-system
be40b7b342bcc registry.k8s.io/metrics-server/metrics-server@sha256:89258156d0e9af60403eafd44da9676fd66f600c7934d468ccc17e42b199aee2 9 minutes ago Running metrics-server 0 9be9dc44a48ee metrics-server-85b7d694d7-s77t8 kube-system
8cf5351cc4642 gcr.io/cloud-spanner-emulator/emulator@sha256:15030dbba87c4fba50265cc80e62278eb41925d24d3a54c30563eff06304bf58 9 minutes ago Running cloud-spanner-emulator 0 4916510c10c2b cloud-spanner-emulator-85f6b7fc65-zjsh8 default
aa8b68706bef2 nvcr.io/nvidia/k8s-device-plugin@sha256:3c54348fe5a57e5700e7d8068e7531d2ef2d5f3ccb70c8f6bac0953432527abd 9 minutes ago Running nvidia-device-plugin-ctr 0 48071d8f52e3b nvidia-device-plugin-daemonset-d29s2 kube-system
59bd3def26ae0 ba04bb24b9575 10 minutes ago Running storage-provisioner 0 a23e97739eb30 storage-provisioner kube-system
1f08a0b17053c 138784d87c9c5 10 minutes ago Running coredns 0 41c06ea8e8dab coredns-66bc5c9577-5b26c kube-system
2c89530d2d498 05baa95f5142d 10 minutes ago Running kube-proxy 0 3401ff6190b48 kube-proxy-rr8rw kube-system
9184b772f37f1 7eb2c6ff0c5a7 10 minutes ago Running kube-controller-manager 0 431c21e60ec20 kube-controller-manager-addons-006450 kube-system
16d61d5012e7c b5f57ec6b9867 10 minutes ago Running kube-scheduler 0 a52e4c8396f58 kube-scheduler-addons-006450 kube-system
e5031a852e78a 43911e833d64d 10 minutes ago Running kube-apiserver 0 dc93b2d9f3eda kube-apiserver-addons-006450 kube-system
57ec1a2227a7f a1894772a478e 10 minutes ago Running etcd 0 31b1c12560e88 etcd-addons-006450 kube-system
==> controller_ingress [f2a47081481d] <==
I1006 14:22:54.615253 7 main.go:248] "Running in Kubernetes cluster" major="1" minor="34" git="v1.34.1" state="clean" commit="93248f9ae092f571eb870b7664c534bfc7d00f03" platform="linux/arm64"
I1006 14:22:55.092177 7 main.go:101] "SSL fake certificate created" file="/etc/ingress-controller/ssl/default-fake-certificate.pem"
I1006 14:22:55.133013 7 ssl.go:535] "loading tls certificate" path="/usr/local/certificates/cert" key="/usr/local/certificates/key"
I1006 14:22:55.176796 7 nginx.go:273] "Starting NGINX Ingress controller"
I1006 14:22:55.195604 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"ingress-nginx-controller", UID:"32a45df3-74a5-4ea9-936a-f28fd578ad3e", APIVersion:"v1", ResourceVersion:"686", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/ingress-nginx-controller
I1006 14:22:55.195635 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"tcp-services", UID:"099c9900-05c9-44db-81b3-eef52f1f3a83", APIVersion:"v1", ResourceVersion:"687", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/tcp-services
I1006 14:22:55.200180 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"udp-services", UID:"d5cccdc5-0996-4162-a64b-e6dd2f57b85c", APIVersion:"v1", ResourceVersion:"688", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/udp-services
I1006 14:22:56.377724 7 nginx.go:319] "Starting NGINX process"
I1006 14:22:56.377791 7 leaderelection.go:257] attempting to acquire leader lease ingress-nginx/ingress-nginx-leader...
I1006 14:22:56.378131 7 nginx.go:339] "Starting validation webhook" address=":8443" certPath="/usr/local/certificates/cert" keyPath="/usr/local/certificates/key"
I1006 14:22:56.378531 7 controller.go:214] "Configuration changes detected, backend reload required"
I1006 14:22:56.385446 7 leaderelection.go:271] successfully acquired lease ingress-nginx/ingress-nginx-leader
I1006 14:22:56.386528 7 status.go:85] "New leader elected" identity="ingress-nginx-controller-675c5ddd98-k4m4k"
I1006 14:22:56.394070 7 status.go:224] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-675c5ddd98-k4m4k" node="addons-006450"
I1006 14:22:56.402954 7 status.go:224] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-675c5ddd98-k4m4k" node="addons-006450"
I1006 14:22:56.426765 7 controller.go:228] "Backend successfully reloaded"
I1006 14:22:56.426836 7 controller.go:240] "Initial sync, sleeping for 1 second"
I1006 14:22:56.427067 7 event.go:377] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-675c5ddd98-k4m4k", UID:"7af3dc46-9579-4103-920a-676be59d642a", APIVersion:"v1", ResourceVersion:"1329", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
Release: v1.13.3
Build: 93851f05e61d99eea49140c9be73499a3cb92ccc
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.27.1
-------------------------------------------------------------------------------
==> coredns [1f08a0b17053] <==
[INFO] 10.244.0.7:56542 - 9411 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000095736s
[INFO] 10.244.0.7:56542 - 60028 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.002381032s
[INFO] 10.244.0.7:56542 - 33336 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.002392707s
[INFO] 10.244.0.7:56542 - 54232 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000178786s
[INFO] 10.244.0.7:56542 - 7333 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000136449s
[INFO] 10.244.0.7:33056 - 46078 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000279019s
[INFO] 10.244.0.7:33056 - 46299 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000298719s
[INFO] 10.244.0.7:56424 - 24690 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.0002456s
[INFO] 10.244.0.7:56424 - 24468 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000268837s
[INFO] 10.244.0.7:59046 - 6419 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000205798s
[INFO] 10.244.0.7:59046 - 6231 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000164198s
[INFO] 10.244.0.7:57987 - 61663 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001803179s
[INFO] 10.244.0.7:57987 - 61843 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002072492s
[INFO] 10.244.0.7:52614 - 11017 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000243541s
[INFO] 10.244.0.7:52614 - 10853 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000192292s
[INFO] 10.244.0.26:44951 - 63731 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000272135s
[INFO] 10.244.0.26:43415 - 16328 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000118021s
[INFO] 10.244.0.26:39889 - 25486 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000139116s
[INFO] 10.244.0.26:39105 - 18081 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000154197s
[INFO] 10.244.0.26:56273 - 11862 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000274474s
[INFO] 10.244.0.26:44777 - 21446 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000313833s
[INFO] 10.244.0.26:47488 - 37580 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.00207181s
[INFO] 10.244.0.26:50437 - 7597 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.001591703s
[INFO] 10.244.0.26:49063 - 42612 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.001943943s
[INFO] 10.244.0.26:39378 - 64309 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.00241089s
==> describe nodes <==
Name: addons-006450
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-006450
kubernetes.io/os=linux
minikube.k8s.io/commit=512f8c40caa35ce8d82a76bc06907e2d11c89c81
minikube.k8s.io/name=addons-006450
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_10_06T14_21_29_0700
minikube.k8s.io/version=v1.37.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-006450
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-006450"}
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 06 Oct 2025 14:21:26 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-006450
AcquireTime: <unset>
RenewTime: Mon, 06 Oct 2025 14:31:51 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 06 Oct 2025 14:29:08 +0000 Mon, 06 Oct 2025 14:21:22 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 06 Oct 2025 14:29:08 +0000 Mon, 06 Oct 2025 14:21:22 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 06 Oct 2025 14:29:08 +0000 Mon, 06 Oct 2025 14:21:22 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 06 Oct 2025 14:29:08 +0000 Mon, 06 Oct 2025 14:21:31 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-006450
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022304Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022304Ki
pods: 110
System Info:
Machine ID: 0364ef7d33ec438ea80b3763bd3b6ccc
System UUID: 35426571-e524-4094-b847-4e5d39cdb9e6
Boot ID: 2fc2fcec-a145-448c-8b5d-9e614a6ff2df
Kernel Version: 5.15.0-1084-aws
OS Image: Debian GNU/Linux 12 (bookworm)
Operating System: linux
Architecture: arm64
Container Runtime Version: docker://28.4.0
Kubelet Version: v1.34.1
Kube-Proxy Version:
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (28 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default cloud-spanner-emulator-85f6b7fc65-zjsh8 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
gadget gadget-mwfpm 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
gcp-auth gcp-auth-78565c9fb4-xfzjp 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
ingress-nginx ingress-nginx-controller-675c5ddd98-k4m4k 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 10m
kube-system coredns-66bc5c9577-5b26c 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 10m
kube-system csi-hostpath-attacher-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system csi-hostpath-resizer-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system csi-hostpathplugin-jdxpx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system etcd-addons-006450 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 10m
kube-system kube-apiserver-addons-006450 250m (12%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system kube-controller-manager-addons-006450 200m (10%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system kube-proxy-rr8rw 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system kube-scheduler-addons-006450 100m (5%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system metrics-server-85b7d694d7-s77t8 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 10m
kube-system nvidia-device-plugin-daemonset-d29s2 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system registry-66898fdd98-btgr2 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system registry-creds-764b6fb674-gxwfl 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system registry-proxy-wd7b6 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system snapshot-controller-7d9fbc56b8-6bdv2 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system snapshot-controller-7d9fbc56b8-8stqh 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
local-path-storage local-path-provisioner-648f6765c9-fmrx9 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
my-volcano test-job-nginx-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 3m2s
volcano-system volcano-admission-6c447bd768-2szwf 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
volcano-system volcano-controllers-6fd4f85cb8-l5t58 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
volcano-system volcano-scheduler-76c996c8bf-wqkfr 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
yakd-dashboard yakd-dashboard-5ff678cb9-nfj9q 0 (0%) 0 (0%) 128Mi (1%) 256Mi (3%) 10m
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%) 0 (0%)
memory 588Mi (7%) 426Mi (5%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
hugepages-32Mi 0 (0%) 0 (0%)
hugepages-64Ki 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 10m kube-proxy
Normal NodeAllocatableEnforced 10m kubelet Updated Node Allocatable limit across pods
Warning CgroupV1 10m kubelet cgroup v1 support is in maintenance mode, please migrate to cgroup v2
Normal NodeHasSufficientMemory 10m (x8 over 10m) kubelet Node addons-006450 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 10m (x8 over 10m) kubelet Node addons-006450 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 10m (x7 over 10m) kubelet Node addons-006450 status is now: NodeHasSufficientPID
Normal Starting 10m kubelet Starting kubelet.
Warning CgroupV1 10m kubelet cgroup v1 support is in maintenance mode, please migrate to cgroup v2
Normal Starting 10m kubelet Starting kubelet.
Normal NodeAllocatableEnforced 10m kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 10m kubelet Node addons-006450 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 10m kubelet Node addons-006450 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 10m kubelet Node addons-006450 status is now: NodeHasSufficientPID
Normal NodeReady 10m kubelet Node addons-006450 status is now: NodeReady
Normal RegisteredNode 10m node-controller Node addons-006450 event: Registered Node addons-006450 in Controller
==> dmesg <==
[Oct 6 12:53] systemd-journald[226]: Failed to send stream file descriptor to service manager: Connection refused
[Oct 6 12:59] kauditd_printk_skb: 8 callbacks suppressed
[Oct 6 13:11] kauditd_printk_skb: 8 callbacks suppressed
[Oct 6 14:19] kauditd_printk_skb: 8 callbacks suppressed
==> etcd [57ec1a2227a7] <==
{"level":"warn","ts":"2025-10-06T14:21:25.112983Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38176","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:21:25.127761Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38192","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:21:25.149184Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38216","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:21:25.170769Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38240","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:21:25.187747Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38264","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:21:25.208847Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38276","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:21:25.304509Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38298","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:21:49.763248Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36984","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:21:49.777779Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36996","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.281548Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36722","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.337199Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36738","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.387982Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36748","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.452451Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36764","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.481768Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36794","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.595747Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36806","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.614909Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36824","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.631591Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36838","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.664368Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36852","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.680487Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36866","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.697752Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36894","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.764439Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36918","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-06T14:22:03.772435Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36936","server-name":"","error":"EOF"}
{"level":"info","ts":"2025-10-06T14:31:23.319583Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":1712}
{"level":"info","ts":"2025-10-06T14:31:23.387482Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":1712,"took":"67.368638ms","hash":2638762742,"current-db-size-bytes":8409088,"current-db-size":"8.4 MB","current-db-size-in-use-bytes":4431872,"current-db-size-in-use":"4.4 MB"}
{"level":"info","ts":"2025-10-06T14:31:23.387544Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":2638762742,"revision":1712,"compact-revision":-1}
==> gcp-auth [e3ed3d2c79d8] <==
2025/10/06 14:22:58 GCP Auth Webhook started!
2025/10/06 14:28:56 Ready to marshal response ...
2025/10/06 14:28:56 Ready to write response ...
2025/10/06 14:28:56 Ready to marshal response ...
2025/10/06 14:28:56 Ready to write response ...
==> kernel <==
14:31:58 up 21:14, 0 user, load average: 0.62, 0.95, 2.19
Linux addons-006450 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64 GNU/Linux
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
==> kube-apiserver [e5031a852e78] <==
W1006 14:22:03.337169 1 logging.go:55] [core] [Channel #274 SubChannel #275]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1:2379", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2379: operation was canceled"
W1006 14:22:03.382795 1 logging.go:55] [core] [Channel #278 SubChannel #279]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1:2379", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2379: operation was canceled"
W1006 14:22:03.441950 1 logging.go:55] [core] [Channel #282 SubChannel #283]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1:2379", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2379: operation was canceled"
W1006 14:22:03.477558 1 logging.go:55] [core] [Channel #286 SubChannel #287]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1:2379", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2379: operation was canceled"
W1006 14:22:03.571937 1 logging.go:55] [core] [Channel #290 SubChannel #291]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1:2379", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: authentication handshake failed: context canceled"
W1006 14:22:03.610228 1 logging.go:55] [core] [Channel #294 SubChannel #295]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1:2379", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: authentication handshake failed: context canceled"
W1006 14:22:03.628337 1 logging.go:55] [core] [Channel #298 SubChannel #299]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1:2379", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2379: operation was canceled"
W1006 14:22:03.659904 1 logging.go:55] [core] [Channel #302 SubChannel #303]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1:2379", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2379: operation was canceled"
W1006 14:22:03.677457 1 logging.go:55] [core] [Channel #306 SubChannel #307]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1:2379", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2379: operation was canceled"
W1006 14:22:03.696994 1 logging.go:55] [core] [Channel #310 SubChannel #311]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1:2379", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2379: operation was canceled"
W1006 14:22:03.742109 1 logging.go:55] [core] [Channel #314 SubChannel #315]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1:2379", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: authentication handshake failed: context canceled"
W1006 14:22:03.770267 1 logging.go:55] [core] [Channel #318 SubChannel #319]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:2379", ServerName: "127.0.0.1:2379", BalancerAttributes: {"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>" }}. Err: connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:2379: operation was canceled"
E1006 14:22:17.855370 1 remote_available_controller.go:462] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.96.103.29:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.96.103.29:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.96.103.29:443: connect: connection refused" logger="UnhandledError"
W1006 14:22:17.855850 1 handler_proxy.go:99] no RequestInfo found in the context
E1006 14:22:17.855919 1 controller.go:146] "Unhandled Error" err=<
Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
> logger="UnhandledError"
E1006 14:22:17.857318 1 remote_available_controller.go:462] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.96.103.29:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.96.103.29:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.96.103.29:443: connect: connection refused" logger="UnhandledError"
E1006 14:22:17.861943 1 remote_available_controller.go:462] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.96.103.29:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.96.103.29:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.96.103.29:443: connect: connection refused" logger="UnhandledError"
E1006 14:22:17.883577 1 remote_available_controller.go:462] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.96.103.29:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.96.103.29:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.96.103.29:443: connect: connection refused" logger="UnhandledError"
I1006 14:22:18.002057 1 handler.go:285] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I1006 14:28:56.471240 1 controller.go:667] quota admission added evaluator for: jobs.batch.volcano.sh
I1006 14:28:56.510248 1 controller.go:667] quota admission added evaluator for: podgroups.scheduling.volcano.sh
I1006 14:31:26.220232 1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
==> kube-controller-manager [9184b772f37f] <==
I1006 14:21:33.253378 1 shared_informer.go:356] "Caches are synced" controller="endpoint_slice_mirroring"
I1006 14:21:33.253401 1 shared_informer.go:356] "Caches are synced" controller="GC"
I1006 14:21:33.253414 1 shared_informer.go:356] "Caches are synced" controller="VAC protection"
I1006 14:21:33.253426 1 shared_informer.go:356] "Caches are synced" controller="stateful set"
I1006 14:21:33.253435 1 shared_informer.go:356] "Caches are synced" controller="attach detach"
I1006 14:21:33.253465 1 shared_informer.go:356] "Caches are synced" controller="daemon sets"
I1006 14:21:33.254105 1 shared_informer.go:356] "Caches are synced" controller="service-cidr-controller"
I1006 14:21:33.253490 1 shared_informer.go:356] "Caches are synced" controller="TTL"
I1006 14:21:33.256268 1 shared_informer.go:356] "Caches are synced" controller="ClusterRoleAggregator"
I1006 14:21:33.267599 1 shared_informer.go:356] "Caches are synced" controller="ephemeral"
I1006 14:21:33.267643 1 shared_informer.go:356] "Caches are synced" controller="resource quota"
E1006 14:21:39.875934 1 replica_set.go:587] "Unhandled Error" err="sync \"kube-system/metrics-server-85b7d694d7\" failed with pods \"metrics-server-85b7d694d7-\" is forbidden: error looking up service account kube-system/metrics-server: serviceaccount \"metrics-server\" not found" logger="UnhandledError"
E1006 14:22:03.224213 1 resource_quota_controller.go:446] "Unhandled Error" err="unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: stale GroupVersion discovery: metrics.k8s.io/v1beta1" logger="UnhandledError"
I1006 14:22:03.224353 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="commands.bus.volcano.sh"
I1006 14:22:03.224382 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="cronjobs.batch.volcano.sh"
I1006 14:22:03.224407 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobtemplates.flow.volcano.sh"
I1006 14:22:03.224427 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobs.batch.volcano.sh"
I1006 14:22:03.224448 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="volumesnapshots.snapshot.storage.k8s.io"
I1006 14:22:03.224469 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="podgroups.scheduling.volcano.sh"
I1006 14:22:03.224499 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobflows.flow.volcano.sh"
I1006 14:22:03.224558 1 shared_informer.go:349] "Waiting for caches to sync" controller="resource quota"
I1006 14:22:03.271908 1 garbagecollector.go:787] "failed to discover some groups" logger="garbage-collector-controller" groups="map[\"metrics.k8s.io/v1beta1\":\"stale GroupVersion discovery: metrics.k8s.io/v1beta1\"]"
I1006 14:22:03.282873 1 shared_informer.go:349] "Waiting for caches to sync" controller="garbage collector"
I1006 14:22:04.725047 1 shared_informer.go:356] "Caches are synced" controller="resource quota"
I1006 14:22:04.883605 1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
==> kube-proxy [2c89530d2d49] <==
I1006 14:21:35.738189 1 server_linux.go:53] "Using iptables proxy"
I1006 14:21:35.837556 1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
I1006 14:21:35.938392 1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
I1006 14:21:35.938475 1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
E1006 14:21:35.938596 1 server.go:256] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
I1006 14:21:36.026114 1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1006 14:21:36.026170 1 server_linux.go:132] "Using iptables Proxier"
I1006 14:21:36.061180 1 proxier.go:242] "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" ipFamily="IPv4"
I1006 14:21:36.061523 1 server.go:527] "Version info" version="v1.34.1"
I1006 14:21:36.061547 1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1006 14:21:36.062743 1 config.go:200] "Starting service config controller"
I1006 14:21:36.062767 1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
I1006 14:21:36.063897 1 config.go:106] "Starting endpoint slice config controller"
I1006 14:21:36.063910 1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
I1006 14:21:36.063943 1 config.go:403] "Starting serviceCIDR config controller"
I1006 14:21:36.063947 1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
I1006 14:21:36.064746 1 config.go:309] "Starting node config controller"
I1006 14:21:36.064764 1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
I1006 14:21:36.064771 1 shared_informer.go:356] "Caches are synced" controller="node config"
I1006 14:21:36.163641 1 shared_informer.go:356] "Caches are synced" controller="service config"
I1006 14:21:36.164636 1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
I1006 14:21:36.164662 1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
==> kube-scheduler [16d61d5012e7] <==
I1006 14:21:27.016131 1 server.go:177] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1006 14:21:27.020700 1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
I1006 14:21:27.020968 1 shared_informer.go:349] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
I1006 14:21:27.021894 1 secure_serving.go:211] Serving securely on 127.0.0.1:10259
I1006 14:21:27.023886 1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
E1006 14:21:27.029893 1 reflector.go:205] "Failed to watch" err="failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
E1006 14:21:27.030068 1 reflector.go:205] "Failed to watch" err="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\"" logger="UnhandledError" reflector="runtime/asm_arm64.s:1223" type="*v1.ConfigMap"
E1006 14:21:27.038289 1 reflector.go:205] "Failed to watch" err="failed to list *v1.DeviceClass: deviceclasses.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"deviceclasses\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.DeviceClass"
E1006 14:21:27.038473 1 reflector.go:205] "Failed to watch" err="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" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
E1006 14:21:27.038518 1 reflector.go:205] "Failed to watch" err="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" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
E1006 14:21:27.038557 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolume"
E1006 14:21:27.040442 1 reflector.go:205] "Failed to watch" err="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" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
E1006 14:21:27.040803 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
E1006 14:21:27.040860 1 reflector.go:205] "Failed to watch" err="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" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
E1006 14:21:27.040908 1 reflector.go:205] "Failed to watch" err="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" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
E1006 14:21:27.040970 1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceSlice: resourceslices.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceslices\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceSlice"
E1006 14:21:27.041025 1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
E1006 14:21:27.041090 1 reflector.go:205] "Failed to watch" err="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" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
E1006 14:21:27.041145 1 reflector.go:205] "Failed to watch" err="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" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
E1006 14:21:27.041189 1 reflector.go:205] "Failed to watch" err="failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.VolumeAttachment"
E1006 14:21:27.041328 1 reflector.go:205] "Failed to watch" err="failed to list *v1.ResourceClaim: resourceclaims.resource.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"resourceclaims\" in API group \"resource.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ResourceClaim"
E1006 14:21:27.041374 1 reflector.go:205] "Failed to watch" err="failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
E1006 14:21:27.041451 1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
E1006 14:21:27.041497 1 reflector.go:205] "Failed to watch" err="failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
I1006 14:21:28.621743 1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
==> kubelet <==
Oct 06 14:29:50 addons-006450 kubelet[2258]: E1006 14:29:50.753665 2258 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"nginx:latest\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="my-volcano/test-job-nginx-0" podUID="b9b10c39-50d5-4b81-bc84-afbdbd30c824"
Oct 06 14:29:51 addons-006450 kubelet[2258]: E1006 14:29:51.913385 2258 secret.go:189] Couldn't get secret kube-system/registry-creds-gcr: secret "registry-creds-gcr" not found
Oct 06 14:29:51 addons-006450 kubelet[2258]: E1006 14:29:51.913479 2258 nestedpendingoperations.go:348] Operation for "{volumeName:kubernetes.io/secret/a8521a0d-ed5a-452c-9fe0-94e6798668f2-gcr-creds podName:a8521a0d-ed5a-452c-9fe0-94e6798668f2 nodeName:}" failed. No retries permitted until 2025-10-06 14:31:53.913459765 +0000 UTC m=+625.302667299 (durationBeforeRetry 2m2s). Error: MountVolume.SetUp failed for volume "gcr-creds" (UniqueName: "kubernetes.io/secret/a8521a0d-ed5a-452c-9fe0-94e6798668f2-gcr-creds") pod "registry-creds-764b6fb674-gxwfl" (UID: "a8521a0d-ed5a-452c-9fe0-94e6798668f2") : secret "registry-creds-gcr" not found
Oct 06 14:30:05 addons-006450 kubelet[2258]: E1006 14:30:05.752068 2258 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"nginx:latest\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="my-volcano/test-job-nginx-0" podUID="b9b10c39-50d5-4b81-bc84-afbdbd30c824"
Oct 06 14:30:19 addons-006450 kubelet[2258]: E1006 14:30:19.084658 2258 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="nginx:latest"
Oct 06 14:30:19 addons-006450 kubelet[2258]: E1006 14:30:19.084705 2258 kuberuntime_image.go:43] "Failed to pull image" err="toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="nginx:latest"
Oct 06 14:30:19 addons-006450 kubelet[2258]: E1006 14:30:19.084770 2258 kuberuntime_manager.go:1449] "Unhandled Error" err="container nginx start failed in pod test-job-nginx-0_my-volcano(b9b10c39-50d5-4b81-bc84-afbdbd30c824): ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
Oct 06 14:30:19 addons-006450 kubelet[2258]: E1006 14:30:19.084801 2258 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ErrImagePull: \"toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="my-volcano/test-job-nginx-0" podUID="b9b10c39-50d5-4b81-bc84-afbdbd30c824"
Oct 06 14:30:23 addons-006450 kubelet[2258]: E1006 14:30:23.753685 2258 pod_workers.go:1324] "Error syncing pod, skipping" err="unmounted volumes=[gcr-creds], unattached volumes=[], failed to process volumes=[]: context deadline exceeded" pod="kube-system/registry-creds-764b6fb674-gxwfl" podUID="a8521a0d-ed5a-452c-9fe0-94e6798668f2"
Oct 06 14:30:33 addons-006450 kubelet[2258]: I1006 14:30:33.751716 2258 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-btgr2" secret="" err="secret \"gcp-auth\" not found"
Oct 06 14:30:33 addons-006450 kubelet[2258]: E1006 14:30:33.752716 2258 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"nginx:latest\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="my-volcano/test-job-nginx-0" podUID="b9b10c39-50d5-4b81-bc84-afbdbd30c824"
Oct 06 14:30:44 addons-006450 kubelet[2258]: E1006 14:30:44.752533 2258 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"nginx:latest\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="my-volcano/test-job-nginx-0" podUID="b9b10c39-50d5-4b81-bc84-afbdbd30c824"
Oct 06 14:30:56 addons-006450 kubelet[2258]: E1006 14:30:56.768574 2258 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"nginx:latest\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="my-volcano/test-job-nginx-0" podUID="b9b10c39-50d5-4b81-bc84-afbdbd30c824"
Oct 06 14:30:59 addons-006450 kubelet[2258]: I1006 14:30:59.751939 2258 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/nvidia-device-plugin-daemonset-d29s2" secret="" err="secret \"gcp-auth\" not found"
Oct 06 14:31:05 addons-006450 kubelet[2258]: I1006 14:31:05.752541 2258 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-wd7b6" secret="" err="secret \"gcp-auth\" not found"
Oct 06 14:31:11 addons-006450 kubelet[2258]: E1006 14:31:11.752852 2258 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"nginx:latest\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="my-volcano/test-job-nginx-0" podUID="b9b10c39-50d5-4b81-bc84-afbdbd30c824"
Oct 06 14:31:25 addons-006450 kubelet[2258]: E1006 14:31:25.752207 2258 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"nginx:latest\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="my-volcano/test-job-nginx-0" podUID="b9b10c39-50d5-4b81-bc84-afbdbd30c824"
Oct 06 14:31:37 addons-006450 kubelet[2258]: E1006 14:31:37.752966 2258 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"nginx:latest\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="my-volcano/test-job-nginx-0" podUID="b9b10c39-50d5-4b81-bc84-afbdbd30c824"
Oct 06 14:31:53 addons-006450 kubelet[2258]: E1006 14:31:53.096737 2258 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="nginx:latest"
Oct 06 14:31:53 addons-006450 kubelet[2258]: E1006 14:31:53.096803 2258 kuberuntime_image.go:43] "Failed to pull image" err="toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="nginx:latest"
Oct 06 14:31:53 addons-006450 kubelet[2258]: E1006 14:31:53.096897 2258 kuberuntime_manager.go:1449] "Unhandled Error" err="container nginx start failed in pod test-job-nginx-0_my-volcano(b9b10c39-50d5-4b81-bc84-afbdbd30c824): ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
Oct 06 14:31:53 addons-006450 kubelet[2258]: E1006 14:31:53.096944 2258 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ErrImagePull: \"toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="my-volcano/test-job-nginx-0" podUID="b9b10c39-50d5-4b81-bc84-afbdbd30c824"
Oct 06 14:31:53 addons-006450 kubelet[2258]: E1006 14:31:53.989021 2258 secret.go:189] Couldn't get secret kube-system/registry-creds-gcr: secret "registry-creds-gcr" not found
Oct 06 14:31:53 addons-006450 kubelet[2258]: E1006 14:31:53.989119 2258 nestedpendingoperations.go:348] Operation for "{volumeName:kubernetes.io/secret/a8521a0d-ed5a-452c-9fe0-94e6798668f2-gcr-creds podName:a8521a0d-ed5a-452c-9fe0-94e6798668f2 nodeName:}" failed. No retries permitted until 2025-10-06 14:33:55.989100254 +0000 UTC m=+747.378307780 (durationBeforeRetry 2m2s). Error: MountVolume.SetUp failed for volume "gcr-creds" (UniqueName: "kubernetes.io/secret/a8521a0d-ed5a-452c-9fe0-94e6798668f2-gcr-creds") pod "registry-creds-764b6fb674-gxwfl" (UID: "a8521a0d-ed5a-452c-9fe0-94e6798668f2") : secret "registry-creds-gcr" not found
Oct 06 14:31:54 addons-006450 kubelet[2258]: I1006 14:31:54.752226 2258 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66898fdd98-btgr2" secret="" err="secret \"gcp-auth\" not found"
==> storage-provisioner [59bd3def26ae] <==
W1006 14:31:34.601127 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:36.604815 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:36.611782 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:38.614984 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:38.621878 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:40.625689 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:40.630261 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:42.633086 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:42.637884 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:44.641696 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:44.649045 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:46.652307 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:46.657565 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:48.660897 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:48.667996 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:50.670895 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:50.677635 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:52.680512 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:52.693394 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:54.696454 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:54.701411 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:56.706725 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:56.726147 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:58.729853 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1006 14:31:58.735170 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
-- /stdout --
helpers_test.go:262: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-006450 -n addons-006450
helpers_test.go:269: (dbg) Run: kubectl --context addons-006450 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: ingress-nginx-admission-create-t2tnf ingress-nginx-admission-patch-s6s8k registry-creds-764b6fb674-gxwfl test-job-nginx-0
helpers_test.go:282: ======> post-mortem[TestAddons/serial/Volcano]: describe non-running pods <======
helpers_test.go:285: (dbg) Run: kubectl --context addons-006450 describe pod ingress-nginx-admission-create-t2tnf ingress-nginx-admission-patch-s6s8k registry-creds-764b6fb674-gxwfl test-job-nginx-0
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context addons-006450 describe pod ingress-nginx-admission-create-t2tnf ingress-nginx-admission-patch-s6s8k registry-creds-764b6fb674-gxwfl test-job-nginx-0: exit status 1 (107.259537ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-t2tnf" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-s6s8k" not found
Error from server (NotFound): pods "registry-creds-764b6fb674-gxwfl" not found
Error from server (NotFound): pods "test-job-nginx-0" not found
** /stderr **
helpers_test.go:287: kubectl --context addons-006450 describe pod ingress-nginx-admission-create-t2tnf ingress-nginx-admission-patch-s6s8k registry-creds-764b6fb674-gxwfl test-job-nginx-0: exit status 1
addons_test.go:1053: (dbg) Run: out/minikube-linux-arm64 -p addons-006450 addons disable volcano --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-arm64 -p addons-006450 addons disable volcano --alsologtostderr -v=1: (12.182229381s)
--- FAIL: TestAddons/serial/Volcano (524.12s)