=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-456159 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run: kubectl --context addons-456159 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-456159 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:352: "nginx" [214873df-6ea5-49a2-84da-134b3e4e1ab7] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:337: TestAddons/parallel/Ingress: WARNING: pod list for "default" "run=nginx" returned: client rate limiter Wait returned an error: context deadline exceeded
addons_test.go:252: ***** TestAddons/parallel/Ingress: pod "run=nginx" failed to start within 8m0s: context deadline exceeded ****
addons_test.go:252: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-456159 -n addons-456159
addons_test.go:252: TestAddons/parallel/Ingress: showing logs for failed pods as of 2025-10-25 09:27:27.07060045 +0000 UTC m=+708.630419761
addons_test.go:252: (dbg) Run: kubectl --context addons-456159 describe po nginx -n default
addons_test.go:252: (dbg) kubectl --context addons-456159 describe po nginx -n default:
Name: nginx
Namespace: default
Priority: 0
Service Account: default
Node: addons-456159/192.168.49.2
Start Time: Sat, 25 Oct 2025 09:19:26 +0000
Labels: run=nginx
Annotations: <none>
Status: Pending
IP: 10.244.0.36
IPs:
IP: 10.244.0.36
Containers:
nginx:
Container ID:
Image: docker.io/nginx:alpine
Image ID:
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lcgwn (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-lcgwn:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
Optional: false
DownwardAPI: true
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 8m1s default-scheduler Successfully assigned default/nginx to addons-456159
Warning Failed 6m30s (x2 over 8m) kubelet Failed to pull image "docker.io/nginx:alpine": toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal Pulling 5m (x5 over 8m) kubelet Pulling image "docker.io/nginx:alpine"
Warning Failed 5m (x5 over 8m) kubelet Error: ErrImagePull
Warning Failed 5m (x3 over 7m49s) kubelet Failed to pull image "docker.io/nginx:alpine": Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal BackOff 2m58s (x21 over 7m59s) kubelet Back-off pulling image "docker.io/nginx:alpine"
Warning Failed 2m58s (x21 over 7m59s) kubelet Error: ImagePullBackOff
addons_test.go:252: (dbg) Run: kubectl --context addons-456159 logs nginx -n default
addons_test.go:252: (dbg) Non-zero exit: kubectl --context addons-456159 logs nginx -n default: exit status 1 (71.1786ms)
** stderr **
Error from server (BadRequest): container "nginx" in pod "nginx" is waiting to start: trying and failing to pull image
** /stderr **
addons_test.go:252: kubectl --context addons-456159 logs nginx -n default: exit status 1
addons_test.go:253: failed waiting for nginx pod: run=nginx within 8m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======> post-mortem[TestAddons/parallel/Ingress]: 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/parallel/Ingress]: docker inspect <======
helpers_test.go:239: (dbg) Run: docker inspect addons-456159
helpers_test.go:243: (dbg) docker inspect addons-456159:
-- stdout --
[
{
"Id": "12dc5e0f7cfb44089ee82608d36d4fa826cdb0dd50ba42df521e33ae2926b0df",
"Created": "2025-10-25T09:16:12.907324409Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 505310,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-10-25T09:16:12.940135587Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:a1caeebaf98ed0136731e905a1e086f77985a42c2ebb5a7e0b3d0bd7fcbe10cc",
"ResolvConfPath": "/var/lib/docker/containers/12dc5e0f7cfb44089ee82608d36d4fa826cdb0dd50ba42df521e33ae2926b0df/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/12dc5e0f7cfb44089ee82608d36d4fa826cdb0dd50ba42df521e33ae2926b0df/hostname",
"HostsPath": "/var/lib/docker/containers/12dc5e0f7cfb44089ee82608d36d4fa826cdb0dd50ba42df521e33ae2926b0df/hosts",
"LogPath": "/var/lib/docker/containers/12dc5e0f7cfb44089ee82608d36d4fa826cdb0dd50ba42df521e33ae2926b0df/12dc5e0f7cfb44089ee82608d36d4fa826cdb0dd50ba42df521e33ae2926b0df-json.log",
"Name": "/addons-456159",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-456159:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-456159",
"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": "private",
"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": 0,
"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": null,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"ID": "12dc5e0f7cfb44089ee82608d36d4fa826cdb0dd50ba42df521e33ae2926b0df",
"LowerDir": "/var/lib/docker/overlay2/1f4d1a6fa648c2b9af394007faa868fa437abfe6c11e9544e16781d1308b7d79-init/diff:/var/lib/docker/overlay2/1190de5deda7780238bce4a73ddfc02156e176e9e10c91e09b0cabf2c2920025/diff",
"MergedDir": "/var/lib/docker/overlay2/1f4d1a6fa648c2b9af394007faa868fa437abfe6c11e9544e16781d1308b7d79/merged",
"UpperDir": "/var/lib/docker/overlay2/1f4d1a6fa648c2b9af394007faa868fa437abfe6c11e9544e16781d1308b7d79/diff",
"WorkDir": "/var/lib/docker/overlay2/1f4d1a6fa648c2b9af394007faa868fa437abfe6c11e9544e16781d1308b7d79/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-456159",
"Source": "/var/lib/docker/volumes/addons-456159/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-456159",
"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-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8",
"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-456159",
"name.minikube.sigs.k8s.io": "addons-456159",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "80da5a0490ff86188d28d40d188e893bc7b9c371bd5d9edfc42c3643489e4c74",
"SandboxKey": "/var/run/docker/netns/80da5a0490ff",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33163"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33164"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33167"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33165"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33166"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-456159": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "7a:00:36:9e:3c:4b",
"DriverOpts": null,
"GwPriority": 0,
"NetworkID": "a967d243d9d4c8348bbb4de01016769cf3d3e3d6bd7ee2d305388c5ea30c0f7e",
"EndpointID": "983b1813dfd753ad76631da7c5c8927a79d0ff2f6fa3f8b749923c083b0a163e",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-456159",
"12dc5e0f7cfb"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:247: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-456159 -n addons-456159
helpers_test.go:252: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:255: (dbg) Run: out/minikube-linux-amd64 -p addons-456159 logs -n 25
helpers_test.go:260: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
│ COMMAND │ ARGS │ PROFILE │ USER │ VERSION │ START TIME │ END TIME │
├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
│ start │ --download-only -p download-docker-718888 --alsologtostderr --driver=docker --container-runtime=docker │ download-docker-718888 │ jenkins │ v1.37.0 │ 25 Oct 25 09:15 UTC │ │
│ delete │ -p download-docker-718888 │ download-docker-718888 │ jenkins │ v1.37.0 │ 25 Oct 25 09:15 UTC │ 25 Oct 25 09:15 UTC │
│ start │ --download-only -p binary-mirror-145493 --alsologtostderr --binary-mirror http://127.0.0.1:36883 --driver=docker --container-runtime=docker │ binary-mirror-145493 │ jenkins │ v1.37.0 │ 25 Oct 25 09:15 UTC │ │
│ delete │ -p binary-mirror-145493 │ binary-mirror-145493 │ jenkins │ v1.37.0 │ 25 Oct 25 09:15 UTC │ 25 Oct 25 09:15 UTC │
│ addons │ enable dashboard -p addons-456159 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:15 UTC │ │
│ addons │ disable dashboard -p addons-456159 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:15 UTC │ │
│ start │ -p addons-456159 --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-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:15 UTC │ 25 Oct 25 09:18 UTC │
│ addons │ addons-456159 addons disable volcano --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:18 UTC │ 25 Oct 25 09:18 UTC │
│ addons │ addons-456159 addons disable gcp-auth --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:18 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ enable headlamp -p addons-456159 --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ addons-456159 addons disable nvidia-device-plugin --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ ssh │ addons-456159 ssh cat /opt/local-path-provisioner/pvc-b94f5b89-0c64-4b51-b2a3-1c6e15972da1_default_test-pvc/file1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ addons-456159 addons disable storage-provisioner-rancher --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ addons-456159 addons disable headlamp --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ ip │ addons-456159 ip │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ addons-456159 addons disable registry --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ addons-456159 addons disable metrics-server --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ addons-456159 addons disable inspektor-gadget --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ configure registry-creds -f ./testdata/addons_testconfig.json -p addons-456159 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ addons-456159 addons disable registry-creds --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ addons-456159 addons disable amd-gpu-device-plugin --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ addons-456159 addons disable cloud-spanner --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ addons-456159 addons disable yakd --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ addons-456159 addons disable volumesnapshots --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:19 UTC │
│ addons │ addons-456159 addons disable csi-hostpath-driver --alsologtostderr -v=1 │ addons-456159 │ jenkins │ v1.37.0 │ 25 Oct 25 09:19 UTC │ 25 Oct 25 09:20 UTC │
└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
==> Last Start <==
Log file created at: 2025/10/25 09:15:49
Running on machine: ubuntu-20-agent-14
Binary: Built with gc go1.24.6 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1025 09:15:49.694245 504676 out.go:360] Setting OutFile to fd 1 ...
I1025 09:15:49.694416 504676 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1025 09:15:49.694429 504676 out.go:374] Setting ErrFile to fd 2...
I1025 09:15:49.694435 504676 out.go:408] TERM=,COLORTERM=, which probably does not support color
I1025 09:15:49.694691 504676 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21767-499776/.minikube/bin
I1025 09:15:49.695314 504676 out.go:368] Setting JSON to false
I1025 09:15:49.696313 504676 start.go:131] hostinfo: {"hostname":"ubuntu-20-agent-14","uptime":3498,"bootTime":1761380252,"procs":194,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1042-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I1025 09:15:49.696410 504676 start.go:141] virtualization: kvm guest
I1025 09:15:49.698227 504676 out.go:179] * [addons-456159] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
I1025 09:15:49.699481 504676 out.go:179] - MINIKUBE_LOCATION=21767
I1025 09:15:49.699500 504676 notify.go:220] Checking for updates...
I1025 09:15:49.701729 504676 out.go:179] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1025 09:15:49.702836 504676 out.go:179] - KUBECONFIG=/home/jenkins/minikube-integration/21767-499776/kubeconfig
I1025 09:15:49.704037 504676 out.go:179] - MINIKUBE_HOME=/home/jenkins/minikube-integration/21767-499776/.minikube
I1025 09:15:49.705918 504676 out.go:179] - MINIKUBE_BIN=out/minikube-linux-amd64
I1025 09:15:49.707324 504676 out.go:179] - MINIKUBE_FORCE_SYSTEMD=
I1025 09:15:49.708911 504676 driver.go:421] Setting default libvirt URI to qemu:///system
I1025 09:15:49.733124 504676 docker.go:123] docker version: linux-28.5.1:Docker Engine - Community
I1025 09:15:49.733235 504676 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1025 09:15:49.790368 504676 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-10-25 09:15:49.780698191 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1042-gcp OperatingSystem:Ubuntu 22.04.5 LTS OSType:linux Architecture:x
86_64 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:8 MemTotal:33652084736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-14 Labels:[] ExperimentalBuild:false ServerVersion:28.5.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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[
map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.29.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.40.2] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.44] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I1025 09:15:49.790499 504676 docker.go:318] overlay module found
I1025 09:15:49.792278 504676 out.go:179] * Using the docker driver based on user configuration
I1025 09:15:49.793443 504676 start.go:305] selected driver: docker
I1025 09:15:49.793463 504676 start.go:925] validating driver "docker" against <nil>
I1025 09:15:49.793482 504676 start.go:936] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1025 09:15:49.794358 504676 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1025 09:15:49.849974 504676 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:false NGoroutines:50 SystemTime:2025-10-25 09:15:49.839925234 +0000 UTC LoggingDriver:json-file CgroupDriver:systemd NEventsListener:0 KernelVersion:6.8.0-1042-gcp OperatingSystem:Ubuntu 22.04.5 LTS OSType:linux Architecture:x
86_64 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:8 MemTotal:33652084736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-14 Labels:[] ExperimentalBuild:false ServerVersion:28.5.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:b98a3aace656320842a23f4a392a33f46af97866 Expected:} RuncCommit:{ID:v1.3.0-0-g4ca628d1 Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin name=cgroupns] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[
map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.29.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.40.2] map[Name:model Path:/usr/libexec/docker/cli-plugins/docker-model SchemaVersion:0.1.0 ShortDescription:Docker Model Runner Vendor:Docker Inc. Version:v0.1.44] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I1025 09:15:49.850135 504676 start_flags.go:327] no existing cluster config was found, will generate one from the flags
I1025 09:15:49.850353 504676 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]
I1025 09:15:49.852148 504676 out.go:179] * Using Docker driver with root privileges
I1025 09:15:49.853314 504676 cni.go:84] Creating CNI manager for ""
I1025 09:15:49.853395 504676 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I1025 09:15:49.853412 504676 start_flags.go:336] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I1025 09:15:49.853507 504676 start.go:349] cluster config:
{Name:addons-456159 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 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-456159 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}
I1025 09:15:49.854877 504676 out.go:179] * Starting "addons-456159" primary control-plane node in "addons-456159" cluster
I1025 09:15:49.856050 504676 cache.go:123] Beginning downloading kic base image for docker with docker
I1025 09:15:49.857234 504676 out.go:179] * Pulling base image v0.0.48-1760939008-21773 ...
I1025 09:15:49.858464 504676 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime docker
I1025 09:15:49.858516 504676 preload.go:198] Found local preload: /home/jenkins/minikube-integration/21767-499776/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.1-docker-overlay2-amd64.tar.lz4
I1025 09:15:49.858525 504676 cache.go:58] Caching tarball of preloaded images
I1025 09:15:49.858626 504676 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 in local docker daemon
I1025 09:15:49.858680 504676 preload.go:233] Found /home/jenkins/minikube-integration/21767-499776/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.1-docker-overlay2-amd64.tar.lz4 in cache, skipping download
I1025 09:15:49.858695 504676 cache.go:61] Finished verifying existence of preloaded tar for v1.34.1 on docker
I1025 09:15:49.859039 504676 profile.go:143] Saving config to /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/config.json ...
I1025 09:15:49.859068 504676 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/config.json: {Name:mkff7838f336e64d94f07d4680e27ed4fda6acf1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:15:49.875552 504676 cache.go:152] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 to local cache
I1025 09:15:49.875721 504676 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 in local cache directory
I1025 09:15:49.875751 504676 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 in local cache directory, skipping pull
I1025 09:15:49.875756 504676 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 exists in cache, skipping pull
I1025 09:15:49.875765 504676 cache.go:155] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 as a tarball
I1025 09:15:49.875769 504676 cache.go:165] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 from local cache
I1025 09:16:02.105540 504676 cache.go:167] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 from cached tarball
I1025 09:16:02.105623 504676 cache.go:232] Successfully downloaded all kic artifacts
I1025 09:16:02.105672 504676 start.go:360] acquireMachinesLock for addons-456159: {Name:mk451b7b0b7f63f67dc20f4f4a2ed31e1a5f3d6c Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1025 09:16:02.105798 504676 start.go:364] duration metric: took 88.346µs to acquireMachinesLock for "addons-456159"
I1025 09:16:02.105826 504676 start.go:93] Provisioning new machine with config: &{Name:addons-456159 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 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-456159 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}
I1025 09:16:02.105910 504676 start.go:125] createHost starting for "" (driver="docker")
I1025 09:16:02.107500 504676 out.go:252] * Creating docker container (CPUs=2, Memory=4096MB) ...
I1025 09:16:02.107788 504676 start.go:159] libmachine.API.Create for "addons-456159" (driver="docker")
I1025 09:16:02.107828 504676 client.go:168] LocalClient.Create starting
I1025 09:16:02.107967 504676 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/21767-499776/.minikube/certs/ca.pem
I1025 09:16:02.200035 504676 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21767-499776/.minikube/certs/cert.pem
I1025 09:16:02.776268 504676 cli_runner.go:164] Run: docker network inspect addons-456159 --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}}]}"
W1025 09:16:02.794089 504676 cli_runner.go:211] docker network inspect addons-456159 --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
I1025 09:16:02.794189 504676 network_create.go:284] running [docker network inspect addons-456159] to gather additional debugging logs...
I1025 09:16:02.794220 504676 cli_runner.go:164] Run: docker network inspect addons-456159
W1025 09:16:02.812508 504676 cli_runner.go:211] docker network inspect addons-456159 returned with exit code 1
I1025 09:16:02.812539 504676 network_create.go:287] error running [docker network inspect addons-456159]: docker network inspect addons-456159: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-456159 not found
I1025 09:16:02.812554 504676 network_create.go:289] output of [docker network inspect addons-456159]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-456159 not found
** /stderr **
I1025 09:16:02.812693 504676 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}}]}"
I1025 09:16:02.830074 504676 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:0xc001a7b910}
I1025 09:16:02.830124 504676 network_create.go:124] attempt to create docker network addons-456159 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1025 09:16:02.830174 504676 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-456159 addons-456159
I1025 09:16:02.886887 504676 network_create.go:108] docker network addons-456159 192.168.49.0/24 created
I1025 09:16:02.886926 504676 kic.go:121] calculated static IP "192.168.49.2" for the "addons-456159" container
I1025 09:16:02.887031 504676 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1025 09:16:02.904072 504676 cli_runner.go:164] Run: docker volume create addons-456159 --label name.minikube.sigs.k8s.io=addons-456159 --label created_by.minikube.sigs.k8s.io=true
I1025 09:16:02.922700 504676 oci.go:103] Successfully created a docker volume addons-456159
I1025 09:16:02.922793 504676 cli_runner.go:164] Run: docker run --rm --name addons-456159-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-456159 --entrypoint /usr/bin/test -v addons-456159:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 -d /var/lib
I1025 09:16:08.958899 504676 cli_runner.go:217] Completed: docker run --rm --name addons-456159-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-456159 --entrypoint /usr/bin/test -v addons-456159:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 -d /var/lib: (6.036026087s)
I1025 09:16:08.958952 504676 oci.go:107] Successfully prepared a docker volume addons-456159
I1025 09:16:08.958989 504676 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime docker
I1025 09:16:08.959019 504676 kic.go:194] Starting extracting preloaded images to volume ...
I1025 09:16:08.959122 504676 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21767-499776/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-456159:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 -I lz4 -xf /preloaded.tar -C /extractDir
I1025 09:16:12.833190 504676 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/21767-499776/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-456159:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 -I lz4 -xf /preloaded.tar -C /extractDir: (3.873889762s)
I1025 09:16:12.833238 504676 kic.go:203] duration metric: took 3.87421537s to extract preloaded images to volume ...
W1025 09:16:12.833349 504676 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
W1025 09:16:12.833384 504676 oci.go:252] Your kernel does not support CPU cfs period/quota or the cgroup is not mounted.
I1025 09:16:12.833423 504676 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1025 09:16:12.891202 504676 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-456159 --name addons-456159 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-456159 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-456159 --network addons-456159 --ip 192.168.49.2 --volume addons-456159:/var --security-opt apparmor=unconfined --memory=4096mb -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-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8
I1025 09:16:13.156548 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Running}}
I1025 09:16:13.173625 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:13.192709 504676 cli_runner.go:164] Run: docker exec addons-456159 stat /var/lib/dpkg/alternatives/iptables
I1025 09:16:13.239282 504676 oci.go:144] the created container "addons-456159" has a running status.
I1025 09:16:13.239315 504676 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa...
I1025 09:16:13.421379 504676 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1025 09:16:13.449797 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:13.477691 504676 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1025 09:16:13.477726 504676 kic_runner.go:114] Args: [docker exec --privileged addons-456159 chown docker:docker /home/docker/.ssh/authorized_keys]
I1025 09:16:13.528823 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:13.549759 504676 machine.go:93] provisionDockerMachine start ...
I1025 09:16:13.549850 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:13.570761 504676 main.go:141] libmachine: Using SSH client type: native
I1025 09:16:13.571004 504676 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x841760] 0x844460 <nil> [] 0s} 127.0.0.1 33163 <nil> <nil>}
I1025 09:16:13.571016 504676 main.go:141] libmachine: About to run SSH command:
hostname
I1025 09:16:13.715751 504676 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-456159
I1025 09:16:13.715784 504676 ubuntu.go:182] provisioning hostname "addons-456159"
I1025 09:16:13.715841 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:13.735804 504676 main.go:141] libmachine: Using SSH client type: native
I1025 09:16:13.736105 504676 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x841760] 0x844460 <nil> [] 0s} 127.0.0.1 33163 <nil> <nil>}
I1025 09:16:13.736125 504676 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-456159 && echo "addons-456159" | sudo tee /etc/hostname
I1025 09:16:13.889727 504676 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-456159
I1025 09:16:13.889832 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:13.907496 504676 main.go:141] libmachine: Using SSH client type: native
I1025 09:16:13.907754 504676 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x841760] 0x844460 <nil> [] 0s} 127.0.0.1 33163 <nil> <nil>}
I1025 09:16:13.907776 504676 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-456159' /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-456159/g' /etc/hosts;
else
echo '127.0.1.1 addons-456159' | sudo tee -a /etc/hosts;
fi
fi
I1025 09:16:14.049432 504676 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1025 09:16:14.049461 504676 ubuntu.go:188] set auth options {CertDir:/home/jenkins/minikube-integration/21767-499776/.minikube CaCertPath:/home/jenkins/minikube-integration/21767-499776/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21767-499776/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21767-499776/.minikube}
I1025 09:16:14.049481 504676 ubuntu.go:190] setting up certificates
I1025 09:16:14.049500 504676 provision.go:84] configureAuth start
I1025 09:16:14.049570 504676 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-456159
I1025 09:16:14.067385 504676 provision.go:143] copyHostCerts
I1025 09:16:14.067454 504676 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21767-499776/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21767-499776/.minikube/ca.pem (1082 bytes)
I1025 09:16:14.067614 504676 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21767-499776/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21767-499776/.minikube/cert.pem (1123 bytes)
I1025 09:16:14.067697 504676 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21767-499776/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21767-499776/.minikube/key.pem (1679 bytes)
I1025 09:16:14.067753 504676 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21767-499776/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21767-499776/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21767-499776/.minikube/certs/ca-key.pem org=jenkins.addons-456159 san=[127.0.0.1 192.168.49.2 addons-456159 localhost minikube]
I1025 09:16:14.131143 504676 provision.go:177] copyRemoteCerts
I1025 09:16:14.131203 504676 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1025 09:16:14.131241 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:14.149923 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:14.251319 504676 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21767-499776/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I1025 09:16:14.271844 504676 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21767-499776/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I1025 09:16:14.290279 504676 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21767-499776/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I1025 09:16:14.308676 504676 provision.go:87] duration metric: took 259.157751ms to configureAuth
I1025 09:16:14.308714 504676 ubuntu.go:206] setting minikube options for container-runtime
I1025 09:16:14.308909 504676 config.go:182] Loaded profile config "addons-456159": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1025 09:16:14.308965 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:14.328194 504676 main.go:141] libmachine: Using SSH client type: native
I1025 09:16:14.328420 504676 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x841760] 0x844460 <nil> [] 0s} 127.0.0.1 33163 <nil> <nil>}
I1025 09:16:14.328434 504676 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I1025 09:16:14.472753 504676 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I1025 09:16:14.472774 504676 ubuntu.go:71] root file system type: overlay
I1025 09:16:14.472903 504676 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
I1025 09:16:14.472960 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:14.491272 504676 main.go:141] libmachine: Using SSH client type: native
I1025 09:16:14.491485 504676 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x841760] 0x844460 <nil> [] 0s} 127.0.0.1 33163 <nil> <nil>}
I1025 09:16:14.491558 504676 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
I1025 09:16:14.647600 504676 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
I1025 09:16:14.647698 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:14.665722 504676 main.go:141] libmachine: Using SSH client type: native
I1025 09:16:14.665949 504676 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x841760] 0x844460 <nil> [] 0s} 127.0.0.1 33163 <nil> <nil>}
I1025 09:16:14.665967 504676 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; }
I1025 09:16:15.875037 504676 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2025-10-08 12:15:50.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2025-10-25 09:16:14.644643080 +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
I1025 09:16:15.875085 504676 machine.go:96] duration metric: took 2.325297045s to provisionDockerMachine
I1025 09:16:15.875104 504676 client.go:171] duration metric: took 13.76726395s to LocalClient.Create
I1025 09:16:15.875133 504676 start.go:167] duration metric: took 13.767344088s to libmachine.API.Create "addons-456159"
I1025 09:16:15.875148 504676 start.go:293] postStartSetup for "addons-456159" (driver="docker")
I1025 09:16:15.875165 504676 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]
I1025 09:16:15.875240 504676 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
I1025 09:16:15.875293 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:15.892986 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:15.997766 504676 ssh_runner.go:195] Run: cat /etc/os-release
I1025 09:16:16.001593 504676 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1025 09:16:16.001642 504676 info.go:137] Remote host: Debian GNU/Linux 12 (bookworm)
I1025 09:16:16.001656 504676 filesync.go:126] Scanning /home/jenkins/minikube-integration/21767-499776/.minikube/addons for local assets ...
I1025 09:16:16.001715 504676 filesync.go:126] Scanning /home/jenkins/minikube-integration/21767-499776/.minikube/files for local assets ...
I1025 09:16:16.001741 504676 start.go:296] duration metric: took 126.58324ms for postStartSetup
I1025 09:16:16.002032 504676 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-456159
I1025 09:16:16.020181 504676 profile.go:143] Saving config to /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/config.json ...
I1025 09:16:16.020485 504676 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1025 09:16:16.020531 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:16.038077 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:16.137336 504676 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1025 09:16:16.142385 504676 start.go:128] duration metric: took 14.036452874s to createHost
I1025 09:16:16.142458 504676 start.go:83] releasing machines lock for "addons-456159", held for 14.036639094s
I1025 09:16:16.142538 504676 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-456159
I1025 09:16:16.160287 504676 ssh_runner.go:195] Run: cat /version.json
I1025 09:16:16.160341 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:16.160393 504676 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1025 09:16:16.160484 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:16.178372 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:16.179672 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:16.276327 504676 ssh_runner.go:195] Run: systemctl --version
I1025 09:16:16.330667 504676 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
W1025 09:16:16.335956 504676 cni.go:209] loopback cni configuration skipped: "/etc/cni/net.d/*loopback.conf*" not found
I1025 09:16:16.336031 504676 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" ;
I1025 09:16:16.364058 504676 cni.go:262] disabled [/etc/cni/net.d/10-crio-bridge.conflist.disabled, /etc/cni/net.d/87-podman-bridge.conflist] bridge cni config(s)
I1025 09:16:16.364099 504676 start.go:495] detecting cgroup driver to use...
I1025 09:16:16.364133 504676 detect.go:190] detected "systemd" cgroup driver on host os
I1025 09:16:16.364271 504676 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"
I1025 09:16:16.380116 504676 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"
I1025 09:16:16.391865 504676 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"
I1025 09:16:16.402343 504676 containerd.go:146] configuring containerd to use "systemd" as cgroup driver...
I1025 09:16:16.402416 504676 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = true|g' /etc/containerd/config.toml"
I1025 09:16:16.412553 504676 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"
I1025 09:16:16.422261 504676 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I1025 09:16:16.431711 504676 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I1025 09:16:16.441179 504676 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1025 09:16:16.450068 504676 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"
I1025 09:16:16.459759 504676 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I1025 09:16:16.469027 504676 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"
I1025 09:16:16.478930 504676 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1025 09:16:16.487301 504676 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1025 09:16:16.495198 504676 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1025 09:16:16.578658 504676 ssh_runner.go:195] Run: sudo systemctl restart containerd
I1025 09:16:16.653571 504676 start.go:495] detecting cgroup driver to use...
I1025 09:16:16.653665 504676 detect.go:190] detected "systemd" cgroup driver on host os
I1025 09:16:16.653728 504676 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I1025 09:16:16.668776 504676 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1025 09:16:16.682930 504676 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I1025 09:16:16.700699 504676 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1025 09:16:16.713760 504676 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I1025 09:16:16.727516 504676 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"
I1025 09:16:16.742719 504676 ssh_runner.go:195] Run: which cri-dockerd
I1025 09:16:16.746777 504676 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I1025 09:16:16.756538 504676 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (192 bytes)
I1025 09:16:16.770289 504676 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I1025 09:16:16.854642 504676 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I1025 09:16:16.936407 504676 docker.go:575] configuring docker to use "systemd" as cgroup driver...
I1025 09:16:16.936556 504676 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (129 bytes)
I1025 09:16:16.950203 504676 ssh_runner.go:195] Run: sudo systemctl reset-failed docker
I1025 09:16:16.963521 504676 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1025 09:16:17.040773 504676 ssh_runner.go:195] Run: sudo systemctl restart docker
I1025 09:16:17.829451 504676 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1025 09:16:17.842377 504676 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I1025 09:16:17.855825 504676 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I1025 09:16:17.869564 504676 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I1025 09:16:17.955215 504676 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I1025 09:16:18.040314 504676 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1025 09:16:18.120842 504676 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I1025 09:16:18.144357 504676 ssh_runner.go:195] Run: sudo systemctl reset-failed cri-docker.service
I1025 09:16:18.158281 504676 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1025 09:16:18.239410 504676 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I1025 09:16:18.313846 504676 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I1025 09:16:18.327323 504676 start.go:542] Will wait 60s for socket path /var/run/cri-dockerd.sock
I1025 09:16:18.327403 504676 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I1025 09:16:18.331440 504676 start.go:563] Will wait 60s for crictl version
I1025 09:16:18.331498 504676 ssh_runner.go:195] Run: which crictl
I1025 09:16:18.335332 504676 ssh_runner.go:195] Run: sudo /usr/local/bin/crictl version
I1025 09:16:18.362116 504676 start.go:579] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 28.5.1
RuntimeApiVersion: v1
I1025 09:16:18.362197 504676 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I1025 09:16:18.388812 504676 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I1025 09:16:18.418145 504676 out.go:252] * Preparing Kubernetes v1.34.1 on Docker 28.5.1 ...
I1025 09:16:18.418267 504676 cli_runner.go:164] Run: docker network inspect addons-456159 --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}}]}"
I1025 09:16:18.435722 504676 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1025 09:16:18.439939 504676 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""
I1025 09:16:18.450676 504676 kubeadm.go:883] updating cluster {Name:addons-456159 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 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-456159 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} ...
I1025 09:16:18.450815 504676 preload.go:183] Checking if preload exists for k8s version v1.34.1 and runtime docker
I1025 09:16:18.450862 504676 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I1025 09:16:18.472297 504676 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 --
I1025 09:16:18.472325 504676 docker.go:621] Images already preloaded, skipping extraction
I1025 09:16:18.472391 504676 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I1025 09:16:18.493120 504676 docker.go:691] Got preloaded images: -- stdout --
registry.k8s.io/kube-scheduler:v1.34.1
registry.k8s.io/kube-apiserver: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 --
I1025 09:16:18.493142 504676 cache_images.go:85] Images are preloaded, skipping loading
I1025 09:16:18.493152 504676 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.34.1 docker true true} ...
I1025 09:16:18.493260 504676 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-456159 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.34.1 ClusterName:addons-456159 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:}
I1025 09:16:18.493319 504676 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I1025 09:16:18.545526 504676 cni.go:84] Creating CNI manager for ""
I1025 09:16:18.545573 504676 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I1025 09:16:18.545638 504676 kubeadm.go:85] Using pod CIDR: 10.244.0.0/16
I1025 09:16:18.545673 504676 kubeadm.go:190] 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-456159 NodeName:addons-456159 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:systemd ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kubern
etes/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}
I1025 09:16:18.545834 504676 kubeadm.go:196] 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-456159"
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: systemd
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
I1025 09:16:18.545910 504676 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.1
I1025 09:16:18.554439 504676 binaries.go:44] Found k8s binaries, skipping transfer
I1025 09:16:18.554531 504676 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1025 09:16:18.562638 504676 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (312 bytes)
I1025 09:16:18.576145 504676 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1025 09:16:18.589475 504676 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2213 bytes)
I1025 09:16:18.602932 504676 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1025 09:16:18.606920 504676 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""
I1025 09:16:18.617656 504676 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1025 09:16:18.699668 504676 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1025 09:16:18.726368 504676 certs.go:69] Setting up /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159 for IP: 192.168.49.2
I1025 09:16:18.726400 504676 certs.go:195] generating shared ca certs ...
I1025 09:16:18.726427 504676 certs.go:227] acquiring lock for ca certs: {Name:mk591f43cf4589df71f5cb0e6167ddf369a67a39 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:18.726567 504676 certs.go:241] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21767-499776/.minikube/ca.key
I1025 09:16:19.443850 504676 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21767-499776/.minikube/ca.crt ...
I1025 09:16:19.443883 504676 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21767-499776/.minikube/ca.crt: {Name:mk56167389a99b2fe4451e1f5d55b9146625e8f1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:19.444073 504676 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21767-499776/.minikube/ca.key ...
I1025 09:16:19.444085 504676 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21767-499776/.minikube/ca.key: {Name:mk844fbb6e1f3bcdf8cbb88fc47fc5e20d54a432 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:19.444159 504676 certs.go:241] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21767-499776/.minikube/proxy-client-ca.key
I1025 09:16:19.695444 504676 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21767-499776/.minikube/proxy-client-ca.crt ...
I1025 09:16:19.695472 504676 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21767-499776/.minikube/proxy-client-ca.crt: {Name:mkdf4eeb0c4260135ef1771335b7229afb1bc499 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:19.696524 504676 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21767-499776/.minikube/proxy-client-ca.key ...
I1025 09:16:19.696551 504676 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21767-499776/.minikube/proxy-client-ca.key: {Name:mka1d78173cc51f827b5b7434cc3bea43191134e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:19.696666 504676 certs.go:257] generating profile certs ...
I1025 09:16:19.696733 504676 certs.go:364] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/client.key
I1025 09:16:19.696748 504676 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/client.crt with IP's: []
I1025 09:16:19.962753 504676 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/client.crt ...
I1025 09:16:19.962788 504676 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/client.crt: {Name:mk08e80d0ad006d5d8971b89ebad3fc0b4163cc3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:19.962964 504676 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/client.key ...
I1025 09:16:19.962976 504676 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/client.key: {Name:mk833ea29b88ee275c8c5cd305318b9f6b82d224 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:19.963054 504676 certs.go:364] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/apiserver.key.69782f69
I1025 09:16:19.963070 504676 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/apiserver.crt.69782f69 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I1025 09:16:20.027254 504676 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/apiserver.crt.69782f69 ...
I1025 09:16:20.027284 504676 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/apiserver.crt.69782f69: {Name:mkf839594ad073322f5e59bffb7144a16fc2cf23 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:20.027447 504676 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/apiserver.key.69782f69 ...
I1025 09:16:20.027460 504676 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/apiserver.key.69782f69: {Name:mkef56b41c65343b464df7ae3f5125fae77e0e75 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:20.027526 504676 certs.go:382] copying /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/apiserver.crt.69782f69 -> /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/apiserver.crt
I1025 09:16:20.027616 504676 certs.go:386] copying /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/apiserver.key.69782f69 -> /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/apiserver.key
I1025 09:16:20.027661 504676 certs.go:364] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/proxy-client.key
I1025 09:16:20.027681 504676 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/proxy-client.crt with IP's: []
I1025 09:16:20.526554 504676 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/proxy-client.crt ...
I1025 09:16:20.526601 504676 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/proxy-client.crt: {Name:mk8c3e7bd0081723eb86214585b091fb96af5488 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:20.526784 504676 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/proxy-client.key ...
I1025 09:16:20.526799 504676 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/proxy-client.key: {Name:mkce624c7bc094365c9b971a9e2d9764f20cdc4e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:20.526993 504676 certs.go:484] found cert: /home/jenkins/minikube-integration/21767-499776/.minikube/certs/ca-key.pem (1675 bytes)
I1025 09:16:20.527028 504676 certs.go:484] found cert: /home/jenkins/minikube-integration/21767-499776/.minikube/certs/ca.pem (1082 bytes)
I1025 09:16:20.527048 504676 certs.go:484] found cert: /home/jenkins/minikube-integration/21767-499776/.minikube/certs/cert.pem (1123 bytes)
I1025 09:16:20.527070 504676 certs.go:484] found cert: /home/jenkins/minikube-integration/21767-499776/.minikube/certs/key.pem (1679 bytes)
I1025 09:16:20.527771 504676 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21767-499776/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1025 09:16:20.546745 504676 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21767-499776/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I1025 09:16:20.565403 504676 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21767-499776/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1025 09:16:20.584850 504676 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21767-499776/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I1025 09:16:20.603360 504676 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I1025 09:16:20.621484 504676 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I1025 09:16:20.639058 504676 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1025 09:16:20.656444 504676 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21767-499776/.minikube/profiles/addons-456159/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I1025 09:16:20.674533 504676 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21767-499776/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1025 09:16:20.696162 504676 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1025 09:16:20.709063 504676 ssh_runner.go:195] Run: openssl version
I1025 09:16:20.715283 504676 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"
I1025 09:16:20.726761 504676 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1025 09:16:20.730807 504676 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Oct 25 09:16 /usr/share/ca-certificates/minikubeCA.pem
I1025 09:16:20.730892 504676 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1025 09:16:20.765695 504676 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"
I1025 09:16:20.775217 504676 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I1025 09:16:20.779327 504676 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
I1025 09:16:20.779379 504676 kubeadm.go:400] StartCluster: {Name:addons-456159 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8 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-456159 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}
I1025 09:16:20.779492 504676 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I1025 09:16:20.799218 504676 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1025 09:16:20.807970 504676 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1025 09:16:20.816565 504676 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I1025 09:16:20.816636 504676 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
I1025 09:16:20.824703 504676 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
I1025 09:16:20.824721 504676 kubeadm.go:157] found existing configuration files:
I1025 09:16:20.824761 504676 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I1025 09:16:20.832774 504676 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
I1025 09:16:20.832826 504676 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I1025 09:16:20.840418 504676 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I1025 09:16:20.848233 504676 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
I1025 09:16:20.848322 504676 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I1025 09:16:20.856399 504676 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I1025 09:16:20.864113 504676 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
I1025 09:16:20.864173 504676 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I1025 09:16:20.871867 504676 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I1025 09:16:20.879937 504676 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
I1025 09:16:20.879997 504676 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I1025 09:16:20.887721 504676 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"
I1025 09:16:20.926270 504676 kubeadm.go:318] [init] Using Kubernetes version: v1.34.1
I1025 09:16:20.926330 504676 kubeadm.go:318] [preflight] Running pre-flight checks
I1025 09:16:20.961091 504676 kubeadm.go:318] [preflight] The system verification failed. Printing the output from the verification:
I1025 09:16:20.961188 504676 kubeadm.go:318] [0;37mKERNEL_VERSION[0m: [0;32m6.8.0-1042-gcp[0m
I1025 09:16:20.961241 504676 kubeadm.go:318] [0;37mOS[0m: [0;32mLinux[0m
I1025 09:16:20.961328 504676 kubeadm.go:318] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1025 09:16:20.961399 504676 kubeadm.go:318] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1025 09:16:20.961469 504676 kubeadm.go:318] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1025 09:16:20.961530 504676 kubeadm.go:318] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1025 09:16:20.961630 504676 kubeadm.go:318] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1025 09:16:20.961721 504676 kubeadm.go:318] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1025 09:16:20.961791 504676 kubeadm.go:318] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1025 09:16:20.961848 504676 kubeadm.go:318] [0;37mCGROUPS_IO[0m: [0;32menabled[0m
I1025 09:16:21.021881 504676 kubeadm.go:318] [preflight] Pulling images required for setting up a Kubernetes cluster
I1025 09:16:21.022022 504676 kubeadm.go:318] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1025 09:16:21.022176 504676 kubeadm.go:318] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I1025 09:16:21.034225 504676 kubeadm.go:318] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1025 09:16:21.037277 504676 out.go:252] - Generating certificates and keys ...
I1025 09:16:21.037380 504676 kubeadm.go:318] [certs] Using existing ca certificate authority
I1025 09:16:21.037492 504676 kubeadm.go:318] [certs] Using existing apiserver certificate and key on disk
I1025 09:16:21.262743 504676 kubeadm.go:318] [certs] Generating "apiserver-kubelet-client" certificate and key
I1025 09:16:21.611882 504676 kubeadm.go:318] [certs] Generating "front-proxy-ca" certificate and key
I1025 09:16:21.720280 504676 kubeadm.go:318] [certs] Generating "front-proxy-client" certificate and key
I1025 09:16:21.815346 504676 kubeadm.go:318] [certs] Generating "etcd/ca" certificate and key
I1025 09:16:22.072712 504676 kubeadm.go:318] [certs] Generating "etcd/server" certificate and key
I1025 09:16:22.072880 504676 kubeadm.go:318] [certs] etcd/server serving cert is signed for DNS names [addons-456159 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1025 09:16:22.515093 504676 kubeadm.go:318] [certs] Generating "etcd/peer" certificate and key
I1025 09:16:22.515262 504676 kubeadm.go:318] [certs] etcd/peer serving cert is signed for DNS names [addons-456159 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1025 09:16:22.805366 504676 kubeadm.go:318] [certs] Generating "etcd/healthcheck-client" certificate and key
I1025 09:16:22.999978 504676 kubeadm.go:318] [certs] Generating "apiserver-etcd-client" certificate and key
I1025 09:16:23.154183 504676 kubeadm.go:318] [certs] Generating "sa" key and public key
I1025 09:16:23.154289 504676 kubeadm.go:318] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1025 09:16:23.893458 504676 kubeadm.go:318] [kubeconfig] Writing "admin.conf" kubeconfig file
I1025 09:16:24.050011 504676 kubeadm.go:318] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I1025 09:16:24.341113 504676 kubeadm.go:318] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1025 09:16:24.829301 504676 kubeadm.go:318] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1025 09:16:24.992838 504676 kubeadm.go:318] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1025 09:16:24.993217 504676 kubeadm.go:318] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1025 09:16:24.997048 504676 kubeadm.go:318] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1025 09:16:24.998573 504676 out.go:252] - Booting up control plane ...
I1025 09:16:24.998725 504676 kubeadm.go:318] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1025 09:16:24.998852 504676 kubeadm.go:318] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1025 09:16:25.000562 504676 kubeadm.go:318] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1025 09:16:25.015726 504676 kubeadm.go:318] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1025 09:16:25.015830 504676 kubeadm.go:318] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
I1025 09:16:25.022696 504676 kubeadm.go:318] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
I1025 09:16:25.022850 504676 kubeadm.go:318] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1025 09:16:25.022941 504676 kubeadm.go:318] [kubelet-start] Starting the kubelet
I1025 09:16:25.127875 504676 kubeadm.go:318] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I1025 09:16:25.128028 504676 kubeadm.go:318] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I1025 09:16:25.628563 504676 kubeadm.go:318] [kubelet-check] The kubelet is healthy after 500.875864ms
I1025 09:16:25.632607 504676 kubeadm.go:318] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
I1025 09:16:25.632751 504676 kubeadm.go:318] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
I1025 09:16:25.632864 504676 kubeadm.go:318] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
I1025 09:16:25.632983 504676 kubeadm.go:318] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
I1025 09:16:27.991472 504676 kubeadm.go:318] [control-plane-check] kube-controller-manager is healthy after 2.358759523s
I1025 09:16:28.352196 504676 kubeadm.go:318] [control-plane-check] kube-scheduler is healthy after 2.719656897s
I1025 09:16:30.134154 504676 kubeadm.go:318] [control-plane-check] kube-apiserver is healthy after 4.501548739s
I1025 09:16:30.147076 504676 kubeadm.go:318] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1025 09:16:30.157946 504676 kubeadm.go:318] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1025 09:16:30.168962 504676 kubeadm.go:318] [upload-certs] Skipping phase. Please see --upload-certs
I1025 09:16:30.169286 504676 kubeadm.go:318] [mark-control-plane] Marking the node addons-456159 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1025 09:16:30.177523 504676 kubeadm.go:318] [bootstrap-token] Using token: e4e032.cgkaoku9fbqupgym
I1025 09:16:30.178815 504676 out.go:252] - Configuring RBAC rules ...
I1025 09:16:30.178990 504676 kubeadm.go:318] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1025 09:16:30.182528 504676 kubeadm.go:318] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1025 09:16:30.188703 504676 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
I1025 09:16:30.191678 504676 kubeadm.go:318] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1025 09:16:30.194508 504676 kubeadm.go:318] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1025 09:16:30.197153 504676 kubeadm.go:318] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1025 09:16:30.541243 504676 kubeadm.go:318] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1025 09:16:30.958115 504676 kubeadm.go:318] [addons] Applied essential addon: CoreDNS
I1025 09:16:31.541595 504676 kubeadm.go:318] [addons] Applied essential addon: kube-proxy
I1025 09:16:31.542475 504676 kubeadm.go:318]
I1025 09:16:31.542595 504676 kubeadm.go:318] Your Kubernetes control-plane has initialized successfully!
I1025 09:16:31.542608 504676 kubeadm.go:318]
I1025 09:16:31.542750 504676 kubeadm.go:318] To start using your cluster, you need to run the following as a regular user:
I1025 09:16:31.542770 504676 kubeadm.go:318]
I1025 09:16:31.542807 504676 kubeadm.go:318] mkdir -p $HOME/.kube
I1025 09:16:31.542867 504676 kubeadm.go:318] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1025 09:16:31.542944 504676 kubeadm.go:318] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1025 09:16:31.542953 504676 kubeadm.go:318]
I1025 09:16:31.543032 504676 kubeadm.go:318] Alternatively, if you are the root user, you can run:
I1025 09:16:31.543047 504676 kubeadm.go:318]
I1025 09:16:31.543115 504676 kubeadm.go:318] export KUBECONFIG=/etc/kubernetes/admin.conf
I1025 09:16:31.543126 504676 kubeadm.go:318]
I1025 09:16:31.543208 504676 kubeadm.go:318] You should now deploy a pod network to the cluster.
I1025 09:16:31.543329 504676 kubeadm.go:318] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1025 09:16:31.543400 504676 kubeadm.go:318] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1025 09:16:31.543406 504676 kubeadm.go:318]
I1025 09:16:31.543476 504676 kubeadm.go:318] You can now join any number of control-plane nodes by copying certificate authorities
I1025 09:16:31.543556 504676 kubeadm.go:318] and service account keys on each node and then running the following as root:
I1025 09:16:31.543565 504676 kubeadm.go:318]
I1025 09:16:31.543699 504676 kubeadm.go:318] kubeadm join control-plane.minikube.internal:8443 --token e4e032.cgkaoku9fbqupgym \
I1025 09:16:31.543840 504676 kubeadm.go:318] --discovery-token-ca-cert-hash sha256:c90a3b482422c1132c705eb6f8dc3664d0c29dd0e4f154a7770e9ff4c357ad9d \
I1025 09:16:31.543900 504676 kubeadm.go:318] --control-plane
I1025 09:16:31.543910 504676 kubeadm.go:318]
I1025 09:16:31.544036 504676 kubeadm.go:318] Then you can join any number of worker nodes by running the following on each as root:
I1025 09:16:31.544048 504676 kubeadm.go:318]
I1025 09:16:31.544153 504676 kubeadm.go:318] kubeadm join control-plane.minikube.internal:8443 --token e4e032.cgkaoku9fbqupgym \
I1025 09:16:31.544247 504676 kubeadm.go:318] --discovery-token-ca-cert-hash sha256:c90a3b482422c1132c705eb6f8dc3664d0c29dd0e4f154a7770e9ff4c357ad9d
I1025 09:16:31.546415 504676 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/6.8.0-1042-gcp\n", err: exit status 1
I1025 09:16:31.546572 504676 kubeadm.go:318] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1025 09:16:31.546634 504676 cni.go:84] Creating CNI manager for ""
I1025 09:16:31.546657 504676 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I1025 09:16:31.549015 504676 out.go:179] * Configuring bridge CNI (Container Networking Interface) ...
I1025 09:16:31.550287 504676 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I1025 09:16:31.558977 504676 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
I1025 09:16:31.572478 504676 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1025 09:16:31.572535 504676 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
I1025 09:16:31.572596 504676 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-456159 minikube.k8s.io/updated_at=2025_10_25T09_16_31_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=6017293569ff48e99407bb5ade8e9ba1a7a0c689 minikube.k8s.io/name=addons-456159 minikube.k8s.io/primary=true
I1025 09:16:31.582798 504676 ops.go:34] apiserver oom_adj: -16
I1025 09:16:31.640343 504676 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 09:16:32.141368 504676 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 09:16:32.640453 504676 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 09:16:33.140576 504676 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 09:16:33.640762 504676 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 09:16:34.141152 504676 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 09:16:34.641245 504676 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 09:16:35.140816 504676 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 09:16:35.641342 504676 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 09:16:36.141364 504676 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 09:16:36.209982 504676 kubeadm.go:1113] duration metric: took 4.637504295s to wait for elevateKubeSystemPrivileges
I1025 09:16:36.210023 504676 kubeadm.go:402] duration metric: took 15.430648986s to StartCluster
I1025 09:16:36.210045 504676 settings.go:142] acquiring lock: {Name:mkcd1be1e8e86a0216701a7ffe40647298894af3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:36.210154 504676 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/21767-499776/kubeconfig
I1025 09:16:36.211299 504676 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21767-499776/kubeconfig: {Name:mkce2c8734c7bbe9f4385b3c0c646885305b640b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 09:16:36.211630 504676 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}
I1025 09:16:36.212001 504676 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"
I1025 09:16:36.211881 504676 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]
I1025 09:16:36.212178 504676 config.go:182] Loaded profile config "addons-456159": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1025 09:16:36.212270 504676 addons.go:69] Setting ingress-dns=true in profile "addons-456159"
I1025 09:16:36.212314 504676 addons.go:69] Setting metrics-server=true in profile "addons-456159"
I1025 09:16:36.212329 504676 addons.go:238] Setting addon ingress-dns=true in "addons-456159"
I1025 09:16:36.212379 504676 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-456159"
I1025 09:16:36.212337 504676 addons.go:238] Setting addon metrics-server=true in "addons-456159"
I1025 09:16:36.212399 504676 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-456159"
I1025 09:16:36.212415 504676 addons.go:69] Setting registry=true in profile "addons-456159"
I1025 09:16:36.212428 504676 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-456159"
I1025 09:16:36.212436 504676 addons.go:238] Setting addon registry=true in "addons-456159"
I1025 09:16:36.212452 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.212452 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.212463 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.212482 504676 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-456159"
I1025 09:16:36.212491 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.212512 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.212967 504676 addons.go:69] Setting gcp-auth=true in profile "addons-456159"
I1025 09:16:36.213005 504676 mustload.go:65] Loading cluster: addons-456159
I1025 09:16:36.213209 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.213224 504676 config.go:182] Loaded profile config "addons-456159": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.34.1
I1025 09:16:36.212347 504676 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-456159"
I1025 09:16:36.212303 504676 addons.go:69] Setting inspektor-gadget=true in profile "addons-456159"
I1025 09:16:36.213244 504676 addons.go:69] Setting default-storageclass=true in profile "addons-456159"
I1025 09:16:36.213254 504676 addons.go:238] Setting addon inspektor-gadget=true in "addons-456159"
I1025 09:16:36.213251 504676 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-456159"
I1025 09:16:36.212285 504676 addons.go:69] Setting yakd=true in profile "addons-456159"
I1025 09:16:36.212421 504676 addons.go:69] Setting cloud-spanner=true in profile "addons-456159"
I1025 09:16:36.213281 504676 addons.go:238] Setting addon cloud-spanner=true in "addons-456159"
I1025 09:16:36.213285 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.213287 504676 addons.go:238] Setting addon yakd=true in "addons-456159"
I1025 09:16:36.213303 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.213324 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.213606 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.214448 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.214675 504676 out.go:179] * Verifying Kubernetes components...
I1025 09:16:36.214742 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.214831 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.212279 504676 addons.go:69] Setting registry-creds=true in profile "addons-456159"
I1025 09:16:36.215132 504676 addons.go:238] Setting addon registry-creds=true in "addons-456159"
I1025 09:16:36.215165 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.213209 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.213230 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.213628 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.219088 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.219771 504676 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1025 09:16:36.212376 504676 addons.go:69] Setting volumesnapshots=true in profile "addons-456159"
I1025 09:16:36.219916 504676 addons.go:238] Setting addon volumesnapshots=true in "addons-456159"
I1025 09:16:36.219965 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.213233 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.220522 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.213232 504676 addons.go:69] Setting ingress=true in profile "addons-456159"
I1025 09:16:36.221096 504676 addons.go:238] Setting addon ingress=true in "addons-456159"
I1025 09:16:36.221152 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.221691 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.213255 504676 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-456159"
I1025 09:16:36.213260 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.212316 504676 addons.go:69] Setting storage-provisioner=true in profile "addons-456159"
I1025 09:16:36.224095 504676 addons.go:238] Setting addon storage-provisioner=true in "addons-456159"
I1025 09:16:36.224147 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.212369 504676 addons.go:69] Setting volcano=true in profile "addons-456159"
I1025 09:16:36.225734 504676 addons.go:238] Setting addon volcano=true in "addons-456159"
I1025 09:16:36.225772 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.228051 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.228207 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.228990 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.212375 504676 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-456159"
I1025 09:16:36.237021 504676 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-456159"
I1025 09:16:36.237112 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.243574 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.276457 504676 out.go:179] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.4
I1025 09:16:36.282350 504676 out.go:179] - Using image docker.io/upmcenterprises/registry-creds:1.10
I1025 09:16:36.282967 504676 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1025 09:16:36.282986 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1025 09:16:36.283049 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.283318 504676 out.go:179] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.45.0
I1025 09:16:36.285214 504676 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I1025 09:16:36.285301 504676 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
I1025 09:16:36.285330 504676 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (14 bytes)
I1025 09:16:36.285498 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
I1025 09:16:36.285548 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.285608 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.296802 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.300958 504676 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-456159"
I1025 09:16:36.301046 504676 out.go:179] - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
I1025 09:16:36.301051 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.301558 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.304858 504676 out.go:179] - Using image docker.io/marcnuri/yakd:0.0.5
I1025 09:16:36.304877 504676 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1025 09:16:36.305073 504676 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1025 09:16:36.305138 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.308708 504676 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I1025 09:16:36.310891 504676 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I1025 09:16:36.310973 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.313485 504676 out.go:179] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1025 09:16:36.315630 504676 out.go:179] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1025 09:16:36.316359 504676 addons.go:238] Setting addon default-storageclass=true in "addons-456159"
I1025 09:16:36.316407 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:36.318676 504676 out.go:179] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1025 09:16:36.319173 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:36.322676 504676 out.go:179] - Using image docker.io/registry:3.0.0
I1025 09:16:36.324160 504676 out.go:179] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I1025 09:16:36.324281 504676 out.go:179] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1025 09:16:36.325481 504676 out.go:179] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
I1025 09:16:36.325570 504676 out.go:179] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1025 09:16:36.325571 504676 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I1025 09:16:36.325795 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I1025 09:16:36.326044 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.329626 504676 out.go:179] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1025 09:16:36.330492 504676 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1025 09:16:36.330511 504676 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1025 09:16:36.330628 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.332731 504676 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I1025 09:16:36.332755 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I1025 09:16:36.332786 504676 out.go:179] - Using image registry.k8s.io/ingress-nginx/controller:v1.13.3
I1025 09:16:36.332820 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.332839 504676 out.go:179] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1025 09:16:36.335010 504676 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3
I1025 09:16:36.335690 504676 out.go:179] - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
I1025 09:16:36.336925 504676 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1025 09:16:36.336944 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
I1025 09:16:36.337000 504676 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3
I1025 09:16:36.337004 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.337247 504676 out.go:179] - Using image docker.io/volcanosh/vc-webhook-manager:v1.13.0
I1025 09:16:36.341663 504676 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1025 09:16:36.341837 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I1025 09:16:36.341960 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.340706 504676 out.go:179] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1025 09:16:36.344247 504676 out.go:179] - Using image docker.io/volcanosh/vc-controller-manager:v1.13.0
I1025 09:16:36.345682 504676 out.go:179] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1025 09:16:36.345992 504676 out.go:179] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.42
I1025 09:16:36.350964 504676 out.go:179] - Using image docker.io/volcanosh/vc-scheduler:v1.13.0
I1025 09:16:36.351044 504676 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1025 09:16:36.351061 504676 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1025 09:16:36.351127 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.351462 504676 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I1025 09:16:36.351476 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1025 09:16:36.351546 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.351751 504676 out.go:179] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1025 09:16:36.359320 504676 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1025 09:16:36.359349 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1025 09:16:36.359425 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.363237 504676 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
I1025 09:16:36.363352 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (1017570 bytes)
I1025 09:16:36.363524 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.369709 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.372529 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.376298 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.379027 504676 out.go:179] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1025 09:16:36.380363 504676 out.go:179] - Using image docker.io/busybox:stable
I1025 09:16:36.380680 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.381457 504676 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1025 09:16:36.381477 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1025 09:16:36.381539 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.408653 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.409300 504676 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 -"
I1025 09:16:36.411662 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.417762 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.425129 504676 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I1025 09:16:36.429759 504676 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1025 09:16:36.429846 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:36.430360 504676 ssh_runner.go:195] Run: sudo systemctl start kubelet
I1025 09:16:36.427991 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.434572 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.437500 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.440944 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.443269 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
W1025 09:16:36.445906 504676 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I1025 09:16:36.445953 504676 retry.go:31] will retry after 313.040557ms: ssh: handshake failed: EOF
I1025 09:16:36.449211 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.460208 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.461186 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.483976 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:36.571953 504676 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I1025 09:16:36.571983 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
I1025 09:16:36.603852 504676 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I1025 09:16:36.603885 504676 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I1025 09:16:36.608110 504676 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1025 09:16:36.608136 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1025 09:16:36.609831 504676 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
I1025 09:16:36.611218 504676 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
I1025 09:16:36.613495 504676 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
I1025 09:16:36.619216 504676 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
I1025 09:16:36.621452 504676 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
I1025 09:16:36.625894 504676 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I1025 09:16:36.625928 504676 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1025 09:16:36.633013 504676 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
I1025 09:16:36.633518 504676 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1025 09:16:36.633537 504676 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1025 09:16:36.642045 504676 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1025 09:16:36.642074 504676 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1025 09:16:36.647491 504676 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1025 09:16:36.647617 504676 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1025 09:16:36.650919 504676 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I1025 09:16:36.650941 504676 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I1025 09:16:36.665122 504676 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
I1025 09:16:36.671192 504676 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
I1025 09:16:36.674071 504676 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
I1025 09:16:36.681718 504676 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I1025 09:16:36.681748 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1025 09:16:36.688164 504676 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
I1025 09:16:36.702790 504676 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I1025 09:16:36.702899 504676 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I1025 09:16:36.708054 504676 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1025 09:16:36.708100 504676 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1025 09:16:36.710037 504676 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1025 09:16:36.710057 504676 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1025 09:16:36.715119 504676 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1025 09:16:36.715152 504676 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)
I1025 09:16:36.756481 504676 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1025 09:16:36.756512 504676 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1025 09:16:36.771356 504676 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
I1025 09:16:36.782966 504676 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I1025 09:16:36.782992 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I1025 09:16:36.801333 504676 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
I1025 09:16:36.832817 504676 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1025 09:16:36.832872 504676 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1025 09:16:36.841698 504676 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1025 09:16:36.841733 504676 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1025 09:16:36.883472 504676 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1025 09:16:36.883508 504676 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1025 09:16:36.885739 504676 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
I1025 09:16:36.888181 504676 node_ready.go:35] waiting up to 6m0s for node "addons-456159" to be "Ready" ...
I1025 09:16:36.888755 504676 start.go:976] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1025 09:16:36.893479 504676 node_ready.go:49] node "addons-456159" is "Ready"
I1025 09:16:36.893510 504676 node_ready.go:38] duration metric: took 5.28349ms for node "addons-456159" to be "Ready" ...
I1025 09:16:36.893661 504676 api_server.go:52] waiting for apiserver process to appear ...
I1025 09:16:36.893767 504676 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1025 09:16:36.961164 504676 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1025 09:16:36.961267 504676 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1025 09:16:37.003617 504676 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1025 09:16:37.003642 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1025 09:16:37.093382 504676 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1025 09:16:37.093478 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1025 09:16:37.131527 504676 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
I1025 09:16:37.158056 504676 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
I1025 09:16:37.174183 504676 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1025 09:16:37.174212 504676 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1025 09:16:37.273608 504676 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1025 09:16:37.273636 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1025 09:16:37.341970 504676 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1025 09:16:37.342078 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1025 09:16:37.392832 504676 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-456159" context rescaled to 1 replicas
I1025 09:16:37.419328 504676 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1025 09:16:37.419420 504676 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1025 09:16:37.501008 504676 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
I1025 09:16:37.887523 504676 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: (1.273991597s)
I1025 09:16:37.887656 504676 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: (1.276401088s)
W1025 09:16:37.887700 504676 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
I1025 09:16:37.887767 504676 retry.go:31] will retry after 304.531421ms: 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
I1025 09:16:37.887779 504676 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: (1.26629742s)
I1025 09:16:37.887658 504676 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.268401692s)
I1025 09:16:38.193451 504676 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
I1025 09:16:38.676932 504676 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: (2.01170901s)
I1025 09:16:38.677023 504676 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: (2.00573048s)
I1025 09:16:38.677098 504676 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: (2.003002446s)
I1025 09:16:38.677131 504676 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.988939475s)
I1025 09:16:38.677179 504676 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: (1.905734263s)
I1025 09:16:38.677518 504676 addons.go:479] Verifying addon registry=true in "addons-456159"
I1025 09:16:38.677250 504676 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: (1.875821718s)
I1025 09:16:38.677975 504676 addons.go:479] Verifying addon metrics-server=true in "addons-456159"
I1025 09:16:38.677298 504676 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: (1.791529033s)
I1025 09:16:38.677280 504676 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: (2.044238837s)
I1025 09:16:38.678057 504676 addons.go:479] Verifying addon ingress=true in "addons-456159"
I1025 09:16:38.677324 504676 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (1.783533518s)
I1025 09:16:38.678331 504676 api_server.go:72] duration metric: took 2.466661879s to wait for apiserver process to appear ...
I1025 09:16:38.678358 504676 api_server.go:88] waiting for apiserver healthz status ...
I1025 09:16:38.678388 504676 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1025 09:16:38.680675 504676 out.go:179] * Verifying registry addon...
I1025 09:16:38.680796 504676 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-456159 service yakd-dashboard -n yakd-dashboard
I1025 09:16:38.680874 504676 out.go:179] * Verifying ingress addon...
I1025 09:16:38.683342 504676 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1025 09:16:38.684265 504676 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1025 09:16:38.692767 504676 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
W1025 09:16:38.693288 504676 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]
I1025 09:16:38.693298 504676 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1025 09:16:38.693325 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:38.698468 504676 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1025 09:16:38.698495 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:38.699615 504676 api_server.go:141] control plane version: v1.34.1
I1025 09:16:38.700275 504676 api_server.go:131] duration metric: took 21.892464ms to wait for apiserver health ...
I1025 09:16:38.700426 504676 system_pods.go:43] waiting for kube-system pods to appear ...
I1025 09:16:38.790107 504676 system_pods.go:59] 15 kube-system pods found
I1025 09:16:38.790171 504676 system_pods.go:61] "amd-gpu-device-plugin-c9fx7" [531adaeb-818e-44af-a844-595c0764db21] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I1025 09:16:38.790186 504676 system_pods.go:61] "coredns-66bc5c9577-sqghn" [8909c200-2462-4a69-8b37-a7f6778a18b4] Running / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1025 09:16:38.790195 504676 system_pods.go:61] "coredns-66bc5c9577-w42ld" [460c955d-4324-4d07-84c7-c62ab5b27820] Running / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1025 09:16:38.790204 504676 system_pods.go:61] "etcd-addons-456159" [2c402ccf-982b-4f32-b857-1cd53e78b05b] Running
I1025 09:16:38.790210 504676 system_pods.go:61] "kube-apiserver-addons-456159" [b3034060-063b-41b2-8fd1-df11b80cdd8a] Running
I1025 09:16:38.790215 504676 system_pods.go:61] "kube-controller-manager-addons-456159" [d88de771-9948-42e8-98bd-c417c8775e4d] Running
I1025 09:16:38.790222 504676 system_pods.go:61] "kube-ingress-dns-minikube" [52d9783e-6092-438f-9f12-d905430c158d] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1025 09:16:38.790227 504676 system_pods.go:61] "kube-proxy-gdwtx" [82e0f913-7dbe-45b6-a4ee-e15d976d9b55] Running
I1025 09:16:38.790235 504676 system_pods.go:61] "kube-scheduler-addons-456159" [ad5d4ec1-d629-4404-ba80-7da23e15a35a] Running / Ready:ContainersNotReady (containers with unready status: [kube-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-scheduler])
I1025 09:16:38.790242 504676 system_pods.go:61] "metrics-server-85b7d694d7-vt5bt" [05632dd8-d543-4134-9c4c-4ffcab0f110a] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1025 09:16:38.790250 504676 system_pods.go:61] "nvidia-device-plugin-daemonset-62v67" [ac505d8c-525c-4cdb-b892-7dc4dbd2c0c9] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1025 09:16:38.790257 504676 system_pods.go:61] "registry-6b586f9694-klmzr" [a487d49f-b5d9-45e5-aaaf-07dd3d13040f] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1025 09:16:38.790265 504676 system_pods.go:61] "registry-creds-764b6fb674-nrfrt" [76900071-4274-4cf3-8100-c305fefefd59] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1025 09:16:38.790274 504676 system_pods.go:61] "registry-proxy-cdxgf" [1d20d86d-607e-4d57-ae6c-05bfab83d2da] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1025 09:16:38.790282 504676 system_pods.go:61] "storage-provisioner" [86c66703-f502-4054-a1e6-ea12a76f7e29] Pending / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
I1025 09:16:38.790292 504676 system_pods.go:74] duration metric: took 89.826323ms to wait for pod list to return data ...
I1025 09:16:38.790305 504676 default_sa.go:34] waiting for default service account to be created ...
I1025 09:16:38.796258 504676 default_sa.go:45] found service account: "default"
I1025 09:16:38.796291 504676 default_sa.go:55] duration metric: took 5.977763ms for default service account to be created ...
I1025 09:16:38.796305 504676 system_pods.go:116] waiting for k8s-apps to be running ...
I1025 09:16:38.871030 504676 system_pods.go:86] 15 kube-system pods found
I1025 09:16:38.871080 504676 system_pods.go:89] "amd-gpu-device-plugin-c9fx7" [531adaeb-818e-44af-a844-595c0764db21] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I1025 09:16:38.871092 504676 system_pods.go:89] "coredns-66bc5c9577-sqghn" [8909c200-2462-4a69-8b37-a7f6778a18b4] Running / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1025 09:16:38.871105 504676 system_pods.go:89] "coredns-66bc5c9577-w42ld" [460c955d-4324-4d07-84c7-c62ab5b27820] Running / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I1025 09:16:38.871111 504676 system_pods.go:89] "etcd-addons-456159" [2c402ccf-982b-4f32-b857-1cd53e78b05b] Running
I1025 09:16:38.871117 504676 system_pods.go:89] "kube-apiserver-addons-456159" [b3034060-063b-41b2-8fd1-df11b80cdd8a] Running
I1025 09:16:38.871123 504676 system_pods.go:89] "kube-controller-manager-addons-456159" [d88de771-9948-42e8-98bd-c417c8775e4d] Running
I1025 09:16:38.871133 504676 system_pods.go:89] "kube-ingress-dns-minikube" [52d9783e-6092-438f-9f12-d905430c158d] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1025 09:16:38.871138 504676 system_pods.go:89] "kube-proxy-gdwtx" [82e0f913-7dbe-45b6-a4ee-e15d976d9b55] Running
I1025 09:16:38.871146 504676 system_pods.go:89] "kube-scheduler-addons-456159" [ad5d4ec1-d629-4404-ba80-7da23e15a35a] Running / Ready:ContainersNotReady (containers with unready status: [kube-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-scheduler])
I1025 09:16:38.871154 504676 system_pods.go:89] "metrics-server-85b7d694d7-vt5bt" [05632dd8-d543-4134-9c4c-4ffcab0f110a] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1025 09:16:38.871164 504676 system_pods.go:89] "nvidia-device-plugin-daemonset-62v67" [ac505d8c-525c-4cdb-b892-7dc4dbd2c0c9] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1025 09:16:38.871173 504676 system_pods.go:89] "registry-6b586f9694-klmzr" [a487d49f-b5d9-45e5-aaaf-07dd3d13040f] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1025 09:16:38.871181 504676 system_pods.go:89] "registry-creds-764b6fb674-nrfrt" [76900071-4274-4cf3-8100-c305fefefd59] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I1025 09:16:38.871189 504676 system_pods.go:89] "registry-proxy-cdxgf" [1d20d86d-607e-4d57-ae6c-05bfab83d2da] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1025 09:16:38.871197 504676 system_pods.go:89] "storage-provisioner" [86c66703-f502-4054-a1e6-ea12a76f7e29] Pending / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
I1025 09:16:38.871208 504676 system_pods.go:126] duration metric: took 74.894036ms to wait for k8s-apps to be running ...
I1025 09:16:38.871221 504676 system_svc.go:44] waiting for kubelet service to be running ....
I1025 09:16:38.871278 504676 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1025 09:16:39.196124 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:39.221523 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:39.691439 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:39.691568 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:40.050202 504676 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: (2.892025349s)
W1025 09:16:40.050257 504676 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
I1025 09:16:40.050285 504676 retry.go:31] will retry after 289.152998ms: 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
I1025 09:16:40.050527 504676 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: (2.549481011s)
I1025 09:16:40.050551 504676 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-456159"
I1025 09:16:40.050825 504676 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: (2.919174653s)
I1025 09:16:40.051217 504676 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.857729551s)
W1025 09:16:40.051253 504676 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
I1025 09:16:40.051273 504676 retry.go:31] will retry after 370.80231ms: 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
I1025 09:16:40.051308 504676 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (1.180011862s)
I1025 09:16:40.051323 504676 system_svc.go:56] duration metric: took 1.180101831s WaitForService to wait for kubelet
I1025 09:16:40.051334 504676 kubeadm.go:586] duration metric: took 3.83966723s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1025 09:16:40.051356 504676 node_conditions.go:102] verifying NodePressure condition ...
I1025 09:16:40.052483 504676 out.go:179] * Verifying csi-hostpath-driver addon...
I1025 09:16:40.055517 504676 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1025 09:16:40.060856 504676 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I1025 09:16:40.060927 504676 node_conditions.go:123] node cpu capacity is 8
I1025 09:16:40.060945 504676 node_conditions.go:105] duration metric: took 9.582627ms to run NodePressure ...
I1025 09:16:40.060961 504676 start.go:241] waiting for startup goroutines ...
I1025 09:16:40.064723 504676 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1025 09:16:40.064752 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:40.193441 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:40.193837 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:40.339633 504676 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
I1025 09:16:40.422810 504676 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
I1025 09:16:40.560973 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:40.689878 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:40.690107 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:41.059570 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:41.188447 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:41.188609 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W1025 09:16:41.233346 504676 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
I1025 09:16:41.233385 504676 retry.go:31] will retry after 441.521825ms: 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
I1025 09:16:41.560218 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:41.675183 504676 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
I1025 09:16:41.687377 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:41.687569 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:42.060703 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:42.187929 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:42.188049 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W1025 09:16:42.412934 504676 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
I1025 09:16:42.412974 504676 retry.go:31] will retry after 1.0284355s: 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
I1025 09:16:42.559778 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:42.690040 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:42.690088 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:43.060455 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:43.187500 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:43.187536 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:43.441817 504676 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
I1025 09:16:43.559702 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:43.687880 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:43.688187 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:43.706862 504676 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1025 09:16:43.706950 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:43.730229 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:43.849342 504676 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1025 09:16:43.866937 504676 addons.go:238] Setting addon gcp-auth=true in "addons-456159"
I1025 09:16:43.867013 504676 host.go:66] Checking if "addons-456159" exists ...
I1025 09:16:43.867473 504676 cli_runner.go:164] Run: docker container inspect addons-456159 --format={{.State.Status}}
I1025 09:16:43.891293 504676 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1025 09:16:43.891362 504676 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-456159
I1025 09:16:43.914274 504676 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/21767-499776/.minikube/machines/addons-456159/id_rsa Username:docker}
I1025 09:16:44.060336 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W1025 09:16:44.145480 504676 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
I1025 09:16:44.145522 504676 retry.go:31] will retry after 1.849136314s: 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
I1025 09:16:44.147331 504676 out.go:179] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I1025 09:16:44.148491 504676 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3
I1025 09:16:44.149659 504676 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1025 09:16:44.149687 504676 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1025 09:16:44.166668 504676 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1025 09:16:44.166700 504676 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1025 09:16:44.184413 504676 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1025 09:16:44.184437 504676 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I1025 09:16:44.187789 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:44.187966 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:44.201884 504676 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
I1025 09:16:44.558868 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:44.605046 504676 addons.go:479] Verifying addon gcp-auth=true in "addons-456159"
I1025 09:16:44.606635 504676 out.go:179] * Verifying gcp-auth addon...
I1025 09:16:44.609893 504676 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1025 09:16:44.612479 504676 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1025 09:16:44.612503 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:44.686949 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:44.687409 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:45.060654 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:45.117180 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:45.186895 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:45.187000 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:45.559454 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:45.613457 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:45.686461 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:45.686966 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:45.995646 504676 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
I1025 09:16:46.059718 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:46.113776 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:46.187310 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:46.187712 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:46.618950 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:46.619150 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:46.720535 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:46.720731 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W1025 09:16:46.953712 504676 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
I1025 09:16:46.953750 504676 retry.go:31] will retry after 1.118046925s: 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
I1025 09:16:47.059436 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:47.113007 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:47.187331 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:47.187417 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:47.558883 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:47.613823 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:47.687031 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:47.687388 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:48.060144 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:48.071959 504676 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
I1025 09:16:48.113558 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:48.186739 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:48.187492 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:48.559253 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:48.613364 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:48.686825 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:48.687151 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W1025 09:16:48.779722 504676 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
I1025 09:16:48.779757 504676 retry.go:31] will retry after 1.705068787s: 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
I1025 09:16:49.059383 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:49.160030 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:49.186914 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:49.187182 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:49.559158 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:49.613125 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:49.687328 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:49.687409 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:50.060151 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:50.114034 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:50.187216 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:50.187256 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:50.485514 504676 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
I1025 09:16:50.559542 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:50.613393 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:50.687801 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:50.687830 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:51.060763 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:51.113443 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:51.186523 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:51.187115 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W1025 09:16:51.206167 504676 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
I1025 09:16:51.206206 504676 retry.go:31] will retry after 4.627944714s: 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
I1025 09:16:51.560291 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:51.613385 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:51.687674 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:51.687851 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:52.059532 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:52.113353 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:52.187365 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:52.187471 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:52.559570 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:52.613621 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:52.687513 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:52.688596 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:53.059477 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:53.113541 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:53.186751 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:53.187237 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:53.560192 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:53.612922 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:53.687110 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:53.687921 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:54.059911 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:54.113991 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:54.187379 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:54.187515 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:54.560627 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:54.613633 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:54.686728 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:54.687367 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:55.059433 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:55.113163 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:55.187327 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:55.187440 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:55.559909 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:55.614117 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:55.687126 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:55.687318 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:55.834351 504676 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
I1025 09:16:56.059572 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:56.113362 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:56.188042 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:56.188222 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W1025 09:16:56.537195 504676 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
I1025 09:16:56.537232 504676 retry.go:31] will retry after 5.8152539s: 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
I1025 09:16:56.559376 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:56.613282 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:56.687445 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:56.687468 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:57.060520 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:57.113536 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:57.186467 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:57.187124 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:57.559364 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:57.613091 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:57.687265 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:57.687369 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:58.059125 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:58.113095 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:58.187443 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:58.187492 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:58.559526 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:58.613555 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:58.687351 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:58.687480 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:59.119266 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:59.119411 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:59.340674 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:59.340732 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:16:59.560433 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:16:59.662206 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:16:59.687417 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:16:59.687795 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:00.085676 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:00.186297 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:00.187294 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:00.187341 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:17:00.560896 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:00.613331 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:00.689797 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:17:00.689836 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:01.060227 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:01.112897 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:01.187389 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:17:01.187450 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:01.559433 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:01.613743 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:01.687522 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:17:01.687574 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:02.060516 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:02.161385 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:02.187377 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:17:02.187408 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:02.353551 504676 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
I1025 09:17:02.560024 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:02.660438 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:02.686945 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:17:02.687889 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:03.059742 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:03.112966 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1025 09:17:03.119179 504676 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
I1025 09:17:03.119213 504676 retry.go:31] will retry after 12.369560623s: 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
I1025 09:17:03.188262 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:03.188431 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:17:03.559627 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:03.661083 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:03.687053 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:17:03.687246 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:04.059373 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:04.113888 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:04.187297 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:17:04.187467 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:04.559699 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:04.613489 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:04.687908 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:17:04.687961 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:05.059828 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:05.114017 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:05.214932 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:17:05.214998 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:05.559177 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:05.613225 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:05.687519 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 09:17:05.687670 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:06.091647 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:06.124767 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:06.186789 504676 kapi.go:107] duration metric: took 27.503442463s to wait for kubernetes.io/minikube-addons=registry ...
I1025 09:17:06.187677 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:06.559226 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:06.613334 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:06.687435 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:07.060099 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:07.113930 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:07.215513 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:07.559689 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:07.613601 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:07.687851 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:08.059520 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:08.179190 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:08.188149 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:08.560257 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:08.661348 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:08.688810 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:09.060530 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:09.160841 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:09.261933 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:09.560310 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:09.614108 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:09.688751 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:10.059409 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:10.113493 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:10.187461 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:10.561656 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:10.613731 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:10.688449 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:11.061173 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:11.113144 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:11.188672 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:11.560057 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:11.614312 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:11.688799 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:12.092316 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:12.112888 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:12.193807 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:12.559676 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:12.613630 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:12.687825 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:13.059855 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:13.113612 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:13.188028 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:13.561714 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:13.661166 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:13.687547 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:14.059055 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:14.157786 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:14.187692 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:14.560439 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:14.612966 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:14.688391 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:15.059705 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:15.113639 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:15.188039 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:15.489162 504676 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
I1025 09:17:15.560280 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:15.613116 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:15.688439 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:16.060705 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:16.112997 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1025 09:17:16.161541 504676 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
I1025 09:17:16.161594 504676 retry.go:31] will retry after 18.488393857s: 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
I1025 09:17:16.188102 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:16.604446 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:16.613040 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:16.688608 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:17.059186 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:17.112961 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:17.221172 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:17.558807 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:17.657572 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:17.687923 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:18.059758 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:18.113573 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:18.187949 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:18.560012 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:18.613883 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:18.688152 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:19.059871 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:19.113612 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:19.187905 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:19.559375 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:19.659238 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:19.688489 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:20.059756 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:20.113593 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:20.188128 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:20.559606 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:20.613550 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:20.687321 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:21.059250 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:21.113128 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:21.188173 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:21.559844 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:21.613840 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:21.688217 504676 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 09:17:22.059370 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:22.126177 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:22.188310 504676 kapi.go:107] duration metric: took 43.504045896s to wait for app.kubernetes.io/name=ingress-nginx ...
I1025 09:17:22.560371 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:22.613102 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:23.060107 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:23.113419 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:23.583033 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:23.613499 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:24.059732 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:24.113402 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:24.560001 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:24.660799 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:25.059710 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:25.113609 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:25.559236 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 09:17:25.613821 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:26.059715 504676 kapi.go:107] duration metric: took 46.004197912s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1025 09:17:26.113203 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:26.613393 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:27.114093 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:27.613819 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:28.113364 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:28.612802 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:29.113503 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:29.613282 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:30.114231 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:30.614109 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:31.113495 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:31.613082 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:32.113890 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:32.613392 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:33.113131 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:33.613749 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:34.113300 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:34.613458 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:34.650628 504676 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
I1025 09:17:35.113079 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1025 09:17:35.205080 504676 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
I1025 09:17:35.205121 504676 retry.go:31] will retry after 30.442661865s: 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
I1025 09:17:35.613361 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:36.113621 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:36.613437 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:37.113081 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:37.613996 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:38.114252 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:38.613371 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:39.113528 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:39.613953 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:40.113777 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:40.613642 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:41.113408 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:41.613490 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:42.112804 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:42.613303 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:43.114037 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:43.614080 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:44.200544 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:44.612965 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:45.113243 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:45.613974 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:46.113304 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:46.613557 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:47.113499 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:47.613246 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:48.113897 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:48.613178 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:49.114053 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:49.613999 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:50.114101 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:50.613790 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:51.114103 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:51.679574 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:52.113385 504676 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 09:17:52.614389 504676 kapi.go:107] duration metric: took 1m8.004493564s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1025 09:17:52.616510 504676 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-456159 cluster.
I1025 09:17:52.618013 504676 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.
I1025 09:17:52.619413 504676 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1025 09:18:05.648082 504676 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
W1025 09:18:06.220108 504676 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
W1025 09:18:06.220259 504676 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
]
I1025 09:18:06.223230 504676 out.go:179] * Enabled addons: nvidia-device-plugin, storage-provisioner, ingress-dns, cloud-spanner, registry-creds, amd-gpu-device-plugin, metrics-server, yakd, storage-provisioner-rancher, volcano, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I1025 09:18:06.224452 504676 addons.go:514] duration metric: took 1m30.012593262s for enable addons: enabled=[nvidia-device-plugin storage-provisioner ingress-dns cloud-spanner registry-creds amd-gpu-device-plugin metrics-server yakd storage-provisioner-rancher volcano volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I1025 09:18:06.224509 504676 start.go:246] waiting for cluster config update ...
I1025 09:18:06.224536 504676 start.go:255] writing updated cluster config ...
I1025 09:18:06.224846 504676 ssh_runner.go:195] Run: rm -f paused
I1025 09:18:06.228995 504676 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" ...
I1025 09:18:06.233227 504676 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-w42ld" in "kube-system" namespace to be "Ready" or be gone ...
I1025 09:18:06.237480 504676 pod_ready.go:94] pod "coredns-66bc5c9577-w42ld" is "Ready"
I1025 09:18:06.237503 504676 pod_ready.go:86] duration metric: took 4.252998ms for pod "coredns-66bc5c9577-w42ld" in "kube-system" namespace to be "Ready" or be gone ...
I1025 09:18:06.239511 504676 pod_ready.go:83] waiting for pod "etcd-addons-456159" in "kube-system" namespace to be "Ready" or be gone ...
I1025 09:18:06.243412 504676 pod_ready.go:94] pod "etcd-addons-456159" is "Ready"
I1025 09:18:06.243437 504676 pod_ready.go:86] duration metric: took 3.903208ms for pod "etcd-addons-456159" in "kube-system" namespace to be "Ready" or be gone ...
I1025 09:18:06.245476 504676 pod_ready.go:83] waiting for pod "kube-apiserver-addons-456159" in "kube-system" namespace to be "Ready" or be gone ...
I1025 09:18:06.249146 504676 pod_ready.go:94] pod "kube-apiserver-addons-456159" is "Ready"
I1025 09:18:06.249171 504676 pod_ready.go:86] duration metric: took 3.67244ms for pod "kube-apiserver-addons-456159" in "kube-system" namespace to be "Ready" or be gone ...
I1025 09:18:06.251038 504676 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-456159" in "kube-system" namespace to be "Ready" or be gone ...
I1025 09:18:06.633495 504676 pod_ready.go:94] pod "kube-controller-manager-addons-456159" is "Ready"
I1025 09:18:06.633526 504676 pod_ready.go:86] duration metric: took 382.467447ms for pod "kube-controller-manager-addons-456159" in "kube-system" namespace to be "Ready" or be gone ...
I1025 09:18:06.832524 504676 pod_ready.go:83] waiting for pod "kube-proxy-gdwtx" in "kube-system" namespace to be "Ready" or be gone ...
I1025 09:18:07.232914 504676 pod_ready.go:94] pod "kube-proxy-gdwtx" is "Ready"
I1025 09:18:07.232941 504676 pod_ready.go:86] duration metric: took 400.386041ms for pod "kube-proxy-gdwtx" in "kube-system" namespace to be "Ready" or be gone ...
I1025 09:18:07.432823 504676 pod_ready.go:83] waiting for pod "kube-scheduler-addons-456159" in "kube-system" namespace to be "Ready" or be gone ...
I1025 09:18:07.832968 504676 pod_ready.go:94] pod "kube-scheduler-addons-456159" is "Ready"
I1025 09:18:07.832998 504676 pod_ready.go:86] duration metric: took 400.151386ms for pod "kube-scheduler-addons-456159" in "kube-system" namespace to be "Ready" or be gone ...
I1025 09:18:07.833009 504676 pod_ready.go:40] duration metric: took 1.603984816s 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" ...
I1025 09:18:07.879495 504676 start.go:624] kubectl: 1.34.1, cluster: 1.34.1 (minor skew: 0)
I1025 09:18:07.881338 504676 out.go:179] * Done! kubectl is now configured to use "addons-456159" cluster and "default" namespace by default
==> Docker <==
Oct 25 09:19:47 addons-456159 cri-dockerd[1356]: time="2025-10-25T09:19:47Z" level=info msg="Stop pulling image docker.io/nginx:latest: Status: Image is up to date for nginx:latest"
Oct 25 09:19:53 addons-456159 dockerd[1047]: time="2025-10-25T09:19:53.777879679Z" level=info msg="ignoring event" container=ba4dbe8acd67d6a7c1e3d534a43810cccbbe81f6f974a12f31572a43d9ed4bc5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:53 addons-456159 dockerd[1047]: time="2025-10-25T09:19:53.923120521Z" level=info msg="ignoring event" container=321cd95ea4993f72699008ab7d0f12cea0fa9d5cd58931c56cf63be78a817fd4 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:55 addons-456159 dockerd[1047]: time="2025-10-25T09:19:55.397466099Z" level=info msg="ignoring event" container=5d96e69089b65772d55031b20e2867f7866118d9fed83baf9234be8d46a84bf2 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:55 addons-456159 dockerd[1047]: time="2025-10-25T09:19:55.398499082Z" level=info msg="ignoring event" container=484faf76cf04f398aa104949d434606b32f92ff988a0e7510c0bb9de8a3c61f5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:55 addons-456159 cri-dockerd[1356]: time="2025-10-25T09:19:55Z" level=info msg="Failed to read pod IP from plugin/docker: networkPlugin cni failed on the status hook for pod \"snapshot-controller-7d9fbc56b8-x8qs5_kube-system\": unexpected command output Device \"eth0\" does not exist.\n with error: exit status 1"
Oct 25 09:19:55 addons-456159 dockerd[1047]: time="2025-10-25T09:19:55.564211447Z" level=info msg="ignoring event" container=ad7b82431541d96a4cdc6e005b719a86add788fcfe1a3face744b8e6e8e70bef module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:55 addons-456159 dockerd[1047]: time="2025-10-25T09:19:55.581118568Z" level=info msg="ignoring event" container=746143d75ea403d0b48ff74eecb94c1229087ae21f40d840b5048e0ebb96e8c5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:56 addons-456159 dockerd[1047]: time="2025-10-25T09:19:56.111495624Z" level=info msg="ignoring event" container=1b705b0011204699c3c95aedd02a3e72dd2e7b0937b47e835d79e3019a4a5beb module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:56 addons-456159 dockerd[1047]: time="2025-10-25T09:19:56.116939325Z" level=info msg="ignoring event" container=69b89a2cd48010639cb681ab2d6e64e6743ffcfd4310a9caa6acc4ba16f6e5eb module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:56 addons-456159 dockerd[1047]: time="2025-10-25T09:19:56.117837044Z" level=info msg="ignoring event" container=0a0c160ddf3e694f8a6f17126705bd7148a56ac478c259fc53cabe1844ed7029 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:56 addons-456159 dockerd[1047]: time="2025-10-25T09:19:56.127458862Z" level=info msg="ignoring event" container=45d24f9fe65e180b711726395d8b3e18233a5d08b493d8d171b30cb813ff6b46 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:56 addons-456159 dockerd[1047]: time="2025-10-25T09:19:56.127497033Z" level=info msg="ignoring event" container=505acd137f4f5f78785743810e6280fac227b21f0727e17935c8e78c63818b61 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:56 addons-456159 dockerd[1047]: time="2025-10-25T09:19:56.127524354Z" level=info msg="ignoring event" container=2702ad8202cdf8ff760592e53024b945e188a479451a55dbe8af9799d87f624b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:56 addons-456159 dockerd[1047]: time="2025-10-25T09:19:56.127539707Z" level=info msg="ignoring event" container=8066b0868660731b84d9b615abbbba838b462dd896b5ca45dc23d9eb6a9e7932 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:56 addons-456159 dockerd[1047]: time="2025-10-25T09:19:56.144981471Z" level=info msg="ignoring event" container=9fc36da55b919b042957ac738c19cc182041ea4b0369139060fd9074b4bd62fd module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:56 addons-456159 dockerd[1047]: time="2025-10-25T09:19:56.281276684Z" level=info msg="ignoring event" container=086a2a6ed191dbdd76cf6acd553152c8b2ddfb28e8dca63a1fa679b996eb57ad module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:56 addons-456159 dockerd[1047]: time="2025-10-25T09:19:56.312290985Z" level=info msg="ignoring event" container=65bc99f1a915e9a303718a498b36387adf0af8d1fed0bfb24ed6aba8aa637c67 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:19:56 addons-456159 dockerd[1047]: time="2025-10-25T09:19:56.329267966Z" level=info msg="ignoring event" container=398cfe5552e41d64b19567b4af2fa9e599f5c1eeb30257a930e8e35fbbc28aaf module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 25 09:20:05 addons-456159 dockerd[1047]: time="2025-10-25T09:20:05.883677401Z" 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 25 09:20:57 addons-456159 dockerd[1047]: time="2025-10-25T09:20:57.942809278Z" 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 25 09:20:57 addons-456159 cri-dockerd[1356]: time="2025-10-25T09:20:57Z" level=info msg="Stop pulling image docker.io/nginx:alpine: alpine: Pulling from library/nginx"
Oct 25 09:22:27 addons-456159 dockerd[1047]: time="2025-10-25T09:22:27.903405946Z" 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 25 09:25:10 addons-456159 dockerd[1047]: time="2025-10-25T09:25:10.959982694Z" 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 25 09:25:10 addons-456159 cri-dockerd[1356]: time="2025-10-25T09:25:10Z" level=info msg="Stop pulling image docker.io/nginx:alpine: alpine: Pulling from library/nginx"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD NAMESPACE
76b3406b8b4ba gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 8 minutes ago Running busybox 0 5c66bd2e11881 busybox default
6ca085ecb6641 registry.k8s.io/ingress-nginx/controller@sha256:1b044f6dcac3afbb59e05d98463f1dec6f3d3fb99940bc12ca5d80270358e3bd 10 minutes ago Running controller 0 6a1111ccb189f ingress-nginx-controller-675c5ddd98-nj85m ingress-nginx
d45405c30f9c4 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39 10 minutes ago Exited patch 0 f71d6cb121936 ingress-nginx-admission-patch-ghljt ingress-nginx
1ef9d798a773b registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39 10 minutes ago Exited create 0 521b239d0e608 ingress-nginx-admission-create-hrtd9 ingress-nginx
64e3800eeb232 ghcr.io/inspektor-gadget/inspektor-gadget@sha256:df0516c4c988694d65b19400d0990f129d5fd68f211cc826e7fdad55140626fd 10 minutes ago Running gadget 0 fdc37b14fa1c1 gadget-lr8sb gadget
a7e4db4cad131 kicbase/minikube-ingress-dns@sha256:d7c3fd25a0ea8fa62d4096eda202b3fc69d994b01ed6ab431def629f16ba1a89 10 minutes ago Running minikube-ingress-dns 0 b01c077bd3f09 kube-ingress-dns-minikube kube-system
55fcf67d9d68c 6e38f40d628db 10 minutes ago Running storage-provisioner 0 c5a73a9c26ee7 storage-provisioner kube-system
a0fb3cbe2ff7a 52546a367cc9e 10 minutes ago Running coredns 0 39a00b6bbbca8 coredns-66bc5c9577-w42ld kube-system
a724bb230072d fc25172553d79 10 minutes ago Running kube-proxy 0 06121341815ef kube-proxy-gdwtx kube-system
7635ed3bd3109 7dd6aaa1717ab 11 minutes ago Running kube-scheduler 0 af57737a20356 kube-scheduler-addons-456159 kube-system
46c407204b296 5f1f5298c888d 11 minutes ago Running etcd 0 b79c2d6a8f7b8 etcd-addons-456159 kube-system
be26a450ba1b3 c80c8dbafe7dd 11 minutes ago Running kube-controller-manager 0 fae024298f204 kube-controller-manager-addons-456159 kube-system
88aef050d793d c3994bc696102 11 minutes ago Running kube-apiserver 0 a0e884fe3d9e6 kube-apiserver-addons-456159 kube-system
==> controller_ingress [6ca085ecb664] <==
I1025 09:17:22.669729 8 nginx.go:339] "Starting validation webhook" address=":8443" certPath="/usr/local/certificates/cert" keyPath="/usr/local/certificates/key"
I1025 09:17:22.670263 8 controller.go:214] "Configuration changes detected, backend reload required"
I1025 09:17:22.677543 8 leaderelection.go:271] successfully acquired lease ingress-nginx/ingress-nginx-leader
I1025 09:17:22.677636 8 status.go:85] "New leader elected" identity="ingress-nginx-controller-675c5ddd98-nj85m"
I1025 09:17:22.681571 8 status.go:224] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-675c5ddd98-nj85m" node="addons-456159"
I1025 09:17:22.726853 8 controller.go:228] "Backend successfully reloaded"
I1025 09:17:22.726937 8 controller.go:240] "Initial sync, sleeping for 1 second"
I1025 09:17:22.726976 8 event.go:377] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-675c5ddd98-nj85m", UID:"315c3f5e-d4e1-407d-8478-8e79e9df29b2", APIVersion:"v1", ResourceVersion:"673", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
I1025 09:17:22.783015 8 status.go:224] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-675c5ddd98-nj85m" node="addons-456159"
W1025 09:19:26.528446 8 controller.go:1126] Error obtaining Endpoints for Service "default/nginx": no object matching key "default/nginx" in local store
I1025 09:19:26.529606 8 main.go:107] "successfully validated configuration, accepting" ingress="default/nginx-ingress"
I1025 09:19:26.532604 8 store.go:443] "Found valid IngressClass" ingress="default/nginx-ingress" ingressclass="nginx"
I1025 09:19:26.532878 8 event.go:377] Event(v1.ObjectReference{Kind:"Ingress", Namespace:"default", Name:"nginx-ingress", UID:"29a338b2-0a49-4f56-ac47-dc66a8d829f8", APIVersion:"networking.k8s.io/v1", ResourceVersion:"1984", FieldPath:""}): type: 'Normal' reason: 'Sync' Scheduled for sync
W1025 09:19:29.511105 8 controller.go:1232] Service "default/nginx" does not have any active Endpoint.
I1025 09:19:29.511785 8 controller.go:214] "Configuration changes detected, backend reload required"
I1025 09:19:29.559382 8 controller.go:228] "Backend successfully reloaded"
I1025 09:19:29.559651 8 event.go:377] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-675c5ddd98-nj85m", UID:"315c3f5e-d4e1-407d-8478-8e79e9df29b2", APIVersion:"v1", ResourceVersion:"673", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
W1025 09:19:32.843804 8 controller.go:1232] Service "default/nginx" does not have any active Endpoint.
W1025 09:19:38.654878 8 controller.go:1232] Service "default/nginx" does not have any active Endpoint.
W1025 09:19:44.129408 8 controller.go:1232] Service "default/nginx" does not have any active Endpoint.
W1025 09:19:56.029689 8 controller.go:1232] Service "default/nginx" does not have any active Endpoint.
W1025 09:19:59.363248 8 controller.go:1232] Service "default/nginx" does not have any active Endpoint.
I1025 09:20:22.685958 8 status.go:309] "updating Ingress status" namespace="default" ingress="nginx-ingress" currentValue=null newValue=[{"ip":"192.168.49.2"}]
I1025 09:20:22.690064 8 event.go:377] Event(v1.ObjectReference{Kind:"Ingress", Namespace:"default", Name:"nginx-ingress", UID:"29a338b2-0a49-4f56-ac47-dc66a8d829f8", APIVersion:"networking.k8s.io/v1", ResourceVersion:"2334", FieldPath:""}): type: 'Normal' reason: 'Sync' Scheduled for sync
W1025 09:20:22.690147 8 controller.go:1232] Service "default/nginx" does not have any active Endpoint.
==> coredns [a0fb3cbe2ff7] <==
[INFO] 10.244.0.9:46871 - 49544 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,aa,rd,ra 198 0.000176853s
[INFO] 10.244.0.9:57888 - 34855 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,aa,rd,ra 185 0.000092885s
[INFO] 10.244.0.9:57888 - 34578 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,aa,rd,ra 185 0.000138967s
[INFO] 10.244.0.9:55853 - 13143 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,aa,rd,ra 177 0.000088484s
[INFO] 10.244.0.9:55853 - 12858 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,aa,rd,ra 177 0.000129577s
[INFO] 10.244.0.9:43080 - 51981 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000139724s
[INFO] 10.244.0.9:43080 - 51729 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000164617s
[INFO] 10.244.0.27:54221 - 35662 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000317356s
[INFO] 10.244.0.27:59979 - 37026 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000432854s
[INFO] 10.244.0.27:54255 - 55112 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000182038s
[INFO] 10.244.0.27:55529 - 53662 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000228516s
[INFO] 10.244.0.27:54991 - 38271 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000111026s
[INFO] 10.244.0.27:49257 - 2208 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00013786s
[INFO] 10.244.0.27:53658 - 62981 "A IN storage.googleapis.com.local. udp 57 false 1232" NXDOMAIN qr,rd,ra 46 0.005481165s
[INFO] 10.244.0.27:47570 - 8275 "AAAA IN storage.googleapis.com.local. udp 57 false 1232" NXDOMAIN qr,rd,ra 46 0.005963514s
[INFO] 10.244.0.27:43959 - 22147 "A IN storage.googleapis.com.us-east4-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 182 0.00682984s
[INFO] 10.244.0.27:47121 - 44769 "AAAA IN storage.googleapis.com.us-east4-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 182 0.008772932s
[INFO] 10.244.0.27:48193 - 47034 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 169 0.00634122s
[INFO] 10.244.0.27:59385 - 10843 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 169 0.00739742s
[INFO] 10.244.0.27:49638 - 49986 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 161 0.004206668s
[INFO] 10.244.0.27:38321 - 33618 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 161 0.00455154s
[INFO] 10.244.0.27:37159 - 43557 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001005619s
[INFO] 10.244.0.27:38051 - 29454 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 534 0.002296778s
[INFO] 10.244.0.34:58782 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000376592s
[INFO] 10.244.0.34:42522 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000153475s
==> describe nodes <==
Name: addons-456159
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-456159
kubernetes.io/os=linux
minikube.k8s.io/commit=6017293569ff48e99407bb5ade8e9ba1a7a0c689
minikube.k8s.io/name=addons-456159
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_10_25T09_16_31_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-456159
Annotations: node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Sat, 25 Oct 2025 09:16:28 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-456159
AcquireTime: <unset>
RenewTime: Sat, 25 Oct 2025 09:27:24 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Sat, 25 Oct 2025 09:26:23 +0000 Sat, 25 Oct 2025 09:16:27 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Sat, 25 Oct 2025 09:26:23 +0000 Sat, 25 Oct 2025 09:16:27 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Sat, 25 Oct 2025 09:26:23 +0000 Sat, 25 Oct 2025 09:16:27 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Sat, 25 Oct 2025 09:26:23 +0000 Sat, 25 Oct 2025 09:16:33 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-456159
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32863364Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32863364Ki
pods: 110
System Info:
Machine ID: 98aac72b9abe9f06f1b9b38568f5cc96
System UUID: 6b446b76-1b25-4392-8a19-78c51aa98ac3
Boot ID: 2fda8ac7-743b-4d90-8011-17dbcec8d3ad
Kernel Version: 6.8.0-1042-gcp
OS Image: Debian GNU/Linux 12 (bookworm)
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://28.5.1
Kubelet Version: v1.34.1
Kube-Proxy Version:
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (12 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 8m41s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 8m2s
gadget gadget-lr8sb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
ingress-nginx ingress-nginx-controller-675c5ddd98-nj85m 100m (1%) 0 (0%) 90Mi (0%) 0 (0%) 10m
kube-system coredns-66bc5c9577-w42ld 100m (1%) 0 (0%) 70Mi (0%) 170Mi (0%) 10m
kube-system etcd-addons-456159 100m (1%) 0 (0%) 100Mi (0%) 0 (0%) 10m
kube-system kube-apiserver-addons-456159 250m (3%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system kube-controller-manager-addons-456159 200m (2%) 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-gdwtx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system kube-scheduler-addons-456159 100m (1%) 0 (0%) 0 (0%) 0 (0%) 10m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 10m
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (10%) 0 (0%)
memory 260Mi (0%) 170Mi (0%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 10m kube-proxy
Normal Starting 11m kubelet Starting kubelet.
Normal NodeHasSufficientMemory 11m (x9 over 11m) kubelet Node addons-456159 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 11m (x7 over 11m) kubelet Node addons-456159 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 11m (x7 over 11m) kubelet Node addons-456159 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 11m kubelet Updated Node Allocatable limit across pods
Normal Starting 10m kubelet Starting kubelet.
Normal NodeAllocatableEnforced 10m kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 10m kubelet Node addons-456159 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 10m kubelet Node addons-456159 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 10m kubelet Node addons-456159 status is now: NodeHasSufficientPID
Normal NodeReady 10m kubelet Node addons-456159 status is now: NodeReady
Normal RegisteredNode 10m node-controller Node addons-456159 event: Registered Node addons-456159 in Controller
==> dmesg <==
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff e6 c5 76 d2 5f 12 08 06
[ +0.023946] IPv4: martian source 10.244.0.1 from 10.244.0.22, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff 36 70 66 eb fd 75 08 06
[ +0.049026] IPv4: martian source 10.244.0.1 from 10.244.0.24, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff ce 2d 80 ec a5 47 08 06
[ +3.694996] IPv4: martian source 10.244.0.1 from 10.244.0.25, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff 1e b6 c2 b4 f4 52 08 06
[ +1.725251] IPv4: martian source 10.244.0.1 from 10.244.0.19, on dev eth0
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff a6 35 d3 1d 1a 69 08 06
[ +0.384426] IPv4: martian source 10.244.0.1 from 10.244.0.18, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff b2 a9 47 60 b0 27 08 06
[ +0.023599] IPv4: martian source 10.244.0.1 from 10.244.0.20, on dev eth0
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff a2 c3 01 22 23 63 08 06
[ +20.439263] IPv4: martian source 10.244.0.1 from 10.244.0.26, on dev eth0
[ +0.000007] ll header: 00000000: ff ff ff ff ff ff 1a 06 8b 23 bb 13 08 06
[ +7.760078] IPv4: martian source 10.244.0.1 from 10.244.0.27, on dev eth0
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff 6a b7 37 cd 89 06 08 06
[ +0.000495] IPv4: martian source 10.244.0.27 from 10.244.0.2, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff 26 70 1e fe 24 24 08 06
[Oct25 09:19] IPv4: martian source 10.244.0.1 from 10.244.0.34, on dev eth0
[ +0.000015] ll header: 00000000: ff ff ff ff ff ff ca 69 af 92 55 8d 08 06
[ +0.000498] IPv4: martian source 10.244.0.34 from 10.244.0.2, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff 26 70 1e fe 24 24 08 06
[ +0.000602] IPv4: martian source 10.244.0.34 from 10.244.0.7, on dev eth0
[ +0.000005] ll header: 00000000: ff ff ff ff ff ff 22 af 9c e7 7c 87 08 06
==> etcd [46c407204b29] <==
{"level":"warn","ts":"2025-10-25T09:16:27.941668Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:56846","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:16:40.671244Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36858","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:16:40.679775Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:36868","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:16:46.616574Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"143.211439ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/gadget/gadget\" limit:1 ","response":"range_response_count:1 size:589"}
{"level":"info","ts":"2025-10-25T09:16:46.616681Z","caller":"traceutil/trace.go:172","msg":"trace[709438926] range","detail":"{range_begin:/registry/serviceaccounts/gadget/gadget; range_end:; response_count:1; response_revision:1022; }","duration":"143.337919ms","start":"2025-10-25T09:16:46.473325Z","end":"2025-10-25T09:16:46.616663Z","steps":["trace[709438926] 'agreement among raft nodes before linearized reading' (duration: 32.835655ms)","trace[709438926] 'range keys from in-memory index tree' (duration: 110.272621ms)"],"step_count":2}
{"level":"warn","ts":"2025-10-25T09:16:46.617178Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"110.36345ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128040866769516866 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/events/gcp-auth/gcp-auth-78565c9fb4-mmnm5.1871b13cffae8827\" mod_revision:1021 > success:<request_put:<key:\"/registry/events/gcp-auth/gcp-auth-78565c9fb4-mmnm5.1871b13cffae8827\" value_size:684 lease:8128040866769515156 >> failure:<request_range:<key:\"/registry/events/gcp-auth/gcp-auth-78565c9fb4-mmnm5.1871b13cffae8827\" > >>","response":"size:16"}
{"level":"info","ts":"2025-10-25T09:16:46.617276Z","caller":"traceutil/trace.go:172","msg":"trace[43856418] transaction","detail":"{read_only:false; response_revision:1023; number_of_response:1; }","duration":"237.799881ms","start":"2025-10-25T09:16:46.379457Z","end":"2025-10-25T09:16:46.617257Z","steps":["trace[43856418] 'process raft request' (duration: 126.729115ms)","trace[43856418] 'compare' (duration: 110.292299ms)"],"step_count":2}
{"level":"warn","ts":"2025-10-25T09:16:59.338890Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"153.455807ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-10-25T09:16:59.339085Z","caller":"traceutil/trace.go:172","msg":"trace[746787740] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1069; }","duration":"153.659994ms","start":"2025-10-25T09:16:59.185408Z","end":"2025-10-25T09:16:59.339068Z","steps":["trace[746787740] 'range keys from in-memory index tree' (duration: 153.379323ms)"],"step_count":1}
{"level":"warn","ts":"2025-10-25T09:16:59.338893Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"152.737115ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-10-25T09:16:59.339193Z","caller":"traceutil/trace.go:172","msg":"trace[196327442] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1069; }","duration":"153.033306ms","start":"2025-10-25T09:16:59.186142Z","end":"2025-10-25T09:16:59.339175Z","steps":["trace[196327442] 'range keys from in-memory index tree' (duration: 152.691893ms)"],"step_count":1}
{"level":"warn","ts":"2025-10-25T09:17:05.346199Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38716","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:17:05.353132Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38732","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:17:05.412486Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38746","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:17:05.422353Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38762","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:17:05.432143Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38776","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:17:05.457056Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:38794","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:17:05.509341Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46262","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:17:05.520657Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46270","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:17:05.527073Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46290","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:17:05.549297Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46312","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-10-25T09:17:05.561472Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:46326","server-name":"","error":"EOF"}
{"level":"info","ts":"2025-10-25T09:26:27.443067Z","caller":"mvcc/index.go:194","msg":"compact tree index","revision":2412}
{"level":"info","ts":"2025-10-25T09:26:27.667390Z","caller":"mvcc/kvstore_compaction.go:70","msg":"finished scheduled compaction","compact-revision":2412,"took":"223.498979ms","hash":3585795503,"current-db-size-bytes":10117120,"current-db-size":"10 MB","current-db-size-in-use-bytes":2506752,"current-db-size-in-use":"2.5 MB"}
{"level":"info","ts":"2025-10-25T09:26:27.667435Z","caller":"mvcc/hash.go:157","msg":"storing new hash","hash":3585795503,"revision":2412,"compact-revision":-1}
==> kernel <==
09:27:28 up 1:09, 0 user, load average: 0.12, 0.72, 1.87
Linux addons-456159 6.8.0-1042-gcp #45~22.04.1-Ubuntu SMP Tue Oct 7 19:06:40 UTC 2025 x86_64 GNU/Linux
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
==> kube-apiserver [88aef050d793] <==
W1025 09:18:37.328128 1 cacher.go:182] Terminating all watchers from cacher cronjobs.batch.volcano.sh
W1025 09:18:37.604219 1 cacher.go:182] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
W1025 09:18:37.701706 1 cacher.go:182] Terminating all watchers from cacher jobflows.flow.volcano.sh
E1025 09:18:56.358302 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:54734: use of closed network connection
E1025 09:18:56.560055 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:54754: use of closed network connection
I1025 09:19:06.162437 1 alloc.go:328] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.97.128.58"}
I1025 09:19:26.530333 1 controller.go:667] quota admission added evaluator for: ingresses.networking.k8s.io
I1025 09:19:26.714147 1 alloc.go:328] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.109.29.201"}
E1025 09:19:30.349752 1 authentication.go:75] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I1025 09:19:34.327717 1 controller.go:667] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I1025 09:19:55.259931 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 09:19:55.259982 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1025 09:19:55.273402 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 09:19:55.273451 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1025 09:19:55.278455 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 09:19:55.278502 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1025 09:19:55.296446 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 09:19:55.296493 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1025 09:19:55.307547 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 09:19:55.307630 1 handler.go:285] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W1025 09:19:56.273849 1 cacher.go:182] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W1025 09:19:56.307785 1 cacher.go:182] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W1025 09:19:56.343223 1 cacher.go:182] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I1025 09:20:06.103228 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I1025 09:26:28.322508 1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
==> kube-controller-manager [be26a450ba1b] <==
E1025 09:26:34.936322 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1025 09:26:35.261884 1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
E1025 09:26:35.263120 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1025 09:26:36.227093 1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
E1025 09:26:36.228115 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1025 09:26:37.170469 1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
E1025 09:26:37.171564 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1025 09:26:40.497198 1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
E1025 09:26:40.498415 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1025 09:26:45.583186 1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
E1025 09:26:45.584228 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1025 09:26:46.435023 1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
E1025 09:26:46.436052 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1025 09:26:59.178617 1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
E1025 09:26:59.179756 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1025 09:26:59.735822 1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
E1025 09:26:59.737085 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1025 09:27:01.591482 1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
E1025 09:27:01.592565 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1025 09:27:14.073395 1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
E1025 09:27:14.074366 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1025 09:27:17.079067 1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
E1025 09:27:17.080119 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
E1025 09:27:26.117914 1 reflector.go:422] "The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking" err="the server could not find the requested resource"
E1025 09:27:26.119053 1 reflector.go:205] "Failed to watch" err="failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError" reflector="k8s.io/client-go/metadata/metadatainformer/informer.go:138" type="*v1.PartialObjectMetadata"
==> kube-proxy [a724bb230072] <==
I1025 09:16:37.079660 1 server_linux.go:53] "Using iptables proxy"
I1025 09:16:37.206189 1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
I1025 09:16:37.312797 1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
I1025 09:16:37.312864 1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.49.2"]
E1025 09:16:37.313055 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`"
I1025 09:16:37.359282 1 server.go:265] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1025 09:16:37.359347 1 server_linux.go:132] "Using iptables Proxier"
I1025 09:16:37.368453 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"
I1025 09:16:37.370841 1 server.go:527] "Version info" version="v1.34.1"
I1025 09:16:37.371832 1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1025 09:16:37.393638 1 config.go:200] "Starting service config controller"
I1025 09:16:37.403494 1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
I1025 09:16:37.396119 1 config.go:106] "Starting endpoint slice config controller"
I1025 09:16:37.403709 1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
I1025 09:16:37.396831 1 config.go:309] "Starting node config controller"
I1025 09:16:37.403810 1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
I1025 09:16:37.403818 1 shared_informer.go:356] "Caches are synced" controller="node config"
I1025 09:16:37.404001 1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
I1025 09:16:37.404342 1 config.go:403] "Starting serviceCIDR config controller"
I1025 09:16:37.404571 1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
I1025 09:16:37.405498 1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
I1025 09:16:37.505289 1 shared_informer.go:356] "Caches are synced" controller="service config"
==> kube-scheduler [7635ed3bd310] <==
E1025 09:16:28.350340 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"
E1025 09:16:28.350443 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"
E1025 09:16:28.350444 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"
E1025 09:16:28.350522 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"
E1025 09:16:28.350539 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"
E1025 09:16:28.350557 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"
E1025 09:16:28.350677 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"
E1025 09:16:28.350764 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"
E1025 09:16:28.350702 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"
E1025 09:16:28.350757 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"
E1025 09:16:28.350815 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"
E1025 09:16:28.350905 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"
E1025 09:16:28.350931 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"
E1025 09:16:28.350948 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"
E1025 09:16:28.350995 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"
E1025 09:16:29.252032 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"
E1025 09:16:29.315318 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"
E1025 09:16:29.330630 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_amd64.s:1700" type="*v1.ConfigMap"
E1025 09:16:29.340806 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"
E1025 09:16:29.439541 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"
E1025 09:16:29.481862 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"
E1025 09:16:29.544961 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"
E1025 09:16:29.570238 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"
E1025 09:16:29.592403 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"
I1025 09:16:31.648383 1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
==> kubelet <==
Oct 25 09:23:27 addons-456159 kubelet[2240]: E1025 09:23:27.784629 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:23:42 addons-456159 kubelet[2240]: E1025 09:23:42.785008 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:23:51 addons-456159 kubelet[2240]: I1025 09:23:51.782148 2240 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Oct 25 09:23:55 addons-456159 kubelet[2240]: E1025 09:23:55.784768 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:24:06 addons-456159 kubelet[2240]: E1025 09:24:06.784711 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:24:17 addons-456159 kubelet[2240]: E1025 09:24:17.784934 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:24:29 addons-456159 kubelet[2240]: E1025 09:24:29.784267 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:24:44 addons-456159 kubelet[2240]: E1025 09:24:44.784735 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:24:57 addons-456159 kubelet[2240]: E1025 09:24:57.784354 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:25:10 addons-456159 kubelet[2240]: E1025 09:25:10.962723 2240 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="docker.io/nginx:alpine"
Oct 25 09:25:10 addons-456159 kubelet[2240]: E1025 09:25:10.962780 2240 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="docker.io/nginx:alpine"
Oct 25 09:25:10 addons-456159 kubelet[2240]: E1025 09:25:10.962875 2240 kuberuntime_manager.go:1449] "Unhandled Error" err="container nginx start failed in pod nginx_default(214873df-6ea5-49a2-84da-134b3e4e1ab7): ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
Oct 25 09:25:10 addons-456159 kubelet[2240]: E1025 09:25:10.962903 2240 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="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:25:19 addons-456159 kubelet[2240]: I1025 09:25:19.783032 2240 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Oct 25 09:25:22 addons-456159 kubelet[2240]: E1025 09:25:22.785206 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:25:33 addons-456159 kubelet[2240]: E1025 09:25:33.784388 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:25:45 addons-456159 kubelet[2240]: E1025 09:25:45.784907 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:25:59 addons-456159 kubelet[2240]: E1025 09:25:59.784899 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:26:10 addons-456159 kubelet[2240]: E1025 09:26:10.785030 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:26:24 addons-456159 kubelet[2240]: E1025 09:26:24.792458 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:26:35 addons-456159 kubelet[2240]: E1025 09:26:35.784647 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:26:49 addons-456159 kubelet[2240]: I1025 09:26:49.782864 2240 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Oct 25 09:26:49 addons-456159 kubelet[2240]: E1025 09:26:49.785154 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:27:03 addons-456159 kubelet[2240]: E1025 09:27:03.784257 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
Oct 25 09:27:17 addons-456159 kubelet[2240]: E1025 09:27:17.784993 2240 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="214873df-6ea5-49a2-84da-134b3e4e1ab7"
==> storage-provisioner [55fcf67d9d68] <==
W1025 09:27:03.781171 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:05.784976 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:05.790353 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:07.793758 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:07.798177 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:09.801563 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:09.805632 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:11.809529 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:11.815223 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:13.818754 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:13.822511 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:15.825912 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:15.830089 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:17.833472 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:17.837190 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:19.840682 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:19.845491 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:21.848772 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:21.852750 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:23.856227 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:23.861296 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:25.864019 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:25.869132 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:27.871956 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W1025 09:27:27.875780 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-amd64 status --format={{.APIServer}} -p addons-456159 -n addons-456159
helpers_test.go:269: (dbg) Run: kubectl --context addons-456159 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: nginx ingress-nginx-admission-create-hrtd9 ingress-nginx-admission-patch-ghljt
helpers_test.go:282: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:285: (dbg) Run: kubectl --context addons-456159 describe pod nginx ingress-nginx-admission-create-hrtd9 ingress-nginx-admission-patch-ghljt
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context addons-456159 describe pod nginx ingress-nginx-admission-create-hrtd9 ingress-nginx-admission-patch-ghljt: exit status 1 (71.697817ms)
-- stdout --
Name: nginx
Namespace: default
Priority: 0
Service Account: default
Node: addons-456159/192.168.49.2
Start Time: Sat, 25 Oct 2025 09:19:26 +0000
Labels: run=nginx
Annotations: <none>
Status: Pending
IP: 10.244.0.36
IPs:
IP: 10.244.0.36
Containers:
nginx:
Container ID:
Image: docker.io/nginx:alpine
Image ID:
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lcgwn (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-lcgwn:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
Optional: false
DownwardAPI: true
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 8m3s default-scheduler Successfully assigned default/nginx to addons-456159
Warning Failed 6m32s (x2 over 8m2s) kubelet Failed to pull image "docker.io/nginx:alpine": toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal Pulling 5m2s (x5 over 8m2s) kubelet Pulling image "docker.io/nginx:alpine"
Warning Failed 5m2s (x5 over 8m2s) kubelet Error: ErrImagePull
Warning Failed 5m2s (x3 over 7m51s) kubelet Failed to pull image "docker.io/nginx:alpine": Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal BackOff 3m (x21 over 8m1s) kubelet Back-off pulling image "docker.io/nginx:alpine"
Warning Failed 3m (x21 over 8m1s) kubelet Error: ImagePullBackOff
-- /stdout --
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-hrtd9" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-ghljt" not found
** /stderr **
helpers_test.go:287: kubectl --context addons-456159 describe pod nginx ingress-nginx-admission-create-hrtd9 ingress-nginx-admission-patch-ghljt: exit status 1
addons_test.go:1053: (dbg) Run: out/minikube-linux-amd64 -p addons-456159 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:1053: (dbg) Run: out/minikube-linux-amd64 -p addons-456159 addons disable ingress --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-amd64 -p addons-456159 addons disable ingress --alsologtostderr -v=1: (7.653912903s)
--- FAIL: TestAddons/parallel/Ingress (491.39s)