=== RUN TestAddons/serial/Volcano
addons_test.go:884: volcano-controller stabilized in 23.009054ms
addons_test.go:876: volcano-admission stabilized in 25.888369ms
addons_test.go:868: volcano-scheduler stabilized in 26.198363ms
addons_test.go:890: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-scheduler" in namespace "volcano-system" ...
helpers_test.go:352: "volcano-scheduler-799f64f894-jnn6h" [6f384a13-5a13-40d7-bedc-aaf02b7cc343] Pending / Ready:ContainersNotReady (containers with unready status: [volcano-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [volcano-scheduler])
helpers_test.go:337: TestAddons/serial/Volcano: WARNING: pod list for "volcano-system" "app=volcano-scheduler" returned: client rate limiter Wait returned an error: context deadline exceeded
addons_test.go:890: ***** TestAddons/serial/Volcano: pod "app=volcano-scheduler" failed to start within 6m0s: context deadline exceeded ****
addons_test.go:890: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-214441 -n addons-214441
addons_test.go:890: TestAddons/serial/Volcano: showing logs for failed pods as of 2025-09-29 11:39:19.230225966 +0000 UTC m=+545.384959640
addons_test.go:890: (dbg) Run: kubectl --context addons-214441 describe po volcano-scheduler-799f64f894-jnn6h -n volcano-system
addons_test.go:890: (dbg) kubectl --context addons-214441 describe po volcano-scheduler-799f64f894-jnn6h -n volcano-system:
Name: volcano-scheduler-799f64f894-jnn6h
Namespace: volcano-system
Priority: 2000000000
Priority Class Name: system-cluster-critical
Service Account: volcano-scheduler
Node: addons-214441/192.168.39.76
Start Time: Mon, 29 Sep 2025 11:31:32 +0000
Labels: app=volcano-scheduler
pod-template-hash=799f64f894
Annotations: <none>
Status: Pending
SeccompProfile: RuntimeDefault
IP: 10.244.0.19
IPs:
IP: 10.244.0.19
Controlled By: ReplicaSet/volcano-scheduler-799f64f894
Containers:
volcano-scheduler:
Container ID:
Image: docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e
Image ID:
Port: <none>
Host Port: <none>
Args:
--logtostderr
--scheduler-conf=/volcano.scheduler/volcano-scheduler.conf
--enable-healthz=true
--enable-metrics=true
--leader-elect=false
--kube-api-qps=2000
--kube-api-burst=2000
--schedule-period=1s
--node-worker-threads=20
-v=3
2>&1
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment:
DEBUG_SOCKET_DIR: /tmp/klog-socks
Mounts:
/tmp/klog-socks from klog-sock (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-9p5ql (ro)
/volcano.scheduler from scheduler-config (rw)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
scheduler-config:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: volcano-scheduler-configmap
Optional: false
klog-sock:
Type: EmptyDir (a temporary directory that shares a pod's lifetime)
Medium:
SizeLimit: <unset>
kube-api-access-9p5ql:
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 7m47s default-scheduler Successfully assigned volcano-system/volcano-scheduler-799f64f894-jnn6h to addons-214441
Normal Pulling 3m54s (x5 over 7m43s) kubelet Pulling image "docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e"
Warning Failed 3m54s (x5 over 6m51s) kubelet Failed to pull image "docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e": Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning Failed 3m54s (x5 over 6m51s) kubelet Error: ErrImagePull
Normal BackOff 103s (x21 over 6m50s) kubelet Back-off pulling image "docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e"
Warning Failed 103s (x21 over 6m50s) kubelet Error: ImagePullBackOff
addons_test.go:890: (dbg) Run: kubectl --context addons-214441 logs volcano-scheduler-799f64f894-jnn6h -n volcano-system
addons_test.go:890: (dbg) Non-zero exit: kubectl --context addons-214441 logs volcano-scheduler-799f64f894-jnn6h -n volcano-system: exit status 1 (76.274953ms)
** stderr **
Error from server (BadRequest): container "volcano-scheduler" in pod "volcano-scheduler-799f64f894-jnn6h" is waiting to start: trying and failing to pull image
** /stderr **
addons_test.go:890: kubectl --context addons-214441 logs volcano-scheduler-799f64f894-jnn6h -n volcano-system: exit status 1
addons_test.go:891: failed waiting for app=volcano-scheduler pod: app=volcano-scheduler within 6m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:223: ======> post-mortem[TestAddons/serial/Volcano]: network settings <======
helpers_test.go:230: HOST ENV snapshots: PROXY env: HTTP_PROXY="<empty>" HTTPS_PROXY="<empty>" NO_PROXY="<empty>"
helpers_test.go:247: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-214441 -n addons-214441
helpers_test.go:252: <<< TestAddons/serial/Volcano FAILED: start of post-mortem logs <<<
helpers_test.go:253: ======> post-mortem[TestAddons/serial/Volcano]: minikube logs <======
helpers_test.go:255: (dbg) Run: out/minikube-linux-amd64 -p addons-214441 logs -n 25
helpers_test.go:255: (dbg) Done: out/minikube-linux-amd64 -p addons-214441 logs -n 25: (1.187153922s)
helpers_test.go:260: TestAddons/serial/Volcano logs:
-- stdout --
==> Audit <==
┌─────────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬──────────────────────┬─────────┬─────────┬─────────────────────┬─────────────────────┐
│ COMMAND │ ARGS │ PROFILE │ USER │ VERSION │ START TIME │ END TIME │
├─────────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼──────────────────────┼─────────┼─────────┼─────────────────────┼─────────────────────┤
│ start │ -o=json --download-only -p download-only-383930 --force --alsologtostderr --kubernetes-version=v1.28.0 --container-runtime=docker --driver=kvm2 --auto-update-drivers=false │ download-only-383930 │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ │
│ delete │ --all │ minikube │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
│ delete │ -p download-only-383930 │ download-only-383930 │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
│ start │ -o=json --download-only -p download-only-221115 --force --alsologtostderr --kubernetes-version=v1.34.0 --container-runtime=docker --driver=kvm2 --auto-update-drivers=false │ download-only-221115 │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ │
│ delete │ --all │ minikube │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
│ delete │ -p download-only-221115 │ download-only-221115 │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
│ delete │ -p download-only-383930 │ download-only-383930 │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
│ delete │ -p download-only-221115 │ download-only-221115 │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
│ start │ --download-only -p binary-mirror-005122 --alsologtostderr --binary-mirror http://127.0.0.1:35607 --driver=kvm2 --auto-update-drivers=false │ binary-mirror-005122 │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ │
│ delete │ -p binary-mirror-005122 │ binary-mirror-005122 │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:30 UTC │
│ addons │ disable dashboard -p addons-214441 │ addons-214441 │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ │
│ addons │ enable dashboard -p addons-214441 │ addons-214441 │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ │
│ start │ -p addons-214441 --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=kvm2 --auto-update-drivers=false --addons=ingress --addons=ingress-dns --addons=storage-provisioner-rancher │ addons-214441 │ jenkins │ v1.37.0 │ 29 Sep 25 11:30 UTC │ 29 Sep 25 11:33 UTC │
└─────────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────────────┴─────────┴─────────┴─────────────────────┴─────────────────────┘
==> Last Start <==
Log file created at: 2025/09/29 11:30:26
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
I0929 11:30:26.464374 595895 out.go:360] Setting OutFile to fd 1 ...
I0929 11:30:26.464481 595895 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:30:26.464487 595895 out.go:374] Setting ErrFile to fd 2...
I0929 11:30:26.464493 595895 out.go:408] TERM=,COLORTERM=, which probably does not support color
I0929 11:30:26.464787 595895 root.go:338] Updating PATH: /home/jenkins/minikube-integration/21654-591397/.minikube/bin
I0929 11:30:26.465454 595895 out.go:368] Setting JSON to false
I0929 11:30:26.466447 595895 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-14","uptime":4374,"bootTime":1759141052,"procs":180,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.8.0-1040-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I0929 11:30:26.466553 595895 start.go:140] virtualization: kvm guest
I0929 11:30:26.468688 595895 out.go:179] * [addons-214441] minikube v1.37.0 on Ubuntu 22.04 (kvm/amd64)
I0929 11:30:26.470181 595895 out.go:179] - MINIKUBE_LOCATION=21654
I0929 11:30:26.470220 595895 notify.go:220] Checking for updates...
I0929 11:30:26.473145 595895 out.go:179] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0929 11:30:26.474634 595895 out.go:179] - KUBECONFIG=/home/jenkins/minikube-integration/21654-591397/kubeconfig
I0929 11:30:26.475793 595895 out.go:179] - MINIKUBE_HOME=/home/jenkins/minikube-integration/21654-591397/.minikube
I0929 11:30:26.477353 595895 out.go:179] - MINIKUBE_BIN=out/minikube-linux-amd64
I0929 11:30:26.478534 595895 out.go:179] - MINIKUBE_FORCE_SYSTEMD=
I0929 11:30:26.479959 595895 driver.go:421] Setting default libvirt URI to qemu:///system
I0929 11:30:26.513451 595895 out.go:179] * Using the kvm2 driver based on user configuration
I0929 11:30:26.514622 595895 start.go:304] selected driver: kvm2
I0929 11:30:26.514644 595895 start.go:924] validating driver "kvm2" against <nil>
I0929 11:30:26.514659 595895 start.go:935] status for kvm2: {Installed:true Healthy:true Running:true NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0929 11:30:26.515675 595895 install.go:66] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0929 11:30:26.515785 595895 install.go:138] Validating docker-machine-driver-kvm2, PATH=/home/jenkins/minikube-integration/21654-591397/.minikube/bin:/home/jenkins/workspace/KVM_Linux_integration/out/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin:/home/jenkins/go/bin:/usr/local/bin/:/usr/local/go/bin/:/home/jenkins/go/bin
I0929 11:30:26.530531 595895 install.go:163] /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2 version is 1.37.0
I0929 11:30:26.530568 595895 install.go:138] Validating docker-machine-driver-kvm2, PATH=/home/jenkins/minikube-integration/21654-591397/.minikube/bin:/home/jenkins/workspace/KVM_Linux_integration/out/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin:/home/jenkins/go/bin:/usr/local/bin/:/usr/local/go/bin/:/home/jenkins/go/bin
I0929 11:30:26.545187 595895 install.go:163] /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2 version is 1.37.0
I0929 11:30:26.545244 595895 start_flags.go:327] no existing cluster config was found, will generate one from the flags
I0929 11:30:26.545491 595895 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]
I0929 11:30:26.545527 595895 cni.go:84] Creating CNI manager for ""
I0929 11:30:26.545570 595895 cni.go:158] "kvm2" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0929 11:30:26.545579 595895 start_flags.go:336] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0929 11:30:26.545628 595895 start.go:348] cluster config:
{Name:addons-214441 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:kvm2 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.0 ClusterName:addons-214441 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: Network
Plugin: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.0 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 GPUs: AutoPauseInterval:1m0
s}
I0929 11:30:26.545714 595895 iso.go:125] acquiring lock: {Name:mk3bf2644aacab696b9f4d566a6d81a30d75b71a Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0929 11:30:26.547400 595895 out.go:179] * Starting "addons-214441" primary control-plane node in "addons-214441" cluster
I0929 11:30:26.548855 595895 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime docker
I0929 11:30:26.548909 595895 preload.go:146] Found local preload: /home/jenkins/minikube-integration/21654-591397/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-docker-overlay2-amd64.tar.lz4
I0929 11:30:26.548918 595895 cache.go:58] Caching tarball of preloaded images
I0929 11:30:26.549035 595895 preload.go:172] Found /home/jenkins/minikube-integration/21654-591397/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-docker-overlay2-amd64.tar.lz4 in cache, skipping download
I0929 11:30:26.549046 595895 cache.go:61] Finished verifying existence of preloaded tar for v1.34.0 on docker
I0929 11:30:26.549389 595895 profile.go:143] Saving config to /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/config.json ...
I0929 11:30:26.549415 595895 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/config.json: {Name:mka28e9e486990f30eb3eb321797c26d13a435f8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:30:26.549559 595895 start.go:360] acquireMachinesLock for addons-214441: {Name:mka3370f06ebed6e47b43729e748683065f344f5 Clock:{} Delay:500ms Timeout:13m0s Cancel:<nil>}
I0929 11:30:26.549614 595895 start.go:364] duration metric: took 40.43µs to acquireMachinesLock for "addons-214441"
I0929 11:30:26.549633 595895 start.go:93] Provisioning new machine with config: &{Name:addons-214441 KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube-builds/iso/20370/minikube-v1.37.0-1758198818-20370-amd64.iso KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:kvm2 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.0 Clu
sterName:addons-214441 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.0 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: DisableOptimizatio
ns:false DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:docker ControlPlane:true Worker:true}
I0929 11:30:26.549681 595895 start.go:125] createHost starting for "" (driver="kvm2")
I0929 11:30:26.551210 595895 out.go:252] * Creating kvm2 VM (CPUs=2, Memory=4096MB, Disk=20000MB) ...
I0929 11:30:26.551360 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:30:26.551417 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:30:26.564991 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:37291
I0929 11:30:26.565640 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:30:26.566242 595895 main.go:141] libmachine: Using API Version 1
I0929 11:30:26.566262 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:30:26.566742 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:30:26.566933 595895 main.go:141] libmachine: (addons-214441) Calling .GetMachineName
I0929 11:30:26.567150 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:30:26.567316 595895 start.go:159] libmachine.API.Create for "addons-214441" (driver="kvm2")
I0929 11:30:26.567351 595895 client.go:168] LocalClient.Create starting
I0929 11:30:26.567402 595895 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/21654-591397/.minikube/certs/ca.pem
I0929 11:30:26.955780 595895 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/21654-591397/.minikube/certs/cert.pem
I0929 11:30:27.214636 595895 main.go:141] libmachine: Running pre-create checks...
I0929 11:30:27.214665 595895 main.go:141] libmachine: (addons-214441) Calling .PreCreateCheck
I0929 11:30:27.215304 595895 main.go:141] libmachine: (addons-214441) Calling .GetConfigRaw
I0929 11:30:27.215869 595895 main.go:141] libmachine: Creating machine...
I0929 11:30:27.215887 595895 main.go:141] libmachine: (addons-214441) Calling .Create
I0929 11:30:27.216119 595895 main.go:141] libmachine: (addons-214441) creating domain...
I0929 11:30:27.216141 595895 main.go:141] libmachine: (addons-214441) creating network...
I0929 11:30:27.217698 595895 main.go:141] libmachine: (addons-214441) DBG | found existing default network
I0929 11:30:27.217987 595895 main.go:141] libmachine: (addons-214441) DBG | <network>
I0929 11:30:27.218041 595895 main.go:141] libmachine: (addons-214441) DBG | <name>default</name>
I0929 11:30:27.218077 595895 main.go:141] libmachine: (addons-214441) DBG | <uuid>c61344c2-dba2-46dd-a21a-34776d235985</uuid>
I0929 11:30:27.218099 595895 main.go:141] libmachine: (addons-214441) DBG | <forward mode='nat'>
I0929 11:30:27.218124 595895 main.go:141] libmachine: (addons-214441) DBG | <nat>
I0929 11:30:27.218134 595895 main.go:141] libmachine: (addons-214441) DBG | <port start='1024' end='65535'/>
I0929 11:30:27.218144 595895 main.go:141] libmachine: (addons-214441) DBG | </nat>
I0929 11:30:27.218151 595895 main.go:141] libmachine: (addons-214441) DBG | </forward>
I0929 11:30:27.218161 595895 main.go:141] libmachine: (addons-214441) DBG | <bridge name='virbr0' stp='on' delay='0'/>
I0929 11:30:27.218190 595895 main.go:141] libmachine: (addons-214441) DBG | <mac address='52:54:00:10:a2:1d'/>
I0929 11:30:27.218203 595895 main.go:141] libmachine: (addons-214441) DBG | <ip address='192.168.122.1' netmask='255.255.255.0'>
I0929 11:30:27.218212 595895 main.go:141] libmachine: (addons-214441) DBG | <dhcp>
I0929 11:30:27.218222 595895 main.go:141] libmachine: (addons-214441) DBG | <range start='192.168.122.2' end='192.168.122.254'/>
I0929 11:30:27.218232 595895 main.go:141] libmachine: (addons-214441) DBG | </dhcp>
I0929 11:30:27.218245 595895 main.go:141] libmachine: (addons-214441) DBG | </ip>
I0929 11:30:27.218256 595895 main.go:141] libmachine: (addons-214441) DBG | </network>
I0929 11:30:27.218263 595895 main.go:141] libmachine: (addons-214441) DBG |
I0929 11:30:27.219018 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:27.218796 595923 network.go:206] using free private subnet 192.168.39.0/24: &{IP:192.168.39.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.39.0/24 Gateway:192.168.39.1 ClientMin:192.168.39.2 ClientMax:192.168.39.254 Broadcast:192.168.39.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0xc000200f10}
I0929 11:30:27.219127 595895 main.go:141] libmachine: (addons-214441) DBG | defining private network:
I0929 11:30:27.219156 595895 main.go:141] libmachine: (addons-214441) DBG |
I0929 11:30:27.219168 595895 main.go:141] libmachine: (addons-214441) DBG | <network>
I0929 11:30:27.219179 595895 main.go:141] libmachine: (addons-214441) DBG | <name>mk-addons-214441</name>
I0929 11:30:27.219187 595895 main.go:141] libmachine: (addons-214441) DBG | <dns enable='no'/>
I0929 11:30:27.219194 595895 main.go:141] libmachine: (addons-214441) DBG | <ip address='192.168.39.1' netmask='255.255.255.0'>
I0929 11:30:27.219200 595895 main.go:141] libmachine: (addons-214441) DBG | <dhcp>
I0929 11:30:27.219208 595895 main.go:141] libmachine: (addons-214441) DBG | <range start='192.168.39.2' end='192.168.39.253'/>
I0929 11:30:27.219214 595895 main.go:141] libmachine: (addons-214441) DBG | </dhcp>
I0929 11:30:27.219218 595895 main.go:141] libmachine: (addons-214441) DBG | </ip>
I0929 11:30:27.219224 595895 main.go:141] libmachine: (addons-214441) DBG | </network>
I0929 11:30:27.219227 595895 main.go:141] libmachine: (addons-214441) DBG |
I0929 11:30:27.225021 595895 main.go:141] libmachine: (addons-214441) DBG | creating private network mk-addons-214441 192.168.39.0/24...
I0929 11:30:27.300287 595895 main.go:141] libmachine: (addons-214441) DBG | private network mk-addons-214441 192.168.39.0/24 created
I0929 11:30:27.300635 595895 main.go:141] libmachine: (addons-214441) DBG | <network>
I0929 11:30:27.300651 595895 main.go:141] libmachine: (addons-214441) DBG | <name>mk-addons-214441</name>
I0929 11:30:27.300675 595895 main.go:141] libmachine: (addons-214441) setting up store path in /home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441 ...
I0929 11:30:27.300695 595895 main.go:141] libmachine: (addons-214441) building disk image from file:///home/jenkins/minikube-integration/21654-591397/.minikube/cache/iso/amd64/minikube-v1.37.0-1758198818-20370-amd64.iso
I0929 11:30:27.300713 595895 main.go:141] libmachine: (addons-214441) DBG | <uuid>9d6191f7-7df6-4691-bff3-3dbacc8ac925</uuid>
I0929 11:30:27.300719 595895 main.go:141] libmachine: (addons-214441) DBG | <bridge name='virbr1' stp='on' delay='0'/>
I0929 11:30:27.300726 595895 main.go:141] libmachine: (addons-214441) DBG | <mac address='52:54:00:ff:bc:22'/>
I0929 11:30:27.300730 595895 main.go:141] libmachine: (addons-214441) DBG | <dns enable='no'/>
I0929 11:30:27.300736 595895 main.go:141] libmachine: (addons-214441) DBG | <ip address='192.168.39.1' netmask='255.255.255.0'>
I0929 11:30:27.300741 595895 main.go:141] libmachine: (addons-214441) DBG | <dhcp>
I0929 11:30:27.300747 595895 main.go:141] libmachine: (addons-214441) DBG | <range start='192.168.39.2' end='192.168.39.253'/>
I0929 11:30:27.300754 595895 main.go:141] libmachine: (addons-214441) DBG | </dhcp>
I0929 11:30:27.300758 595895 main.go:141] libmachine: (addons-214441) DBG | </ip>
I0929 11:30:27.300763 595895 main.go:141] libmachine: (addons-214441) DBG | </network>
I0929 11:30:27.300770 595895 main.go:141] libmachine: (addons-214441) DBG |
I0929 11:30:27.300780 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:27.300615 595923 common.go:144] Making disk image using store path: /home/jenkins/minikube-integration/21654-591397/.minikube
I0929 11:30:27.300970 595895 main.go:141] libmachine: (addons-214441) Downloading /home/jenkins/minikube-integration/21654-591397/.minikube/cache/boot2docker.iso from file:///home/jenkins/minikube-integration/21654-591397/.minikube/cache/iso/amd64/minikube-v1.37.0-1758198818-20370-amd64.iso...
I0929 11:30:27.567829 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:27.567633 595923 common.go:151] Creating ssh key: /home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa...
I0929 11:30:27.812384 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:27.812174 595923 common.go:157] Creating raw disk image: /home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/addons-214441.rawdisk...
I0929 11:30:27.812428 595895 main.go:141] libmachine: (addons-214441) DBG | Writing magic tar header
I0929 11:30:27.812454 595895 main.go:141] libmachine: (addons-214441) DBG | Writing SSH key tar header
I0929 11:30:27.812465 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:27.812330 595923 common.go:171] Fixing permissions on /home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441 ...
I0929 11:30:27.812480 595895 main.go:141] libmachine: (addons-214441) DBG | checking permissions on dir: /home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441
I0929 11:30:27.812548 595895 main.go:141] libmachine: (addons-214441) DBG | checking permissions on dir: /home/jenkins/minikube-integration/21654-591397/.minikube/machines
I0929 11:30:27.812584 595895 main.go:141] libmachine: (addons-214441) setting executable bit set on /home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441 (perms=drwx------)
I0929 11:30:27.812594 595895 main.go:141] libmachine: (addons-214441) DBG | checking permissions on dir: /home/jenkins/minikube-integration/21654-591397/.minikube
I0929 11:30:27.812609 595895 main.go:141] libmachine: (addons-214441) DBG | checking permissions on dir: /home/jenkins/minikube-integration/21654-591397
I0929 11:30:27.812617 595895 main.go:141] libmachine: (addons-214441) DBG | checking permissions on dir: /home/jenkins/minikube-integration
I0929 11:30:27.812625 595895 main.go:141] libmachine: (addons-214441) DBG | checking permissions on dir: /home/jenkins
I0929 11:30:27.812632 595895 main.go:141] libmachine: (addons-214441) DBG | checking permissions on dir: /home
I0929 11:30:27.812642 595895 main.go:141] libmachine: (addons-214441) DBG | skipping /home - not owner
I0929 11:30:27.812734 595895 main.go:141] libmachine: (addons-214441) setting executable bit set on /home/jenkins/minikube-integration/21654-591397/.minikube/machines (perms=drwxr-xr-x)
I0929 11:30:27.812784 595895 main.go:141] libmachine: (addons-214441) setting executable bit set on /home/jenkins/minikube-integration/21654-591397/.minikube (perms=drwxr-xr-x)
I0929 11:30:27.812829 595895 main.go:141] libmachine: (addons-214441) setting executable bit set on /home/jenkins/minikube-integration/21654-591397 (perms=drwxrwxr-x)
I0929 11:30:27.812851 595895 main.go:141] libmachine: (addons-214441) setting executable bit set on /home/jenkins/minikube-integration (perms=drwxrwxr-x)
I0929 11:30:27.812866 595895 main.go:141] libmachine: (addons-214441) setting executable bit set on /home/jenkins (perms=drwxr-xr-x)
I0929 11:30:27.812895 595895 main.go:141] libmachine: (addons-214441) defining domain...
I0929 11:30:27.814169 595895 main.go:141] libmachine: (addons-214441) defining domain using XML:
I0929 11:30:27.814189 595895 main.go:141] libmachine: (addons-214441) <domain type='kvm'>
I0929 11:30:27.814197 595895 main.go:141] libmachine: (addons-214441) <name>addons-214441</name>
I0929 11:30:27.814204 595895 main.go:141] libmachine: (addons-214441) <memory unit='MiB'>4096</memory>
I0929 11:30:27.814211 595895 main.go:141] libmachine: (addons-214441) <vcpu>2</vcpu>
I0929 11:30:27.814217 595895 main.go:141] libmachine: (addons-214441) <features>
I0929 11:30:27.814224 595895 main.go:141] libmachine: (addons-214441) <acpi/>
I0929 11:30:27.814236 595895 main.go:141] libmachine: (addons-214441) <apic/>
I0929 11:30:27.814260 595895 main.go:141] libmachine: (addons-214441) <pae/>
I0929 11:30:27.814274 595895 main.go:141] libmachine: (addons-214441) </features>
I0929 11:30:27.814283 595895 main.go:141] libmachine: (addons-214441) <cpu mode='host-passthrough'>
I0929 11:30:27.814290 595895 main.go:141] libmachine: (addons-214441) </cpu>
I0929 11:30:27.814300 595895 main.go:141] libmachine: (addons-214441) <os>
I0929 11:30:27.814310 595895 main.go:141] libmachine: (addons-214441) <type>hvm</type>
I0929 11:30:27.814319 595895 main.go:141] libmachine: (addons-214441) <boot dev='cdrom'/>
I0929 11:30:27.814323 595895 main.go:141] libmachine: (addons-214441) <boot dev='hd'/>
I0929 11:30:27.814331 595895 main.go:141] libmachine: (addons-214441) <bootmenu enable='no'/>
I0929 11:30:27.814337 595895 main.go:141] libmachine: (addons-214441) </os>
I0929 11:30:27.814342 595895 main.go:141] libmachine: (addons-214441) <devices>
I0929 11:30:27.814352 595895 main.go:141] libmachine: (addons-214441) <disk type='file' device='cdrom'>
I0929 11:30:27.814381 595895 main.go:141] libmachine: (addons-214441) <source file='/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/boot2docker.iso'/>
I0929 11:30:27.814393 595895 main.go:141] libmachine: (addons-214441) <target dev='hdc' bus='scsi'/>
I0929 11:30:27.814438 595895 main.go:141] libmachine: (addons-214441) <readonly/>
I0929 11:30:27.814469 595895 main.go:141] libmachine: (addons-214441) </disk>
I0929 11:30:27.814485 595895 main.go:141] libmachine: (addons-214441) <disk type='file' device='disk'>
I0929 11:30:27.814501 595895 main.go:141] libmachine: (addons-214441) <driver name='qemu' type='raw' cache='default' io='threads' />
I0929 11:30:27.814519 595895 main.go:141] libmachine: (addons-214441) <source file='/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/addons-214441.rawdisk'/>
I0929 11:30:27.814537 595895 main.go:141] libmachine: (addons-214441) <target dev='hda' bus='virtio'/>
I0929 11:30:27.814551 595895 main.go:141] libmachine: (addons-214441) </disk>
I0929 11:30:27.814564 595895 main.go:141] libmachine: (addons-214441) <interface type='network'>
I0929 11:30:27.814577 595895 main.go:141] libmachine: (addons-214441) <source network='mk-addons-214441'/>
I0929 11:30:27.814587 595895 main.go:141] libmachine: (addons-214441) <model type='virtio'/>
I0929 11:30:27.814598 595895 main.go:141] libmachine: (addons-214441) </interface>
I0929 11:30:27.814608 595895 main.go:141] libmachine: (addons-214441) <interface type='network'>
I0929 11:30:27.814616 595895 main.go:141] libmachine: (addons-214441) <source network='default'/>
I0929 11:30:27.814644 595895 main.go:141] libmachine: (addons-214441) <model type='virtio'/>
I0929 11:30:27.814658 595895 main.go:141] libmachine: (addons-214441) </interface>
I0929 11:30:27.814670 595895 main.go:141] libmachine: (addons-214441) <serial type='pty'>
I0929 11:30:27.814681 595895 main.go:141] libmachine: (addons-214441) <target port='0'/>
I0929 11:30:27.814692 595895 main.go:141] libmachine: (addons-214441) </serial>
I0929 11:30:27.814707 595895 main.go:141] libmachine: (addons-214441) <console type='pty'>
I0929 11:30:27.814717 595895 main.go:141] libmachine: (addons-214441) <target type='serial' port='0'/>
I0929 11:30:27.814725 595895 main.go:141] libmachine: (addons-214441) </console>
I0929 11:30:27.814732 595895 main.go:141] libmachine: (addons-214441) <rng model='virtio'>
I0929 11:30:27.814741 595895 main.go:141] libmachine: (addons-214441) <backend model='random'>/dev/random</backend>
I0929 11:30:27.814750 595895 main.go:141] libmachine: (addons-214441) </rng>
I0929 11:30:27.814759 595895 main.go:141] libmachine: (addons-214441) </devices>
I0929 11:30:27.814768 595895 main.go:141] libmachine: (addons-214441) </domain>
I0929 11:30:27.814781 595895 main.go:141] libmachine: (addons-214441)
I0929 11:30:27.822484 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:b8:70:d1 in network default
I0929 11:30:27.823310 595895 main.go:141] libmachine: (addons-214441) starting domain...
I0929 11:30:27.823336 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:27.823353 595895 main.go:141] libmachine: (addons-214441) ensuring networks are active...
I0929 11:30:27.824165 595895 main.go:141] libmachine: (addons-214441) Ensuring network default is active
I0929 11:30:27.824600 595895 main.go:141] libmachine: (addons-214441) Ensuring network mk-addons-214441 is active
I0929 11:30:27.825327 595895 main.go:141] libmachine: (addons-214441) getting domain XML...
I0929 11:30:27.826485 595895 main.go:141] libmachine: (addons-214441) DBG | starting domain XML:
I0929 11:30:27.826497 595895 main.go:141] libmachine: (addons-214441) DBG | <domain type='kvm'>
I0929 11:30:27.826534 595895 main.go:141] libmachine: (addons-214441) DBG | <name>addons-214441</name>
I0929 11:30:27.826556 595895 main.go:141] libmachine: (addons-214441) DBG | <uuid>44179717-3988-47cd-b8d8-61dffe58e059</uuid>
I0929 11:30:27.826564 595895 main.go:141] libmachine: (addons-214441) DBG | <memory unit='KiB'>4194304</memory>
I0929 11:30:27.826573 595895 main.go:141] libmachine: (addons-214441) DBG | <currentMemory unit='KiB'>4194304</currentMemory>
I0929 11:30:27.826583 595895 main.go:141] libmachine: (addons-214441) DBG | <vcpu placement='static'>2</vcpu>
I0929 11:30:27.826594 595895 main.go:141] libmachine: (addons-214441) DBG | <os>
I0929 11:30:27.826603 595895 main.go:141] libmachine: (addons-214441) DBG | <type arch='x86_64' machine='pc-i440fx-jammy'>hvm</type>
I0929 11:30:27.826611 595895 main.go:141] libmachine: (addons-214441) DBG | <boot dev='cdrom'/>
I0929 11:30:27.826619 595895 main.go:141] libmachine: (addons-214441) DBG | <boot dev='hd'/>
I0929 11:30:27.826627 595895 main.go:141] libmachine: (addons-214441) DBG | <bootmenu enable='no'/>
I0929 11:30:27.826636 595895 main.go:141] libmachine: (addons-214441) DBG | </os>
I0929 11:30:27.826643 595895 main.go:141] libmachine: (addons-214441) DBG | <features>
I0929 11:30:27.826652 595895 main.go:141] libmachine: (addons-214441) DBG | <acpi/>
I0929 11:30:27.826658 595895 main.go:141] libmachine: (addons-214441) DBG | <apic/>
I0929 11:30:27.826666 595895 main.go:141] libmachine: (addons-214441) DBG | <pae/>
I0929 11:30:27.826670 595895 main.go:141] libmachine: (addons-214441) DBG | </features>
I0929 11:30:27.826676 595895 main.go:141] libmachine: (addons-214441) DBG | <cpu mode='host-passthrough' check='none' migratable='on'/>
I0929 11:30:27.826680 595895 main.go:141] libmachine: (addons-214441) DBG | <clock offset='utc'/>
I0929 11:30:27.826712 595895 main.go:141] libmachine: (addons-214441) DBG | <on_poweroff>destroy</on_poweroff>
I0929 11:30:27.826730 595895 main.go:141] libmachine: (addons-214441) DBG | <on_reboot>restart</on_reboot>
I0929 11:30:27.826740 595895 main.go:141] libmachine: (addons-214441) DBG | <on_crash>destroy</on_crash>
I0929 11:30:27.826748 595895 main.go:141] libmachine: (addons-214441) DBG | <devices>
I0929 11:30:27.826760 595895 main.go:141] libmachine: (addons-214441) DBG | <emulator>/usr/bin/qemu-system-x86_64</emulator>
I0929 11:30:27.826771 595895 main.go:141] libmachine: (addons-214441) DBG | <disk type='file' device='cdrom'>
I0929 11:30:27.826782 595895 main.go:141] libmachine: (addons-214441) DBG | <driver name='qemu' type='raw'/>
I0929 11:30:27.826804 595895 main.go:141] libmachine: (addons-214441) DBG | <source file='/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/boot2docker.iso'/>
I0929 11:30:27.826817 595895 main.go:141] libmachine: (addons-214441) DBG | <target dev='hdc' bus='scsi'/>
I0929 11:30:27.826828 595895 main.go:141] libmachine: (addons-214441) DBG | <readonly/>
I0929 11:30:27.826842 595895 main.go:141] libmachine: (addons-214441) DBG | <address type='drive' controller='0' bus='0' target='0' unit='2'/>
I0929 11:30:27.826853 595895 main.go:141] libmachine: (addons-214441) DBG | </disk>
I0929 11:30:27.826863 595895 main.go:141] libmachine: (addons-214441) DBG | <disk type='file' device='disk'>
I0929 11:30:27.826884 595895 main.go:141] libmachine: (addons-214441) DBG | <driver name='qemu' type='raw' io='threads'/>
I0929 11:30:27.826906 595895 main.go:141] libmachine: (addons-214441) DBG | <source file='/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/addons-214441.rawdisk'/>
I0929 11:30:27.826922 595895 main.go:141] libmachine: (addons-214441) DBG | <target dev='hda' bus='virtio'/>
I0929 11:30:27.826937 595895 main.go:141] libmachine: (addons-214441) DBG | <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
I0929 11:30:27.826947 595895 main.go:141] libmachine: (addons-214441) DBG | </disk>
I0929 11:30:27.826959 595895 main.go:141] libmachine: (addons-214441) DBG | <controller type='usb' index='0' model='piix3-uhci'>
I0929 11:30:27.826972 595895 main.go:141] libmachine: (addons-214441) DBG | <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
I0929 11:30:27.826984 595895 main.go:141] libmachine: (addons-214441) DBG | </controller>
I0929 11:30:27.827000 595895 main.go:141] libmachine: (addons-214441) DBG | <controller type='pci' index='0' model='pci-root'/>
I0929 11:30:27.827014 595895 main.go:141] libmachine: (addons-214441) DBG | <controller type='scsi' index='0' model='lsilogic'>
I0929 11:30:27.827028 595895 main.go:141] libmachine: (addons-214441) DBG | <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
I0929 11:30:27.827039 595895 main.go:141] libmachine: (addons-214441) DBG | </controller>
I0929 11:30:27.827046 595895 main.go:141] libmachine: (addons-214441) DBG | <interface type='network'>
I0929 11:30:27.827053 595895 main.go:141] libmachine: (addons-214441) DBG | <mac address='52:54:00:98:9c:d8'/>
I0929 11:30:27.827060 595895 main.go:141] libmachine: (addons-214441) DBG | <source network='mk-addons-214441'/>
I0929 11:30:27.827087 595895 main.go:141] libmachine: (addons-214441) DBG | <model type='virtio'/>
I0929 11:30:27.827120 595895 main.go:141] libmachine: (addons-214441) DBG | <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
I0929 11:30:27.827133 595895 main.go:141] libmachine: (addons-214441) DBG | </interface>
I0929 11:30:27.827141 595895 main.go:141] libmachine: (addons-214441) DBG | <interface type='network'>
I0929 11:30:27.827146 595895 main.go:141] libmachine: (addons-214441) DBG | <mac address='52:54:00:b8:70:d1'/>
I0929 11:30:27.827154 595895 main.go:141] libmachine: (addons-214441) DBG | <source network='default'/>
I0929 11:30:27.827172 595895 main.go:141] libmachine: (addons-214441) DBG | <model type='virtio'/>
I0929 11:30:27.827197 595895 main.go:141] libmachine: (addons-214441) DBG | <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
I0929 11:30:27.827208 595895 main.go:141] libmachine: (addons-214441) DBG | </interface>
I0929 11:30:27.827218 595895 main.go:141] libmachine: (addons-214441) DBG | <serial type='pty'>
I0929 11:30:27.827232 595895 main.go:141] libmachine: (addons-214441) DBG | <target type='isa-serial' port='0'>
I0929 11:30:27.827252 595895 main.go:141] libmachine: (addons-214441) DBG | <model name='isa-serial'/>
I0929 11:30:27.827267 595895 main.go:141] libmachine: (addons-214441) DBG | </target>
I0929 11:30:27.827295 595895 main.go:141] libmachine: (addons-214441) DBG | </serial>
I0929 11:30:27.827306 595895 main.go:141] libmachine: (addons-214441) DBG | <console type='pty'>
I0929 11:30:27.827316 595895 main.go:141] libmachine: (addons-214441) DBG | <target type='serial' port='0'/>
I0929 11:30:27.827327 595895 main.go:141] libmachine: (addons-214441) DBG | </console>
I0929 11:30:27.827337 595895 main.go:141] libmachine: (addons-214441) DBG | <input type='mouse' bus='ps2'/>
I0929 11:30:27.827353 595895 main.go:141] libmachine: (addons-214441) DBG | <input type='keyboard' bus='ps2'/>
I0929 11:30:27.827365 595895 main.go:141] libmachine: (addons-214441) DBG | <audio id='1' type='none'/>
I0929 11:30:27.827381 595895 main.go:141] libmachine: (addons-214441) DBG | <memballoon model='virtio'>
I0929 11:30:27.827396 595895 main.go:141] libmachine: (addons-214441) DBG | <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
I0929 11:30:27.827407 595895 main.go:141] libmachine: (addons-214441) DBG | </memballoon>
I0929 11:30:27.827416 595895 main.go:141] libmachine: (addons-214441) DBG | <rng model='virtio'>
I0929 11:30:27.827462 595895 main.go:141] libmachine: (addons-214441) DBG | <backend model='random'>/dev/random</backend>
I0929 11:30:27.827477 595895 main.go:141] libmachine: (addons-214441) DBG | <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
I0929 11:30:27.827484 595895 main.go:141] libmachine: (addons-214441) DBG | </rng>
I0929 11:30:27.827492 595895 main.go:141] libmachine: (addons-214441) DBG | </devices>
I0929 11:30:27.827507 595895 main.go:141] libmachine: (addons-214441) DBG | </domain>
I0929 11:30:27.827523 595895 main.go:141] libmachine: (addons-214441) DBG |
I0929 11:30:29.153785 595895 main.go:141] libmachine: (addons-214441) waiting for domain to start...
I0929 11:30:29.155338 595895 main.go:141] libmachine: (addons-214441) domain is now running
I0929 11:30:29.155366 595895 main.go:141] libmachine: (addons-214441) waiting for IP...
I0929 11:30:29.156233 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:29.156741 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:29.156768 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:29.157097 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:29.157173 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:29.157084 595923 retry.go:31] will retry after 193.130078ms: waiting for domain to come up
I0929 11:30:29.351641 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:29.352088 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:29.352131 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:29.352401 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:29.352453 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:29.352389 595923 retry.go:31] will retry after 298.936458ms: waiting for domain to come up
I0929 11:30:29.653209 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:29.653776 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:29.653812 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:29.654092 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:29.654145 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:29.654057 595923 retry.go:31] will retry after 319.170448ms: waiting for domain to come up
I0929 11:30:29.974953 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:29.975656 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:29.975697 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:29.976026 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:29.976053 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:29.976008 595923 retry.go:31] will retry after 599.248845ms: waiting for domain to come up
I0929 11:30:30.576933 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:30.577607 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:30.577638 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:30.577976 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:30.578001 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:30.577944 595923 retry.go:31] will retry after 506.439756ms: waiting for domain to come up
I0929 11:30:31.085911 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:31.086486 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:31.086516 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:31.086838 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:31.086901 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:31.086827 595923 retry.go:31] will retry after 714.950089ms: waiting for domain to come up
I0929 11:30:31.803913 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:31.804432 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:31.804465 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:31.804799 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:31.804835 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:31.804762 595923 retry.go:31] will retry after 948.596157ms: waiting for domain to come up
I0929 11:30:32.755226 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:32.755814 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:32.755837 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:32.756159 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:32.756191 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:32.756135 595923 retry.go:31] will retry after 1.377051804s: waiting for domain to come up
I0929 11:30:34.136012 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:34.136582 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:34.136605 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:34.136880 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:34.136912 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:34.136849 595923 retry.go:31] will retry after 1.34696154s: waiting for domain to come up
I0929 11:30:35.485739 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:35.486269 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:35.486292 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:35.486548 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:35.486587 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:35.486521 595923 retry.go:31] will retry after 1.574508192s: waiting for domain to come up
I0929 11:30:37.063528 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:37.064142 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:37.064170 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:37.064559 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:37.064594 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:37.064489 595923 retry.go:31] will retry after 2.067291223s: waiting for domain to come up
I0929 11:30:39.135405 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:39.135998 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:39.136030 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:39.136354 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:39.136412 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:39.136338 595923 retry.go:31] will retry after 3.104602856s: waiting for domain to come up
I0929 11:30:42.242410 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:42.242939 595895 main.go:141] libmachine: (addons-214441) DBG | no network interface addresses found for domain addons-214441 (source=lease)
I0929 11:30:42.242965 595895 main.go:141] libmachine: (addons-214441) DBG | trying to list again with source=arp
I0929 11:30:42.243288 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find current IP address of domain addons-214441 in network mk-addons-214441 (interfaces detected: [])
I0929 11:30:42.243344 595895 main.go:141] libmachine: (addons-214441) DBG | I0929 11:30:42.243280 595923 retry.go:31] will retry after 4.150705767s: waiting for domain to come up
I0929 11:30:46.398779 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:46.399347 595895 main.go:141] libmachine: (addons-214441) found domain IP: 192.168.39.76
I0929 11:30:46.399374 595895 main.go:141] libmachine: (addons-214441) reserving static IP address...
I0929 11:30:46.399388 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has current primary IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:46.399901 595895 main.go:141] libmachine: (addons-214441) DBG | unable to find host DHCP lease matching {name: "addons-214441", mac: "52:54:00:98:9c:d8", ip: "192.168.39.76"} in network mk-addons-214441
I0929 11:30:46.587177 595895 main.go:141] libmachine: (addons-214441) DBG | Getting to WaitForSSH function...
I0929 11:30:46.587215 595895 main.go:141] libmachine: (addons-214441) reserved static IP address 192.168.39.76 for domain addons-214441
I0929 11:30:46.587228 595895 main.go:141] libmachine: (addons-214441) waiting for SSH...
I0929 11:30:46.590179 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:46.590588 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:minikube Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:46.590626 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:46.590750 595895 main.go:141] libmachine: (addons-214441) DBG | Using SSH client type: external
I0929 11:30:46.590791 595895 main.go:141] libmachine: (addons-214441) DBG | Using SSH private key: /home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa (-rw-------)
I0929 11:30:46.590840 595895 main.go:141] libmachine: (addons-214441) DBG | &{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null docker@192.168.39.76 -o IdentitiesOnly=yes -i /home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa -p 22] /usr/bin/ssh <nil>}
I0929 11:30:46.590868 595895 main.go:141] libmachine: (addons-214441) DBG | About to run SSH command:
I0929 11:30:46.590883 595895 main.go:141] libmachine: (addons-214441) DBG | exit 0
I0929 11:30:46.729877 595895 main.go:141] libmachine: (addons-214441) DBG | SSH cmd err, output: <nil>:
I0929 11:30:46.730171 595895 main.go:141] libmachine: (addons-214441) domain creation complete
I0929 11:30:46.730534 595895 main.go:141] libmachine: (addons-214441) Calling .GetConfigRaw
I0929 11:30:46.731196 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:30:46.731410 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:30:46.731600 595895 main.go:141] libmachine: Waiting for machine to be running, this may take a few minutes...
I0929 11:30:46.731623 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:30:46.732882 595895 main.go:141] libmachine: Detecting operating system of created instance...
I0929 11:30:46.732897 595895 main.go:141] libmachine: Waiting for SSH to be available...
I0929 11:30:46.732902 595895 main.go:141] libmachine: Getting to WaitForSSH function...
I0929 11:30:46.732908 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:46.735685 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:46.736210 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:46.736238 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:46.736397 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:30:46.736652 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:46.736854 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:46.736998 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:30:46.737156 595895 main.go:141] libmachine: Using SSH client type: native
I0929 11:30:46.737392 595895 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil> [] 0s} 192.168.39.76 22 <nil> <nil>}
I0929 11:30:46.737403 595895 main.go:141] libmachine: About to run SSH command:
exit 0
I0929 11:30:46.844278 595895 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0929 11:30:46.844312 595895 main.go:141] libmachine: Detecting the provisioner...
I0929 11:30:46.844324 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:46.848224 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:46.849228 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:46.849264 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:46.849457 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:30:46.849706 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:46.849884 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:46.850038 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:30:46.850227 595895 main.go:141] libmachine: Using SSH client type: native
I0929 11:30:46.850481 595895 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil> [] 0s} 192.168.39.76 22 <nil> <nil>}
I0929 11:30:46.850494 595895 main.go:141] libmachine: About to run SSH command:
cat /etc/os-release
I0929 11:30:46.959386 595895 main.go:141] libmachine: SSH cmd err, output: <nil>: NAME=Buildroot
VERSION=2025.02-dirty
ID=buildroot
VERSION_ID=2025.02
PRETTY_NAME="Buildroot 2025.02"
I0929 11:30:46.959537 595895 main.go:141] libmachine: found compatible host: buildroot
I0929 11:30:46.959560 595895 main.go:141] libmachine: Provisioning with buildroot...
I0929 11:30:46.959572 595895 main.go:141] libmachine: (addons-214441) Calling .GetMachineName
I0929 11:30:46.959897 595895 buildroot.go:166] provisioning hostname "addons-214441"
I0929 11:30:46.959920 595895 main.go:141] libmachine: (addons-214441) Calling .GetMachineName
I0929 11:30:46.960158 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:46.963429 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:46.963851 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:46.963892 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:46.964187 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:30:46.964389 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:46.964590 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:46.964750 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:30:46.964942 595895 main.go:141] libmachine: Using SSH client type: native
I0929 11:30:46.965188 595895 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil> [] 0s} 192.168.39.76 22 <nil> <nil>}
I0929 11:30:46.965202 595895 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-214441 && echo "addons-214441" | sudo tee /etc/hostname
I0929 11:30:47.092132 595895 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-214441
I0929 11:30:47.092159 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:47.095605 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.096136 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:47.096169 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.096340 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:30:47.096555 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:47.096747 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:47.096902 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:30:47.097123 595895 main.go:141] libmachine: Using SSH client type: native
I0929 11:30:47.097351 595895 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil> [] 0s} 192.168.39.76 22 <nil> <nil>}
I0929 11:30:47.097369 595895 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-214441' /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-214441/g' /etc/hosts;
else
echo '127.0.1.1 addons-214441' | sudo tee -a /etc/hosts;
fi
fi
I0929 11:30:47.216048 595895 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0929 11:30:47.216081 595895 buildroot.go:172] set auth options {CertDir:/home/jenkins/minikube-integration/21654-591397/.minikube CaCertPath:/home/jenkins/minikube-integration/21654-591397/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/21654-591397/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/21654-591397/.minikube}
I0929 11:30:47.216160 595895 buildroot.go:174] setting up certificates
I0929 11:30:47.216176 595895 provision.go:84] configureAuth start
I0929 11:30:47.216187 595895 main.go:141] libmachine: (addons-214441) Calling .GetMachineName
I0929 11:30:47.216551 595895 main.go:141] libmachine: (addons-214441) Calling .GetIP
I0929 11:30:47.219822 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.220206 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:47.220241 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.220424 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:47.222925 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.223320 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:47.223351 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.223603 595895 provision.go:143] copyHostCerts
I0929 11:30:47.223674 595895 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21654-591397/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/21654-591397/.minikube/cert.pem (1123 bytes)
I0929 11:30:47.223815 595895 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21654-591397/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/21654-591397/.minikube/key.pem (1675 bytes)
I0929 11:30:47.223908 595895 exec_runner.go:151] cp: /home/jenkins/minikube-integration/21654-591397/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/21654-591397/.minikube/ca.pem (1082 bytes)
I0929 11:30:47.223987 595895 provision.go:117] generating server cert: /home/jenkins/minikube-integration/21654-591397/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/21654-591397/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/21654-591397/.minikube/certs/ca-key.pem org=jenkins.addons-214441 san=[127.0.0.1 192.168.39.76 addons-214441 localhost minikube]
I0929 11:30:47.541100 595895 provision.go:177] copyRemoteCerts
I0929 11:30:47.541199 595895 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0929 11:30:47.541238 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:47.544486 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.544940 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:47.545024 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.545286 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:30:47.545574 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:47.545766 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:30:47.545940 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:30:47.632441 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0929 11:30:47.665928 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0929 11:30:47.699464 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0929 11:30:47.731874 595895 provision.go:87] duration metric: took 515.680125ms to configureAuth
I0929 11:30:47.731904 595895 buildroot.go:189] setting minikube options for container-runtime
I0929 11:30:47.732120 595895 config.go:182] Loaded profile config "addons-214441": Driver=kvm2, ContainerRuntime=docker, KubernetesVersion=v1.34.0
I0929 11:30:47.732187 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:30:47.732484 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:47.735606 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.736098 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:47.736147 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.736408 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:30:47.736676 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:47.736876 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:47.737026 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:30:47.737286 595895 main.go:141] libmachine: Using SSH client type: native
I0929 11:30:47.737503 595895 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil> [] 0s} 192.168.39.76 22 <nil> <nil>}
I0929 11:30:47.737522 595895 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0929 11:30:47.845243 595895 main.go:141] libmachine: SSH cmd err, output: <nil>: tmpfs
I0929 11:30:47.845278 595895 buildroot.go:70] root file system type: tmpfs
I0929 11:30:47.845464 595895 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
I0929 11:30:47.845493 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:47.848685 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.849080 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:47.849125 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.849333 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:30:47.849561 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:47.849749 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:47.849921 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:30:47.850156 595895 main.go:141] libmachine: Using SSH client type: native
I0929 11:30:47.850438 595895 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil> [] 0s} 192.168.39.76 22 <nil> <nil>}
I0929 11:30:47.850513 595895 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 minikube-automount.service 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
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=kvm2 --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
# 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
I0929 11:30:47.980841 595895 main.go:141] libmachine: SSH cmd err, output: <nil>: [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network-online.target minikube-automount.service 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
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=kvm2 --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
# 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
I0929 11:30:47.980885 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:47.984021 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.984467 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:47.984505 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:47.984746 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:30:47.984964 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:47.985145 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:47.985345 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:30:47.985533 595895 main.go:141] libmachine: Using SSH client type: native
I0929 11:30:47.985753 595895 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil> [] 0s} 192.168.39.76 22 <nil> <nil>}
I0929 11:30:47.985769 595895 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; }
I0929 11:30:48.944806 595895 main.go:141] libmachine: SSH cmd err, output: <nil>: diff: can't stat '/lib/systemd/system/docker.service': No such file or directory
Created symlink '/etc/systemd/system/multi-user.target.wants/docker.service' → '/usr/lib/systemd/system/docker.service'.
I0929 11:30:48.944837 595895 main.go:141] libmachine: Checking connection to Docker...
I0929 11:30:48.944847 595895 main.go:141] libmachine: (addons-214441) Calling .GetURL
I0929 11:30:48.946423 595895 main.go:141] libmachine: (addons-214441) DBG | using libvirt version 8000000
I0929 11:30:48.949334 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:48.949705 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:48.949727 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:48.949905 595895 main.go:141] libmachine: Docker is up and running!
I0929 11:30:48.949918 595895 main.go:141] libmachine: Reticulating splines...
I0929 11:30:48.949926 595895 client.go:171] duration metric: took 22.382562322s to LocalClient.Create
I0929 11:30:48.949961 595895 start.go:167] duration metric: took 22.382646372s to libmachine.API.Create "addons-214441"
I0929 11:30:48.949977 595895 start.go:293] postStartSetup for "addons-214441" (driver="kvm2")
I0929 11:30:48.949995 595895 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]
I0929 11:30:48.950016 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:30:48.950285 595895 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
I0929 11:30:48.950309 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:48.952588 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:48.952941 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:48.952973 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:48.953140 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:30:48.953358 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:48.953522 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:30:48.953678 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:30:49.038834 595895 ssh_runner.go:195] Run: cat /etc/os-release
I0929 11:30:49.044530 595895 info.go:137] Remote host: Buildroot 2025.02
I0929 11:30:49.044562 595895 filesync.go:126] Scanning /home/jenkins/minikube-integration/21654-591397/.minikube/addons for local assets ...
I0929 11:30:49.044653 595895 filesync.go:126] Scanning /home/jenkins/minikube-integration/21654-591397/.minikube/files for local assets ...
I0929 11:30:49.044700 595895 start.go:296] duration metric: took 94.715435ms for postStartSetup
I0929 11:30:49.044748 595895 main.go:141] libmachine: (addons-214441) Calling .GetConfigRaw
I0929 11:30:49.045427 595895 main.go:141] libmachine: (addons-214441) Calling .GetIP
I0929 11:30:49.048440 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:49.048801 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:49.048825 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:49.049194 595895 profile.go:143] Saving config to /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/config.json ...
I0929 11:30:49.049405 595895 start.go:128] duration metric: took 22.499712752s to createHost
I0929 11:30:49.049432 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:49.052122 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:49.052625 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:49.052654 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:49.052915 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:30:49.053180 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:49.053373 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:49.053538 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:30:49.053724 595895 main.go:141] libmachine: Using SSH client type: native
I0929 11:30:49.053929 595895 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x840140] 0x842e40 <nil> [] 0s} 192.168.39.76 22 <nil> <nil>}
I0929 11:30:49.053940 595895 main.go:141] libmachine: About to run SSH command:
date +%s.%N
I0929 11:30:49.163416 595895 main.go:141] libmachine: SSH cmd err, output: <nil>: 1759145449.126116077
I0929 11:30:49.163441 595895 fix.go:216] guest clock: 1759145449.126116077
I0929 11:30:49.163449 595895 fix.go:229] Guest: 2025-09-29 11:30:49.126116077 +0000 UTC Remote: 2025-09-29 11:30:49.049418276 +0000 UTC m=+22.624163516 (delta=76.697801ms)
I0929 11:30:49.163493 595895 fix.go:200] guest clock delta is within tolerance: 76.697801ms
I0929 11:30:49.163499 595895 start.go:83] releasing machines lock for "addons-214441", held for 22.613874794s
I0929 11:30:49.163528 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:30:49.163838 595895 main.go:141] libmachine: (addons-214441) Calling .GetIP
I0929 11:30:49.166822 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:49.167209 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:49.167249 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:49.167420 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:30:49.168022 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:30:49.168252 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:30:49.168368 595895 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0929 11:30:49.168430 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:49.168489 595895 ssh_runner.go:195] Run: cat /version.json
I0929 11:30:49.168513 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:30:49.172018 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:49.172253 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:49.172513 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:49.172540 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:49.172628 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:49.172666 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:49.172701 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:30:49.172958 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:30:49.173000 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:49.173136 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:30:49.173213 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:30:49.173301 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:30:49.173395 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:30:49.173457 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:30:49.251709 595895 ssh_runner.go:195] Run: systemctl --version
I0929 11:30:49.275600 595895 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
W0929 11:30:49.282636 595895 cni.go:209] loopback cni configuration skipped: "/etc/cni/net.d/*loopback.conf*" not found
I0929 11:30:49.282710 595895 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" ;
I0929 11:30:49.304880 595895 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist] bridge cni config(s)
I0929 11:30:49.304913 595895 start.go:495] detecting cgroup driver to use...
I0929 11:30:49.305043 595895 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"
I0929 11:30:49.330757 595895 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"
I0929 11:30:49.345061 595895 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"
I0929 11:30:49.359226 595895 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0929 11:30:49.359329 595895 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0929 11:30:49.373874 595895 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"
I0929 11:30:49.388075 595895 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0929 11:30:49.401811 595895 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0929 11:30:49.415626 595895 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0929 11:30:49.431189 595895 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"
I0929 11:30:49.445445 595895 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0929 11:30:49.459477 595895 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"
I0929 11:30:49.473176 595895 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0929 11:30:49.485689 595895 crio.go:166] couldn't verify netfilter by "sudo sysctl net.bridge.bridge-nf-call-iptables" which might be okay. error: sudo sysctl net.bridge.bridge-nf-call-iptables: Process exited with status 1
stdout:
stderr:
sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory
I0929 11:30:49.485783 595895 ssh_runner.go:195] Run: sudo modprobe br_netfilter
I0929 11:30:49.499975 595895 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0929 11:30:49.513013 595895 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0929 11:30:49.660311 595895 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0929 11:30:49.703655 595895 start.go:495] detecting cgroup driver to use...
I0929 11:30:49.703755 595895 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0929 11:30:49.722813 595895 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0929 11:30:49.750032 595895 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0929 11:30:49.777529 595895 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0929 11:30:49.795732 595895 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0929 11:30:49.813375 595895 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0929 11:30:49.851205 595895 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0929 11:30:49.869489 595895 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"
I0929 11:30:49.896122 595895 ssh_runner.go:195] Run: which cri-dockerd
I0929 11:30:49.900877 595895 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0929 11:30:49.914013 595895 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (192 bytes)
I0929 11:30:49.937663 595895 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0929 11:30:50.087078 595895 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0929 11:30:50.258242 595895 docker.go:575] configuring docker to use "cgroupfs" as cgroup driver...
I0929 11:30:50.258407 595895 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (130 bytes)
I0929 11:30:50.281600 595895 ssh_runner.go:195] Run: sudo systemctl reset-failed docker
I0929 11:30:50.297843 595895 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0929 11:30:50.442188 595895 ssh_runner.go:195] Run: sudo systemctl restart docker
I0929 11:30:51.468324 595895 ssh_runner.go:235] Completed: sudo systemctl restart docker: (1.026092315s)
I0929 11:30:51.468405 595895 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0929 11:30:51.485284 595895 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I0929 11:30:51.502338 595895 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0929 11:30:51.520247 595895 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0929 11:30:51.674618 595895 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0929 11:30:51.823542 595895 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0929 11:30:51.969743 595895 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0929 11:30:52.010885 595895 ssh_runner.go:195] Run: sudo systemctl reset-failed cri-docker.service
I0929 11:30:52.027992 595895 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0929 11:30:52.187556 595895 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I0929 11:30:52.300820 595895 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0929 11:30:52.324658 595895 start.go:542] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0929 11:30:52.324786 595895 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0929 11:30:52.331994 595895 start.go:563] Will wait 60s for crictl version
I0929 11:30:52.332070 595895 ssh_runner.go:195] Run: which crictl
I0929 11:30:52.336923 595895 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0929 11:30:52.378177 595895 start.go:579] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 28.4.0
RuntimeApiVersion: v1
I0929 11:30:52.378280 595895 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0929 11:30:52.410851 595895 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0929 11:30:52.543475 595895 out.go:252] * Preparing Kubernetes v1.34.0 on Docker 28.4.0 ...
I0929 11:30:52.543553 595895 main.go:141] libmachine: (addons-214441) Calling .GetIP
I0929 11:30:52.546859 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:52.547288 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:30:52.547313 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:30:52.547612 595895 ssh_runner.go:195] Run: grep 192.168.39.1 host.minikube.internal$ /etc/hosts
I0929 11:30:52.553031 595895 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.39.1 host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0929 11:30:52.570843 595895 kubeadm.go:875] updating cluster {Name:addons-214441 KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube-builds/iso/20370/minikube-v1.37.0-1758198818-20370-amd64.iso KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:kvm2 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.0 ClusterName:addons-214
441 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.39.76 Port:8443 KubernetesVersion:v1.34.0 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:fal
se DisableMetrics:false DisableCoreDNSLog:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0929 11:30:52.570982 595895 preload.go:131] Checking if preload exists for k8s version v1.34.0 and runtime docker
I0929 11:30:52.571045 595895 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0929 11:30:52.589813 595895 docker.go:691] Got preloaded images:
I0929 11:30:52.589850 595895 docker.go:697] registry.k8s.io/kube-apiserver:v1.34.0 wasn't preloaded
I0929 11:30:52.589920 595895 ssh_runner.go:195] Run: sudo cat /var/lib/docker/image/overlay2/repositories.json
I0929 11:30:52.603859 595895 ssh_runner.go:195] Run: which lz4
I0929 11:30:52.608929 595895 ssh_runner.go:195] Run: stat -c "%s %y" /preloaded.tar.lz4
I0929 11:30:52.614449 595895 ssh_runner.go:352] existence check for /preloaded.tar.lz4: stat -c "%s %y" /preloaded.tar.lz4: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/preloaded.tar.lz4': No such file or directory
I0929 11:30:52.614480 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.34.0-docker-overlay2-amd64.tar.lz4 --> /preloaded.tar.lz4 (353447550 bytes)
I0929 11:30:54.030641 595895 docker.go:655] duration metric: took 1.421784291s to copy over tarball
I0929 11:30:54.030729 595895 ssh_runner.go:195] Run: sudo tar --xattrs --xattrs-include security.capability -I lz4 -C /var -xf /preloaded.tar.lz4
I0929 11:30:55.448691 595895 ssh_runner.go:235] Completed: sudo tar --xattrs --xattrs-include security.capability -I lz4 -C /var -xf /preloaded.tar.lz4: (1.417923545s)
I0929 11:30:55.448737 595895 ssh_runner.go:146] rm: /preloaded.tar.lz4
I0929 11:30:55.496341 595895 ssh_runner.go:195] Run: sudo cat /var/lib/docker/image/overlay2/repositories.json
I0929 11:30:55.514175 595895 ssh_runner.go:362] scp memory --> /var/lib/docker/image/overlay2/repositories.json (2632 bytes)
I0929 11:30:55.539628 595895 ssh_runner.go:195] Run: sudo systemctl reset-failed docker
I0929 11:30:55.556201 595895 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0929 11:30:55.705196 595895 ssh_runner.go:195] Run: sudo systemctl restart docker
I0929 11:30:57.773379 595895 ssh_runner.go:235] Completed: sudo systemctl restart docker: (2.068131004s)
I0929 11:30:57.773509 595895 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0929 11:30:57.795878 595895 docker.go:691] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.34.0
registry.k8s.io/kube-controller-manager:v1.34.0
registry.k8s.io/kube-proxy:v1.34.0
registry.k8s.io/kube-scheduler:v1.34.0
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 --
I0929 11:30:57.795910 595895 cache_images.go:85] Images are preloaded, skipping loading
I0929 11:30:57.795931 595895 kubeadm.go:926] updating node { 192.168.39.76 8443 v1.34.0 docker true true} ...
I0929 11:30:57.796049 595895 kubeadm.go:938] kubelet [Unit]
Wants=docker.socket
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.34.0/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-214441 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.39.76
[Install]
config:
{KubernetesVersion:v1.34.0 ClusterName:addons-214441 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:}
I0929 11:30:57.796127 595895 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0929 11:30:57.852690 595895 cni.go:84] Creating CNI manager for ""
I0929 11:30:57.852756 595895 cni.go:158] "kvm2" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0929 11:30:57.852774 595895 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0929 11:30:57.852803 595895 kubeadm.go:189] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.39.76 APIServerPort:8443 KubernetesVersion:v1.34.0 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-214441 NodeName:addons-214441 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.39.76"]]} {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.39.76 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/ku
bernetes/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}
I0929 11:30:57.852981 595895 kubeadm.go:195] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta4
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.39.76
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-214441"
kubeletExtraArgs:
- name: "node-ip"
value: "192.168.39.76"
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta4
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.39.76"]
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.0
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/cri-dockerd.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
nodefs.inodesFree: "0%"
imagefs.available: "0%"
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0929 11:30:57.853053 595895 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.34.0
I0929 11:30:57.866164 595895 binaries.go:44] Found k8s binaries, skipping transfer
I0929 11:30:57.866236 595895 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0929 11:30:57.879054 595895 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (313 bytes)
I0929 11:30:57.901136 595895 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0929 11:30:57.922808 595895 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2217 bytes)
I0929 11:30:57.944391 595895 ssh_runner.go:195] Run: grep 192.168.39.76 control-plane.minikube.internal$ /etc/hosts
I0929 11:30:57.949077 595895 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.39.76 control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0929 11:30:57.965713 595895 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0929 11:30:58.115608 595895 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0929 11:30:58.151915 595895 certs.go:68] Setting up /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441 for IP: 192.168.39.76
I0929 11:30:58.151940 595895 certs.go:194] generating shared ca certs ...
I0929 11:30:58.151960 595895 certs.go:226] acquiring lock for ca certs: {Name:mk707c73ecd79d5343eca8617a792346e0c7ccb4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:30:58.152119 595895 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/21654-591397/.minikube/ca.key
I0929 11:30:58.470474 595895 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21654-591397/.minikube/ca.crt ...
I0929 11:30:58.470507 595895 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21654-591397/.minikube/ca.crt: {Name:mk182656d7edea57f023d2e0db199cb4225a8b4e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:30:58.470704 595895 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21654-591397/.minikube/ca.key ...
I0929 11:30:58.470715 595895 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21654-591397/.minikube/ca.key: {Name:mkd9949b3876b9f68542fba6d581787f4502134f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:30:58.470791 595895 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/21654-591397/.minikube/proxy-client-ca.key
I0929 11:30:58.721631 595895 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21654-591397/.minikube/proxy-client-ca.crt ...
I0929 11:30:58.721664 595895 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21654-591397/.minikube/proxy-client-ca.crt: {Name:mk28d9b982dd4335b19ce60c764e1cd1a4d53764 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:30:58.721838 595895 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21654-591397/.minikube/proxy-client-ca.key ...
I0929 11:30:58.721850 595895 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21654-591397/.minikube/proxy-client-ca.key: {Name:mk92f9d60795b7f581dcb4003e857f2fb68fb997 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:30:58.721920 595895 certs.go:256] generating profile certs ...
I0929 11:30:58.721989 595895 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/client.key
I0929 11:30:58.722004 595895 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/client.crt with IP's: []
I0929 11:30:59.043304 595895 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/client.crt ...
I0929 11:30:59.043336 595895 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/client.crt: {Name:mkd724da95490eed1b0581ef6c65a2b1785468b4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:30:59.043499 595895 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/client.key ...
I0929 11:30:59.043510 595895 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/client.key: {Name:mkba543125a928af6b44a2eb304c49514c816581 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:30:59.043578 595895 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/apiserver.key.adbef5ab
I0929 11:30:59.043598 595895 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/apiserver.crt.adbef5ab with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.39.76]
I0929 11:30:59.456164 595895 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/apiserver.crt.adbef5ab ...
I0929 11:30:59.456200 595895 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/apiserver.crt.adbef5ab: {Name:mk5a23687be38fbd7ef5257880d1d7f5b199f933 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:30:59.456424 595895 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/apiserver.key.adbef5ab ...
I0929 11:30:59.456443 595895 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/apiserver.key.adbef5ab: {Name:mke7b9b847497d2728644e9b30a8393a50e57e5a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:30:59.456526 595895 certs.go:381] copying /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/apiserver.crt.adbef5ab -> /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/apiserver.crt
I0929 11:30:59.456638 595895 certs.go:385] copying /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/apiserver.key.adbef5ab -> /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/apiserver.key
I0929 11:30:59.456705 595895 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/proxy-client.key
I0929 11:30:59.456726 595895 crypto.go:68] Generating cert /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/proxy-client.crt with IP's: []
I0929 11:30:59.785388 595895 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/proxy-client.crt ...
I0929 11:30:59.785424 595895 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/proxy-client.crt: {Name:mkb2afc6ab3119c9842fe1ce2f48d7c6196dbfb1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:30:59.785611 595895 crypto.go:164] Writing key to /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/proxy-client.key ...
I0929 11:30:59.785642 595895 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/proxy-client.key: {Name:mk6b37b3ae22881d553c47031d96c6f22bdfded2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:30:59.785833 595895 certs.go:484] found cert: /home/jenkins/minikube-integration/21654-591397/.minikube/certs/ca-key.pem (1675 bytes)
I0929 11:30:59.785879 595895 certs.go:484] found cert: /home/jenkins/minikube-integration/21654-591397/.minikube/certs/ca.pem (1082 bytes)
I0929 11:30:59.785905 595895 certs.go:484] found cert: /home/jenkins/minikube-integration/21654-591397/.minikube/certs/cert.pem (1123 bytes)
I0929 11:30:59.785932 595895 certs.go:484] found cert: /home/jenkins/minikube-integration/21654-591397/.minikube/certs/key.pem (1675 bytes)
I0929 11:30:59.786662 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0929 11:30:59.821270 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0929 11:30:59.853588 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0929 11:30:59.885559 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0929 11:30:59.916538 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0929 11:30:59.948991 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0929 11:30:59.981478 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0929 11:31:00.014753 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/profiles/addons-214441/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0929 11:31:00.046891 595895 ssh_runner.go:362] scp /home/jenkins/minikube-integration/21654-591397/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0929 11:31:00.079370 595895 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0929 11:31:00.101600 595895 ssh_runner.go:195] Run: openssl version
I0929 11:31:00.108829 595895 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"
I0929 11:31:00.123448 595895 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0929 11:31:00.129416 595895 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 29 11:30 /usr/share/ca-certificates/minikubeCA.pem
I0929 11:31:00.129502 595895 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0929 11:31:00.137583 595895 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"
I0929 11:31:00.152396 595895 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0929 11:31:00.157895 595895 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
I0929 11:31:00.157960 595895 kubeadm.go:392] StartCluster: {Name:addons-214441 KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube-builds/iso/20370/minikube-v1.37.0-1758198818-20370-amd64.iso KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.48@sha256:7171c97a51623558720f8e5878e4f4637da093e2f2ed589997bedc6c1549b2b1 Memory:4096 CPUs:2 DiskSize:20000 Driver:kvm2 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.0 ClusterName:addons-214441
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.39.76 Port:8443 KubernetesVersion:v1.34.0 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 GPUs: AutoPauseInterval:1m0s}
I0929 11:31:00.158083 595895 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0929 11:31:00.176917 595895 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0929 11:31:00.190119 595895 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0929 11:31:00.203558 595895 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
I0929 11:31:00.216736 595895 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
I0929 11:31:00.216758 595895 kubeadm.go:157] found existing configuration files:
I0929 11:31:00.216805 595895 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0929 11:31:00.229008 595895 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
I0929 11:31:00.229138 595895 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0929 11:31:00.242441 595895 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0929 11:31:00.254460 595895 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
I0929 11:31:00.254523 595895 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0929 11:31:00.268124 595895 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0929 11:31:00.284523 595895 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
I0929 11:31:00.284596 595895 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0929 11:31:00.297510 595895 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0929 11:31:00.311858 595895 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
I0929 11:31:00.311927 595895 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0929 11:31:00.329319 595895 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.34.0:$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"
I0929 11:31:00.392668 595895 kubeadm.go:310] [init] Using Kubernetes version: v1.34.0
I0929 11:31:00.392776 595895 kubeadm.go:310] [preflight] Running pre-flight checks
I0929 11:31:00.500945 595895 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0929 11:31:00.501073 595895 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0929 11:31:00.501248 595895 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0929 11:31:00.518470 595895 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0929 11:31:00.521672 595895 out.go:252] - Generating certificates and keys ...
I0929 11:31:00.521778 595895 kubeadm.go:310] [certs] Using existing ca certificate authority
I0929 11:31:00.521835 595895 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0929 11:31:00.844406 595895 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0929 11:31:01.356940 595895 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0929 11:31:01.469316 595895 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0929 11:31:01.609628 595895 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0929 11:31:01.854048 595895 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0929 11:31:01.854239 595895 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-214441 localhost] and IPs [192.168.39.76 127.0.0.1 ::1]
I0929 11:31:02.222219 595895 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0929 11:31:02.222361 595895 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-214441 localhost] and IPs [192.168.39.76 127.0.0.1 ::1]
I0929 11:31:02.331774 595895 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0929 11:31:02.452417 595895 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0929 11:31:03.277600 595895 kubeadm.go:310] [certs] Generating "sa" key and public key
I0929 11:31:03.277709 595895 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0929 11:31:03.337296 595895 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0929 11:31:03.576740 595895 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0929 11:31:03.754957 595895 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0929 11:31:04.028596 595895 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0929 11:31:04.458901 595895 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0929 11:31:04.459731 595895 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0929 11:31:04.461956 595895 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0929 11:31:04.463895 595895 out.go:252] - Booting up control plane ...
I0929 11:31:04.464031 595895 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0929 11:31:04.464116 595895 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0929 11:31:04.464220 595895 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0929 11:31:04.482430 595895 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0929 11:31:04.482595 595895 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/instance-config.yaml"
I0929 11:31:04.490659 595895 kubeadm.go:310] [patches] Applied patch of type "application/strategic-merge-patch+json" to target "kubeletconfiguration"
I0929 11:31:04.490827 595895 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0929 11:31:04.490920 595895 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0929 11:31:04.666361 595895 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0929 11:31:04.666495 595895 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0929 11:31:05.175870 595895 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 510.006022ms
I0929 11:31:05.187944 595895 kubeadm.go:310] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
I0929 11:31:05.188057 595895 kubeadm.go:310] [control-plane-check] Checking kube-apiserver at https://192.168.39.76:8443/livez
I0929 11:31:05.188256 595895 kubeadm.go:310] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
I0929 11:31:05.188362 595895 kubeadm.go:310] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
I0929 11:31:07.767053 595895 kubeadm.go:310] [control-plane-check] kube-controller-manager is healthy after 2.579446651s
I0929 11:31:09.215755 595895 kubeadm.go:310] [control-plane-check] kube-scheduler is healthy after 4.029766048s
I0929 11:31:11.189186 595895 kubeadm.go:310] [control-plane-check] kube-apiserver is healthy after 6.002998119s
I0929 11:31:11.214239 595895 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0929 11:31:11.232892 595895 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0929 11:31:11.255389 595895 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0929 11:31:11.255580 595895 kubeadm.go:310] [mark-control-plane] Marking the node addons-214441 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0929 11:31:11.270844 595895 kubeadm.go:310] [bootstrap-token] Using token: 7wgemt.sdnt4jx2dgy9ll51
I0929 11:31:11.272442 595895 out.go:252] - Configuring RBAC rules ...
I0929 11:31:11.272557 595895 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0929 11:31:11.279364 595895 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0929 11:31:11.294463 595895 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0929 11:31:11.298793 595895 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0929 11:31:11.306582 595895 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0929 11:31:11.323727 595895 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0929 11:31:11.601710 595895 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0929 11:31:12.069553 595895 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0929 11:31:12.597044 595895 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0929 11:31:12.597931 595895 kubeadm.go:310]
I0929 11:31:12.598017 595895 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0929 11:31:12.598026 595895 kubeadm.go:310]
I0929 11:31:12.598142 595895 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0929 11:31:12.598153 595895 kubeadm.go:310]
I0929 11:31:12.598181 595895 kubeadm.go:310] mkdir -p $HOME/.kube
I0929 11:31:12.598281 595895 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0929 11:31:12.598374 595895 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0929 11:31:12.598390 595895 kubeadm.go:310]
I0929 11:31:12.598436 595895 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0929 11:31:12.598442 595895 kubeadm.go:310]
I0929 11:31:12.598481 595895 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0929 11:31:12.598497 595895 kubeadm.go:310]
I0929 11:31:12.598577 595895 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0929 11:31:12.598692 595895 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0929 11:31:12.598809 595895 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0929 11:31:12.598828 595895 kubeadm.go:310]
I0929 11:31:12.598937 595895 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0929 11:31:12.599041 595895 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0929 11:31:12.599055 595895 kubeadm.go:310]
I0929 11:31:12.599196 595895 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 7wgemt.sdnt4jx2dgy9ll51 \
I0929 11:31:12.599332 595895 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:f2c60916dfe453d33b3c30594ac6ac02ea520a59a4bdac7119cd9e587175e1eb \
I0929 11:31:12.599365 595895 kubeadm.go:310] --control-plane
I0929 11:31:12.599397 595895 kubeadm.go:310]
I0929 11:31:12.599486 595895 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0929 11:31:12.599496 595895 kubeadm.go:310]
I0929 11:31:12.599568 595895 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 7wgemt.sdnt4jx2dgy9ll51 \
I0929 11:31:12.599705 595895 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:f2c60916dfe453d33b3c30594ac6ac02ea520a59a4bdac7119cd9e587175e1eb
I0929 11:31:12.601217 595895 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0929 11:31:12.601272 595895 cni.go:84] Creating CNI manager for ""
I0929 11:31:12.601305 595895 cni.go:158] "kvm2" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0929 11:31:12.603223 595895 out.go:179] * Configuring bridge CNI (Container Networking Interface) ...
I0929 11:31:12.604766 595895 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I0929 11:31:12.618554 595895 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
I0929 11:31:12.641768 595895 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0929 11:31:12.641942 595895 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:31:12.641954 595895 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-214441 minikube.k8s.io/updated_at=2025_09_29T11_31_12_0700 minikube.k8s.io/version=v1.37.0 minikube.k8s.io/commit=b8c533eb3dce8338d3d4e7231ea97d1c44ed6f81 minikube.k8s.io/name=addons-214441 minikube.k8s.io/primary=true
I0929 11:31:12.682767 595895 ops.go:34] apiserver oom_adj: -16
I0929 11:31:12.800130 595895 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:31:13.300439 595895 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:31:13.800339 595895 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:31:14.300644 595895 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:31:14.800381 595895 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:31:15.301049 595895 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:31:15.801207 595895 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:31:16.301226 595895 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:31:16.801024 595895 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:31:17.300849 595895 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.34.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0929 11:31:17.440215 595895 kubeadm.go:1105] duration metric: took 4.798376612s to wait for elevateKubeSystemPrivileges
I0929 11:31:17.440271 595895 kubeadm.go:394] duration metric: took 17.282308974s to StartCluster
I0929 11:31:17.440297 595895 settings.go:142] acquiring lock: {Name:mk832bb073af4ae47756dd4494ea087d7aa99c2a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:31:17.440448 595895 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/21654-591397/kubeconfig
I0929 11:31:17.441186 595895 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/21654-591397/kubeconfig: {Name:mk64b4db01785e3abeedb000f7d1263b1f56db2d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0929 11:31:17.441409 595895 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0929 11:31:17.441416 595895 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.39.76 Port:8443 KubernetesVersion:v1.34.0 ContainerRuntime:docker ControlPlane:true Worker:true}
I0929 11:31:17.441496 595895 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]
I0929 11:31:17.441684 595895 config.go:182] Loaded profile config "addons-214441": Driver=kvm2, ContainerRuntime=docker, KubernetesVersion=v1.34.0
I0929 11:31:17.441696 595895 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-214441"
I0929 11:31:17.441708 595895 addons.go:69] Setting yakd=true in profile "addons-214441"
I0929 11:31:17.441736 595895 addons.go:238] Setting addon yakd=true in "addons-214441"
I0929 11:31:17.441757 595895 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-214441"
I0929 11:31:17.441709 595895 addons.go:69] Setting ingress=true in profile "addons-214441"
I0929 11:31:17.441784 595895 addons.go:238] Setting addon ingress=true in "addons-214441"
I0929 11:31:17.441793 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.441803 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.441799 595895 addons.go:69] Setting default-storageclass=true in profile "addons-214441"
I0929 11:31:17.441840 595895 addons.go:69] Setting gcp-auth=true in profile "addons-214441"
I0929 11:31:17.441876 595895 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-214441"
I0929 11:31:17.441886 595895 mustload.go:65] Loading cluster: addons-214441
I0929 11:31:17.441893 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.442145 595895 addons.go:69] Setting registry=true in profile "addons-214441"
I0929 11:31:17.442160 595895 addons.go:238] Setting addon registry=true in "addons-214441"
I0929 11:31:17.442191 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.442280 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.442300 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.442353 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.442366 595895 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-214441"
I0929 11:31:17.442371 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.442380 595895 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-214441"
I0929 11:31:17.442381 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.442385 595895 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-214441"
I0929 11:31:17.442396 595895 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-214441"
I0929 11:31:17.442399 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.442425 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.442400 595895 addons.go:69] Setting cloud-spanner=true in profile "addons-214441"
I0929 11:31:17.442448 595895 addons.go:69] Setting registry-creds=true in profile "addons-214441"
I0929 11:31:17.442456 595895 addons.go:238] Setting addon cloud-spanner=true in "addons-214441"
I0929 11:31:17.442469 595895 addons.go:238] Setting addon registry-creds=true in "addons-214441"
I0929 11:31:17.442478 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.442491 595895 addons.go:69] Setting storage-provisioner=true in profile "addons-214441"
I0929 11:31:17.442514 595895 addons.go:238] Setting addon storage-provisioner=true in "addons-214441"
I0929 11:31:17.442543 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.442544 595895 addons.go:69] Setting inspektor-gadget=true in profile "addons-214441"
I0929 11:31:17.442557 595895 addons.go:238] Setting addon inspektor-gadget=true in "addons-214441"
I0929 11:31:17.442563 595895 addons.go:69] Setting ingress-dns=true in profile "addons-214441"
I0929 11:31:17.442575 595895 addons.go:238] Setting addon ingress-dns=true in "addons-214441"
I0929 11:31:17.442588 595895 addons.go:69] Setting metrics-server=true in profile "addons-214441"
I0929 11:31:17.442591 595895 addons.go:69] Setting volumesnapshots=true in profile "addons-214441"
I0929 11:31:17.442599 595895 addons.go:238] Setting addon metrics-server=true in "addons-214441"
I0929 11:31:17.442610 595895 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-214441"
I0929 11:31:17.442602 595895 config.go:182] Loaded profile config "addons-214441": Driver=kvm2, ContainerRuntime=docker, KubernetesVersion=v1.34.0
I0929 11:31:17.442620 595895 addons.go:238] Setting addon volumesnapshots=true in "addons-214441"
I0929 11:31:17.442622 595895 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-214441"
I0929 11:31:17.442631 595895 addons.go:69] Setting volcano=true in profile "addons-214441"
I0929 11:31:17.442647 595895 addons.go:238] Setting addon volcano=true in "addons-214441"
I0929 11:31:17.442826 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.442847 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.442963 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.443004 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.443177 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.443198 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.443212 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.443242 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.443255 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.443270 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.443292 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.443439 595895 out.go:179] * Verifying Kubernetes components...
I0929 11:31:17.443489 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.443521 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.443564 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.443603 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.443459 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.443699 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.443852 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.443879 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.443895 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.444137 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.444199 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.444468 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.454269 595895 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0929 11:31:17.455462 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.455556 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.457160 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.457213 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.458697 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.458765 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.459732 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:37039
I0929 11:31:17.459901 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.459979 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.460127 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.460161 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.460170 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.460239 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.460291 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:44679
I0929 11:31:17.460695 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.463901 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.463928 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.464092 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.465162 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.465408 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.466171 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.466824 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.467158 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.479447 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.479512 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.482323 595895 addons.go:238] Setting addon default-storageclass=true in "addons-214441"
I0929 11:31:17.482391 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.482773 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.482798 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.493064 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:45797
I0929 11:31:17.493710 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:40233
I0929 11:31:17.496980 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.497697 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.497723 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.498583 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.499544 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.500891 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.502188 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.503325 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.503345 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.503676 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:33541
I0929 11:31:17.503826 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.504644 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.504730 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.505209 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.506256 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.506279 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.506340 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:36303
I0929 11:31:17.506984 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:46129
I0929 11:31:17.507294 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.507677 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.507745 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:37135
I0929 11:31:17.508552 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.509057 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.509394 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.509407 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.509415 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.510041 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.510142 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.510163 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.511579 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.513259 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.513521 595895 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-214441"
I0929 11:31:17.513538 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:46151
I0929 11:31:17.513575 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.514124 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.514166 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.511927 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.514352 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.513596 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:42277
I0929 11:31:17.520718 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.520752 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:44361
I0929 11:31:17.521039 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.521092 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:33947
I0929 11:31:17.521207 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:43367
I0929 11:31:17.520724 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:37739
I0929 11:31:17.522317 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.522444 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.522469 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.522507 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.522852 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.522920 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.523211 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.523225 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.523306 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.523461 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.523473 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.524082 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.524376 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.524523 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.524535 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.524631 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.524746 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:34633
I0929 11:31:17.529249 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.529354 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.529387 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.529766 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.529766 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.529799 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.529807 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.529908 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.530061 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.530343 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.530371 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.530465 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.530878 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.530932 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.531382 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.531639 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.531658 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.532124 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.532483 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.533015 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.533033 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.533472 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.533508 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.534270 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.535229 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.535779 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.535886 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.537511 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:17.538187 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:39035
I0929 11:31:17.539952 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.540005 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.540222 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:39063
I0929 11:31:17.540575 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:43245
I0929 11:31:17.540786 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.540854 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.540890 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.541625 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.541647 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.542032 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.542195 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.542600 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.543176 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.543185 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.543199 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.543204 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.543307 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:32865
I0929 11:31:17.544136 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.544545 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.544610 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.544640 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.545415 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.545449 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.546464 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.546490 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.546965 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.547387 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.548714 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.548795 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.550669 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:38149
I0929 11:31:17.551412 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.551773 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:34225
I0929 11:31:17.552171 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.552255 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.552199 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.552753 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.552854 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.553685 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.553778 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.554307 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.554514 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.555149 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.557383 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.558025 595895 out.go:179] - Using image docker.io/marcnuri/yakd:0.0.5
I0929 11:31:17.559210 595895 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I0929 11:31:17.559231 595895 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0929 11:31:17.559262 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.559338 595895 out.go:179] - Using image docker.io/volcanosh/vc-webhook-manager:v1.12.2
I0929 11:31:17.560620 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.560681 595895 out.go:179] - Using image docker.io/volcanosh/vc-controller-manager:v1.12.2
I0929 11:31:17.560823 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:34665
I0929 11:31:17.561393 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.562236 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.562295 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.562751 595895 out.go:179] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.3
I0929 11:31:17.563140 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.563492 595895 out.go:179] - Using image docker.io/volcanosh/vc-scheduler:v1.12.2
I0929 11:31:17.564252 595895 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0929 11:31:17.564269 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0929 11:31:17.564289 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.564293 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.564684 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.564737 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.565023 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.565146 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.567800 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.568057 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.568262 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:36805
I0929 11:31:17.568522 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.568701 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.569229 595895 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0929 11:31:17.569253 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (498149 bytes)
I0929 11:31:17.569273 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.569959 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.570047 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.572257 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.572409 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.572423 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.573470 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.573495 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.573534 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:42077
I0929 11:31:17.574161 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.574166 595895 out.go:179] - Using image registry.k8s.io/metrics-server/metrics-server:v0.8.0
I0929 11:31:17.574420 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.574975 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:17.575036 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:17.575329 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.575415 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.575430 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.575671 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.575865 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.576099 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.577061 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.577247 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.577378 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.577535 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.577554 595895 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0929 11:31:17.577582 595895 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0929 11:31:17.577605 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.579736 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:40239
I0929 11:31:17.580597 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.581383 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.581446 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.582289 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.582694 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:44947
I0929 11:31:17.582952 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.583853 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.585630 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:46433
I0929 11:31:17.585637 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:38605
I0929 11:31:17.586733 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.586755 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.586846 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.587240 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.587458 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.587548 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.587503 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:37799
I0929 11:31:17.588342 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.588817 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.588838 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.589534 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:35991
I0929 11:31:17.589680 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.589727 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.589953 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.590461 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.590684 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.590701 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.590814 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.590864 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.591866 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.592243 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.592985 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.593774 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.593791 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.594759 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.595210 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.595390 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.596824 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.597871 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.598227 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.598762 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:35305
I0929 11:31:17.599344 595895 out.go:179] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0929 11:31:17.600871 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.600871 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.600871 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.600928 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.600961 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.600994 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:39573
I0929 11:31:17.601002 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:43843
I0929 11:31:17.601641 595895 out.go:179] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0929 11:31:17.601827 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.601850 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.601913 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.602052 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.602151 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:39993
I0929 11:31:17.602155 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.602306 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.602590 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.602610 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.602811 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.602977 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.603038 595895 out.go:179] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0929 11:31:17.603089 595895 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
I0929 11:31:17.603260 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.603328 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.603564 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.603593 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.603752 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.604258 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.604320 595895 out.go:179] - Using image docker.io/kicbase/minikube-ingress-dns:0.0.4
I0929 11:31:17.604825 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.604525 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.605686 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.605694 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.604846 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.604946 595895 out.go:179] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0929 11:31:17.605125 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.606062 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.606154 595895 out.go:179] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.44.1
I0929 11:31:17.606169 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.606174 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.607283 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.607459 595895 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
I0929 11:31:17.607513 595895 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0929 11:31:17.608000 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2889 bytes)
I0929 11:31:17.608022 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.607722 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.607825 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.608327 595895 out.go:179] - Using image docker.io/busybox:stable
I0929 11:31:17.608504 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.609208 595895 out.go:179] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0929 11:31:17.609380 595895 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I0929 11:31:17.609617 595895 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (14 bytes)
I0929 11:31:17.609695 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.609885 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:35811
I0929 11:31:17.610214 595895 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0929 11:31:17.610480 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0929 11:31:17.610442 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.610634 595895 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0929 11:31:17.610651 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0929 11:31:17.610666 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.610637 595895 out.go:179] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0929 11:31:17.610551 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.611056 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.611127 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.611242 595895 out.go:179] - Using image registry.k8s.io/ingress-nginx/controller:v1.13.2
I0929 11:31:17.612177 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.612200 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.612367 595895 out.go:179] - Using image docker.io/upmcenterprises/registry-creds:1.10
I0929 11:31:17.612539 595895 out.go:179] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.41
I0929 11:31:17.612558 595895 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0929 11:31:17.612574 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0929 11:31:17.612702 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.612652 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.613066 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.613132 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.613978 595895 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I0929 11:31:17.614058 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0929 11:31:17.614157 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.614015 595895 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
I0929 11:31:17.614286 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
I0929 11:31:17.614314 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.614339 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:40205
I0929 11:31:17.614532 595895 out.go:179] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0929 11:31:17.614774 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.614918 595895 out.go:179] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0929 11:31:17.615384 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:17.615994 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:17.616036 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:17.616065 595895 out.go:179] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
I0929 11:31:17.616139 595895 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0929 11:31:17.616150 595895 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0929 11:31:17.616217 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.616451 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:17.616766 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:17.617254 595895 out.go:179] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0929 11:31:17.618390 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.618595 595895 out.go:179] - Using image docker.io/registry:3.0.0
I0929 11:31:17.619658 595895 out.go:179] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I0929 11:31:17.619715 595895 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I0929 11:31:17.619728 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0929 11:31:17.619752 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.619788 595895 out.go:179] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0929 11:31:17.620191 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.620909 595895 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0929 11:31:17.620926 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I0929 11:31:17.621015 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.621216 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.622235 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.622260 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.622296 595895 out.go:179] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0929 11:31:17.622987 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.623010 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.623146 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.623384 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.623851 595895 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0929 11:31:17.623870 595895 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0929 11:31:17.623891 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.623910 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:17.623977 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.623991 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.624284 595895 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I0929 11:31:17.624300 595895 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0929 11:31:17.624317 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:17.624324 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.624330 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.624655 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.624690 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.625088 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.625297 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.626099 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.626182 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.626247 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.626251 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.626597 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.626789 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.626890 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.627091 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.627238 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.627284 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.627374 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.627541 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.627907 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.627938 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.627949 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.627979 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.628066 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.628081 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.628268 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.628308 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.628533 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.628572 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.628735 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.628848 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.629214 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.629249 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.629266 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.629512 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.629592 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.629606 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.629764 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.629861 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.630008 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.630062 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.630142 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.630197 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.630311 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.630370 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.630910 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.631305 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.631821 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.632272 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.632296 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.632442 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.632503 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.632710 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.632789 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.633084 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.633162 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.633176 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.633207 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.633228 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.633242 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.633391 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.633435 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.633557 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.633619 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.633759 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.633793 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.634042 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.634042 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.634131 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:17.634164 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:17.634219 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:17.634716 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:17.634894 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:17.635088 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:17.635265 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
W0929 11:31:17.919750 595895 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 192.168.39.1:44698->192.168.39.76:22: read: connection reset by peer
I0929 11:31:17.919798 595895 retry.go:31] will retry after 127.603101ms: ssh: handshake failed: read tcp 192.168.39.1:44698->192.168.39.76:22: read: connection reset by peer
W0929 11:31:17.927998 595895 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 192.168.39.1:44716->192.168.39.76:22: read: connection reset by peer
I0929 11:31:17.928034 595895 retry.go:31] will retry after 352.316454ms: ssh: handshake failed: read tcp 192.168.39.1:44716->192.168.39.76:22: read: connection reset by peer
I0929 11:31:18.834850 595895 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I0929 11:31:18.834892 595895 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0929 11:31:18.867206 595895 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0929 11:31:18.867237 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0929 11:31:18.998018 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0929 11:31:19.019969 595895 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml": (1.57851512s)
I0929 11:31:19.019988 595895 ssh_runner.go:235] Completed: sudo systemctl daemon-reload: (1.56567428s)
I0929 11:31:19.020058 595895 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0929 11:31:19.020195 595895 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/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.39.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0929 11:31:19.047383 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0929 11:31:19.178551 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0929 11:31:19.194460 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0929 11:31:19.203493 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0929 11:31:19.224634 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0929 11:31:19.236908 595895 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:31:19.236937 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (15034 bytes)
I0929 11:31:19.339094 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0929 11:31:19.470368 595895 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0929 11:31:19.470407 595895 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0929 11:31:19.482955 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0929 11:31:19.507279 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0929 11:31:19.533452 595895 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I0929 11:31:19.533481 595895 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0929 11:31:19.580275 595895 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0929 11:31:19.580310 595895 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0929 11:31:19.612191 595895 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0929 11:31:19.612228 595895 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0929 11:31:19.656222 595895 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I0929 11:31:19.656250 595895 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0929 11:31:19.707608 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml
I0929 11:31:19.720943 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:31:19.949642 595895 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0929 11:31:19.949675 595895 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0929 11:31:20.010236 595895 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I0929 11:31:20.010269 595895 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0929 11:31:20.143152 595895 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I0929 11:31:20.143179 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0929 11:31:20.164194 595895 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0929 11:31:20.164223 595895 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0929 11:31:20.178619 595895 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0929 11:31:20.178652 595895 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)
I0929 11:31:20.352326 595895 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I0929 11:31:20.352354 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0929 11:31:20.399905 595895 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0929 11:31:20.399935 595895 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0929 11:31:20.528800 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0929 11:31:20.554026 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:20.608085 595895 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0929 11:31:20.608132 595895 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0929 11:31:20.855879 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:20.901072 595895 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0929 11:31:20.901124 595895 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0929 11:31:21.046874 595895 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0929 11:31:21.046903 595895 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0929 11:31:21.279957 595895 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0929 11:31:21.279985 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0929 11:31:21.494633 595895 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0929 11:31:21.494662 595895 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0929 11:31:21.896279 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:22.355612 595895 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0929 11:31:22.355644 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0929 11:31:23.136046 595895 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0929 11:31:23.136083 595895 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0929 11:31:23.742895 595895 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0929 11:31:23.742921 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0929 11:31:24.397559 595895 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0929 11:31:24.397588 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0929 11:31:24.806696 595895 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0929 11:31:24.806729 595895 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0929 11:31:25.028630 595895 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0929 11:31:25.028675 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:25.032868 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:25.033494 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:25.033526 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:25.033760 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:25.034027 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:25.034259 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:25.034422 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:25.610330 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:25.954809 595895 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0929 11:31:26.260607 595895 addons.go:238] Setting addon gcp-auth=true in "addons-214441"
I0929 11:31:26.260695 595895 host.go:66] Checking if "addons-214441" exists ...
I0929 11:31:26.261024 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:26.261068 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:26.276135 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:36421
I0929 11:31:26.276726 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:26.277323 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:26.277354 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:26.277924 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:26.278456 595895 main.go:141] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_integration/out/docker-machine-driver-kvm2
I0929 11:31:26.278490 595895 main.go:141] libmachine: Launching plugin server for driver kvm2
I0929 11:31:26.293277 595895 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:40243
I0929 11:31:26.293786 595895 main.go:141] libmachine: () Calling .GetVersion
I0929 11:31:26.294319 595895 main.go:141] libmachine: Using API Version 1
I0929 11:31:26.294344 595895 main.go:141] libmachine: () Calling .SetConfigRaw
I0929 11:31:26.294858 595895 main.go:141] libmachine: () Calling .GetMachineName
I0929 11:31:26.295136 595895 main.go:141] libmachine: (addons-214441) Calling .GetState
I0929 11:31:26.297279 595895 main.go:141] libmachine: (addons-214441) Calling .DriverName
I0929 11:31:26.297583 595895 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0929 11:31:26.297612 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHHostname
I0929 11:31:26.301409 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:26.302065 595895 main.go:141] libmachine: (addons-214441) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:98:9c:d8", ip: ""} in network mk-addons-214441: {Iface:virbr1 ExpiryTime:2025-09-29 12:30:43 +0000 UTC Type:0 Mac:52:54:00:98:9c:d8 Iaid: IPaddr:192.168.39.76 Prefix:24 Hostname:addons-214441 Clientid:01:52:54:00:98:9c:d8}
I0929 11:31:26.302093 595895 main.go:141] libmachine: (addons-214441) DBG | domain addons-214441 has defined IP address 192.168.39.76 and MAC address 52:54:00:98:9c:d8 in network mk-addons-214441
I0929 11:31:26.302272 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHPort
I0929 11:31:26.302474 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHKeyPath
I0929 11:31:26.302636 595895 main.go:141] libmachine: (addons-214441) Calling .GetSSHUsername
I0929 11:31:26.302830 595895 sshutil.go:53] new ssh client: &{IP:192.168.39.76 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/21654-591397/.minikube/machines/addons-214441/id_rsa Username:docker}
I0929 11:31:26.648618 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (7.65053686s)
I0929 11:31:26.648643 595895 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (7.628556534s)
I0929 11:31:26.648693 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:26.648703 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:26.648707 595895 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.34.0/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.39.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.34.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (7.628486823s)
I0929 11:31:26.648740 595895 start.go:976] {"host.minikube.internal": 192.168.39.1} host record injected into CoreDNS's ConfigMap
I0929 11:31:26.648855 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (7.601423652s)
I0929 11:31:26.648889 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:26.648898 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:26.649041 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:26.649056 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:26.649066 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:26.649073 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:26.649181 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:26.649214 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:26.649225 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:26.649256 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:26.649265 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:26.649555 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:26.649585 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:26.649698 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:26.649728 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:26.649741 595895 node_ready.go:35] waiting up to 6m0s for node "addons-214441" to be "Ready" ...
I0929 11:31:26.649625 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:26.649665 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:26.797678 595895 node_ready.go:49] node "addons-214441" is "Ready"
I0929 11:31:26.797712 595895 node_ready.go:38] duration metric: took 147.94134ms for node "addons-214441" to be "Ready" ...
I0929 11:31:26.797735 595895 api_server.go:52] waiting for apiserver process to appear ...
I0929 11:31:26.797797 595895 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0929 11:31:27.078868 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:27.078896 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:27.079284 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:27.079351 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:27.079372 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:27.220384 595895 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-214441" context rescaled to 1 replicas
I0929 11:31:30.522194 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (11.34358993s)
I0929 11:31:30.522263 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (11.327765304s)
I0929 11:31:30.522284 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:30.522297 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:30.522297 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:30.522308 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:30.522336 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (11.318803941s)
I0929 11:31:30.522386 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:30.522398 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:30.522641 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:30.522658 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:30.522685 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:30.522695 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:30.522794 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:30.522804 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:30.522813 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:30.522819 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:30.522874 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:30.522863 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:30.522905 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:30.522914 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:30.522922 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:30.522952 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:30.522984 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:30.522990 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:30.523183 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:30.523188 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:30.523205 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:30.523212 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:30.523216 595895 addons.go:479] Verifying addon ingress=true in "addons-214441"
I0929 11:31:30.523222 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:30.527182 595895 out.go:179] * Verifying ingress addon...
I0929 11:31:30.529738 595895 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0929 11:31:30.708830 595895 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0929 11:31:30.708859 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:31.235125 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:31.629964 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:32.068126 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:32.586294 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:33.055440 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:33.661344 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:33.865322 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (14.640641229s)
I0929 11:31:33.865361 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (14.526214451s)
I0929 11:31:33.865396 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.865407 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.865413 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (14.382417731s)
I0929 11:31:33.865425 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.865448 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (14.358144157s)
I0929 11:31:33.865456 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.865470 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.865472 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.865527 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml: (14.157883934s)
I0929 11:31:33.865528 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.865545 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.865554 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.865410 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.865659 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (14.144676501s)
W0929 11:31:33.865707 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:33.865740 595895 retry.go:31] will retry after 127.952259ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:33.865790 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (13.336965067s)
I0929 11:31:33.865796 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.865807 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.865810 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.865818 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.865821 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.865826 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.865864 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:33.865883 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.865895 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.865895 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:33.865906 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.865922 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.865928 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.865931 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.865939 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.865945 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.865960 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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: (13.311901558s)
I0929 11:31:33.865978 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.865986 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.866077 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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: (13.010152282s)
I0929 11:31:33.866096 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.866124 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.866162 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:33.866187 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:33.866214 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.866223 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.866230 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.866237 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.866283 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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: (11.969964695s)
W0929 11:31:33.866347 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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:
Warning: unrecognized format "int64"
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
I0929 11:31:33.866370 595895 retry.go:31] will retry after 213.926415ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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:
Warning: unrecognized format "int64"
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
I0929 11:31:33.866587 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.866618 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.866622 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:33.866627 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.866630 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.866636 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.866640 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.866651 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.866662 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.866606 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:33.866736 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.866752 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.866766 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.866780 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.866875 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:33.866910 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.866925 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.867202 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:33.867264 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.867284 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.867303 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.867339 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.867618 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:33.867761 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.867769 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.867778 595895 addons.go:479] Verifying addon registry=true in "addons-214441"
I0929 11:31:33.868269 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:33.868300 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.868305 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.868451 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.868463 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.868472 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:33.868479 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:33.869037 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:33.869070 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.869076 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.869084 595895 addons.go:479] Verifying addon metrics-server=true in "addons-214441"
I0929 11:31:33.869798 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:33.869839 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.869847 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.869975 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:33.870031 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:33.871564 595895 out.go:179] * Verifying registry addon...
I0929 11:31:33.872479 595895 out.go:179] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-214441 service yakd-dashboard -n yakd-dashboard
I0929 11:31:33.874294 595895 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0929 11:31:33.993863 595895 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0929 11:31:33.993900 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:33.994009 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:31:34.081538 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:34.115447 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:34.146570 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:34.146609 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:34.146947 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:34.146967 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:34.413578 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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: (8.803181451s)
I0929 11:31:34.413616 595895 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (8.116003731s)
I0929 11:31:34.413656 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:34.413669 595895 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (7.615843233s)
I0929 11:31:34.413709 595895 api_server.go:72] duration metric: took 16.972266985s to wait for apiserver process to appear ...
I0929 11:31:34.413722 595895 api_server.go:88] waiting for apiserver healthz status ...
I0929 11:31:34.413750 595895 api_server.go:253] Checking apiserver healthz at https://192.168.39.76:8443/healthz ...
I0929 11:31:34.413675 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:34.414213 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:34.414230 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:34.414254 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:34.414261 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:34.414511 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:34.414529 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:34.414543 595895 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-214441"
I0929 11:31:34.415286 595895 out.go:179] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I0929 11:31:34.416180 595895 out.go:179] * Verifying csi-hostpath-driver addon...
I0929 11:31:34.417833 595895 out.go:179] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.2
I0929 11:31:34.418933 595895 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0929 11:31:34.419343 595895 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0929 11:31:34.419365 595895 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0929 11:31:34.428017 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:34.435805 595895 api_server.go:279] https://192.168.39.76:8443/healthz returned 200:
ok
I0929 11:31:34.443092 595895 api_server.go:141] control plane version: v1.34.0
I0929 11:31:34.443139 595895 api_server.go:131] duration metric: took 29.409177ms to wait for apiserver health ...
I0929 11:31:34.443150 595895 system_pods.go:43] waiting for kube-system pods to appear ...
I0929 11:31:34.495447 595895 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0929 11:31:34.495473 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:34.527406 595895 system_pods.go:59] 20 kube-system pods found
I0929 11:31:34.527452 595895 system_pods.go:61] "amd-gpu-device-plugin-7jx7f" [97d8a167-36be-44b5-b99c-2b55db99df3e] Running
I0929 11:31:34.527458 595895 system_pods.go:61] "coredns-66bc5c9577-fkh52" [bd9cc142-39db-4ed9-9ecc-3d270499136c] Running
I0929 11:31:34.527463 595895 system_pods.go:61] "coredns-66bc5c9577-sgnb2" [343874b8-6c4d-4e36-8ebf-a379e3a93a98] Running
I0929 11:31:34.527471 595895 system_pods.go:61] "csi-hostpath-attacher-0" [27d9af25-8d41-4c37-9359-c7bd4f88f09f] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:31:34.527475 595895 system_pods.go:61] "csi-hostpath-resizer-0" [4f24e046-d5b2-41ff-a051-b0a572bf9348] Pending
I0929 11:31:34.527484 595895 system_pods.go:61] "csi-hostpathplugin-8279f" [3cc6db25-521c-4711-9d36-e22ab6d16249] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0929 11:31:34.527490 595895 system_pods.go:61] "etcd-addons-214441" [1710b264-ccec-4054-8a1c-7d8e5ce49163] Running
I0929 11:31:34.527494 595895 system_pods.go:61] "kube-apiserver-addons-214441" [302fdd61-6c51-4e6e-a1af-7856ccb9f2ca] Running
I0929 11:31:34.527502 595895 system_pods.go:61] "kube-controller-manager-addons-214441" [3e9c3a44-d14e-4335-a141-f7c648e6159d] Running
I0929 11:31:34.527507 595895 system_pods.go:61] "kube-ingress-dns-minikube" [12920e9d-debd-4783-9f79-1c3a345e576e] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:31:34.527513 595895 system_pods.go:61] "kube-proxy-d9fnb" [229af565-3300-4cb4-8289-f3d9b4a9af81] Running
I0929 11:31:34.527520 595895 system_pods.go:61] "kube-scheduler-addons-214441" [bcaec156-9259-4787-9d02-01a2203b43ac] Running
I0929 11:31:34.527524 595895 system_pods.go:61] "metrics-server-85b7d694d7-zlrv7" [003bc9b9-be00-4e08-8af7-3443d0502181] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:31:34.527533 595895 system_pods.go:61] "nvidia-device-plugin-daemonset-x7b8m" [b96ad59d-d30d-4437-a5c7-ce0c5fc69348] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:31:34.527541 595895 system_pods.go:61] "registry-66898fdd98-d7zx7" [e0282924-ef3d-48eb-8906-ea10f183b39e] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:31:34.527547 595895 system_pods.go:61] "registry-creds-764b6fb674-td8pw" [c6001777-2f97-49d8-972b-27d373557795] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:31:34.527557 595895 system_pods.go:61] "registry-proxy-grb7m" [d79830e7-a640-46a7-9b07-38e39aceac96] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:31:34.527562 595895 system_pods.go:61] "snapshot-controller-7d9fbc56b8-pw4g9" [74b07f42-da97-4ad5-8fdb-748ab5cfbde2] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:31:34.527571 595895 system_pods.go:61] "snapshot-controller-7d9fbc56b8-wvh2l" [987a4a45-4d77-43ac-816c-ebc08faf51bc] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:31:34.527575 595895 system_pods.go:61] "storage-provisioner" [e1a79041-edc7-4f8e-96cb-8b3566893a0e] Running
I0929 11:31:34.527582 595895 system_pods.go:74] duration metric: took 84.42539ms to wait for pod list to return data ...
I0929 11:31:34.527594 595895 default_sa.go:34] waiting for default service account to be created ...
I0929 11:31:34.549252 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:34.556947 595895 default_sa.go:45] found service account: "default"
I0929 11:31:34.556977 595895 default_sa.go:55] duration metric: took 29.376735ms for default service account to be created ...
I0929 11:31:34.556988 595895 system_pods.go:116] waiting for k8s-apps to be running ...
I0929 11:31:34.596290 595895 system_pods.go:86] 20 kube-system pods found
I0929 11:31:34.596322 595895 system_pods.go:89] "amd-gpu-device-plugin-7jx7f" [97d8a167-36be-44b5-b99c-2b55db99df3e] Running
I0929 11:31:34.596330 595895 system_pods.go:89] "coredns-66bc5c9577-fkh52" [bd9cc142-39db-4ed9-9ecc-3d270499136c] Running
I0929 11:31:34.596334 595895 system_pods.go:89] "coredns-66bc5c9577-sgnb2" [343874b8-6c4d-4e36-8ebf-a379e3a93a98] Running
I0929 11:31:34.596343 595895 system_pods.go:89] "csi-hostpath-attacher-0" [27d9af25-8d41-4c37-9359-c7bd4f88f09f] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0929 11:31:34.596349 595895 system_pods.go:89] "csi-hostpath-resizer-0" [4f24e046-d5b2-41ff-a051-b0a572bf9348] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0929 11:31:34.596357 595895 system_pods.go:89] "csi-hostpathplugin-8279f" [3cc6db25-521c-4711-9d36-e22ab6d16249] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0929 11:31:34.596361 595895 system_pods.go:89] "etcd-addons-214441" [1710b264-ccec-4054-8a1c-7d8e5ce49163] Running
I0929 11:31:34.596365 595895 system_pods.go:89] "kube-apiserver-addons-214441" [302fdd61-6c51-4e6e-a1af-7856ccb9f2ca] Running
I0929 11:31:34.596369 595895 system_pods.go:89] "kube-controller-manager-addons-214441" [3e9c3a44-d14e-4335-a141-f7c648e6159d] Running
I0929 11:31:34.596375 595895 system_pods.go:89] "kube-ingress-dns-minikube" [12920e9d-debd-4783-9f79-1c3a345e576e] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0929 11:31:34.596381 595895 system_pods.go:89] "kube-proxy-d9fnb" [229af565-3300-4cb4-8289-f3d9b4a9af81] Running
I0929 11:31:34.596385 595895 system_pods.go:89] "kube-scheduler-addons-214441" [bcaec156-9259-4787-9d02-01a2203b43ac] Running
I0929 11:31:34.596390 595895 system_pods.go:89] "metrics-server-85b7d694d7-zlrv7" [003bc9b9-be00-4e08-8af7-3443d0502181] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0929 11:31:34.596398 595895 system_pods.go:89] "nvidia-device-plugin-daemonset-x7b8m" [b96ad59d-d30d-4437-a5c7-ce0c5fc69348] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0929 11:31:34.596404 595895 system_pods.go:89] "registry-66898fdd98-d7zx7" [e0282924-ef3d-48eb-8906-ea10f183b39e] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0929 11:31:34.596409 595895 system_pods.go:89] "registry-creds-764b6fb674-td8pw" [c6001777-2f97-49d8-972b-27d373557795] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0929 11:31:34.596413 595895 system_pods.go:89] "registry-proxy-grb7m" [d79830e7-a640-46a7-9b07-38e39aceac96] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0929 11:31:34.596421 595895 system_pods.go:89] "snapshot-controller-7d9fbc56b8-pw4g9" [74b07f42-da97-4ad5-8fdb-748ab5cfbde2] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:31:34.596427 595895 system_pods.go:89] "snapshot-controller-7d9fbc56b8-wvh2l" [987a4a45-4d77-43ac-816c-ebc08faf51bc] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0929 11:31:34.596430 595895 system_pods.go:89] "storage-provisioner" [e1a79041-edc7-4f8e-96cb-8b3566893a0e] Running
I0929 11:31:34.596439 595895 system_pods.go:126] duration metric: took 39.444621ms to wait for k8s-apps to be running ...
I0929 11:31:34.596450 595895 system_svc.go:44] waiting for kubelet service to be running ....
I0929 11:31:34.596507 595895 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0929 11:31:34.638029 595895 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0929 11:31:34.638063 595895 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0929 11:31:34.896745 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:35.000193 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:35.038316 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:35.057490 595895 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0929 11:31:35.057521 595895 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0929 11:31:35.300242 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:35.379546 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:35.428677 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:35.535091 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:35.881406 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:35.938231 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:36.039311 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:36.382155 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:36.425663 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:36.535684 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:36.886954 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:36.927490 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:37.044975 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:37.382165 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:37.431026 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:37.547302 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:37.920673 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:37.944368 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:38.063651 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:38.330176 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (4.336121933s)
W0929 11:31:38.330254 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:38.330284 595895 retry.go:31] will retry after 312.007159ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:38.330290 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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: (4.248696545s)
I0929 11:31:38.330341 595895 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (3.73381029s)
I0929 11:31:38.330367 595895 system_svc.go:56] duration metric: took 3.733914032s WaitForService to wait for kubelet
I0929 11:31:38.330377 595895 kubeadm.go:578] duration metric: took 20.888935766s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0929 11:31:38.330403 595895 node_conditions.go:102] verifying NodePressure condition ...
I0929 11:31:38.330343 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:38.330449 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:38.330448 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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: (3.030164486s)
I0929 11:31:38.330495 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:38.330509 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:38.330817 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:38.330832 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:38.330841 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:38.330848 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:38.330851 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:38.330882 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:38.330895 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:38.330903 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:31:38.330910 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:31:38.331221 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:31:38.331223 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:38.331238 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:38.331251 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:31:38.331258 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:31:38.332465 595895 addons.go:479] Verifying addon gcp-auth=true in "addons-214441"
I0929 11:31:38.334695 595895 out.go:179] * Verifying gcp-auth addon...
I0929 11:31:38.336858 595895 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0929 11:31:38.341614 595895 node_conditions.go:122] node storage ephemeral capacity is 17734596Ki
I0929 11:31:38.341645 595895 node_conditions.go:123] node cpu capacity is 2
I0929 11:31:38.341662 595895 node_conditions.go:105] duration metric: took 11.25287ms to run NodePressure ...
I0929 11:31:38.341688 595895 start.go:241] waiting for startup goroutines ...
I0929 11:31:38.343873 595895 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0929 11:31:38.343896 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:38.381193 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:38.423947 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:38.537472 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:38.642514 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:31:38.843272 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:38.944959 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:38.945123 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:39.033029 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:39.342350 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:39.380435 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:39.424230 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:39.537307 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:39.645310 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.002737784s)
W0929 11:31:39.645357 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:39.645385 595895 retry.go:31] will retry after 298.904966ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:39.841477 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:39.879072 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:39.922915 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:39.945025 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:31:40.034681 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:40.343272 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:40.382403 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:40.422942 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:40.539442 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:40.844610 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:40.879893 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:40.924951 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:41.033826 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:41.124246 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.179166796s)
W0929 11:31:41.124315 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:41.124339 595895 retry.go:31] will retry after 649.538473ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:41.343005 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:41.380641 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:41.425734 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:41.533709 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:41.774560 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:31:41.841236 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:41.878527 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:41.924650 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:42.035789 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:42.342468 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:42.380731 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:42.426156 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:42.534471 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:42.785912 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.011289133s)
W0929 11:31:42.785977 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:42.786005 595895 retry.go:31] will retry after 983.289132ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:42.842132 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:42.879170 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:42.924415 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:43.036251 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:43.343664 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:43.382521 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:43.423598 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:43.534301 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:43.770317 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:31:43.843700 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:43.880339 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:43.925260 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:44.035702 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:44.342152 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:44.380186 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:44.427570 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:44.537930 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:44.812756 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.042397237s)
W0929 11:31:44.812812 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:44.812836 595895 retry.go:31] will retry after 2.137947671s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:44.843045 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:44.881899 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:44.924762 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:45.035718 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:45.343550 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:45.378897 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:45.424866 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:45.534338 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:45.841433 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:45.877671 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:45.923645 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:46.034379 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:46.372337 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:46.406356 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:46.426866 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:46.534032 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:46.842343 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:46.879578 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:46.925175 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:46.951146 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:31:47.034343 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:47.344240 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:47.382773 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:47.424668 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:47.540037 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:47.843427 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:47.879391 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:47.924262 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:47.960092 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.008893629s)
W0929 11:31:47.960177 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:47.960206 595895 retry.go:31] will retry after 2.504757299s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:48.033591 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:48.341481 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:48.378697 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:48.424514 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:48.536592 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:48.842185 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:48.879742 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:48.923614 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:49.034098 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:49.340781 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:49.379506 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:49.423231 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:49.534207 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:49.842436 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:49.877896 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:49.924231 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:50.034614 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:50.341556 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:50.379007 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:50.423685 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:50.465827 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:31:50.536792 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:50.843824 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:50.879454 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:50.924711 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:51.035609 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:51.343958 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:51.379841 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:51.424239 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:51.468054 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.002171892s)
W0929 11:31:51.468114 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:51.468140 595895 retry.go:31] will retry after 5.613548218s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:51.533585 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:51.963029 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:51.963886 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:51.964026 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:52.060713 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:52.343223 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:52.378836 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:52.424767 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:52.534427 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:52.849585 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:52.879670 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:52.948684 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:53.048366 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:53.346453 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:53.380741 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:53.426760 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:53.533978 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:53.840987 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:53.879766 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:53.924223 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:54.035753 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:54.342742 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:54.378763 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:54.423439 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:54.535260 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:54.841859 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:54.880183 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:54.925299 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:55.033854 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:55.340853 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:55.378822 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:55.424172 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:55.534313 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:55.842189 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:55.879647 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:55.925521 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:56.034145 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:56.341524 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:56.384803 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:56.424070 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:56.533658 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:56.845007 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:56.881917 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:56.944166 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:57.044730 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:57.082647 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:31:57.345840 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:57.379131 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:57.425387 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:57.534328 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:57.843711 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:57.879327 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:57.925624 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:58.038058 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:58.345139 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:58.379479 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:58.427479 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:58.431242 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.348544969s)
W0929 11:31:58.431293 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:58.431314 595895 retry.go:31] will retry after 5.599503168s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:31:58.535825 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:58.841717 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:58.878293 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:58.926559 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:59.035878 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:59.341486 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:59.381532 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:59.425077 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:31:59.532752 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:31:59.841172 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:31:59.878180 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:31:59.923096 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:00.034481 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:00.557941 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:00.559858 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:00.559963 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:00.560670 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:00.841990 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:00.879357 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:00.926097 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:01.036394 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:01.344642 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:01.379875 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:01.425784 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:01.534466 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:01.842499 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:01.878243 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:01.924047 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:02.033958 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:02.342377 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:02.380154 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:02.423813 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:02.535090 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:02.843862 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:02.879556 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:02.924521 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:03.034759 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:03.340099 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:03.378625 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:03.423534 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:03.534511 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:03.841201 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:03.878471 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:03.924393 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:04.031608 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:32:04.037031 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:04.344499 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:04.378709 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:04.426297 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:04.536239 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:04.842255 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:04.878783 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:04.925876 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:05.037628 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:05.250099 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.218439403s)
W0929 11:32:05.250163 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:32:05.250186 595895 retry.go:31] will retry after 6.3969875s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:32:05.342875 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:05.380683 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:05.424490 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:05.534483 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:05.841804 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:05.880284 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:05.923385 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:06.034868 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:06.341952 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:06.378384 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:06.426408 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:06.535793 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:06.842154 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:06.880699 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:06.924358 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:07.035474 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:07.343686 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:07.378323 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:07.423762 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:07.535390 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:07.843851 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:07.881716 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:07.927684 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:08.037583 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:08.341340 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:08.380517 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:08.424488 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:08.535292 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:08.841002 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:08.879020 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:08.924253 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:09.089297 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:09.340800 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:09.377819 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:09.423823 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:09.534297 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:09.849243 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:09.950172 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:09.950267 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:10.036059 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:10.346922 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:10.379976 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:10.424634 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:10.538864 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:10.842015 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:10.879192 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:10.925328 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:11.040957 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:11.349029 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:11.380885 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:11.452716 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:11.533526 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:11.648223 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:32:11.846882 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:11.881994 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:11.924898 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:12.037323 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:12.342006 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:12.378476 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:12.425404 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:12.544040 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:12.792386 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.144111976s)
W0929 11:32:12.792447 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:32:12.792475 595895 retry.go:31] will retry after 13.411476283s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:32:12.842021 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:12.880179 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:12.924788 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:13.040328 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:13.342434 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:13.378229 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:13.423792 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:13.533728 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:13.843276 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:13.881114 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:13.924958 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:14.034759 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:14.342679 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:14.391569 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:14.496903 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:14.537421 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:14.843175 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:14.880166 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:14.923743 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:15.033994 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:15.343313 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:15.378881 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0929 11:32:15.423448 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:15.538003 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:15.845026 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:15.879663 595895 kapi.go:107] duration metric: took 42.005359357s to wait for kubernetes.io/minikube-addons=registry ...
I0929 11:32:15.924537 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:16.034645 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:16.341847 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:16.423671 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:16.542699 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:16.844239 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:16.931285 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:17.038278 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:17.353396 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:17.429078 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:17.543634 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:17.844298 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:17.946425 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:18.041877 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:18.345833 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:18.428431 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:18.540908 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:18.840650 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:18.941953 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:19.044517 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:19.341978 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:19.424948 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:19.534807 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:19.839721 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:19.923994 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:20.033049 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:20.342737 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:20.425291 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:20.540624 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:20.844143 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:20.923381 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:21.034820 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:21.343509 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:21.423753 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:21.533929 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:21.841334 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:21.923232 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:22.035002 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:22.630689 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:22.632895 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:22.632941 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:22.845479 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:22.926876 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:23.038229 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:23.355255 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:23.427225 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:23.538625 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:23.844878 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:23.934777 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:24.035280 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:24.346419 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:24.423729 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:24.534589 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:24.842134 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:24.923902 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:25.034892 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:25.362314 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:25.488458 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:25.587385 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:25.861373 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:25.929934 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:26.034355 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:26.204639 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0929 11:32:26.361386 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:26.429512 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:26.537022 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:26.843446 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:26.926054 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:27.035634 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:27.344336 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:27.424901 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:27.537642 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:27.644135 595895 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (1.439429306s)
W0929 11:32:27.644198 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:32:27.644227 595895 retry.go:31] will retry after 29.327619656s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:32:27.842768 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:27.923415 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:28.034767 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:28.343738 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:28.445503 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:28.546159 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:28.851845 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:28.927009 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:29.033400 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:29.341998 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:29.426197 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:29.537012 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:29.842012 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:29.924188 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:30.034037 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:30.346865 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:30.430853 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:30.542769 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:30.842367 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:30.922904 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:31.033768 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:31.341881 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:31.425338 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:31.535963 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:31.844006 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:31.924398 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:32.034705 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:32.346065 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:32.423672 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:32.534377 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:32.842447 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:32.925931 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:33.034800 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:33.387960 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:33.429171 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:33.546901 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:33.852519 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:33.953288 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:34.035154 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:34.344025 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:34.431259 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:34.536600 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:34.843653 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:34.927609 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:35.036794 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:35.341408 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:35.425312 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:35.541227 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:35.847181 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:35.947699 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:36.035760 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:36.344915 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:36.424144 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:36.535593 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:36.841859 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:36.924975 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:37.037919 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:37.452583 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:37.459370 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:37.537236 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:37.841013 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:37.923280 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:38.036969 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:38.340515 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:38.425769 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:38.549235 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:38.842439 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:38.925062 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:39.035751 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:39.341398 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:39.422778 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:39.534951 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:39.841870 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:39.925988 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:40.034408 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:40.340654 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:40.424350 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:40.535075 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:40.843236 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:40.924921 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:41.034406 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:41.497913 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:41.499293 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:41.535243 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:41.844020 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:41.923065 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:42.045660 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:42.342026 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:42.426493 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:42.535570 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:42.841485 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:42.923010 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:43.039027 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:43.346733 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:43.432195 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:43.540145 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:43.885089 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:43.972714 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:44.068027 595895 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0929 11:32:44.345507 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:44.427061 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:44.535862 595895 kapi.go:107] duration metric: took 1m14.00612311s to wait for app.kubernetes.io/name=ingress-nginx ...
I0929 11:32:44.842493 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:44.929592 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:45.347246 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:45.424028 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:45.841905 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:45.923701 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:46.347078 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:46.425229 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:46.845817 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:46.925006 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:47.341259 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:47.426132 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:47.845143 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:47.924205 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:48.349502 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0929 11:32:48.452604 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:48.846442 595895 kapi.go:107] duration metric: took 1m10.509578031s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0929 11:32:48.847867 595895 out.go:179] * Your GCP credentials will now be mounted into every pod created in the addons-214441 cluster.
I0929 11:32:48.849227 595895 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.
I0929 11:32:48.850374 595895 out.go:179] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0929 11:32:48.946549 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:49.426824 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:49.927802 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:50.426120 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:50.925871 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:51.426655 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:51.927170 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:52.426213 595895 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0929 11:32:52.923791 595895 kapi.go:107] duration metric: took 1m18.504852087s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0929 11:32:56.972597 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
W0929 11:32:57.723998 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:32:57.724041 595895 retry.go:31] will retry after 18.741816746s: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:33:16.468501 595895 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/kubectl apply --force -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
W0929 11:33:17.218683 595895 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
I0929 11:33:17.218783 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:33:17.218797 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:33:17.219140 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:33:17.219161 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:33:17.219172 595895 main.go:141] libmachine: Making call to close driver server
I0929 11:33:17.219180 595895 main.go:141] libmachine: (addons-214441) Calling .Close
I0929 11:33:17.219203 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
I0929 11:33:17.219480 595895 main.go:141] libmachine: Successfully made call to close driver server
I0929 11:33:17.219502 595895 main.go:141] libmachine: Making call to close connection to plugin binary
I0929 11:33:17.219534 595895 main.go:141] libmachine: (addons-214441) DBG | Closing plugin on server side
W0929 11:33:17.219634 595895 out.go:285] ! Enabling 'inspektor-gadget' returned an error: running callbacks: [sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.34.0/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
]
I0929 11:33:17.221637 595895 out.go:179] * Enabled addons: ingress-dns, storage-provisioner-rancher, storage-provisioner, cloud-spanner, volcano, amd-gpu-device-plugin, metrics-server, registry-creds, nvidia-device-plugin, yakd, default-storageclass, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I0929 11:33:17.223007 595895 addons.go:514] duration metric: took 1m59.781528816s for enable addons: enabled=[ingress-dns storage-provisioner-rancher storage-provisioner cloud-spanner volcano amd-gpu-device-plugin metrics-server registry-creds nvidia-device-plugin yakd default-storageclass volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I0929 11:33:17.223046 595895 start.go:246] waiting for cluster config update ...
I0929 11:33:17.223066 595895 start.go:255] writing updated cluster config ...
I0929 11:33:17.223379 595895 ssh_runner.go:195] Run: rm -f paused
I0929 11:33:17.229885 595895 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" ...
I0929 11:33:17.234611 595895 pod_ready.go:83] waiting for pod "coredns-66bc5c9577-fkh52" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:33:17.240669 595895 pod_ready.go:94] pod "coredns-66bc5c9577-fkh52" is "Ready"
I0929 11:33:17.240694 595895 pod_ready.go:86] duration metric: took 6.057488ms for pod "coredns-66bc5c9577-fkh52" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:33:17.243134 595895 pod_ready.go:83] waiting for pod "etcd-addons-214441" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:33:17.248977 595895 pod_ready.go:94] pod "etcd-addons-214441" is "Ready"
I0929 11:33:17.249003 595895 pod_ready.go:86] duration metric: took 5.848678ms for pod "etcd-addons-214441" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:33:17.251694 595895 pod_ready.go:83] waiting for pod "kube-apiserver-addons-214441" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:33:17.257270 595895 pod_ready.go:94] pod "kube-apiserver-addons-214441" is "Ready"
I0929 11:33:17.257299 595895 pod_ready.go:86] duration metric: took 5.583626ms for pod "kube-apiserver-addons-214441" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:33:17.259585 595895 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-214441" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:33:17.635253 595895 pod_ready.go:94] pod "kube-controller-manager-addons-214441" is "Ready"
I0929 11:33:17.635287 595895 pod_ready.go:86] duration metric: took 375.675116ms for pod "kube-controller-manager-addons-214441" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:33:17.834921 595895 pod_ready.go:83] waiting for pod "kube-proxy-d9fnb" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:33:18.234706 595895 pod_ready.go:94] pod "kube-proxy-d9fnb" is "Ready"
I0929 11:33:18.234735 595895 pod_ready.go:86] duration metric: took 399.786159ms for pod "kube-proxy-d9fnb" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:33:18.435590 595895 pod_ready.go:83] waiting for pod "kube-scheduler-addons-214441" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:33:18.834304 595895 pod_ready.go:94] pod "kube-scheduler-addons-214441" is "Ready"
I0929 11:33:18.834340 595895 pod_ready.go:86] duration metric: took 398.719914ms for pod "kube-scheduler-addons-214441" in "kube-system" namespace to be "Ready" or be gone ...
I0929 11:33:18.834353 595895 pod_ready.go:40] duration metric: took 1.60442513s 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" ...
I0929 11:33:18.881427 595895 start.go:623] kubectl: 1.34.1, cluster: 1.34.0 (minor skew: 0)
I0929 11:33:18.883901 595895 out.go:179] * Done! kubectl is now configured to use "addons-214441" cluster and "default" namespace by default
==> Docker <==
Sep 29 11:33:42 addons-214441 dockerd[1525]: time="2025-09-29T11:33:42.094739949Z" level=warning msg="reference for unknown type: " digest="sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624" remote="docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624"
Sep 29 11:33:42 addons-214441 dockerd[1525]: time="2025-09-29T11:33:42.137686234Z" 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"
Sep 29 11:33:51 addons-214441 dockerd[1525]: time="2025-09-29T11:33:51.071723665Z" level=warning msg="reference for unknown type: " digest="sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90" remote="docker.io/volcanosh/vc-controller-manager@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90"
Sep 29 11:33:51 addons-214441 dockerd[1525]: time="2025-09-29T11:33:51.111681636Z" 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"
Sep 29 11:33:56 addons-214441 dockerd[1525]: time="2025-09-29T11:33:56.071799075Z" level=warning msg="reference for unknown type: " digest="sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35" remote="docker.io/volcanosh/vc-webhook-manager@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35"
Sep 29 11:33:56 addons-214441 dockerd[1525]: time="2025-09-29T11:33:56.111048013Z" 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"
Sep 29 11:34:00 addons-214441 dockerd[1525]: time="2025-09-29T11:34:00.077948336Z" level=warning msg="reference for unknown type: " digest="sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e" remote="docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e"
Sep 29 11:34:00 addons-214441 dockerd[1525]: time="2025-09-29T11:34:00.113868204Z" 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"
Sep 29 11:35:10 addons-214441 dockerd[1525]: time="2025-09-29T11:35:10.095864998Z" level=warning msg="reference for unknown type: " digest="sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624" remote="docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624"
Sep 29 11:35:10 addons-214441 dockerd[1525]: time="2025-09-29T11:35:10.137137388Z" 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"
Sep 29 11:35:23 addons-214441 dockerd[1525]: time="2025-09-29T11:35:23.068721842Z" level=warning msg="reference for unknown type: " digest="sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90" remote="docker.io/volcanosh/vc-controller-manager@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90"
Sep 29 11:35:23 addons-214441 dockerd[1525]: time="2025-09-29T11:35:23.103976868Z" 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"
Sep 29 11:35:25 addons-214441 dockerd[1525]: time="2025-09-29T11:35:25.063154839Z" level=warning msg="reference for unknown type: " digest="sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e" remote="docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e"
Sep 29 11:35:25 addons-214441 dockerd[1525]: time="2025-09-29T11:35:25.098459479Z" 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"
Sep 29 11:35:27 addons-214441 dockerd[1525]: time="2025-09-29T11:35:27.066913877Z" level=warning msg="reference for unknown type: " digest="sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35" remote="docker.io/volcanosh/vc-webhook-manager@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35"
Sep 29 11:35:27 addons-214441 dockerd[1525]: time="2025-09-29T11:35:27.107790260Z" 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"
Sep 29 11:38:00 addons-214441 dockerd[1525]: time="2025-09-29T11:38:00.089034080Z" level=warning msg="reference for unknown type: " digest="sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624" remote="docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624"
Sep 29 11:38:00 addons-214441 dockerd[1525]: time="2025-09-29T11:38:00.206748190Z" 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"
Sep 29 11:38:00 addons-214441 cri-dockerd[1389]: time="2025-09-29T11:38:00Z" level=info msg="Stop pulling image docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: docker.io/marcnuri/yakd@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624: Pulling from marcnuri/yakd"
Sep 29 11:38:07 addons-214441 dockerd[1525]: time="2025-09-29T11:38:07.063975619Z" level=warning msg="reference for unknown type: " digest="sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90" remote="docker.io/volcanosh/vc-controller-manager@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90"
Sep 29 11:38:07 addons-214441 dockerd[1525]: time="2025-09-29T11:38:07.103031753Z" 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"
Sep 29 11:38:13 addons-214441 dockerd[1525]: time="2025-09-29T11:38:13.071513164Z" level=warning msg="reference for unknown type: " digest="sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35" remote="docker.io/volcanosh/vc-webhook-manager@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35"
Sep 29 11:38:13 addons-214441 dockerd[1525]: time="2025-09-29T11:38:13.112099321Z" 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"
Sep 29 11:38:15 addons-214441 dockerd[1525]: time="2025-09-29T11:38:15.065846446Z" level=warning msg="reference for unknown type: " digest="sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e" remote="docker.io/volcanosh/vc-scheduler@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e"
Sep 29 11:38:15 addons-214441 dockerd[1525]: time="2025-09-29T11:38:15.102986155Z" 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"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
af544573fc0a7 registry.k8s.io/sig-storage/csi-snapshotter@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f 6 minutes ago Running csi-snapshotter 0 02a7d350b8353 csi-hostpathplugin-8279f
0ce41bd4faa5b registry.k8s.io/sig-storage/csi-provisioner@sha256:ee3b525d5b89db99da3b8eb521d9cd90cb6e9ef0fbb651e98bb37be78d36b5b8 6 minutes ago Running csi-provisioner 0 02a7d350b8353 csi-hostpathplugin-8279f
a8b5f59d15a16 registry.k8s.io/sig-storage/livenessprobe@sha256:cacee2b5c36dd59d4c7e8469c05c9e4ef53ecb2df9025fa8c10cdaf61bce62f0 6 minutes ago Running liveness-probe 0 02a7d350b8353 csi-hostpathplugin-8279f
31549aa99d4d8 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:94f0c448171b974aab7b4a96d00feb5799b1d69827a738a4f8b4b30c17fb74e7 6 minutes ago Running gcp-auth 0 14b4e2db2cb2b gcp-auth-78565c9fb4-7pfmd
2514173d96a26 registry.k8s.io/sig-storage/hostpathplugin@sha256:92257881c1d6493cf18299a24af42330f891166560047902b8d431fb66b01af5 6 minutes ago Running hostpath 0 02a7d350b8353 csi-hostpathplugin-8279f
9b5cb54a94a47 registry.k8s.io/ingress-nginx/controller@sha256:1f7eaeb01933e719c8a9f4acd8181e555e582330c7d50f24484fb64d2ba9b2ef 6 minutes ago Running controller 0 8b83af6a32772 ingress-nginx-controller-9cc49f96f-h99dj
ef4f6e22ce31a registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:f1c25991bac2fbb7f5fcf91ed9438df31e30edee6bed5a780464238aa09ad24c 6 minutes ago Running node-driver-registrar 0 02a7d350b8353 csi-hostpathplugin-8279f
5810f70edf860 registry.k8s.io/sig-storage/csi-external-health-monitor-controller@sha256:80b9ba94aa2afe24553d69bd165a6a51552d1582d68618ec00d3b804a7d9193c 6 minutes ago Running csi-external-health-monitor-controller 0 02a7d350b8353 csi-hostpathplugin-8279f
51f0c139f4f77 registry.k8s.io/sig-storage/csi-resizer@sha256:425d8f1b769398127767b06ed97ce62578a3179bcb99809ce93a1649e025ffe7 6 minutes ago Running csi-resizer 0 9e3b6780764f8 csi-hostpath-resizer-0
e02a58717cc7c registry.k8s.io/sig-storage/csi-attacher@sha256:9a685020911e2725ad019dbce6e4a5ab93d51e3d4557f115e64343345e05781b 6 minutes ago Running csi-attacher 0 00ac4103d1658 csi-hostpath-attacher-0
e805d753e363a registry.k8s.io/sig-storage/snapshot-controller@sha256:823c75d0c45d1427f6d850070956d9ca657140a7bbf828381541d1d808475280 6 minutes ago Running volume-snapshot-controller 0 5ef4f58a4b6da snapshot-controller-7d9fbc56b8-pw4g9
868179ee6252a registry.k8s.io/sig-storage/snapshot-controller@sha256:823c75d0c45d1427f6d850070956d9ca657140a7bbf828381541d1d808475280 6 minutes ago Running volume-snapshot-controller 0 34844f808604d snapshot-controller-7d9fbc56b8-wvh2l
30d73d85a386c 8c217da6734db 6 minutes ago Exited patch 1 63ec050554699 ingress-nginx-admission-patch-tp6tp
4182ff3d1e473 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:050a34002d5bb4966849c880c56c91f5320372564245733b33d4b3461b4dbd24 6 minutes ago Exited create 0 f519da4bfec27 ingress-nginx-admission-create-s6nvq
220ba84adaccb ghcr.io/inspektor-gadget/inspektor-gadget@sha256:66fdf18cc8a577423b2a36b96a5be40fe690fdb986bfe7875f54edfa9c7d19a5 6 minutes ago Running gadget 0 95e2903b29637 gadget-xvvvf
31302c4317135 rancher/local-path-provisioner@sha256:e34c88ae0affb1cdefbb874140d6339d4a27ec4ee420ae8199cd839997b05246 7 minutes ago Running local-path-provisioner 0 621898582dfa1 local-path-provisioner-648f6765c9-fq5l2
efbb7cee1304e registry.k8s.io/metrics-server/metrics-server@sha256:89258156d0e9af60403eafd44da9676fd66f600c7934d468ccc17e42b199aee2 7 minutes ago Running metrics-server 0 a6da2813101a6 metrics-server-85b7d694d7-zlrv7
e7580cc057c84 gcr.io/k8s-minikube/kube-registry-proxy@sha256:f832bbe1d48c62de040bd793937eaa0c05d2f945a55376a99c80a4dd9961aeb1 7 minutes ago Running registry-proxy 0 9a881a5471f2a registry-proxy-grb7m
27e640b6d6395 registry@sha256:3725021071ec9383eb3d87ddbdff9ed602439b3f7c958c9c2fb941049ea6531d 7 minutes ago Running registry 0 962de4a995d2e registry-66898fdd98-d7zx7
48adb1b2452be kicbase/minikube-ingress-dns@sha256:d7c3fd25a0ea8fa62d4096eda202b3fc69d994b01ed6ab431def629f16ba1a89 7 minutes ago Running minikube-ingress-dns 0 3ce8cc04a57f5 kube-ingress-dns-minikube
e49c7022a687d gcr.io/cloud-spanner-emulator/emulator@sha256:15030dbba87c4fba50265cc80e62278eb41925d24d3a54c30563eff06304bf58 7 minutes ago Running cloud-spanner-emulator 0 6c19c08a0c4b0 cloud-spanner-emulator-85f6b7fc65-vpv4f
5f92d762e43b0 nvcr.io/nvidia/k8s-device-plugin@sha256:630596340f8e83aa10b0bc13a46db76772e31b7dccfc34d3a4e41ab7e0aa6117 7 minutes ago Running nvidia-device-plugin-ctr 0 32059c64edb96 nvidia-device-plugin-daemonset-x7b8m
388ea771a1c89 6e38f40d628db 7 minutes ago Running storage-provisioner 0 a451536f2a3ae storage-provisioner
ef7f4d809a410 rocm/k8s-device-plugin@sha256:f3835498cf2274e0a07c32b38c166c05a876f8eb776d756cc06805e599a3ba5f 7 minutes ago Running amd-gpu-device-plugin 0 efbec0257280a amd-gpu-device-plugin-7jx7f
5629c377b6053 52546a367cc9e 8 minutes ago Running coredns 0 b6c342cfbd0e9 coredns-66bc5c9577-fkh52
cf32cea215063 df0860106674d 8 minutes ago Running kube-proxy 0 164bb1f35fdbf kube-proxy-d9fnb
1b712309a5901 46169d968e920 8 minutes ago Running kube-scheduler 0 16368e958b541 kube-scheduler-addons-214441
5df8c088591fb 5f1f5298c888d 8 minutes ago Running etcd 0 0a4ad14786721 etcd-addons-214441
b5368f01fa760 90550c43ad2bc 8 minutes ago Running kube-apiserver 0 47b3b468b3308 kube-apiserver-addons-214441
b7a56dc83eb1d a0af72f2ec6d6 8 minutes ago Running kube-controller-manager 0 8a7efdf44079d kube-controller-manager-addons-214441
==> controller_ingress [9b5cb54a94a4] <==
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.27.1
-------------------------------------------------------------------------------
W0929 11:32:43.351074 7 client_config.go:667] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
I0929 11:32:43.351415 7 main.go:205] "Creating API client" host="https://10.96.0.1:443"
I0929 11:32:43.358945 7 main.go:248] "Running in Kubernetes cluster" major="1" minor="34" git="v1.34.0" state="clean" commit="f28b4c9efbca5c5c0af716d9f2d5702667ee8a45" platform="linux/amd64"
I0929 11:32:43.617595 7 main.go:101] "SSL fake certificate created" file="/etc/ingress-controller/ssl/default-fake-certificate.pem"
I0929 11:32:43.669895 7 ssl.go:535] "loading tls certificate" path="/usr/local/certificates/cert" key="/usr/local/certificates/key"
I0929 11:32:43.710566 7 nginx.go:273] "Starting NGINX Ingress controller"
I0929 11:32:43.774831 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"ingress-nginx-controller", UID:"3dd86085-2445-46aa-9793-08d97be67a7a", APIVersion:"v1", ResourceVersion:"698", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/ingress-nginx-controller
I0929 11:32:43.777172 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"tcp-services", UID:"a0984485-7d74-4106-ac71-518c0a876149", APIVersion:"v1", ResourceVersion:"700", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/tcp-services
I0929 11:32:43.778120 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"udp-services", UID:"5ee96fc9-531b-4e0a-b522-5b42be6fefd3", APIVersion:"v1", ResourceVersion:"706", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/udp-services
I0929 11:32:44.911735 7 nginx.go:319] "Starting NGINX process"
I0929 11:32:44.915250 7 leaderelection.go:257] attempting to acquire leader lease ingress-nginx/ingress-nginx-leader...
I0929 11:32:44.919628 7 nginx.go:339] "Starting validation webhook" address=":8443" certPath="/usr/local/certificates/cert" keyPath="/usr/local/certificates/key"
I0929 11:32:44.922768 7 controller.go:214] "Configuration changes detected, backend reload required"
I0929 11:32:44.952222 7 leaderelection.go:271] successfully acquired lease ingress-nginx/ingress-nginx-leader
I0929 11:32:44.953465 7 status.go:85] "New leader elected" identity="ingress-nginx-controller-9cc49f96f-h99dj"
I0929 11:32:44.982815 7 status.go:224] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-9cc49f96f-h99dj" node="addons-214441"
I0929 11:32:45.020999 7 controller.go:228] "Backend successfully reloaded"
I0929 11:32:45.021197 7 controller.go:240] "Initial sync, sleeping for 1 second"
I0929 11:32:45.021384 7 event.go:377] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-9cc49f96f-h99dj", UID:"2bde8bfa-47f0-48da-9e63-cd8e2a0a38c6", APIVersion:"v1", ResourceVersion:"784", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
I0929 11:32:45.037639 7 status.go:224] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-9cc49f96f-h99dj" node="addons-214441"
==> coredns [5629c377b605] <==
[INFO] Reloading complete
[INFO] 10.244.0.7:52212 - 37212 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000406223s
[INFO] 10.244.0.7:52212 - 14403 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.001145753s
[INFO] 10.244.0.7:52212 - 34526 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.001027976s
[INFO] 10.244.0.7:52212 - 40091 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.002958291s
[INFO] 10.244.0.7:52212 - 8101 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000112715s
[INFO] 10.244.0.7:52212 - 55833 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000201304s
[INFO] 10.244.0.7:52212 - 46374 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000813986s
[INFO] 10.244.0.7:52212 - 13461 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.00014644s
[INFO] 10.244.0.7:58134 - 57276 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000168682s
[INFO] 10.244.0.7:58134 - 56902 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000087725s
[INFO] 10.244.0.7:45806 - 23713 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000124662s
[INFO] 10.244.0.7:45806 - 23950 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000142715s
[INFO] 10.244.0.7:42777 - 55128 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000080735s
[INFO] 10.244.0.7:42777 - 54892 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000216294s
[INFO] 10.244.0.7:36398 - 14124 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000321419s
[INFO] 10.244.0.7:36398 - 13929 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000550817s
[INFO] 10.244.0.26:41550 - 7840 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.00065483s
[INFO] 10.244.0.26:48585 - 52888 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000202217s
[INFO] 10.244.0.26:53114 - 55168 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000190191s
[INFO] 10.244.0.26:47096 - 26187 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000662248s
[INFO] 10.244.0.26:48999 - 38178 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00015298s
[INFO] 10.244.0.26:58286 - 39587 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000285241s
[INFO] 10.244.0.26:45238 - 61249 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.003642198s
[INFO] 10.244.0.26:33573 - 52185 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 534 0.003922074s
==> describe nodes <==
Name: addons-214441
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-214441
kubernetes.io/os=linux
minikube.k8s.io/commit=b8c533eb3dce8338d3d4e7231ea97d1c44ed6f81
minikube.k8s.io/name=addons-214441
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_09_29T11_31_12_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-214441
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-214441"}
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 29 Sep 2025 11:31:09 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-214441
AcquireTime: <unset>
RenewTime: Mon, 29 Sep 2025 11:39:11 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 29 Sep 2025 11:38:52 +0000 Mon, 29 Sep 2025 11:31:06 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 29 Sep 2025 11:38:52 +0000 Mon, 29 Sep 2025 11:31:06 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 29 Sep 2025 11:38:52 +0000 Mon, 29 Sep 2025 11:31:06 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 29 Sep 2025 11:38:52 +0000 Mon, 29 Sep 2025 11:31:17 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.39.76
Hostname: addons-214441
Capacity:
cpu: 2
ephemeral-storage: 17734596Ki
hugepages-2Mi: 0
memory: 4008588Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 17734596Ki
hugepages-2Mi: 0
memory: 4008588Ki
pods: 110
System Info:
Machine ID: 44179717398847cdb8d861dffe58e059
System UUID: 44179717-3988-47cd-b8d8-61dffe58e059
Boot ID: f083535d-5807-413a-9a6b-1a0bbe2d4432
Kernel Version: 6.6.95
OS Image: Buildroot 2025.02
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://28.4.0
Kubelet Version: v1.34.0
Kube-Proxy Version:
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (29 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default cloud-spanner-emulator-85f6b7fc65-vpv4f 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m58s
gadget gadget-xvvvf 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m52s
gcp-auth gcp-auth-78565c9fb4-7pfmd 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m43s
ingress-nginx ingress-nginx-controller-9cc49f96f-h99dj 100m (5%) 0 (0%) 90Mi (2%) 0 (0%) 7m51s
kube-system amd-gpu-device-plugin-7jx7f 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m59s
kube-system coredns-66bc5c9577-fkh52 100m (5%) 0 (0%) 70Mi (1%) 170Mi (4%) 8m3s
kube-system csi-hostpath-attacher-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m47s
kube-system csi-hostpath-resizer-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m46s
kube-system csi-hostpathplugin-8279f 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m47s
kube-system etcd-addons-214441 100m (5%) 0 (0%) 100Mi (2%) 0 (0%) 8m8s
kube-system kube-apiserver-addons-214441 250m (12%) 0 (0%) 0 (0%) 0 (0%) 8m8s
kube-system kube-controller-manager-addons-214441 200m (10%) 0 (0%) 0 (0%) 0 (0%) 8m8s
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m56s
kube-system kube-proxy-d9fnb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 8m3s
kube-system kube-scheduler-addons-214441 100m (5%) 0 (0%) 0 (0%) 0 (0%) 8m10s
kube-system metrics-server-85b7d694d7-zlrv7 100m (5%) 0 (0%) 200Mi (5%) 0 (0%) 7m55s
kube-system nvidia-device-plugin-daemonset-x7b8m 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m59s
kube-system registry-66898fdd98-d7zx7 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m56s
kube-system registry-creds-764b6fb674-td8pw 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m59s
kube-system registry-proxy-grb7m 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m56s
kube-system snapshot-controller-7d9fbc56b8-pw4g9 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m48s
kube-system snapshot-controller-7d9fbc56b8-wvh2l 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m48s
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m55s
local-path-storage local-path-provisioner-648f6765c9-fq5l2 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m54s
volcano-system volcano-admission-589c7dd587-jl4hb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m52s
volcano-system volcano-admission-init-qkc2n 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m52s
volcano-system volcano-controllers-7dc6969b45-zsmjr 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m49s
volcano-system volcano-scheduler-799f64f894-jnn6h 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m48s
yakd-dashboard yakd-dashboard-5ff678cb9-8b84x 0 (0%) 0 (0%) 128Mi (3%) 256Mi (6%) 7m53s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%) 0 (0%)
memory 588Mi (15%) 426Mi (10%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 8m1s kube-proxy
Normal Starting 8m9s kubelet Starting kubelet.
Normal NodeAllocatableEnforced 8m8s kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 8m8s kubelet Node addons-214441 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 8m8s kubelet Node addons-214441 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 8m8s kubelet Node addons-214441 status is now: NodeHasSufficientPID
Normal RegisteredNode 8m4s node-controller Node addons-214441 event: Registered Node addons-214441 in Controller
Normal NodeReady 8m3s kubelet Node addons-214441 status is now: NodeReady
==> dmesg <==
[Sep29 11:30] Booted with the nomodeset parameter. Only the system framebuffer will be available
[ +0.000007] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended configuration space under this bridge
[ +0.000056] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ +0.003018] (rpcbind)[119]: rpcbind.service: Referenced but unset environment variable evaluates to an empty string: RPCBIND_OPTIONS
[ +1.187834] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ +0.000021] NFSD: unable to find recovery directory /var/lib/nfs/v4recovery
[ +0.000001] NFSD: Unable to initialize client recovery tracking! (-2)
[ +0.114045] kauditd_printk_skb: 1 callbacks suppressed
[ +0.120480] kauditd_printk_skb: 401 callbacks suppressed
[Sep29 11:31] kauditd_printk_skb: 205 callbacks suppressed
[ +0.167720] kauditd_printk_skb: 165 callbacks suppressed
[ +0.127166] kauditd_printk_skb: 19 callbacks suppressed
[ +0.109876] kauditd_printk_skb: 297 callbacks suppressed
[ +0.186219] kauditd_printk_skb: 164 callbacks suppressed
[ +0.000058] kauditd_printk_skb: 275 callbacks suppressed
[ +1.798616] kauditd_printk_skb: 343 callbacks suppressed
[ +13.445646] kauditd_printk_skb: 68 callbacks suppressed
[ +5.142447] kauditd_printk_skb: 20 callbacks suppressed
[Sep29 11:32] kauditd_printk_skb: 41 callbacks suppressed
[ +6.199632] kauditd_printk_skb: 38 callbacks suppressed
[ +1.030429] kauditd_printk_skb: 78 callbacks suppressed
[ +5.195773] kauditd_printk_skb: 75 callbacks suppressed
[ +5.274224] kauditd_printk_skb: 150 callbacks suppressed
[ +5.780886] kauditd_printk_skb: 68 callbacks suppressed
[ +8.295767] kauditd_printk_skb: 56 callbacks suppressed
==> etcd [5df8c088591f] <==
{"level":"warn","ts":"2025-09-29T11:31:46.527203Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:58332","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:31:46.544347Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:58354","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:31:46.567799Z","caller":"embed/config_logging.go:188","msg":"rejected connection on client endpoint","remote-addr":"127.0.0.1:58372","server-name":"","error":"EOF"}
{"level":"warn","ts":"2025-09-29T11:31:51.946700Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"113.498601ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-09-29T11:31:51.946796Z","caller":"traceutil/trace.go:172","msg":"trace[1711833416] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1038; }","duration":"113.602206ms","start":"2025-09-29T11:31:51.833177Z","end":"2025-09-29T11:31:51.946779Z","steps":["trace[1711833416] 'range keys from in-memory index tree' (duration: 113.445823ms)"],"step_count":1}
{"level":"info","ts":"2025-09-29T11:32:00.547127Z","caller":"traceutil/trace.go:172","msg":"trace[2142736121] linearizableReadLoop","detail":"{readStateIndex:1083; appliedIndex:1083; }","duration":"213.104282ms","start":"2025-09-29T11:32:00.334002Z","end":"2025-09-29T11:32:00.547106Z","steps":["trace[2142736121] 'read index received' (duration: 213.095571ms)","trace[2142736121] 'applied index is now lower than readState.Index' (duration: 5.027µs)"],"step_count":2}
{"level":"info","ts":"2025-09-29T11:32:00.549221Z","caller":"traceutil/trace.go:172","msg":"trace[708330809] transaction","detail":"{read_only:false; response_revision:1062; number_of_response:1; }","duration":"237.627688ms","start":"2025-09-29T11:32:00.311582Z","end":"2025-09-29T11:32:00.549210Z","steps":["trace[708330809] 'process raft request' (duration: 235.951817ms)"],"step_count":1}
{"level":"warn","ts":"2025-09-29T11:32:00.549159Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"214.479896ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-09-29T11:32:00.549416Z","caller":"traceutil/trace.go:172","msg":"trace[283960959] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1061; }","duration":"215.430561ms","start":"2025-09-29T11:32:00.333975Z","end":"2025-09-29T11:32:00.549406Z","steps":["trace[283960959] 'agreement among raft nodes before linearized reading' (duration: 214.453965ms)"],"step_count":1}
{"level":"warn","ts":"2025-09-29T11:32:00.549612Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"178.233017ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-09-29T11:32:00.549630Z","caller":"traceutil/trace.go:172","msg":"trace[1676271402] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1062; }","duration":"178.256779ms","start":"2025-09-29T11:32:00.371368Z","end":"2025-09-29T11:32:00.549625Z","steps":["trace[1676271402] 'agreement among raft nodes before linearized reading' (duration: 178.210962ms)"],"step_count":1}
{"level":"warn","ts":"2025-09-29T11:32:00.549775Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"133.256178ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-09-29T11:32:00.549795Z","caller":"traceutil/trace.go:172","msg":"trace[872905781] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1062; }","duration":"133.278789ms","start":"2025-09-29T11:32:00.416510Z","end":"2025-09-29T11:32:00.549789Z","steps":["trace[872905781] 'agreement among raft nodes before linearized reading' (duration: 133.240765ms)"],"step_count":1}
{"level":"warn","ts":"2025-09-29T11:32:22.619881Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"283.951682ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-09-29T11:32:22.619953Z","caller":"traceutil/trace.go:172","msg":"trace[256565612] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1138; }","duration":"284.054314ms","start":"2025-09-29T11:32:22.335884Z","end":"2025-09-29T11:32:22.619939Z","steps":["trace[256565612] 'range keys from in-memory index tree' (duration: 283.898213ms)"],"step_count":1}
{"level":"warn","ts":"2025-09-29T11:32:22.620417Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"203.038923ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-09-29T11:32:22.620455Z","caller":"traceutil/trace.go:172","msg":"trace[2141218366] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1138; }","duration":"203.079865ms","start":"2025-09-29T11:32:22.417365Z","end":"2025-09-29T11:32:22.620444Z","steps":["trace[2141218366] 'range keys from in-memory index tree' (duration: 202.851561ms)"],"step_count":1}
{"level":"info","ts":"2025-09-29T11:32:37.446139Z","caller":"traceutil/trace.go:172","msg":"trace[1518739598] linearizableReadLoop","detail":"{readStateIndex:1281; appliedIndex:1281; }","duration":"111.376689ms","start":"2025-09-29T11:32:37.334743Z","end":"2025-09-29T11:32:37.446120Z","steps":["trace[1518739598] 'read index received' (duration: 111.370356ms)","trace[1518739598] 'applied index is now lower than readState.Index' (duration: 5.449µs)"],"step_count":2}
{"level":"warn","ts":"2025-09-29T11:32:37.446365Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"111.596508ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-09-29T11:32:37.446409Z","caller":"traceutil/trace.go:172","msg":"trace[333303529] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1250; }","duration":"111.664223ms","start":"2025-09-29T11:32:37.334737Z","end":"2025-09-29T11:32:37.446401Z","steps":["trace[333303529] 'agreement among raft nodes before linearized reading' (duration: 111.566754ms)"],"step_count":1}
{"level":"info","ts":"2025-09-29T11:32:37.447956Z","caller":"traceutil/trace.go:172","msg":"trace[1818807407] transaction","detail":"{read_only:false; response_revision:1251; number_of_response:1; }","duration":"216.083326ms","start":"2025-09-29T11:32:37.231864Z","end":"2025-09-29T11:32:37.447947Z","steps":["trace[1818807407] 'process raft request' (duration: 214.333833ms)"],"step_count":1}
{"level":"info","ts":"2025-09-29T11:32:41.490882Z","caller":"traceutil/trace.go:172","msg":"trace[1943079177] linearizableReadLoop","detail":"{readStateIndex:1295; appliedIndex:1295; }","duration":"156.252408ms","start":"2025-09-29T11:32:41.334599Z","end":"2025-09-29T11:32:41.490852Z","steps":["trace[1943079177] 'read index received' (duration: 156.245254ms)","trace[1943079177] 'applied index is now lower than readState.Index' (duration: 4.49µs)"],"step_count":2}
{"level":"warn","ts":"2025-09-29T11:32:41.491088Z","caller":"txn/util.go:93","msg":"apply request took too long","took":"156.469181ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-09-29T11:32:41.491110Z","caller":"traceutil/trace.go:172","msg":"trace[366978766] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1264; }","duration":"156.509563ms","start":"2025-09-29T11:32:41.334595Z","end":"2025-09-29T11:32:41.491105Z","steps":["trace[366978766] 'agreement among raft nodes before linearized reading' (duration: 156.436502ms)"],"step_count":1}
{"level":"warn","ts":"2025-09-29T11:32:41.491567Z","caller":"v3rpc/interceptor.go:202","msg":"request stats","start time":"2025-09-29T11:32:41.150207Z","time spent":"341.358415ms","remote":"127.0.0.1:41482","response type":"/etcdserverpb.Lease/LeaseGrant","request count":-1,"request size":-1,"response count":-1,"response size":-1,"request content":""}
==> gcp-auth [31549aa99d4d] <==
2025/09/29 11:32:48 GCP Auth Webhook started!
==> kernel <==
11:39:20 up 8 min, 0 users, load average: 0.16, 0.81, 0.64
Linux addons-214441 6.6.95 #1 SMP PREEMPT_DYNAMIC Thu Sep 18 15:48:18 UTC 2025 x86_64 GNU/Linux
PRETTY_NAME="Buildroot 2025.02"
==> kube-apiserver [b5368f01fa76] <==
E0929 11:32:19.325625 1 remote_available_controller.go:462] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.105.25.227:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.105.25.227:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.105.25.227:443: connect: connection refused" logger="UnhandledError"
E0929 11:32:19.486676 1 remote_available_controller.go:462] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.105.25.227:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.105.25.227:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.105.25.227:443: connect: connection refused" logger="UnhandledError"
I0929 11:32:19.562307 1 stats.go:136] "Error getting keys" err="empty key: \"\""
E0929 11:32:19.808597 1 remote_available_controller.go:462] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.105.25.227:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.105.25.227:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.105.25.227:443: connect: connection refused" logger="UnhandledError"
W0929 11:32:20.177130 1 handler_proxy.go:99] no RequestInfo found in the context
E0929 11:32:20.177408 1 controller.go:113] "Unhandled Error" err="loading OpenAPI spec for \"v1beta1.metrics.k8s.io\" failed with: Error, could not get list of group versions for APIService" logger="UnhandledError"
I0929 11:32:20.177426 1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
W0929 11:32:20.177309 1 handler_proxy.go:99] no RequestInfo found in the context
E0929 11:32:20.177493 1 controller.go:102] "Unhandled Error" err=<
loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
> logger="UnhandledError"
I0929 11:32:20.178737 1 controller.go:109] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
I0929 11:32:20.537717 1 handler.go:285] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0929 11:33:22.473236 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:33:25.012867 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:34:24.998903 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:34:51.908792 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:35:44.426933 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:36:08.861452 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:36:59.641615 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:37:09.147049 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:38:08.905952 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:38:21.134856 1 stats.go:136] "Error getting keys" err="empty key: \"\""
I0929 11:39:16.594587 1 stats.go:136] "Error getting keys" err="empty key: \"\""
==> kube-controller-manager [b7a56dc83eb1] <==
I0929 11:31:16.181350 1 node_lifecycle_controller.go:873] "Missing timestamp for Node. Assuming now as a timestamp" logger="node-lifecycle-controller" node="addons-214441"
I0929 11:31:16.181580 1 node_lifecycle_controller.go:1025] "Controller detected that all Nodes are not-Ready. Entering master disruption mode" logger="node-lifecycle-controller"
I0929 11:31:16.181995 1 shared_informer.go:356] "Caches are synced" controller="PVC protection"
I0929 11:31:16.182480 1 shared_informer.go:356] "Caches are synced" controller="crt configmap"
I0929 11:31:16.185142 1 shared_informer.go:356] "Caches are synced" controller="validatingadmissionpolicy-status"
I0929 11:31:16.187067 1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
I0929 11:31:16.187217 1 garbagecollector.go:154] "Garbage collector: all resource monitors have synced" logger="garbage-collector-controller"
I0929 11:31:16.187241 1 garbagecollector.go:157] "Proceeding to collect garbage" logger="garbage-collector-controller"
I0929 11:31:16.191585 1 shared_informer.go:356] "Caches are synced" controller="stateful set"
I0929 11:31:21.221543 1 node_lifecycle_controller.go:1044] "Controller detected that some Nodes are Ready. Exiting master disruption mode" logger="node-lifecycle-controller"
E0929 11:31:25.868897 1 replica_set.go:587] "Unhandled Error" err="sync \"kube-system/metrics-server-85b7d694d7\" failed with pods \"metrics-server-85b7d694d7-\" is forbidden: error looking up service account kube-system/metrics-server: serviceaccount \"metrics-server\" not found" logger="UnhandledError"
E0929 11:31:46.149484 1 resource_quota_controller.go:446] "Unhandled Error" err="unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: stale GroupVersion discovery: metrics.k8s.io/v1beta1" logger="UnhandledError"
I0929 11:31:46.149905 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="podgroups.scheduling.volcano.sh"
I0929 11:31:46.150195 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="commands.bus.volcano.sh"
I0929 11:31:46.150226 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="volumesnapshots.snapshot.storage.k8s.io"
I0929 11:31:46.150243 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobs.batch.volcano.sh"
I0929 11:31:46.150302 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobtemplates.flow.volcano.sh"
I0929 11:31:46.150395 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobflows.flow.volcano.sh"
I0929 11:31:46.153366 1 shared_informer.go:349] "Waiting for caches to sync" controller="resource quota"
I0929 11:31:46.200961 1 garbagecollector.go:787] "failed to discover some groups" logger="garbage-collector-controller" groups="map[\"metrics.k8s.io/v1beta1\":\"stale GroupVersion discovery: metrics.k8s.io/v1beta1\"]"
I0929 11:31:46.209620 1 shared_informer.go:349] "Waiting for caches to sync" controller="garbage collector"
I0929 11:31:47.554513 1 shared_informer.go:356] "Caches are synced" controller="resource quota"
I0929 11:31:47.611471 1 shared_informer.go:356] "Caches are synced" controller="garbage collector"
E0929 11:32:17.586210 1 resource_quota_controller.go:446] "Unhandled Error" err="unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: stale GroupVersion discovery: metrics.k8s.io/v1beta1" logger="UnhandledError"
I0929 11:32:17.635151 1 garbagecollector.go:787] "failed to discover some groups" logger="garbage-collector-controller" groups="map[\"metrics.k8s.io/v1beta1\":\"stale GroupVersion discovery: metrics.k8s.io/v1beta1\"]"
==> kube-proxy [cf32cea21506] <==
I0929 11:31:18.966107 1 shared_informer.go:349] "Waiting for caches to sync" controller="node informer cache"
I0929 11:31:19.067553 1 shared_informer.go:356] "Caches are synced" controller="node informer cache"
I0929 11:31:19.067585 1 server.go:219] "Successfully retrieved NodeIPs" NodeIPs=["192.168.39.76"]
E0929 11:31:19.067663 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`"
I0929 11:31:19.367843 1 server_linux.go:103] "No iptables support for family" ipFamily="IPv6" error=<
error listing chain "POSTROUTING" in table "nat": exit status 3: ip6tables v1.8.9 (legacy): can't initialize ip6tables table `nat': Table does not exist (do you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.
>
I0929 11:31:19.367925 1 server.go:267] "kube-proxy running in single-stack mode" ipFamily="IPv4"
I0929 11:31:19.367957 1 server_linux.go:132] "Using iptables Proxier"
I0929 11:31:19.410838 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"
I0929 11:31:19.411105 1 server.go:527] "Version info" version="v1.34.0"
I0929 11:31:19.411117 1 server.go:529] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0929 11:31:19.438109 1 config.go:200] "Starting service config controller"
I0929 11:31:19.438145 1 shared_informer.go:349] "Waiting for caches to sync" controller="service config"
I0929 11:31:19.438165 1 config.go:106] "Starting endpoint slice config controller"
I0929 11:31:19.438169 1 shared_informer.go:349] "Waiting for caches to sync" controller="endpoint slice config"
I0929 11:31:19.438197 1 config.go:403] "Starting serviceCIDR config controller"
I0929 11:31:19.438201 1 shared_informer.go:349] "Waiting for caches to sync" controller="serviceCIDR config"
I0929 11:31:19.443612 1 config.go:309] "Starting node config controller"
I0929 11:31:19.443644 1 shared_informer.go:349] "Waiting for caches to sync" controller="node config"
I0929 11:31:19.443650 1 shared_informer.go:356] "Caches are synced" controller="node config"
I0929 11:31:19.552512 1 shared_informer.go:356] "Caches are synced" controller="serviceCIDR config"
I0929 11:31:19.552650 1 shared_informer.go:356] "Caches are synced" controller="endpoint slice config"
I0929 11:31:19.639397 1 shared_informer.go:356] "Caches are synced" controller="service config"
==> kube-scheduler [1b712309a590] <==
E0929 11:31:09.221196 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"
E0929 11:31:09.221236 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"
E0929 11:31:09.222033 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"
E0929 11:31:09.225006 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"
E0929 11:31:09.225514 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"
E0929 11:31:09.225802 1 reflector.go:205] "Failed to watch" err="failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
E0929 11:31:09.225865 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"
E0929 11:31:09.225922 1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
E0929 11:31:09.226012 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"
E0929 11:31:09.226045 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"
E0929 11:31:10.048406 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"
E0929 11:31:10.133629 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"
E0929 11:31:10.190360 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"
E0929 11:31:10.277104 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"
E0929 11:31:10.293798 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"
E0929 11:31:10.302970 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"
E0929 11:31:10.326331 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"
E0929 11:31:10.346485 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"
E0929 11:31:10.373940 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"
E0929 11:31:10.450205 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"
E0929 11:31:10.476705 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"
E0929 11:31:10.548049 1 reflector.go:205] "Failed to watch" err="failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
E0929 11:31:10.584420 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"
E0929 11:31:10.696768 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"
I0929 11:31:12.791660 1 shared_informer.go:356] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
==> kubelet <==
Sep 29 11:38:13 addons-214441 kubelet[2504]: E0929 11:38:13.116169 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"main\" with ErrImagePull: \"Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-admission-init-qkc2n" podUID="991c521e-d31a-420f-a3c6-2afa006c70ee"
Sep 29 11:38:15 addons-214441 kubelet[2504]: E0929 11:38:15.106149 2504 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e"
Sep 29 11:38:15 addons-214441 kubelet[2504]: E0929 11:38:15.106207 2504 kuberuntime_image.go:43] "Failed to pull image" err="Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e"
Sep 29 11:38:15 addons-214441 kubelet[2504]: E0929 11:38:15.106764 2504 kuberuntime_manager.go:1449] "Unhandled Error" err="container volcano-scheduler start failed in pod volcano-scheduler-799f64f894-jnn6h_volcano-system(6f384a13-5a13-40d7-bedc-aaf02b7cc343): ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
Sep 29 11:38:15 addons-214441 kubelet[2504]: E0929 11:38:15.106806 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-scheduler\" with ErrImagePull: \"Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-scheduler-799f64f894-jnn6h" podUID="6f384a13-5a13-40d7-bedc-aaf02b7cc343"
Sep 29 11:38:22 addons-214441 kubelet[2504]: E0929 11:38:22.047120 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-controllers\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-controller-manager:v1.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-controllers-7dc6969b45-zsmjr" podUID="2a533a66-4422-41ee-beed-58fae52e36b3"
Sep 29 11:38:24 addons-214441 kubelet[2504]: E0929 11:38:24.046188 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"main\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-webhook-manager:v1.12.2@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-admission-init-qkc2n" podUID="991c521e-d31a-420f-a3c6-2afa006c70ee"
Sep 29 11:38:26 addons-214441 kubelet[2504]: E0929 11:38:26.063863 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-8b84x" podUID="776cffb2-d8ee-4337-a96e-2a5d06549491"
Sep 29 11:38:30 addons-214441 kubelet[2504]: E0929 11:38:30.045590 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-scheduler\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-scheduler-799f64f894-jnn6h" podUID="6f384a13-5a13-40d7-bedc-aaf02b7cc343"
Sep 29 11:38:36 addons-214441 kubelet[2504]: E0929 11:38:36.045637 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"main\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-webhook-manager:v1.12.2@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-admission-init-qkc2n" podUID="991c521e-d31a-420f-a3c6-2afa006c70ee"
Sep 29 11:38:36 addons-214441 kubelet[2504]: E0929 11:38:36.046659 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-controllers\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-controller-manager:v1.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-controllers-7dc6969b45-zsmjr" podUID="2a533a66-4422-41ee-beed-58fae52e36b3"
Sep 29 11:38:41 addons-214441 kubelet[2504]: E0929 11:38:41.047736 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-8b84x" podUID="776cffb2-d8ee-4337-a96e-2a5d06549491"
Sep 29 11:38:44 addons-214441 kubelet[2504]: E0929 11:38:44.060949 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-scheduler\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-scheduler-799f64f894-jnn6h" podUID="6f384a13-5a13-40d7-bedc-aaf02b7cc343"
Sep 29 11:38:46 addons-214441 kubelet[2504]: I0929 11:38:46.045817 2504 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/amd-gpu-device-plugin-7jx7f" secret="" err="secret \"gcp-auth\" not found"
Sep 29 11:38:48 addons-214441 kubelet[2504]: E0929 11:38:48.046073 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-controllers\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-controller-manager:v1.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-controllers-7dc6969b45-zsmjr" podUID="2a533a66-4422-41ee-beed-58fae52e36b3"
Sep 29 11:38:50 addons-214441 kubelet[2504]: E0929 11:38:50.046508 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"main\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-webhook-manager:v1.12.2@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-admission-init-qkc2n" podUID="991c521e-d31a-420f-a3c6-2afa006c70ee"
Sep 29 11:38:53 addons-214441 kubelet[2504]: I0929 11:38:53.046018 2504 kubelet_pods.go:1082] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-grb7m" secret="" err="secret \"gcp-auth\" not found"
Sep 29 11:38:54 addons-214441 kubelet[2504]: E0929 11:38:54.050367 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-8b84x" podUID="776cffb2-d8ee-4337-a96e-2a5d06549491"
Sep 29 11:38:56 addons-214441 kubelet[2504]: E0929 11:38:56.045956 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-scheduler\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-scheduler-799f64f894-jnn6h" podUID="6f384a13-5a13-40d7-bedc-aaf02b7cc343"
Sep 29 11:39:02 addons-214441 kubelet[2504]: E0929 11:39:02.047122 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-controllers\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-controller-manager:v1.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-controllers-7dc6969b45-zsmjr" podUID="2a533a66-4422-41ee-beed-58fae52e36b3"
Sep 29 11:39:05 addons-214441 kubelet[2504]: E0929 11:39:05.046715 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"main\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-webhook-manager:v1.12.2@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-admission-init-qkc2n" podUID="991c521e-d31a-420f-a3c6-2afa006c70ee"
Sep 29 11:39:07 addons-214441 kubelet[2504]: E0929 11:39:07.049874 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"yakd\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/marcnuri/yakd:0.0.5@sha256:c5414196116a2266ad097b0468833b73ef1d6c7922241115fe203fb826381624\\\": ErrImagePull: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="yakd-dashboard/yakd-dashboard-5ff678cb9-8b84x" podUID="776cffb2-d8ee-4337-a96e-2a5d06549491"
Sep 29 11:39:09 addons-214441 kubelet[2504]: E0929 11:39:09.045980 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-scheduler\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-scheduler:v1.12.2@sha256:6e28f0f79d4cd09c1c34afaba41623c1b4d0fd7087cc99d6449a8a62e073b50e\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-scheduler-799f64f894-jnn6h" podUID="6f384a13-5a13-40d7-bedc-aaf02b7cc343"
Sep 29 11:39:17 addons-214441 kubelet[2504]: E0929 11:39:17.046400 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-controllers\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-controller-manager:v1.12.2@sha256:286112e70bdbf88174a66895bb3c64dd9026b5a762025b61bcd8f6cac04e1b90\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-controllers-7dc6969b45-zsmjr" podUID="2a533a66-4422-41ee-beed-58fae52e36b3"
Sep 29 11:39:19 addons-214441 kubelet[2504]: E0929 11:39:19.045426 2504 pod_workers.go:1324] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"main\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-webhook-manager:v1.12.2@sha256:b7c3bd73e2d9240cf17662451d50e0d73654342235a66cdfb2ec221f1628ae35\\\": ErrImagePull: Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-admission-init-qkc2n" podUID="991c521e-d31a-420f-a3c6-2afa006c70ee"
==> storage-provisioner [388ea771a1c8] <==
W0929 11:38:56.008522 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:38:58.013332 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:38:58.022578 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:00.026644 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:00.033229 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:02.037138 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:02.044109 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:04.048842 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:04.061582 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:06.067336 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:06.073677 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:08.077036 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:08.083409 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:10.086703 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:10.094962 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:12.099954 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:12.106194 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:14.111374 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:14.121649 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:16.126470 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:16.133793 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:18.138635 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:18.144646 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:20.150384 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0929 11:39:20.160520 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-214441 -n addons-214441
helpers_test.go:269: (dbg) Run: kubectl --context addons-214441 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:280: non-running pods: ingress-nginx-admission-create-s6nvq ingress-nginx-admission-patch-tp6tp registry-creds-764b6fb674-td8pw volcano-admission-589c7dd587-jl4hb volcano-admission-init-qkc2n volcano-controllers-7dc6969b45-zsmjr volcano-scheduler-799f64f894-jnn6h yakd-dashboard-5ff678cb9-8b84x
helpers_test.go:282: ======> post-mortem[TestAddons/serial/Volcano]: describe non-running pods <======
helpers_test.go:285: (dbg) Run: kubectl --context addons-214441 describe pod ingress-nginx-admission-create-s6nvq ingress-nginx-admission-patch-tp6tp registry-creds-764b6fb674-td8pw volcano-admission-589c7dd587-jl4hb volcano-admission-init-qkc2n volcano-controllers-7dc6969b45-zsmjr volcano-scheduler-799f64f894-jnn6h yakd-dashboard-5ff678cb9-8b84x
helpers_test.go:285: (dbg) Non-zero exit: kubectl --context addons-214441 describe pod ingress-nginx-admission-create-s6nvq ingress-nginx-admission-patch-tp6tp registry-creds-764b6fb674-td8pw volcano-admission-589c7dd587-jl4hb volcano-admission-init-qkc2n volcano-controllers-7dc6969b45-zsmjr volcano-scheduler-799f64f894-jnn6h yakd-dashboard-5ff678cb9-8b84x: exit status 1 (80.774318ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-s6nvq" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-tp6tp" not found
Error from server (NotFound): pods "registry-creds-764b6fb674-td8pw" not found
Error from server (NotFound): pods "volcano-admission-589c7dd587-jl4hb" not found
Error from server (NotFound): pods "volcano-admission-init-qkc2n" not found
Error from server (NotFound): pods "volcano-controllers-7dc6969b45-zsmjr" not found
Error from server (NotFound): pods "volcano-scheduler-799f64f894-jnn6h" not found
Error from server (NotFound): pods "yakd-dashboard-5ff678cb9-8b84x" not found
** /stderr **
helpers_test.go:287: kubectl --context addons-214441 describe pod ingress-nginx-admission-create-s6nvq ingress-nginx-admission-patch-tp6tp registry-creds-764b6fb674-td8pw volcano-admission-589c7dd587-jl4hb volcano-admission-init-qkc2n volcano-controllers-7dc6969b45-zsmjr volcano-scheduler-799f64f894-jnn6h yakd-dashboard-5ff678cb9-8b84x: exit status 1
addons_test.go:1053: (dbg) Run: out/minikube-linux-amd64 -p addons-214441 addons disable volcano --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-amd64 -p addons-214441 addons disable volcano --alsologtostderr -v=1: (11.484435348s)
--- FAIL: TestAddons/serial/Volcano (374.11s)