=== RUN TestAddons/serial/Volcano
addons_test.go:876: volcano-admission stabilized in 22.821034ms
addons_test.go:868: volcano-scheduler stabilized in 23.019188ms
addons_test.go:884: volcano-controller stabilized in 23.093917ms
addons_test.go:890: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-scheduler" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-scheduler-854568c9bb-jfhvt" [e37a78c0-cf90-49a3-bdb1-32ceb4f43f52] Pending / Ready:ContainersNotReady (containers with unready status: [volcano-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [volcano-scheduler])
helpers_test.go:329: 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-412730 -n addons-412730
addons_test.go:890: TestAddons/serial/Volcano: showing logs for failed pods as of 2025-06-30 14:14:24.545684662 +0000 UTC m=+514.228811609
addons_test.go:890: (dbg) Run: kubectl --context addons-412730 describe po volcano-scheduler-854568c9bb-jfhvt -n volcano-system
addons_test.go:890: (dbg) kubectl --context addons-412730 describe po volcano-scheduler-854568c9bb-jfhvt -n volcano-system:
Name: volcano-scheduler-854568c9bb-jfhvt
Namespace: volcano-system
Priority: 2000000000
Priority Class Name: system-cluster-critical
Service Account: volcano-scheduler
Node: addons-412730/192.168.39.114
Start Time: Mon, 30 Jun 2025 14:07:10 +0000
Labels: app=volcano-scheduler
pod-template-hash=854568c9bb
Annotations: <none>
Status: Pending
SeccompProfile: RuntimeDefault
IP: 10.244.0.19
IPs:
IP: 10.244.0.19
Controlled By: ReplicaSet/volcano-scheduler-854568c9bb
Containers:
volcano-scheduler:
Container ID:
Image: docker.io/volcanosh/vc-scheduler:v1.12.1@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2
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-xwgmd (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-xwgmd:
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 7m14s default-scheduler Successfully assigned volcano-system/volcano-scheduler-854568c9bb-jfhvt to addons-412730
Normal Pulling 3m28s (x5 over 7m12s) kubelet Pulling image "docker.io/volcanosh/vc-scheduler:v1.12.1@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2"
Warning Failed 3m28s (x5 over 6m30s) kubelet Failed to pull image "docker.io/volcanosh/vc-scheduler:v1.12.1@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2": failed to pull and unpack image "docker.io/volcanosh/vc-scheduler@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning Failed 3m28s (x5 over 6m30s) kubelet Error: ErrImagePull
Warning Failed 76s (x20 over 6m30s) kubelet Error: ImagePullBackOff
Normal BackOff 65s (x21 over 6m30s) kubelet Back-off pulling image "docker.io/volcanosh/vc-scheduler:v1.12.1@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2"
addons_test.go:890: (dbg) Run: kubectl --context addons-412730 logs volcano-scheduler-854568c9bb-jfhvt -n volcano-system
addons_test.go:890: (dbg) Non-zero exit: kubectl --context addons-412730 logs volcano-scheduler-854568c9bb-jfhvt -n volcano-system: exit status 1 (69.265274ms)
** stderr **
Error from server (BadRequest): container "volcano-scheduler" in pod "volcano-scheduler-854568c9bb-jfhvt" is waiting to start: trying and failing to pull image
** /stderr **
addons_test.go:890: kubectl --context addons-412730 logs volcano-scheduler-854568c9bb-jfhvt -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:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-412730 -n addons-412730
helpers_test.go:244: <<< TestAddons/serial/Volcano FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/serial/Volcano]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-amd64 -p addons-412730 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-412730 logs -n 25: (1.541737743s)
helpers_test.go:252: TestAddons/serial/Volcano logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|----------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|----------------------|---------|---------|---------------------|---------------------|
| start | -o=json --download-only | download-only-083943 | jenkins | v1.36.0 | 30 Jun 25 14:05 UTC | |
| | -p download-only-083943 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.20.0 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=kvm2 | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.36.0 | 30 Jun 25 14:06 UTC | 30 Jun 25 14:06 UTC |
| delete | -p download-only-083943 | download-only-083943 | jenkins | v1.36.0 | 30 Jun 25 14:06 UTC | 30 Jun 25 14:06 UTC |
| start | -o=json --download-only | download-only-480082 | jenkins | v1.36.0 | 30 Jun 25 14:06 UTC | |
| | -p download-only-480082 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.33.2 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=kvm2 | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.36.0 | 30 Jun 25 14:06 UTC | 30 Jun 25 14:06 UTC |
| delete | -p download-only-480082 | download-only-480082 | jenkins | v1.36.0 | 30 Jun 25 14:06 UTC | 30 Jun 25 14:06 UTC |
| delete | -p download-only-083943 | download-only-083943 | jenkins | v1.36.0 | 30 Jun 25 14:06 UTC | 30 Jun 25 14:06 UTC |
| delete | -p download-only-480082 | download-only-480082 | jenkins | v1.36.0 | 30 Jun 25 14:06 UTC | 30 Jun 25 14:06 UTC |
| start | --download-only -p | binary-mirror-278166 | jenkins | v1.36.0 | 30 Jun 25 14:06 UTC | |
| | binary-mirror-278166 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:42597 | | | | | |
| | --driver=kvm2 | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-278166 | binary-mirror-278166 | jenkins | v1.36.0 | 30 Jun 25 14:06 UTC | 30 Jun 25 14:06 UTC |
| addons | disable dashboard -p | addons-412730 | jenkins | v1.36.0 | 30 Jun 25 14:06 UTC | |
| | addons-412730 | | | | | |
| addons | enable dashboard -p | addons-412730 | jenkins | v1.36.0 | 30 Jun 25 14:06 UTC | |
| | addons-412730 | | | | | |
| start | -p addons-412730 --wait=true | addons-412730 | jenkins | v1.36.0 | 30 Jun 25 14:06 UTC | 30 Jun 25 14:08 UTC |
| | --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 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
|---------|--------------------------------------|----------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2025/06/30 14:06:06
Running on machine: ubuntu-20-agent-13
Binary: Built with gc go1.24.0 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0630 14:06:06.240063 1460091 out.go:345] Setting OutFile to fd 1 ...
I0630 14:06:06.240209 1460091 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0630 14:06:06.240221 1460091 out.go:358] Setting ErrFile to fd 2...
I0630 14:06:06.240225 1460091 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0630 14:06:06.240435 1460091 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20991-1452140/.minikube/bin
I0630 14:06:06.241146 1460091 out.go:352] Setting JSON to false
I0630 14:06:06.242162 1460091 start.go:130] hostinfo: {"hostname":"ubuntu-20-agent-13","uptime":49689,"bootTime":1751242677,"procs":178,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1083-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I0630 14:06:06.242287 1460091 start.go:140] virtualization: kvm guest
I0630 14:06:06.244153 1460091 out.go:177] * [addons-412730] minikube v1.36.0 on Ubuntu 20.04 (kvm/amd64)
I0630 14:06:06.245583 1460091 notify.go:220] Checking for updates...
I0630 14:06:06.245617 1460091 out.go:177] - MINIKUBE_LOCATION=20991
I0630 14:06:06.246864 1460091 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0630 14:06:06.248249 1460091 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/20991-1452140/kubeconfig
I0630 14:06:06.249601 1460091 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/20991-1452140/.minikube
I0630 14:06:06.251003 1460091 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0630 14:06:06.252187 1460091 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0630 14:06:06.253562 1460091 driver.go:404] Setting default libvirt URI to qemu:///system
I0630 14:06:06.289858 1460091 out.go:177] * Using the kvm2 driver based on user configuration
I0630 14:06:06.291153 1460091 start.go:304] selected driver: kvm2
I0630 14:06:06.291176 1460091 start.go:908] validating driver "kvm2" against <nil>
I0630 14:06:06.291195 1460091 start.go:919] status for kvm2: {Installed:true Healthy:true Running:true NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0630 14:06:06.292048 1460091 install.go:52] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0630 14:06:06.292142 1460091 install.go:117] Validating docker-machine-driver-kvm2, PATH=/home/jenkins/minikube-integration/20991-1452140/.minikube/bin:/home/jenkins/workspace/KVM_Linux_containerd_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
I0630 14:06:06.309060 1460091 install.go:137] /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2 version is 1.36.0
I0630 14:06:06.309119 1460091 start_flags.go:325] no existing cluster config was found, will generate one from the flags
I0630 14:06:06.309429 1460091 start_flags.go:990] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0630 14:06:06.309479 1460091 cni.go:84] Creating CNI manager for ""
I0630 14:06:06.309532 1460091 cni.go:146] "kvm2" driver + "containerd" runtime found, recommending bridge
I0630 14:06:06.309546 1460091 start_flags.go:334] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0630 14:06:06.309617 1460091 start.go:347] cluster config:
{Name:addons-412730 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.47@sha256:6ed579c9292b4370177b7ef3c42cc4b4a6dcd0735a1814916cbc22c8bf38412b 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.33.2 ClusterName:addons-412730 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: Net
workPlugin: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.33.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPU
s: AutoPauseInterval:1m0s}
I0630 14:06:06.309739 1460091 iso.go:125] acquiring lock: {Name:mk3f178100d94eda06013511859d36adab64257f Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0630 14:06:06.311683 1460091 out.go:177] * Starting "addons-412730" primary control-plane node in "addons-412730" cluster
I0630 14:06:06.313225 1460091 preload.go:131] Checking if preload exists for k8s version v1.33.2 and runtime containerd
I0630 14:06:06.313276 1460091 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20991-1452140/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.33.2-containerd-overlay2-amd64.tar.lz4
I0630 14:06:06.313292 1460091 cache.go:56] Caching tarball of preloaded images
I0630 14:06:06.313420 1460091 preload.go:172] Found /home/jenkins/minikube-integration/20991-1452140/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.33.2-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
I0630 14:06:06.313435 1460091 cache.go:59] Finished verifying existence of preloaded tar for v1.33.2 on containerd
I0630 14:06:06.313766 1460091 profile.go:143] Saving config to /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/config.json ...
I0630 14:06:06.313798 1460091 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/config.json: {Name:mk9a7a41f109a1f3b7b9e5a38a0e2a1bce3a8d97 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:06.313975 1460091 start.go:360] acquireMachinesLock for addons-412730: {Name:mkb4b5035f5dd19ed6df4556a284e7c795570454 Clock:{} Delay:500ms Timeout:13m0s Cancel:<nil>}
I0630 14:06:06.314058 1460091 start.go:364] duration metric: took 65.368µs to acquireMachinesLock for "addons-412730"
I0630 14:06:06.314084 1460091 start.go:93] Provisioning new machine with config: &{Name:addons-412730 KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube-builds/iso/20991/minikube-v1.36.0-1751221996-20991-amd64.iso KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.47@sha256:6ed579c9292b4370177b7ef3c42cc4b4a6dcd0735a1814916cbc22c8bf38412b 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.33.2 Clu
sterName:addons-412730 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.33.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p
MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.33.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0630 14:06:06.314172 1460091 start.go:125] createHost starting for "" (driver="kvm2")
I0630 14:06:06.316769 1460091 out.go:235] * Creating kvm2 VM (CPUs=2, Memory=4096MB, Disk=20000MB) ...
I0630 14:06:06.316975 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:06.317044 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:06.332767 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:44245
I0630 14:06:06.333480 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:06.334061 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:06.334083 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:06.334504 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:06.334801 1460091 main.go:141] libmachine: (addons-412730) Calling .GetMachineName
I0630 14:06:06.335019 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:06.335217 1460091 start.go:159] libmachine.API.Create for "addons-412730" (driver="kvm2")
I0630 14:06:06.335248 1460091 client.go:168] LocalClient.Create starting
I0630 14:06:06.335289 1460091 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20991-1452140/.minikube/certs/ca.pem
I0630 14:06:06.483712 1460091 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20991-1452140/.minikube/certs/cert.pem
I0630 14:06:06.592251 1460091 main.go:141] libmachine: Running pre-create checks...
I0630 14:06:06.592287 1460091 main.go:141] libmachine: (addons-412730) Calling .PreCreateCheck
I0630 14:06:06.592947 1460091 main.go:141] libmachine: (addons-412730) Calling .GetConfigRaw
I0630 14:06:06.593668 1460091 main.go:141] libmachine: Creating machine...
I0630 14:06:06.593697 1460091 main.go:141] libmachine: (addons-412730) Calling .Create
I0630 14:06:06.594139 1460091 main.go:141] libmachine: (addons-412730) creating KVM machine...
I0630 14:06:06.594168 1460091 main.go:141] libmachine: (addons-412730) creating network...
I0630 14:06:06.595936 1460091 main.go:141] libmachine: (addons-412730) DBG | found existing default KVM network
I0630 14:06:06.596779 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:06.596550 1460113 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:0xc00020ef20}
I0630 14:06:06.596808 1460091 main.go:141] libmachine: (addons-412730) DBG | created network xml:
I0630 14:06:06.596818 1460091 main.go:141] libmachine: (addons-412730) DBG | <network>
I0630 14:06:06.596822 1460091 main.go:141] libmachine: (addons-412730) DBG | <name>mk-addons-412730</name>
I0630 14:06:06.596828 1460091 main.go:141] libmachine: (addons-412730) DBG | <dns enable='no'/>
I0630 14:06:06.596832 1460091 main.go:141] libmachine: (addons-412730) DBG |
I0630 14:06:06.596839 1460091 main.go:141] libmachine: (addons-412730) DBG | <ip address='192.168.39.1' netmask='255.255.255.0'>
I0630 14:06:06.596851 1460091 main.go:141] libmachine: (addons-412730) DBG | <dhcp>
I0630 14:06:06.596865 1460091 main.go:141] libmachine: (addons-412730) DBG | <range start='192.168.39.2' end='192.168.39.253'/>
I0630 14:06:06.596872 1460091 main.go:141] libmachine: (addons-412730) DBG | </dhcp>
I0630 14:06:06.596877 1460091 main.go:141] libmachine: (addons-412730) DBG | </ip>
I0630 14:06:06.596883 1460091 main.go:141] libmachine: (addons-412730) DBG |
I0630 14:06:06.596888 1460091 main.go:141] libmachine: (addons-412730) DBG | </network>
I0630 14:06:06.596897 1460091 main.go:141] libmachine: (addons-412730) DBG |
I0630 14:06:06.602938 1460091 main.go:141] libmachine: (addons-412730) DBG | trying to create private KVM network mk-addons-412730 192.168.39.0/24...
I0630 14:06:06.682845 1460091 main.go:141] libmachine: (addons-412730) DBG | private KVM network mk-addons-412730 192.168.39.0/24 created
I0630 14:06:06.682892 1460091 main.go:141] libmachine: (addons-412730) setting up store path in /home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730 ...
I0630 14:06:06.682905 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:06.682807 1460113 common.go:144] Making disk image using store path: /home/jenkins/minikube-integration/20991-1452140/.minikube
I0630 14:06:06.682951 1460091 main.go:141] libmachine: (addons-412730) building disk image from file:///home/jenkins/minikube-integration/20991-1452140/.minikube/cache/iso/amd64/minikube-v1.36.0-1751221996-20991-amd64.iso
I0630 14:06:06.682983 1460091 main.go:141] libmachine: (addons-412730) Downloading /home/jenkins/minikube-integration/20991-1452140/.minikube/cache/boot2docker.iso from file:///home/jenkins/minikube-integration/20991-1452140/.minikube/cache/iso/amd64/minikube-v1.36.0-1751221996-20991-amd64.iso...
I0630 14:06:06.983317 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:06.983139 1460113 common.go:151] Creating ssh key: /home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa...
I0630 14:06:07.030013 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:07.029839 1460113 common.go:157] Creating raw disk image: /home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/addons-412730.rawdisk...
I0630 14:06:07.030043 1460091 main.go:141] libmachine: (addons-412730) DBG | Writing magic tar header
I0630 14:06:07.030053 1460091 main.go:141] libmachine: (addons-412730) DBG | Writing SSH key tar header
I0630 14:06:07.030061 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:07.029966 1460113 common.go:171] Fixing permissions on /home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730 ...
I0630 14:06:07.030071 1460091 main.go:141] libmachine: (addons-412730) DBG | checking permissions on dir: /home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730
I0630 14:06:07.030150 1460091 main.go:141] libmachine: (addons-412730) setting executable bit set on /home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730 (perms=drwx------)
I0630 14:06:07.030175 1460091 main.go:141] libmachine: (addons-412730) setting executable bit set on /home/jenkins/minikube-integration/20991-1452140/.minikube/machines (perms=drwxr-xr-x)
I0630 14:06:07.030186 1460091 main.go:141] libmachine: (addons-412730) DBG | checking permissions on dir: /home/jenkins/minikube-integration/20991-1452140/.minikube/machines
I0630 14:06:07.030199 1460091 main.go:141] libmachine: (addons-412730) setting executable bit set on /home/jenkins/minikube-integration/20991-1452140/.minikube (perms=drwxr-xr-x)
I0630 14:06:07.030230 1460091 main.go:141] libmachine: (addons-412730) setting executable bit set on /home/jenkins/minikube-integration/20991-1452140 (perms=drwxrwxr-x)
I0630 14:06:07.030243 1460091 main.go:141] libmachine: (addons-412730) setting executable bit set on /home/jenkins/minikube-integration (perms=drwxrwxr-x)
I0630 14:06:07.030249 1460091 main.go:141] libmachine: (addons-412730) DBG | checking permissions on dir: /home/jenkins/minikube-integration/20991-1452140/.minikube
I0630 14:06:07.030257 1460091 main.go:141] libmachine: (addons-412730) DBG | checking permissions on dir: /home/jenkins/minikube-integration/20991-1452140
I0630 14:06:07.030272 1460091 main.go:141] libmachine: (addons-412730) DBG | checking permissions on dir: /home/jenkins/minikube-integration
I0630 14:06:07.030284 1460091 main.go:141] libmachine: (addons-412730) setting executable bit set on /home/jenkins (perms=drwxr-xr-x)
I0630 14:06:07.030316 1460091 main.go:141] libmachine: (addons-412730) DBG | checking permissions on dir: /home/jenkins
I0630 14:06:07.030332 1460091 main.go:141] libmachine: (addons-412730) DBG | checking permissions on dir: /home
I0630 14:06:07.030374 1460091 main.go:141] libmachine: (addons-412730) creating domain...
I0630 14:06:07.030392 1460091 main.go:141] libmachine: (addons-412730) DBG | skipping /home - not owner
I0630 14:06:07.031398 1460091 main.go:141] libmachine: (addons-412730) define libvirt domain using xml:
I0630 14:06:07.031420 1460091 main.go:141] libmachine: (addons-412730) <domain type='kvm'>
I0630 14:06:07.031429 1460091 main.go:141] libmachine: (addons-412730) <name>addons-412730</name>
I0630 14:06:07.031435 1460091 main.go:141] libmachine: (addons-412730) <memory unit='MiB'>4096</memory>
I0630 14:06:07.031443 1460091 main.go:141] libmachine: (addons-412730) <vcpu>2</vcpu>
I0630 14:06:07.031449 1460091 main.go:141] libmachine: (addons-412730) <features>
I0630 14:06:07.031457 1460091 main.go:141] libmachine: (addons-412730) <acpi/>
I0630 14:06:07.031472 1460091 main.go:141] libmachine: (addons-412730) <apic/>
I0630 14:06:07.031484 1460091 main.go:141] libmachine: (addons-412730) <pae/>
I0630 14:06:07.031495 1460091 main.go:141] libmachine: (addons-412730)
I0630 14:06:07.031506 1460091 main.go:141] libmachine: (addons-412730) </features>
I0630 14:06:07.031515 1460091 main.go:141] libmachine: (addons-412730) <cpu mode='host-passthrough'>
I0630 14:06:07.031524 1460091 main.go:141] libmachine: (addons-412730)
I0630 14:06:07.031534 1460091 main.go:141] libmachine: (addons-412730) </cpu>
I0630 14:06:07.031544 1460091 main.go:141] libmachine: (addons-412730) <os>
I0630 14:06:07.031554 1460091 main.go:141] libmachine: (addons-412730) <type>hvm</type>
I0630 14:06:07.031563 1460091 main.go:141] libmachine: (addons-412730) <boot dev='cdrom'/>
I0630 14:06:07.031572 1460091 main.go:141] libmachine: (addons-412730) <boot dev='hd'/>
I0630 14:06:07.031581 1460091 main.go:141] libmachine: (addons-412730) <bootmenu enable='no'/>
I0630 14:06:07.031597 1460091 main.go:141] libmachine: (addons-412730) </os>
I0630 14:06:07.031609 1460091 main.go:141] libmachine: (addons-412730) <devices>
I0630 14:06:07.031619 1460091 main.go:141] libmachine: (addons-412730) <disk type='file' device='cdrom'>
I0630 14:06:07.031636 1460091 main.go:141] libmachine: (addons-412730) <source file='/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/boot2docker.iso'/>
I0630 14:06:07.031647 1460091 main.go:141] libmachine: (addons-412730) <target dev='hdc' bus='scsi'/>
I0630 14:06:07.031659 1460091 main.go:141] libmachine: (addons-412730) <readonly/>
I0630 14:06:07.031667 1460091 main.go:141] libmachine: (addons-412730) </disk>
I0630 14:06:07.031679 1460091 main.go:141] libmachine: (addons-412730) <disk type='file' device='disk'>
I0630 14:06:07.031689 1460091 main.go:141] libmachine: (addons-412730) <driver name='qemu' type='raw' cache='default' io='threads' />
I0630 14:06:07.031737 1460091 main.go:141] libmachine: (addons-412730) <source file='/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/addons-412730.rawdisk'/>
I0630 14:06:07.031764 1460091 main.go:141] libmachine: (addons-412730) <target dev='hda' bus='virtio'/>
I0630 14:06:07.031774 1460091 main.go:141] libmachine: (addons-412730) </disk>
I0630 14:06:07.031792 1460091 main.go:141] libmachine: (addons-412730) <interface type='network'>
I0630 14:06:07.031805 1460091 main.go:141] libmachine: (addons-412730) <source network='mk-addons-412730'/>
I0630 14:06:07.031820 1460091 main.go:141] libmachine: (addons-412730) <model type='virtio'/>
I0630 14:06:07.031854 1460091 main.go:141] libmachine: (addons-412730) </interface>
I0630 14:06:07.031878 1460091 main.go:141] libmachine: (addons-412730) <interface type='network'>
I0630 14:06:07.031890 1460091 main.go:141] libmachine: (addons-412730) <source network='default'/>
I0630 14:06:07.031901 1460091 main.go:141] libmachine: (addons-412730) <model type='virtio'/>
I0630 14:06:07.031909 1460091 main.go:141] libmachine: (addons-412730) </interface>
I0630 14:06:07.031919 1460091 main.go:141] libmachine: (addons-412730) <serial type='pty'>
I0630 14:06:07.031927 1460091 main.go:141] libmachine: (addons-412730) <target port='0'/>
I0630 14:06:07.031942 1460091 main.go:141] libmachine: (addons-412730) </serial>
I0630 14:06:07.031951 1460091 main.go:141] libmachine: (addons-412730) <console type='pty'>
I0630 14:06:07.031964 1460091 main.go:141] libmachine: (addons-412730) <target type='serial' port='0'/>
I0630 14:06:07.031975 1460091 main.go:141] libmachine: (addons-412730) </console>
I0630 14:06:07.031982 1460091 main.go:141] libmachine: (addons-412730) <rng model='virtio'>
I0630 14:06:07.031995 1460091 main.go:141] libmachine: (addons-412730) <backend model='random'>/dev/random</backend>
I0630 14:06:07.032001 1460091 main.go:141] libmachine: (addons-412730) </rng>
I0630 14:06:07.032011 1460091 main.go:141] libmachine: (addons-412730)
I0630 14:06:07.032016 1460091 main.go:141] libmachine: (addons-412730)
I0630 14:06:07.032026 1460091 main.go:141] libmachine: (addons-412730) </devices>
I0630 14:06:07.032034 1460091 main.go:141] libmachine: (addons-412730) </domain>
I0630 14:06:07.032066 1460091 main.go:141] libmachine: (addons-412730)
I0630 14:06:07.037044 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:0d:7b:07 in network default
I0630 14:06:07.037851 1460091 main.go:141] libmachine: (addons-412730) starting domain...
I0630 14:06:07.037899 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:07.037908 1460091 main.go:141] libmachine: (addons-412730) ensuring networks are active...
I0630 14:06:07.038725 1460091 main.go:141] libmachine: (addons-412730) Ensuring network default is active
I0630 14:06:07.039106 1460091 main.go:141] libmachine: (addons-412730) Ensuring network mk-addons-412730 is active
I0630 14:06:07.039715 1460091 main.go:141] libmachine: (addons-412730) getting domain XML...
I0630 14:06:07.040672 1460091 main.go:141] libmachine: (addons-412730) creating domain...
I0630 14:06:08.319736 1460091 main.go:141] libmachine: (addons-412730) waiting for IP...
I0630 14:06:08.320757 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:08.321298 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:08.321358 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:08.321305 1460113 retry.go:31] will retry after 217.608702ms: waiting for domain to come up
I0630 14:06:08.541088 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:08.541707 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:08.541732 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:08.541668 1460113 retry.go:31] will retry after 322.22603ms: waiting for domain to come up
I0630 14:06:08.865505 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:08.865965 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:08.865994 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:08.865925 1460113 retry.go:31] will retry after 339.049792ms: waiting for domain to come up
I0630 14:06:09.206655 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:09.207155 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:09.207213 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:09.207148 1460113 retry.go:31] will retry after 478.054487ms: waiting for domain to come up
I0630 14:06:09.686885 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:09.687397 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:09.687426 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:09.687347 1460113 retry.go:31] will retry after 663.338232ms: waiting for domain to come up
I0630 14:06:10.352433 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:10.352917 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:10.352942 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:10.352876 1460113 retry.go:31] will retry after 824.880201ms: waiting for domain to come up
I0630 14:06:11.179557 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:11.180050 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:11.180081 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:11.180000 1460113 retry.go:31] will retry after 1.072535099s: waiting for domain to come up
I0630 14:06:12.253993 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:12.254526 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:12.254560 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:12.254433 1460113 retry.go:31] will retry after 1.120902402s: waiting for domain to come up
I0630 14:06:13.376695 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:13.377283 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:13.377315 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:13.377244 1460113 retry.go:31] will retry after 1.419759095s: waiting for domain to come up
I0630 14:06:14.799069 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:14.799546 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:14.799574 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:14.799514 1460113 retry.go:31] will retry after 1.843918596s: waiting for domain to come up
I0630 14:06:16.645512 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:16.646025 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:16.646082 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:16.646003 1460113 retry.go:31] will retry after 2.785739179s: waiting for domain to come up
I0630 14:06:19.434426 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:19.435055 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:19.435086 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:19.434987 1460113 retry.go:31] will retry after 2.736128675s: waiting for domain to come up
I0630 14:06:22.172470 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:22.173071 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:22.173092 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:22.173042 1460113 retry.go:31] will retry after 3.042875133s: waiting for domain to come up
I0630 14:06:25.219310 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:25.219910 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find current IP address of domain addons-412730 in network mk-addons-412730
I0630 14:06:25.219934 1460091 main.go:141] libmachine: (addons-412730) DBG | I0630 14:06:25.219869 1460113 retry.go:31] will retry after 4.255226103s: waiting for domain to come up
I0630 14:06:29.478898 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:29.479625 1460091 main.go:141] libmachine: (addons-412730) found domain IP: 192.168.39.114
I0630 14:06:29.479653 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has current primary IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:29.479661 1460091 main.go:141] libmachine: (addons-412730) reserving static IP address...
I0630 14:06:29.480160 1460091 main.go:141] libmachine: (addons-412730) DBG | unable to find host DHCP lease matching {name: "addons-412730", mac: "52:54:00:ac:59:ff", ip: "192.168.39.114"} in network mk-addons-412730
I0630 14:06:29.563376 1460091 main.go:141] libmachine: (addons-412730) reserved static IP address 192.168.39.114 for domain addons-412730
I0630 14:06:29.563409 1460091 main.go:141] libmachine: (addons-412730) waiting for SSH...
I0630 14:06:29.563418 1460091 main.go:141] libmachine: (addons-412730) DBG | Getting to WaitForSSH function...
I0630 14:06:29.566605 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:29.567079 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:minikube Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:29.567114 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:29.567268 1460091 main.go:141] libmachine: (addons-412730) DBG | Using SSH client type: external
I0630 14:06:29.567309 1460091 main.go:141] libmachine: (addons-412730) DBG | Using SSH private key: /home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa (-rw-------)
I0630 14:06:29.567351 1460091 main.go:141] libmachine: (addons-412730) 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.114 -o IdentitiesOnly=yes -i /home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa -p 22] /usr/bin/ssh <nil>}
I0630 14:06:29.567371 1460091 main.go:141] libmachine: (addons-412730) DBG | About to run SSH command:
I0630 14:06:29.567386 1460091 main.go:141] libmachine: (addons-412730) DBG | exit 0
I0630 14:06:29.697378 1460091 main.go:141] libmachine: (addons-412730) DBG | SSH cmd err, output: <nil>:
I0630 14:06:29.697644 1460091 main.go:141] libmachine: (addons-412730) KVM machine creation complete
I0630 14:06:29.698028 1460091 main.go:141] libmachine: (addons-412730) Calling .GetConfigRaw
I0630 14:06:29.698656 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:29.698905 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:29.699080 1460091 main.go:141] libmachine: Waiting for machine to be running, this may take a few minutes...
I0630 14:06:29.699098 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:29.700512 1460091 main.go:141] libmachine: Detecting operating system of created instance...
I0630 14:06:29.700530 1460091 main.go:141] libmachine: Waiting for SSH to be available...
I0630 14:06:29.700538 1460091 main.go:141] libmachine: Getting to WaitForSSH function...
I0630 14:06:29.700545 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:29.702878 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:29.703363 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:29.703393 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:29.703678 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:29.703917 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:29.704093 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:29.704253 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:29.704472 1460091 main.go:141] libmachine: Using SSH client type: native
I0630 14:06:29.704757 1460091 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x83bb20] 0x83e820 <nil> [] 0s} 192.168.39.114 22 <nil> <nil>}
I0630 14:06:29.704772 1460091 main.go:141] libmachine: About to run SSH command:
exit 0
I0630 14:06:29.825352 1460091 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0630 14:06:29.825394 1460091 main.go:141] libmachine: Detecting the provisioner...
I0630 14:06:29.825405 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:29.828698 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:29.829249 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:29.829291 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:29.829467 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:29.829702 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:29.829910 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:29.830086 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:29.830284 1460091 main.go:141] libmachine: Using SSH client type: native
I0630 14:06:29.830503 1460091 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x83bb20] 0x83e820 <nil> [] 0s} 192.168.39.114 22 <nil> <nil>}
I0630 14:06:29.830515 1460091 main.go:141] libmachine: About to run SSH command:
cat /etc/os-release
I0630 14:06:29.950727 1460091 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"
I0630 14:06:29.950815 1460091 main.go:141] libmachine: found compatible host: buildroot
I0630 14:06:29.950829 1460091 main.go:141] libmachine: Provisioning with buildroot...
I0630 14:06:29.950838 1460091 main.go:141] libmachine: (addons-412730) Calling .GetMachineName
I0630 14:06:29.951114 1460091 buildroot.go:166] provisioning hostname "addons-412730"
I0630 14:06:29.951153 1460091 main.go:141] libmachine: (addons-412730) Calling .GetMachineName
I0630 14:06:29.951406 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:29.954775 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:29.955251 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:29.955283 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:29.955448 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:29.955676 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:29.955864 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:29.956131 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:29.956359 1460091 main.go:141] libmachine: Using SSH client type: native
I0630 14:06:29.956598 1460091 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x83bb20] 0x83e820 <nil> [] 0s} 192.168.39.114 22 <nil> <nil>}
I0630 14:06:29.956616 1460091 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-412730 && echo "addons-412730" | sudo tee /etc/hostname
I0630 14:06:30.091933 1460091 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-412730
I0630 14:06:30.091974 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:30.095576 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.095967 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:30.095993 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.096193 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:30.096420 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:30.096640 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:30.096775 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:30.096955 1460091 main.go:141] libmachine: Using SSH client type: native
I0630 14:06:30.097249 1460091 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x83bb20] 0x83e820 <nil> [] 0s} 192.168.39.114 22 <nil> <nil>}
I0630 14:06:30.097278 1460091 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-412730' /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-412730/g' /etc/hosts;
else
echo '127.0.1.1 addons-412730' | sudo tee -a /etc/hosts;
fi
fi
I0630 14:06:30.228409 1460091 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0630 14:06:30.228455 1460091 buildroot.go:172] set auth options {CertDir:/home/jenkins/minikube-integration/20991-1452140/.minikube CaCertPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20991-1452140/.minikube}
I0630 14:06:30.228507 1460091 buildroot.go:174] setting up certificates
I0630 14:06:30.228539 1460091 provision.go:84] configureAuth start
I0630 14:06:30.228557 1460091 main.go:141] libmachine: (addons-412730) Calling .GetMachineName
I0630 14:06:30.228999 1460091 main.go:141] libmachine: (addons-412730) Calling .GetIP
I0630 14:06:30.232598 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.233018 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:30.233052 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.233306 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:30.235934 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.236310 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:30.236353 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.236511 1460091 provision.go:143] copyHostCerts
I0630 14:06:30.236588 1460091 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20991-1452140/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20991-1452140/.minikube/ca.pem (1078 bytes)
I0630 14:06:30.236717 1460091 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20991-1452140/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20991-1452140/.minikube/cert.pem (1123 bytes)
I0630 14:06:30.236771 1460091 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20991-1452140/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20991-1452140/.minikube/key.pem (1675 bytes)
I0630 14:06:30.236826 1460091 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20991-1452140/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20991-1452140/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20991-1452140/.minikube/certs/ca-key.pem org=jenkins.addons-412730 san=[127.0.0.1 192.168.39.114 addons-412730 localhost minikube]
I0630 14:06:30.629859 1460091 provision.go:177] copyRemoteCerts
I0630 14:06:30.629936 1460091 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0630 14:06:30.629965 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:30.633589 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.634037 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:30.634067 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.634292 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:30.634709 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:30.634951 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:30.635149 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:30.732351 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0630 14:06:30.765263 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0630 14:06:30.797980 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0630 14:06:30.829589 1460091 provision.go:87] duration metric: took 601.031936ms to configureAuth
I0630 14:06:30.829626 1460091 buildroot.go:189] setting minikube options for container-runtime
I0630 14:06:30.829835 1460091 config.go:182] Loaded profile config "addons-412730": Driver=kvm2, ContainerRuntime=containerd, KubernetesVersion=v1.33.2
I0630 14:06:30.829875 1460091 main.go:141] libmachine: Checking connection to Docker...
I0630 14:06:30.829891 1460091 main.go:141] libmachine: (addons-412730) Calling .GetURL
I0630 14:06:30.831493 1460091 main.go:141] libmachine: (addons-412730) DBG | using libvirt version 6000000
I0630 14:06:30.834168 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.834575 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:30.834608 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.834836 1460091 main.go:141] libmachine: Docker is up and running!
I0630 14:06:30.834858 1460091 main.go:141] libmachine: Reticulating splines...
I0630 14:06:30.834867 1460091 client.go:171] duration metric: took 24.499610068s to LocalClient.Create
I0630 14:06:30.834910 1460091 start.go:167] duration metric: took 24.499694666s to libmachine.API.Create "addons-412730"
I0630 14:06:30.834925 1460091 start.go:293] postStartSetup for "addons-412730" (driver="kvm2")
I0630 14:06:30.834938 1460091 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]
I0630 14:06:30.834971 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:30.835263 1460091 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
I0630 14:06:30.835291 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:30.837701 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.838027 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:30.838070 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.838230 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:30.838425 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:30.838615 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:30.838765 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:30.930536 1460091 ssh_runner.go:195] Run: cat /etc/os-release
I0630 14:06:30.935492 1460091 info.go:137] Remote host: Buildroot 2025.02
I0630 14:06:30.935534 1460091 filesync.go:126] Scanning /home/jenkins/minikube-integration/20991-1452140/.minikube/addons for local assets ...
I0630 14:06:30.935631 1460091 filesync.go:126] Scanning /home/jenkins/minikube-integration/20991-1452140/.minikube/files for local assets ...
I0630 14:06:30.935674 1460091 start.go:296] duration metric: took 100.742963ms for postStartSetup
I0630 14:06:30.935713 1460091 main.go:141] libmachine: (addons-412730) Calling .GetConfigRaw
I0630 14:06:30.936417 1460091 main.go:141] libmachine: (addons-412730) Calling .GetIP
I0630 14:06:30.939655 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.940194 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:30.940223 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.940486 1460091 profile.go:143] Saving config to /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/config.json ...
I0630 14:06:30.940676 1460091 start.go:128] duration metric: took 24.626491157s to createHost
I0630 14:06:30.940701 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:30.943451 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.943947 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:30.943979 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:30.944167 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:30.944383 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:30.944557 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:30.944780 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:30.944979 1460091 main.go:141] libmachine: Using SSH client type: native
I0630 14:06:30.945339 1460091 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x83bb20] 0x83e820 <nil> [] 0s} 192.168.39.114 22 <nil> <nil>}
I0630 14:06:30.945363 1460091 main.go:141] libmachine: About to run SSH command:
date +%s.%N
I0630 14:06:31.062586 1460091 main.go:141] libmachine: SSH cmd err, output: <nil>: 1751292391.035640439
I0630 14:06:31.062617 1460091 fix.go:216] guest clock: 1751292391.035640439
I0630 14:06:31.062625 1460091 fix.go:229] Guest: 2025-06-30 14:06:31.035640439 +0000 UTC Remote: 2025-06-30 14:06:30.940689328 +0000 UTC m=+24.741258527 (delta=94.951111ms)
I0630 14:06:31.062664 1460091 fix.go:200] guest clock delta is within tolerance: 94.951111ms
I0630 14:06:31.062669 1460091 start.go:83] releasing machines lock for "addons-412730", held for 24.748599614s
I0630 14:06:31.062697 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:31.063068 1460091 main.go:141] libmachine: (addons-412730) Calling .GetIP
I0630 14:06:31.066256 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:31.066740 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:31.066774 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:31.067022 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:31.067620 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:31.067907 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:31.068104 1460091 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0630 14:06:31.068165 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:31.068221 1460091 ssh_runner.go:195] Run: cat /version.json
I0630 14:06:31.068250 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:31.071486 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:31.071690 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:31.072008 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:31.072043 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:31.072103 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:31.072130 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:31.072204 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:31.072375 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:31.072476 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:31.072559 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:31.072632 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:31.072686 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:31.072859 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:31.072867 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:31.159582 1460091 ssh_runner.go:195] Run: systemctl --version
I0630 14:06:31.186817 1460091 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
W0630 14:06:31.193553 1460091 cni.go:209] loopback cni configuration skipped: "/etc/cni/net.d/*loopback.conf*" not found
I0630 14:06:31.193649 1460091 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" ;
I0630 14:06:31.215105 1460091 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist] bridge cni config(s)
I0630 14:06:31.215137 1460091 start.go:495] detecting cgroup driver to use...
I0630 14:06:31.215213 1460091 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0630 14:06:31.257543 1460091 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0630 14:06:31.273400 1460091 docker.go:230] disabling cri-docker service (if available) ...
I0630 14:06:31.273466 1460091 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0630 14:06:31.289789 1460091 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0630 14:06:31.306138 1460091 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0630 14:06:31.453571 1460091 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0630 14:06:31.593173 1460091 docker.go:246] disabling docker service ...
I0630 14:06:31.593260 1460091 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0630 14:06:31.610223 1460091 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0630 14:06:31.625803 1460091 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0630 14:06:31.823510 1460091 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0630 14:06:31.974811 1460091 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0630 14:06:31.996098 1460091 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"
I0630 14:06:32.020154 1460091 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10"|' /etc/containerd/config.toml"
I0630 14:06:32.033292 1460091 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"
I0630 14:06:32.046251 1460091 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0630 14:06:32.046373 1460091 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0630 14:06:32.059569 1460091 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"
I0630 14:06:32.072460 1460091 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0630 14:06:32.085242 1460091 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0630 14:06:32.098259 1460091 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0630 14:06:32.111503 1460091 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"
I0630 14:06:32.124063 1460091 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0630 14:06:32.136348 1460091 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"
I0630 14:06:32.148960 1460091 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0630 14:06:32.159881 1460091 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
I0630 14:06:32.159967 1460091 ssh_runner.go:195] Run: sudo modprobe br_netfilter
I0630 14:06:32.176065 1460091 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0630 14:06:32.188348 1460091 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0630 14:06:32.325076 1460091 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0630 14:06:32.359838 1460091 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
I0630 14:06:32.359979 1460091 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0630 14:06:32.366616 1460091 retry.go:31] will retry after 624.469247ms: stat /run/containerd/containerd.sock: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/run/containerd/containerd.sock': No such file or directory
I0630 14:06:32.991518 1460091 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0630 14:06:32.997598 1460091 start.go:563] Will wait 60s for crictl version
I0630 14:06:32.997677 1460091 ssh_runner.go:195] Run: which crictl
I0630 14:06:33.002325 1460091 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0630 14:06:33.045054 1460091 start.go:579] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: v1.7.23
RuntimeApiVersion: v1
I0630 14:06:33.045186 1460091 ssh_runner.go:195] Run: containerd --version
I0630 14:06:33.074290 1460091 ssh_runner.go:195] Run: containerd --version
I0630 14:06:33.134404 1460091 out.go:177] * Preparing Kubernetes v1.33.2 on containerd 1.7.23 ...
I0630 14:06:33.198052 1460091 main.go:141] libmachine: (addons-412730) Calling .GetIP
I0630 14:06:33.201668 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:33.202138 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:33.202162 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:33.202486 1460091 ssh_runner.go:195] Run: grep 192.168.39.1 host.minikube.internal$ /etc/hosts
I0630 14:06:33.207929 1460091 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""
I0630 14:06:33.224479 1460091 kubeadm.go:875] updating cluster {Name:addons-412730 KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube-builds/iso/20991/minikube-v1.36.0-1751221996-20991-amd64.iso KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.47@sha256:6ed579c9292b4370177b7ef3c42cc4b4a6dcd0735a1814916cbc22c8bf38412b 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.33.2 ClusterName:addons-412
730 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.39.114 Port:8443 KubernetesVersion:v1.33.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p Mount
UID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0630 14:06:33.224651 1460091 preload.go:131] Checking if preload exists for k8s version v1.33.2 and runtime containerd
I0630 14:06:33.224723 1460091 ssh_runner.go:195] Run: sudo crictl images --output json
I0630 14:06:33.262407 1460091 containerd.go:623] couldn't find preloaded image for "registry.k8s.io/kube-apiserver:v1.33.2". assuming images are not preloaded.
I0630 14:06:33.262480 1460091 ssh_runner.go:195] Run: which lz4
I0630 14:06:33.267241 1460091 ssh_runner.go:195] Run: stat -c "%s %y" /preloaded.tar.lz4
I0630 14:06:33.272514 1460091 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
I0630 14:06:33.272561 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.33.2-containerd-overlay2-amd64.tar.lz4 --> /preloaded.tar.lz4 (420558900 bytes)
I0630 14:06:34.883083 1460091 containerd.go:563] duration metric: took 1.615882395s to copy over tarball
I0630 14:06:34.883194 1460091 ssh_runner.go:195] Run: sudo tar --xattrs --xattrs-include security.capability -I lz4 -C /var -xf /preloaded.tar.lz4
I0630 14:06:36.966670 1460091 ssh_runner.go:235] Completed: sudo tar --xattrs --xattrs-include security.capability -I lz4 -C /var -xf /preloaded.tar.lz4: (2.08344467s)
I0630 14:06:36.966710 1460091 containerd.go:570] duration metric: took 2.083586834s to extract the tarball
I0630 14:06:36.966722 1460091 ssh_runner.go:146] rm: /preloaded.tar.lz4
I0630 14:06:37.007649 1460091 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0630 14:06:37.150742 1460091 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0630 14:06:37.193070 1460091 ssh_runner.go:195] Run: sudo crictl images --output json
I0630 14:06:37.245622 1460091 retry.go:31] will retry after 173.895536ms: sudo crictl images --output json: Process exited with status 1
stdout:
stderr:
time="2025-06-30T14:06:37Z" level=fatal msg="validate service connection: validate CRI v1 image API for endpoint \"unix:///run/containerd/containerd.sock\": rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial unix /run/containerd/containerd.sock: connect: no such file or directory\""
I0630 14:06:37.420139 1460091 ssh_runner.go:195] Run: sudo crictl images --output json
I0630 14:06:37.464724 1460091 containerd.go:627] all images are preloaded for containerd runtime.
I0630 14:06:37.464758 1460091 cache_images.go:84] Images are preloaded, skipping loading
I0630 14:06:37.464771 1460091 kubeadm.go:926] updating node { 192.168.39.114 8443 v1.33.2 containerd true true} ...
I0630 14:06:37.464919 1460091 kubeadm.go:938] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.33.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-412730 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.39.114
[Install]
config:
{KubernetesVersion:v1.33.2 ClusterName:addons-412730 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0630 14:06:37.465002 1460091 ssh_runner.go:195] Run: sudo crictl info
I0630 14:06:37.511001 1460091 cni.go:84] Creating CNI manager for ""
I0630 14:06:37.511034 1460091 cni.go:146] "kvm2" driver + "containerd" runtime found, recommending bridge
I0630 14:06:37.511049 1460091 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0630 14:06:37.511083 1460091 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.114 APIServerPort:8443 KubernetesVersion:v1.33.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-412730 NodeName:addons-412730 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.39.114"]]} {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.114 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPat
h:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0630 14:06:37.511271 1460091 kubeadm.go:195] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta4
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.39.114
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///run/containerd/containerd.sock
name: "addons-412730"
kubeletExtraArgs:
- name: "node-ip"
value: "192.168.39.114"
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta4
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.39.114"]
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
extraArgs:
- name: "proxy-refresh-interval"
value: "70000"
kubernetesVersion: v1.33.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
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
I0630 14:06:37.511357 1460091 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.33.2
I0630 14:06:37.525652 1460091 binaries.go:44] Found k8s binaries, skipping transfer
I0630 14:06:37.525746 1460091 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0630 14:06:37.538805 1460091 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (319 bytes)
I0630 14:06:37.562031 1460091 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0630 14:06:37.587566 1460091 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2309 bytes)
I0630 14:06:37.610218 1460091 ssh_runner.go:195] Run: grep 192.168.39.114 control-plane.minikube.internal$ /etc/hosts
I0630 14:06:37.615571 1460091 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.39.114 control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0630 14:06:37.632131 1460091 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0630 14:06:37.779642 1460091 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0630 14:06:37.816746 1460091 certs.go:68] Setting up /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730 for IP: 192.168.39.114
I0630 14:06:37.816781 1460091 certs.go:194] generating shared ca certs ...
I0630 14:06:37.816801 1460091 certs.go:226] acquiring lock for ca certs: {Name:mk0651a034eff71720267efe75974a64ed116095 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:37.816978 1460091 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20991-1452140/.minikube/ca.key
I0630 14:06:38.156994 1460091 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20991-1452140/.minikube/ca.crt ...
I0630 14:06:38.157034 1460091 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20991-1452140/.minikube/ca.crt: {Name:mkd96adf4b8dd000ef155465cd7541cb4dbc54f3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:38.157267 1460091 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20991-1452140/.minikube/ca.key ...
I0630 14:06:38.157285 1460091 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20991-1452140/.minikube/ca.key: {Name:mk6da24087206aaf4a1c31ab7ae44030109e489f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:38.157410 1460091 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20991-1452140/.minikube/proxy-client-ca.key
I0630 14:06:38.393807 1460091 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20991-1452140/.minikube/proxy-client-ca.crt ...
I0630 14:06:38.393842 1460091 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20991-1452140/.minikube/proxy-client-ca.crt: {Name:mk321b6cabce084092be365d32608954916437e5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:38.394011 1460091 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20991-1452140/.minikube/proxy-client-ca.key ...
I0630 14:06:38.394022 1460091 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20991-1452140/.minikube/proxy-client-ca.key: {Name:mk82210dbfc17828b961241482db840048e12b15 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:38.394107 1460091 certs.go:256] generating profile certs ...
I0630 14:06:38.394167 1460091 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/client.key
I0630 14:06:38.394181 1460091 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/client.crt with IP's: []
I0630 14:06:39.030200 1460091 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/client.crt ...
I0630 14:06:39.030240 1460091 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/client.crt: {Name:mkc9df953aca8566f0870f2298300ff89b509f9b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:39.030418 1460091 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/client.key ...
I0630 14:06:39.030431 1460091 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/client.key: {Name:mka533b0514825fa7b24c00fc43d73342f608e9b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:39.030498 1460091 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/apiserver.key.5344c367
I0630 14:06:39.030521 1460091 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/apiserver.crt.5344c367 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.39.114]
I0630 14:06:39.110277 1460091 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/apiserver.crt.5344c367 ...
I0630 14:06:39.110319 1460091 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/apiserver.crt.5344c367: {Name:mk48ce6fc18dec0b61c5b66960071aff2a24b262 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:39.110478 1460091 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/apiserver.key.5344c367 ...
I0630 14:06:39.110491 1460091 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/apiserver.key.5344c367: {Name:mk75d3bfb9efccf05811ea90591687efdb3f8988 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:39.110564 1460091 certs.go:381] copying /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/apiserver.crt.5344c367 -> /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/apiserver.crt
I0630 14:06:39.110641 1460091 certs.go:385] copying /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/apiserver.key.5344c367 -> /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/apiserver.key
I0630 14:06:39.110691 1460091 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/proxy-client.key
I0630 14:06:39.110708 1460091 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/proxy-client.crt with IP's: []
I0630 14:06:39.311094 1460091 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/proxy-client.crt ...
I0630 14:06:39.311131 1460091 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/proxy-client.crt: {Name:mkc683f67a11502b5bdeac9ab79459fda8dea4d7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:39.311302 1460091 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/proxy-client.key ...
I0630 14:06:39.311315 1460091 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/proxy-client.key: {Name:mk896db09a1f34404a9d7ba2ae83a6472f785239 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:39.311491 1460091 certs.go:484] found cert: /home/jenkins/minikube-integration/20991-1452140/.minikube/certs/ca-key.pem (1679 bytes)
I0630 14:06:39.311529 1460091 certs.go:484] found cert: /home/jenkins/minikube-integration/20991-1452140/.minikube/certs/ca.pem (1078 bytes)
I0630 14:06:39.311552 1460091 certs.go:484] found cert: /home/jenkins/minikube-integration/20991-1452140/.minikube/certs/cert.pem (1123 bytes)
I0630 14:06:39.311574 1460091 certs.go:484] found cert: /home/jenkins/minikube-integration/20991-1452140/.minikube/certs/key.pem (1675 bytes)
I0630 14:06:39.312289 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0630 14:06:39.348883 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0630 14:06:39.387215 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0630 14:06:39.418089 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0630 14:06:39.456310 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0630 14:06:39.485942 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0630 14:06:39.518368 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0630 14:06:39.550454 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/profiles/addons-412730/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0630 14:06:39.582512 1460091 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20991-1452140/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0630 14:06:39.617828 1460091 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0630 14:06:39.640030 1460091 ssh_runner.go:195] Run: openssl version
I0630 14:06:39.647364 1460091 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"
I0630 14:06:39.660898 1460091 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0630 14:06:39.666460 1460091 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jun 30 14:06 /usr/share/ca-certificates/minikubeCA.pem
I0630 14:06:39.666541 1460091 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0630 14:06:39.674132 1460091 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"
I0630 14:06:39.687542 1460091 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0630 14:06:39.692849 1460091 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
I0630 14:06:39.692930 1460091 kubeadm.go:392] StartCluster: {Name:addons-412730 KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube-builds/iso/20991/minikube-v1.36.0-1751221996-20991-amd64.iso KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.47@sha256:6ed579c9292b4370177b7ef3c42cc4b4a6dcd0735a1814916cbc22c8bf38412b 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.33.2 ClusterName:addons-412730
Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.39.114 Port:8443 KubernetesVersion:v1.33.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID
:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0630 14:06:39.693042 1460091 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0630 14:06:39.693124 1460091 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0630 14:06:39.733818 1460091 cri.go:89] found id: ""
I0630 14:06:39.733920 1460091 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0630 14:06:39.748350 1460091 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0630 14:06:39.762340 1460091 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
I0630 14:06:39.774501 1460091 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
I0630 14:06:39.774532 1460091 kubeadm.go:157] found existing configuration files:
I0630 14:06:39.774596 1460091 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0630 14:06:39.786405 1460091 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
I0630 14:06:39.786474 1460091 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0630 14:06:39.798586 1460091 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0630 14:06:39.809858 1460091 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
I0630 14:06:39.809932 1460091 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0630 14:06:39.822150 1460091 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0630 14:06:39.833619 1460091 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
I0630 14:06:39.833683 1460091 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0630 14:06:39.845682 1460091 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0630 14:06:39.856947 1460091 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
I0630 14:06:39.857015 1460091 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0630 14:06:39.870036 1460091 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.33.2:$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"
I0630 14:06:39.922555 1460091 kubeadm.go:310] [init] Using Kubernetes version: v1.33.2
I0630 14:06:39.922624 1460091 kubeadm.go:310] [preflight] Running pre-flight checks
I0630 14:06:40.045815 1460091 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0630 14:06:40.045999 1460091 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0630 14:06:40.046138 1460091 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0630 14:06:40.052549 1460091 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0630 14:06:40.071818 1460091 out.go:235] - Generating certificates and keys ...
I0630 14:06:40.071955 1460091 kubeadm.go:310] [certs] Using existing ca certificate authority
I0630 14:06:40.072042 1460091 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0630 14:06:40.453325 1460091 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0630 14:06:40.505817 1460091 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0630 14:06:41.044548 1460091 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0630 14:06:41.417521 1460091 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0630 14:06:41.739226 1460091 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0630 14:06:41.739421 1460091 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-412730 localhost] and IPs [192.168.39.114 127.0.0.1 ::1]
I0630 14:06:41.843371 1460091 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0630 14:06:41.843539 1460091 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-412730 localhost] and IPs [192.168.39.114 127.0.0.1 ::1]
I0630 14:06:42.399109 1460091 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0630 14:06:42.840033 1460091 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0630 14:06:43.009726 1460091 kubeadm.go:310] [certs] Generating "sa" key and public key
I0630 14:06:43.009824 1460091 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0630 14:06:43.506160 1460091 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0630 14:06:43.698222 1460091 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0630 14:06:43.840816 1460091 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0630 14:06:44.231431 1460091 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0630 14:06:44.461049 1460091 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0630 14:06:44.461356 1460091 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0630 14:06:44.463997 1460091 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0630 14:06:44.465945 1460091 out.go:235] - Booting up control plane ...
I0630 14:06:44.466073 1460091 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0630 14:06:44.466167 1460091 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0630 14:06:44.466289 1460091 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0630 14:06:44.484244 1460091 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0630 14:06:44.494126 1460091 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0630 14:06:44.494220 1460091 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0630 14:06:44.678804 1460091 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0630 14:06:44.678979 1460091 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0630 14:06:45.689158 1460091 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.011115741s
I0630 14:06:45.693304 1460091 kubeadm.go:310] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
I0630 14:06:45.693435 1460091 kubeadm.go:310] [control-plane-check] Checking kube-apiserver at https://192.168.39.114:8443/livez
I0630 14:06:45.694157 1460091 kubeadm.go:310] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
I0630 14:06:45.694324 1460091 kubeadm.go:310] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
I0630 14:06:48.529853 1460091 kubeadm.go:310] [control-plane-check] kube-controller-manager is healthy after 2.836599214s
I0630 14:06:49.645556 1460091 kubeadm.go:310] [control-plane-check] kube-scheduler is healthy after 3.952842655s
I0630 14:06:51.692654 1460091 kubeadm.go:310] [control-plane-check] kube-apiserver is healthy after 6.00153129s
I0630 14:06:51.707013 1460091 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0630 14:06:51.730537 1460091 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0630 14:06:51.769844 1460091 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0630 14:06:51.770065 1460091 kubeadm.go:310] [mark-control-plane] Marking the node addons-412730 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0630 14:06:51.785586 1460091 kubeadm.go:310] [bootstrap-token] Using token: ggslqu.tjlqizciadnjmkc4
I0630 14:06:51.787072 1460091 out.go:235] - Configuring RBAC rules ...
I0630 14:06:51.787249 1460091 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0630 14:06:51.798527 1460091 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0630 14:06:51.808767 1460091 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
I0630 14:06:51.813113 1460091 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0630 14:06:51.818246 1460091 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0630 14:06:51.822008 1460091 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0630 14:06:52.099709 1460091 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0630 14:06:52.594117 1460091 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0630 14:06:53.099418 1460091 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0630 14:06:53.100502 1460091 kubeadm.go:310]
I0630 14:06:53.100601 1460091 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0630 14:06:53.100613 1460091 kubeadm.go:310]
I0630 14:06:53.100755 1460091 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0630 14:06:53.100795 1460091 kubeadm.go:310]
I0630 14:06:53.100858 1460091 kubeadm.go:310] mkdir -p $HOME/.kube
I0630 14:06:53.100965 1460091 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0630 14:06:53.101053 1460091 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0630 14:06:53.101065 1460091 kubeadm.go:310]
I0630 14:06:53.101171 1460091 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0630 14:06:53.101191 1460091 kubeadm.go:310]
I0630 14:06:53.101279 1460091 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0630 14:06:53.101291 1460091 kubeadm.go:310]
I0630 14:06:53.101389 1460091 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0630 14:06:53.101534 1460091 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0630 14:06:53.101651 1460091 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0630 14:06:53.101664 1460091 kubeadm.go:310]
I0630 14:06:53.101782 1460091 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0630 14:06:53.101913 1460091 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0630 14:06:53.101931 1460091 kubeadm.go:310]
I0630 14:06:53.102062 1460091 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token ggslqu.tjlqizciadnjmkc4 \
I0630 14:06:53.102204 1460091 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:617c09b4db1bc5793f47445d1f5bc6fe956626f21f2861489a8e746dc9df0278 \
I0630 14:06:53.102237 1460091 kubeadm.go:310] --control-plane
I0630 14:06:53.102246 1460091 kubeadm.go:310]
I0630 14:06:53.102351 1460091 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0630 14:06:53.102362 1460091 kubeadm.go:310]
I0630 14:06:53.102448 1460091 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token ggslqu.tjlqizciadnjmkc4 \
I0630 14:06:53.102611 1460091 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:617c09b4db1bc5793f47445d1f5bc6fe956626f21f2861489a8e746dc9df0278
I0630 14:06:53.104820 1460091 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0630 14:06:53.104859 1460091 cni.go:84] Creating CNI manager for ""
I0630 14:06:53.104869 1460091 cni.go:146] "kvm2" driver + "containerd" runtime found, recommending bridge
I0630 14:06:53.106742 1460091 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
I0630 14:06:53.108147 1460091 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I0630 14:06:53.121105 1460091 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
I0630 14:06:53.146410 1460091 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0630 14:06:53.146477 1460091 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0630 14:06:53.146567 1460091 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-412730 minikube.k8s.io/updated_at=2025_06_30T14_06_53_0700 minikube.k8s.io/version=v1.36.0 minikube.k8s.io/commit=d123085232072938407f243f9b31470aa85634ff minikube.k8s.io/name=addons-412730 minikube.k8s.io/primary=true
I0630 14:06:53.306096 1460091 ops.go:34] apiserver oom_adj: -16
I0630 14:06:53.306244 1460091 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0630 14:06:53.806580 1460091 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0630 14:06:54.306722 1460091 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0630 14:06:54.807256 1460091 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0630 14:06:55.306344 1460091 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0630 14:06:55.807179 1460091 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0630 14:06:56.306640 1460091 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0630 14:06:56.807184 1460091 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0630 14:06:56.895027 1460091 kubeadm.go:1105] duration metric: took 3.748614141s to wait for elevateKubeSystemPrivileges
I0630 14:06:56.895079 1460091 kubeadm.go:394] duration metric: took 17.202154504s to StartCluster
I0630 14:06:56.895108 1460091 settings.go:142] acquiring lock: {Name:mk841f56cd7a9b39ff7ba20d8e74be5d85ec1f93 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:56.895268 1460091 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/20991-1452140/kubeconfig
I0630 14:06:56.895670 1460091 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20991-1452140/kubeconfig: {Name:mkaf116de3c28eb3dfd9964f3211c065b2db02a9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0630 14:06:56.895901 1460091 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.33.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0630 14:06:56.895932 1460091 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.39.114 Port:8443 KubernetesVersion:v1.33.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0630 14:06:56.895997 1460091 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-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0630 14:06:56.896117 1460091 addons.go:69] Setting yakd=true in profile "addons-412730"
I0630 14:06:56.896139 1460091 addons.go:238] Setting addon yakd=true in "addons-412730"
I0630 14:06:56.896139 1460091 addons.go:69] Setting ingress=true in profile "addons-412730"
I0630 14:06:56.896159 1460091 addons.go:238] Setting addon ingress=true in "addons-412730"
I0630 14:06:56.896176 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.896165 1460091 addons.go:69] Setting registry=true in profile "addons-412730"
I0630 14:06:56.896200 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.896203 1460091 addons.go:238] Setting addon registry=true in "addons-412730"
I0630 14:06:56.896203 1460091 addons.go:69] Setting inspektor-gadget=true in profile "addons-412730"
I0630 14:06:56.896223 1460091 config.go:182] Loaded profile config "addons-412730": Driver=kvm2, ContainerRuntime=containerd, KubernetesVersion=v1.33.2
I0630 14:06:56.896233 1460091 addons.go:238] Setting addon inspektor-gadget=true in "addons-412730"
I0630 14:06:56.896223 1460091 addons.go:69] Setting metrics-server=true in profile "addons-412730"
I0630 14:06:56.896245 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.896253 1460091 addons.go:238] Setting addon metrics-server=true in "addons-412730"
I0630 14:06:56.896265 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.896276 1460091 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-412730"
I0630 14:06:56.896285 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.896287 1460091 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-412730"
I0630 14:06:56.896305 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.896570 1460091 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-412730"
I0630 14:06:56.896661 1460091 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-412730"
I0630 14:06:56.896723 1460091 addons.go:69] Setting volcano=true in profile "addons-412730"
I0630 14:06:56.896778 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.896785 1460091 addons.go:69] Setting registry-creds=true in profile "addons-412730"
I0630 14:06:56.896751 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.896799 1460091 addons.go:69] Setting volumesnapshots=true in profile "addons-412730"
I0630 14:06:56.896804 1460091 addons.go:238] Setting addon registry-creds=true in "addons-412730"
I0630 14:06:56.896811 1460091 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-412730"
I0630 14:06:56.896816 1460091 addons.go:238] Setting addon volumesnapshots=true in "addons-412730"
I0630 14:06:56.896825 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.896830 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.896835 1460091 addons.go:69] Setting cloud-spanner=true in profile "addons-412730"
I0630 14:06:56.896838 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.896836 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.896852 1460091 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-412730"
I0630 14:06:56.896876 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.896897 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.896918 1460091 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-412730"
I0630 14:06:56.896941 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.897097 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.897165 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.897187 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.897280 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.897295 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.896826 1460091 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-412730"
I0630 14:06:56.897181 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.897361 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.896845 1460091 addons.go:238] Setting addon cloud-spanner=true in "addons-412730"
I0630 14:06:56.897199 1460091 addons.go:69] Setting storage-provisioner=true in profile "addons-412730"
I0630 14:06:56.897456 1460091 addons.go:238] Setting addon storage-provisioner=true in "addons-412730"
I0630 14:06:56.897488 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.897499 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.897606 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.897861 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.897876 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.897886 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.897898 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.897978 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.898012 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.896791 1460091 addons.go:238] Setting addon volcano=true in "addons-412730"
I0630 14:06:56.898062 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.896771 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.898162 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.896767 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.898520 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.897212 1460091 addons.go:69] Setting default-storageclass=true in profile "addons-412730"
I0630 14:06:56.898795 1460091 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-412730"
I0630 14:06:56.899315 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.899389 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.897224 1460091 addons.go:69] Setting gcp-auth=true in profile "addons-412730"
I0630 14:06:56.899644 1460091 mustload.go:65] Loading cluster: addons-412730
I0630 14:06:56.897241 1460091 addons.go:69] Setting ingress-dns=true in profile "addons-412730"
I0630 14:06:56.899700 1460091 addons.go:238] Setting addon ingress-dns=true in "addons-412730"
I0630 14:06:56.899796 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.896785 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.899911 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.897328 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.899604 1460091 out.go:177] * Verifying Kubernetes components...
I0630 14:06:56.915173 1460091 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0630 14:06:56.925317 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:37551
I0630 14:06:56.933471 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:41039
I0630 14:06:56.933567 1460091 config.go:182] Loaded profile config "addons-412730": Driver=kvm2, ContainerRuntime=containerd, KubernetesVersion=v1.33.2
I0630 14:06:56.933596 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:40245
I0630 14:06:56.934049 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.934108 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.934159 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.934204 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.934401 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.934443 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.938799 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:34645
I0630 14:06:56.939041 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:34403
I0630 14:06:56.939193 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:42489
I0630 14:06:56.939457 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:37261
I0630 14:06:56.939729 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.940028 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.940309 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.940326 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.940413 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.940931 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.941099 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.941112 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.941179 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.941232 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.941301 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.941738 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.941788 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.942491 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.942515 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.942624 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.942661 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.942683 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.942765 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.942792 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.942805 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.943018 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.943038 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.943153 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.943163 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.943215 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.943262 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.944142 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.944175 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.944193 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.944211 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.944294 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.944358 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:56.945770 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.945856 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.946237 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.946282 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.947082 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.947128 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.948967 1460091 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-412730"
I0630 14:06:56.949015 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.949453 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.949501 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.962217 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.962296 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.973604 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:45819
I0630 14:06:56.974149 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.974664 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.974695 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.975099 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.975299 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:56.975756 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:40905
I0630 14:06:56.977204 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:56.977635 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.977698 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.977979 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.978793 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.978814 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.979233 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.979861 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.979908 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.983635 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:42245
I0630 14:06:56.984067 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:43249
I0630 14:06:56.984613 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.985289 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.985309 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.985797 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.986422 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.986466 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.987326 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:39565
I0630 14:06:56.987554 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:39591
I0630 14:06:56.988111 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.988781 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.988800 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.988868 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:39969
I0630 14:06:56.989272 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.989514 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.989982 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.990005 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.990076 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.990136 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.990167 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.990395 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.990688 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.990745 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.991420 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.992366 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:56.992419 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:56.992669 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:40395
I0630 14:06:56.993907 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:56.995228 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:56.995248 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:56.995880 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:56.997265 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:56.999293 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:41653
I0630 14:06:56.999370 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.001508 1460091 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0630 14:06:57.002883 1460091 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0630 14:06:57.002916 1460091 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0630 14:06:57.002942 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.003610 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:41521
I0630 14:06:57.005195 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:42771
I0630 14:06:57.005935 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:57.005991 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:57.006255 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:34775
I0630 14:06:57.006289 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.006456 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.006802 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.007205 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:36703
I0630 14:06:57.007321 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:44381
I0630 14:06:57.007438 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.007452 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.007601 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.007616 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.007742 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.007767 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.008050 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.008112 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.008285 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.008301 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.008675 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:57.008703 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.008723 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:57.008787 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.008808 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.009263 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.009378 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.009421 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.009781 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.010031 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.010108 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.010355 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.010373 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.010513 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.010533 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.010629 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.010969 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.010977 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.011283 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.011304 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.011392 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.011650 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.011783 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:57.011867 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:57.012379 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:57.012423 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:57.012599 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.012859 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.012877 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.013047 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.013778 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.014215 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.014495 1460091 addons.go:238] Setting addon default-storageclass=true in "addons-412730"
I0630 14:06:57.014541 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:06:57.014778 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.014972 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:57.015012 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:57.015647 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.017091 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.017305 1460091 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.41.0
I0630 14:06:57.017315 1460091 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0630 14:06:57.019235 1460091 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
I0630 14:06:57.019245 1460091 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0630 14:06:57.019258 1460091 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
I0630 14:06:57.019263 1460091 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0630 14:06:57.019284 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.019284 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.019356 1460091 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0630 14:06:57.020515 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:45803
I0630 14:06:57.020579 1460091 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0630 14:06:57.020596 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0630 14:06:57.020635 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.021372 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.021977 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.022038 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.022485 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.023104 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:57.023180 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:57.023405 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.023860 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.023897 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.025612 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.025864 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.025948 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:43573
I0630 14:06:57.026240 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.026420 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.026868 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.028570 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.029396 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.029420 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.029587 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.029699 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.029761 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.029777 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.029959 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.030089 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.030322 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.030383 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.030669 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.031123 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.031274 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.031289 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.031683 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.037907 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.038177 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.039744 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:33841
I0630 14:06:57.039978 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:42319
I0630 14:06:57.040537 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.040729 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.041308 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.041328 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.041600 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.041615 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.041928 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.042164 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.042315 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.044033 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:33253
I0630 14:06:57.044725 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.045331 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.045350 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.045878 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.045938 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.046425 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:36713
I0630 14:06:57.047116 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.047396 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.047496 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.048257 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.048279 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.048498 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.049312 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.049440 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.049911 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.050622 1460091 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.9
I0630 14:06:57.050709 1460091 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.4
I0630 14:06:57.051429 1460091 out.go:177] - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
I0630 14:06:57.051993 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.053508 1460091 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0630 14:06:57.053531 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
I0630 14:06:57.053554 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.054413 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:42375
I0630 14:06:57.054437 1460091 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.4
I0630 14:06:57.054478 1460091 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.35
I0630 14:06:57.054413 1460091 out.go:177] - Using image docker.io/registry:3.0.0
I0630 14:06:57.054933 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.055768 1460091 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
I0630 14:06:57.055790 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0630 14:06:57.055812 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.055852 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.055876 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.056303 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.056581 1460091 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
I0630 14:06:57.056594 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.056599 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0630 14:06:57.056622 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.057388 1460091 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.12.3
I0630 14:06:57.058752 1460091 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0630 14:06:57.058770 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0630 14:06:57.058788 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.059503 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.060288 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.060307 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.060551 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.060762 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.060918 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.060980 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.061036 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.061516 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:44217
I0630 14:06:57.062190 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.062207 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.062733 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.062771 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.062855 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.062894 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.062999 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.063152 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.063283 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.063407 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.063631 1460091 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.12.1
I0630 14:06:57.063848 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.063854 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:39753
I0630 14:06:57.063891 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:43121
I0630 14:06:57.064349 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.064387 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.064484 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.064596 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.064660 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.064704 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.064881 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.064942 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.065098 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.065315 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.065331 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.065402 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.065624 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.066156 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.066196 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.066203 1460091 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.12.1
I0630 14:06:57.066852 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.066874 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.066915 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:41937
I0630 14:06:57.067252 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.067449 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.067944 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.068048 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.068097 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.068228 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.068613 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.068623 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.068822 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.068891 1460091 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.12.1
I0630 14:06:57.069115 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.069121 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.069356 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.069425 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:40241
I0630 14:06:57.069576 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.070270 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.070286 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.070342 1460091 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0630 14:06:57.071005 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.071129 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.071152 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.071943 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.071951 1460091 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
I0630 14:06:57.071970 1460091 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0630 14:06:57.071992 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.072108 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.072154 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.072685 1460091 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0630 14:06:57.072774 1460091 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0630 14:06:57.072798 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (498069 bytes)
I0630 14:06:57.072818 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.073341 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.074059 1460091 out.go:177] - Using image docker.io/upmcenterprises/registry-creds:1.10
I0630 14:06:57.074063 1460091 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0630 14:06:57.074155 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0630 14:06:57.074179 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.075067 1460091 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.2
I0630 14:06:57.075229 1460091 addons.go:435] installing /etc/kubernetes/addons/registry-creds-rc.yaml
I0630 14:06:57.075246 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-creds-rc.yaml (3306 bytes)
I0630 14:06:57.075572 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.076243 1460091 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0630 14:06:57.076303 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0630 14:06:57.076329 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.078812 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:43631
I0630 14:06:57.079025 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.079130 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.079652 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.080327 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.080351 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.080481 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.080507 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.080634 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.080858 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.081036 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.081055 1460091 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0630 14:06:57.081228 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.081763 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.082138 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.082262 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.082706 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:06:57.082752 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:06:57.083020 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.083040 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.083087 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.083100 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.083265 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.083494 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.083497 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.083593 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.083780 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.083786 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.083977 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.084112 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.084235 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.084469 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.084506 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.084520 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.084738 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.084918 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.085065 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.085095 1460091 out.go:177] - Using image docker.io/busybox:stable
I0630 14:06:57.085067 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.085223 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.085318 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.085373 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.085526 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.085673 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.085865 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.086430 1460091 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0630 14:06:57.086442 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0630 14:06:57.086455 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.087486 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:35427
I0630 14:06:57.087965 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.088516 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.088545 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.089121 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.089329 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.089866 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.090528 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.090554 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.090740 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.090964 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.091072 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.091131 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.091254 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.092992 1460091 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0630 14:06:57.094599 1460091 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0630 14:06:57.095998 1460091 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0630 14:06:57.097039 1460091 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0630 14:06:57.098265 1460091 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0630 14:06:57.099547 1460091 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0630 14:06:57.100645 1460091 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0630 14:06:57.101875 1460091 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0630 14:06:57.103299 1460091 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0630 14:06:57.103321 1460091 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0630 14:06:57.103347 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.107000 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:43485
I0630 14:06:57.107083 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.107594 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:06:57.107627 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.107650 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.107840 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.108051 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.108244 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.108441 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:06:57.108455 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:06:57.108453 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:06:57.108913 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:06:57.109191 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:06:57.111002 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:06:57.111252 1460091 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
I0630 14:06:57.111268 1460091 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0630 14:06:57.111288 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:06:57.114635 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.115172 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:06:57.115248 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:06:57.115422 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:06:57.115624 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:06:57.115796 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:06:57.115964 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
W0630 14:06:57.363795 1460091 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 192.168.39.1:36374->192.168.39.114:22: read: connection reset by peer
I0630 14:06:57.363842 1460091 retry.go:31] will retry after 315.136796ms: ssh: handshake failed: read tcp 192.168.39.1:36374->192.168.39.114:22: read: connection reset by peer
W0630 14:06:57.364018 1460091 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 192.168.39.1:36380->192.168.39.114:22: read: connection reset by peer
I0630 14:06:57.364049 1460091 retry.go:31] will retry after 155.525336ms: ssh: handshake failed: read tcp 192.168.39.1:36380->192.168.39.114:22: read: connection reset by peer
I0630 14:06:57.701875 1460091 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.33.2/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.33.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0630 14:06:57.701976 1460091 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0630 14:06:57.837038 1460091 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0630 14:06:57.837063 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0630 14:06:57.838628 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0630 14:06:57.843008 1460091 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
I0630 14:06:57.843041 1460091 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0630 14:06:57.872159 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0630 14:06:57.909976 1460091 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
I0630 14:06:57.910010 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14737 bytes)
I0630 14:06:57.932688 1460091 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0630 14:06:57.932733 1460091 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0630 14:06:57.995639 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0630 14:06:58.066461 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0630 14:06:58.080857 1460091 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
I0630 14:06:58.080899 1460091 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0630 14:06:58.095890 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0630 14:06:58.137462 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0630 14:06:58.206306 1460091 node_ready.go:35] waiting up to 6m0s for node "addons-412730" to be "Ready" ...
I0630 14:06:58.209015 1460091 node_ready.go:49] node "addons-412730" is "Ready"
I0630 14:06:58.209060 1460091 node_ready.go:38] duration metric: took 2.705097ms for node "addons-412730" to be "Ready" ...
I0630 14:06:58.209080 1460091 api_server.go:52] waiting for apiserver process to appear ...
I0630 14:06:58.209140 1460091 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0630 14:06:58.223118 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
I0630 14:06:58.377311 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml
I0630 14:06:58.393265 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
I0630 14:06:58.552870 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0630 14:06:58.629965 1460091 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0630 14:06:58.630008 1460091 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0630 14:06:58.758806 1460091 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
I0630 14:06:58.758842 1460091 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0630 14:06:58.850972 1460091 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
I0630 14:06:58.851001 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0630 14:06:59.026553 1460091 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0630 14:06:59.026591 1460091 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0630 14:06:59.029024 1460091 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0630 14:06:59.029049 1460091 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0630 14:06:59.194467 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0630 14:06:59.225323 1460091 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0630 14:06:59.225365 1460091 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0630 14:06:59.275081 1460091 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0630 14:06:59.275114 1460091 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0630 14:06:59.277525 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0630 14:06:59.360873 1460091 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
I0630 14:06:59.360922 1460091 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0630 14:06:59.365441 1460091 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0630 14:06:59.365473 1460091 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)
I0630 14:06:59.479182 1460091 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0630 14:06:59.479223 1460091 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0630 14:06:59.632112 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/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
I0630 14:06:59.730609 1460091 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0630 14:06:59.730651 1460091 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0630 14:06:59.924237 1460091 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
I0630 14:06:59.924273 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0630 14:06:59.952744 1460091 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0630 14:06:59.952779 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0630 14:07:00.295758 1460091 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0630 14:07:00.295801 1460091 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0630 14:07:00.609047 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/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
I0630 14:07:00.711006 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/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
I0630 14:07:01.077427 1460091 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0630 14:07:01.077478 1460091 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0630 14:07:01.488779 1460091 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.33.2/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.33.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.786858112s)
I0630 14:07:01.488824 1460091 start.go:972] {"host.minikube.internal": 192.168.39.1} host record injected into CoreDNS's ConfigMap
I0630 14:07:01.488851 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.650181319s)
I0630 14:07:01.488917 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:01.488939 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:01.489367 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:01.489386 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:01.489398 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:01.489407 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:01.489675 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:01.489692 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:01.519482 1460091 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0630 14:07:01.519507 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0630 14:07:01.953943 1460091 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0630 14:07:01.953981 1460091 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0630 14:07:02.000299 1460091 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-412730" context rescaled to 1 replicas
I0630 14:07:02.634511 1460091 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0630 14:07:02.634547 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0630 14:07:03.286523 1460091 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0630 14:07:03.286560 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0630 14:07:03.817225 1460091 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0630 14:07:03.817256 1460091 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0630 14:07:04.096118 1460091 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0630 14:07:04.096173 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:07:04.099962 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:07:04.100533 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:07:04.100570 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:07:04.100887 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:07:04.101144 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:07:04.101379 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:07:04.101559 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:07:04.500309 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/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
I0630 14:07:05.218352 1460091 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0630 14:07:05.643348 1460091 addons.go:238] Setting addon gcp-auth=true in "addons-412730"
I0630 14:07:05.643433 1460091 host.go:66] Checking if "addons-412730" exists ...
I0630 14:07:05.643934 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:07:05.643986 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:07:05.660744 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:43731
I0630 14:07:05.661458 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:07:05.662215 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:07:05.662238 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:07:05.662683 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:07:05.663335 1460091 main.go:141] libmachine: Found binary path at /home/jenkins/minikube-integration/20991-1452140/.minikube/bin/docker-machine-driver-kvm2
I0630 14:07:05.663379 1460091 main.go:141] libmachine: Launching plugin server for driver kvm2
I0630 14:07:05.682214 1460091 main.go:141] libmachine: Plugin server listening at address 127.0.0.1:35245
I0630 14:07:05.683058 1460091 main.go:141] libmachine: () Calling .GetVersion
I0630 14:07:05.683766 1460091 main.go:141] libmachine: Using API Version 1
I0630 14:07:05.683791 1460091 main.go:141] libmachine: () Calling .SetConfigRaw
I0630 14:07:05.684301 1460091 main.go:141] libmachine: () Calling .GetMachineName
I0630 14:07:05.684542 1460091 main.go:141] libmachine: (addons-412730) Calling .GetState
I0630 14:07:05.686376 1460091 main.go:141] libmachine: (addons-412730) Calling .DriverName
I0630 14:07:05.686632 1460091 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0630 14:07:05.686663 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHHostname
I0630 14:07:05.690202 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:07:05.690836 1460091 main.go:141] libmachine: (addons-412730) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:ac:59:ff", ip: ""} in network mk-addons-412730: {Iface:virbr1 ExpiryTime:2025-06-30 15:06:22 +0000 UTC Type:0 Mac:52:54:00:ac:59:ff Iaid: IPaddr:192.168.39.114 Prefix:24 Hostname:addons-412730 Clientid:01:52:54:00:ac:59:ff}
I0630 14:07:05.690876 1460091 main.go:141] libmachine: (addons-412730) DBG | domain addons-412730 has defined IP address 192.168.39.114 and MAC address 52:54:00:ac:59:ff in network mk-addons-412730
I0630 14:07:05.691075 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHPort
I0630 14:07:05.691278 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHKeyPath
I0630 14:07:05.691467 1460091 main.go:141] libmachine: (addons-412730) Calling .GetSSHUsername
I0630 14:07:05.691655 1460091 sshutil.go:53] new ssh client: &{IP:192.168.39.114 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/20991-1452140/.minikube/machines/addons-412730/id_rsa Username:docker}
I0630 14:07:11.565837 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (13.693634263s)
I0630 14:07:11.565899 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.565914 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.565980 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (13.570295044s)
I0630 14:07:11.566027 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (13.499537s)
I0630 14:07:11.566089 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (13.470173071s)
I0630 14:07:11.566122 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.566098 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.566168 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.566176 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (13.42868021s)
I0630 14:07:11.566202 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.566212 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.566039 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.566229 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.566242 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.566137 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.566252 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.566260 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.566283 1460091 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (13.357116893s)
I0630 14:07:11.566302 1460091 api_server.go:72] duration metric: took 14.670334608s to wait for apiserver process to appear ...
I0630 14:07:11.566309 1460091 api_server.go:88] waiting for apiserver healthz status ...
I0630 14:07:11.566329 1460091 api_server.go:253] Checking apiserver healthz at https://192.168.39.114:8443/healthz ...
I0630 14:07:11.566328 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (13.343175575s)
I0630 14:07:11.566350 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.566360 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.566359 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/registry-creds-rc.yaml: (13.189016834s)
I0630 14:07:11.566380 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.566389 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.566439 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.566447 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.566456 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.566462 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.566686 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.566242 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.566727 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.566737 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.566745 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.566753 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.566773 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.566782 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.566789 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.566794 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.566839 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.566844 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (13.173547374s)
I0630 14:07:11.566862 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.566868 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.566871 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.566874 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.566881 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.566753 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.567113 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.567151 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.567170 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.567176 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.567183 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.567190 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.567203 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.567217 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.567249 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.567258 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.567271 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.567282 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.567309 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.567329 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.567335 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.567250 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.567548 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.567578 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.567585 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.567976 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.568014 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.568021 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.568825 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.568856 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.568865 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.566881 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.569293 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (13.016393005s)
I0630 14:07:11.569320 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.569328 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.569412 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (12.374918327s)
I0630 14:07:11.569425 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.569431 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.569478 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (12.291926439s)
I0630 14:07:11.569490 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.569497 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.569593 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (11.937451446s)
I0630 14:07:11.569615 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.569624 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.569735 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (10.960641721s)
W0630 14:07:11.569757 1460091 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0630 14:07:11.569775 1460091 retry.go:31] will retry after 330.589533ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0630 14:07:11.569820 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/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: (10.858779326s)
I0630 14:07:11.569834 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.569841 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.570507 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.570534 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.570540 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.570547 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.570552 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.570841 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.570867 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.570873 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.570879 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.570884 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.570993 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.571027 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.571032 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.571041 1460091 addons.go:479] Verifying addon metrics-server=true in "addons-412730"
I0630 14:07:11.571778 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.571807 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.571816 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.571823 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.571830 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.571917 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.572331 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.572343 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.572353 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.572362 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.572758 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.572789 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.572797 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.572807 1460091 addons.go:479] Verifying addon ingress=true in "addons-412730"
I0630 14:07:11.573202 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.573214 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.573223 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.573229 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.573243 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.573257 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.573283 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.573302 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.573308 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.573315 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.573321 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.573502 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.573535 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.573568 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.573586 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.573947 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.573962 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.573971 1460091 addons.go:479] Verifying addon registry=true in "addons-412730"
I0630 14:07:11.574975 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.575013 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.575195 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.575240 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.575258 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.575424 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.575449 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.574703 1460091 out.go:177] * Verifying ingress addon...
I0630 14:07:11.574951 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.576902 1460091 out.go:177] * Verifying registry addon...
I0630 14:07:11.577803 1460091 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-412730 service yakd-dashboard -n yakd-dashboard
I0630 14:07:11.578734 1460091 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0630 14:07:11.579547 1460091 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0630 14:07:11.618799 1460091 api_server.go:279] https://192.168.39.114:8443/healthz returned 200:
ok
I0630 14:07:11.642386 1460091 api_server.go:141] control plane version: v1.33.2
I0630 14:07:11.642428 1460091 api_server.go:131] duration metric: took 76.109211ms to wait for apiserver health ...
I0630 14:07:11.642442 1460091 system_pods.go:43] waiting for kube-system pods to appear ...
I0630 14:07:11.648379 1460091 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0630 14:07:11.648411 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:11.648426 1460091 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0630 14:07:11.648448 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:11.787935 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.787961 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.788293 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.788355 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
W0630 14:07:11.788482 1460091 out.go:270] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0630 14:07:11.788776 1460091 system_pods.go:59] 17 kube-system pods found
I0630 14:07:11.788844 1460091 system_pods.go:61] "amd-gpu-device-plugin-jk4pf" [669e6afe-7041-4750-a8b3-b9b16b2c1200] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0630 14:07:11.788873 1460091 system_pods.go:61] "coredns-674b8bbfcf-55nn4" [f9bb36d9-fcc7-40a9-a574-a0c0d4a2e249] Running
I0630 14:07:11.788883 1460091 system_pods.go:61] "csi-hostpath-attacher-0" [b2871319-8553-4b97-acc6-9fa791a121e7] Pending
I0630 14:07:11.788891 1460091 system_pods.go:61] "etcd-addons-412730" [0d20e35f-0200-4c76-93c7-c5dc73170568] Running
I0630 14:07:11.788902 1460091 system_pods.go:61] "kube-apiserver-addons-412730" [f635944a-97e7-41a4-93a2-bb7fcee2b33b] Running
I0630 14:07:11.788912 1460091 system_pods.go:61] "kube-controller-manager-addons-412730" [bc65f29f-9646-460b-bbd6-d7633581c597] Running
I0630 14:07:11.788923 1460091 system_pods.go:61] "kube-ingress-dns-minikube" [b9186cc8-be28-421d-8259-84f8fa275c24] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0630 14:07:11.788933 1460091 system_pods.go:61] "kube-proxy-mgntr" [b2ebef04-6f35-4cb1-a058-5694a72ff27d] Running
I0630 14:07:11.788941 1460091 system_pods.go:61] "kube-scheduler-addons-412730" [8cb21dd0-89ca-47fb-99e5-03acd8d6fc0f] Running
I0630 14:07:11.788951 1460091 system_pods.go:61] "metrics-server-7fbb699795-kjqlg" [517ec2e4-c4bc-45b6-ada2-68d1e16b2f19] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0630 14:07:11.788965 1460091 system_pods.go:61] "nvidia-device-plugin-daemonset-x5r2c" [b30b72eb-28c1-4e3a-972e-9db47c66ac6f] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0630 14:07:11.788979 1460091 system_pods.go:61] "registry-694bd45846-xjdfn" [2538157e-75f2-429a-9ee9-dcbb6f56a814] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0630 14:07:11.788992 1460091 system_pods.go:61] "registry-creds-6b69cdcdd5-kxnxr" [5d9d53ec-f97e-4851-9025-f208d9a9e0a7] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0630 14:07:11.789005 1460091 system_pods.go:61] "registry-proxy-dzp7x" [52f4bc70-5ad7-47f4-bd99-fc5cd471afab] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0630 14:07:11.789017 1460091 system_pods.go:61] "snapshot-controller-68b874b76f-pn4tl" [26ebb6e6-2f9c-47b1-a6a2-d0bc2631fc74] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0630 14:07:11.789029 1460091 system_pods.go:61] "snapshot-controller-68b874b76f-v6vkl" [3e0abe0b-9975-45f8-ba9b-1b5d010607ff] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0630 14:07:11.789036 1460091 system_pods.go:61] "storage-provisioner" [c5a4662a-1e04-4f23-bf87-a78f5608f496] Running
I0630 14:07:11.789049 1460091 system_pods.go:74] duration metric: took 146.59926ms to wait for pod list to return data ...
I0630 14:07:11.789066 1460091 default_sa.go:34] waiting for default service account to be created ...
I0630 14:07:11.852937 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:11.852969 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:11.853375 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:11.853431 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:11.853445 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:11.859436 1460091 default_sa.go:45] found service account: "default"
I0630 14:07:11.859476 1460091 default_sa.go:55] duration metric: took 70.393128ms for default service account to be created ...
I0630 14:07:11.859487 1460091 system_pods.go:116] waiting for k8s-apps to be running ...
I0630 14:07:11.900655 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/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
I0630 14:07:11.926835 1460091 system_pods.go:86] 18 kube-system pods found
I0630 14:07:11.926878 1460091 system_pods.go:89] "amd-gpu-device-plugin-jk4pf" [669e6afe-7041-4750-a8b3-b9b16b2c1200] Pending / Ready:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin]) / ContainersReady:ContainersNotReady (containers with unready status: [amd-gpu-device-plugin])
I0630 14:07:11.926886 1460091 system_pods.go:89] "coredns-674b8bbfcf-55nn4" [f9bb36d9-fcc7-40a9-a574-a0c0d4a2e249] Running
I0630 14:07:11.926914 1460091 system_pods.go:89] "csi-hostpath-attacher-0" [b2871319-8553-4b97-acc6-9fa791a121e7] Pending
I0630 14:07:11.926919 1460091 system_pods.go:89] "csi-hostpathplugin-z9jlw" [9852b523-2f8d-4c9a-85e8-7ac58ed5eebb] Pending
I0630 14:07:11.926925 1460091 system_pods.go:89] "etcd-addons-412730" [0d20e35f-0200-4c76-93c7-c5dc73170568] Running
I0630 14:07:11.926931 1460091 system_pods.go:89] "kube-apiserver-addons-412730" [f635944a-97e7-41a4-93a2-bb7fcee2b33b] Running
I0630 14:07:11.926940 1460091 system_pods.go:89] "kube-controller-manager-addons-412730" [bc65f29f-9646-460b-bbd6-d7633581c597] Running
I0630 14:07:11.926949 1460091 system_pods.go:89] "kube-ingress-dns-minikube" [b9186cc8-be28-421d-8259-84f8fa275c24] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0630 14:07:11.926958 1460091 system_pods.go:89] "kube-proxy-mgntr" [b2ebef04-6f35-4cb1-a058-5694a72ff27d] Running
I0630 14:07:11.926966 1460091 system_pods.go:89] "kube-scheduler-addons-412730" [8cb21dd0-89ca-47fb-99e5-03acd8d6fc0f] Running
I0630 14:07:11.926977 1460091 system_pods.go:89] "metrics-server-7fbb699795-kjqlg" [517ec2e4-c4bc-45b6-ada2-68d1e16b2f19] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0630 14:07:11.926990 1460091 system_pods.go:89] "nvidia-device-plugin-daemonset-x5r2c" [b30b72eb-28c1-4e3a-972e-9db47c66ac6f] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0630 14:07:11.927011 1460091 system_pods.go:89] "registry-694bd45846-xjdfn" [2538157e-75f2-429a-9ee9-dcbb6f56a814] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0630 14:07:11.927030 1460091 system_pods.go:89] "registry-creds-6b69cdcdd5-kxnxr" [5d9d53ec-f97e-4851-9025-f208d9a9e0a7] Pending / Ready:ContainersNotReady (containers with unready status: [registry-creds]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-creds])
I0630 14:07:11.927042 1460091 system_pods.go:89] "registry-proxy-dzp7x" [52f4bc70-5ad7-47f4-bd99-fc5cd471afab] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0630 14:07:11.927050 1460091 system_pods.go:89] "snapshot-controller-68b874b76f-pn4tl" [26ebb6e6-2f9c-47b1-a6a2-d0bc2631fc74] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0630 14:07:11.927061 1460091 system_pods.go:89] "snapshot-controller-68b874b76f-v6vkl" [3e0abe0b-9975-45f8-ba9b-1b5d010607ff] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0630 14:07:11.927074 1460091 system_pods.go:89] "storage-provisioner" [c5a4662a-1e04-4f23-bf87-a78f5608f496] Running
I0630 14:07:11.927089 1460091 system_pods.go:126] duration metric: took 67.593682ms to wait for k8s-apps to be running ...
I0630 14:07:11.927104 1460091 system_svc.go:44] waiting for kubelet service to be running ....
I0630 14:07:11.927169 1460091 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0630 14:07:12.193770 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:12.193803 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:12.354834 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (7.854466413s)
I0630 14:07:12.354924 1460091 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (6.668263946s)
I0630 14:07:12.354926 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:12.355156 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:12.355521 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:12.355577 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:12.355605 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:12.355625 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:12.355646 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:12.355981 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:12.356003 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:12.356015 1460091 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-412730"
I0630 14:07:12.356885 1460091 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.4
I0630 14:07:12.357715 1460091 out.go:177] * Verifying csi-hostpath-driver addon...
I0630 14:07:12.359034 1460091 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
I0630 14:07:12.359721 1460091 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0630 14:07:12.360023 1460091 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0630 14:07:12.360041 1460091 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0630 14:07:12.406216 1460091 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0630 14:07:12.406263 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:12.559364 1460091 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0630 14:07:12.559403 1460091 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0630 14:07:12.584643 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:12.585219 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:12.665811 1460091 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0630 14:07:12.665844 1460091 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0630 14:07:12.836140 1460091 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/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
I0630 14:07:12.865786 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:13.084231 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:13.084272 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:13.365331 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:13.585910 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:13.586224 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:13.635029 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.734314641s)
I0630 14:07:13.635075 1460091 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (1.707884059s)
I0630 14:07:13.635092 1460091 system_svc.go:56] duration metric: took 1.707986766s WaitForService to wait for kubelet
I0630 14:07:13.635101 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:13.635119 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:13.635108 1460091 kubeadm.go:578] duration metric: took 16.739135366s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0630 14:07:13.635141 1460091 node_conditions.go:102] verifying NodePressure condition ...
I0630 14:07:13.635462 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:13.635484 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:13.635497 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:13.635507 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:13.635808 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:13.635828 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:13.638761 1460091 node_conditions.go:122] node storage ephemeral capacity is 17734596Ki
I0630 14:07:13.638792 1460091 node_conditions.go:123] node cpu capacity is 2
I0630 14:07:13.638809 1460091 node_conditions.go:105] duration metric: took 3.661934ms to run NodePressure ...
I0630 14:07:13.638826 1460091 start.go:241] waiting for startup goroutines ...
I0630 14:07:13.875752 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:14.024111 1460091 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.187911729s)
I0630 14:07:14.024195 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:14.024227 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:14.024586 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:14.024683 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:14.024691 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:14.024702 1460091 main.go:141] libmachine: Making call to close driver server
I0630 14:07:14.024712 1460091 main.go:141] libmachine: (addons-412730) Calling .Close
I0630 14:07:14.024994 1460091 main.go:141] libmachine: Successfully made call to close driver server
I0630 14:07:14.025013 1460091 main.go:141] libmachine: Making call to close connection to plugin binary
I0630 14:07:14.025043 1460091 main.go:141] libmachine: (addons-412730) DBG | Closing plugin on server side
I0630 14:07:14.026382 1460091 addons.go:479] Verifying addon gcp-auth=true in "addons-412730"
I0630 14:07:14.029054 1460091 out.go:177] * Verifying gcp-auth addon...
I0630 14:07:14.031483 1460091 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0630 14:07:14.064027 1460091 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0630 14:07:14.064055 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:14.100781 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:14.114141 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:14.365832 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:14.534739 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:14.583821 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:14.584016 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:14.864558 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:15.035462 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:15.083316 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:15.083872 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:15.363154 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:15.536843 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:15.584338 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:15.585465 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:15.864842 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:16.035682 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:16.084017 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:16.084651 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:16.497202 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:16.537408 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:16.584546 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:16.587004 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:16.863546 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:17.035257 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:17.082833 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:17.083256 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:17.367136 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:17.536257 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:17.583638 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:17.584977 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:17.896589 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:18.035682 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:18.083625 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:18.084228 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:18.363753 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:18.535354 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:18.583096 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:18.583122 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:18.955635 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:19.035257 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:19.083049 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:19.083420 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:19.364160 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:19.536108 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:19.582458 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:19.583611 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:19.862653 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:20.034233 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:20.082846 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:20.083682 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:20.364310 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:20.535698 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:20.583894 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:20.583979 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:20.863445 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:21.036429 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:21.084981 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:21.085104 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:21.363349 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:21.706174 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:21.707208 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:21.707678 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:21.865772 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:22.035893 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:22.083199 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:22.084016 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:22.364233 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:22.535367 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:22.583354 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:22.583535 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:22.865792 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:23.035789 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:23.136995 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:23.137134 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:23.363626 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:23.535937 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:23.582498 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:23.583466 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:23.864738 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:24.034476 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:24.083541 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:24.084048 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:24.364616 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:24.536239 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:24.583008 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:24.583026 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:24.864935 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:25.035523 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:25.082940 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:25.083056 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:25.363774 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:25.534897 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:25.583749 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:25.583954 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:25.863865 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:26.034706 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:26.084015 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:26.084175 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:26.363040 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:26.536862 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:26.583797 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:26.583943 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:27.189951 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:27.190109 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:27.190223 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:27.191199 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:27.366231 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:27.535516 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:27.584025 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:27.584989 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:27.864198 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:28.037431 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:28.082788 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:28.083975 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:28.363252 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:28.535710 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:28.583888 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:28.584004 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:28.864040 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:29.034895 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:29.082915 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:29.083605 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:29.363381 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:29.535032 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:29.582676 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:29.583815 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:29.865439 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:30.036869 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:30.084069 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:30.084108 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:30.364800 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:30.535912 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:30.583840 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:30.585080 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:30.864767 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:31.044830 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:31.084386 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:31.084487 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:31.364893 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:31.623955 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:31.624096 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:31.625461 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:31.863871 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:32.035869 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:32.085127 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:32.086207 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:32.373662 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:32.539255 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:32.587456 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:32.588975 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:32.863384 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:33.037175 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:33.083368 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:33.086594 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:33.363683 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:33.535971 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:33.582220 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:33.583079 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:33.864086 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:34.035104 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:34.087614 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:34.090507 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:34.364243 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:34.535472 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:34.582842 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:34.583065 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:34.864351 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:35.038245 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:35.083459 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:35.083968 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:35.364140 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:35.535203 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:35.583507 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:35.583504 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:35.864421 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:36.035870 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:36.082290 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:36.083322 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:36.363896 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:36.536935 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:36.592002 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0630 14:07:36.592024 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:36.867249 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:37.035497 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:37.082561 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:37.083545 1460091 kapi.go:107] duration metric: took 25.503987228s to wait for kubernetes.io/minikube-addons=registry ...
I0630 14:07:37.364896 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:37.535915 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:37.582416 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:37.863882 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:38.035195 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:38.084077 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:38.363908 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:38.536012 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:38.582871 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:38.865977 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:39.036008 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:39.083221 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:39.366301 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:39.537043 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:39.584445 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:39.864115 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:40.035178 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:40.082503 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:40.364953 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:40.539118 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:40.582790 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:40.920318 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:41.039974 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:41.140897 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:41.363490 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:41.536671 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:41.584110 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:42.151839 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:42.151893 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:42.151941 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:42.364151 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:42.535860 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:42.637454 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:42.869058 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:43.034755 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:43.083141 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:43.365516 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:43.539831 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:43.585574 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:43.867882 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:44.035437 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:44.083399 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:44.364009 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:44.534997 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:44.582616 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:44.865028 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:45.034987 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:45.083033 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:45.363797 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:45.536061 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:45.582192 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:45.863930 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:46.035610 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:46.082940 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:46.363183 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:46.536317 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:46.582800 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:46.863634 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:47.035461 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:47.082263 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:47.364204 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:47.537008 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:47.638719 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:47.867382 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:48.035628 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:48.082998 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:48.363676 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:48.535845 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:48.583373 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:48.865933 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:49.035994 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:49.082615 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:49.364741 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:49.763038 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:49.763188 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:49.864019 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:50.034923 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:50.081789 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:50.363509 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:50.536302 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:50.582756 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:51.084972 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:51.085222 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:51.088586 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:51.365037 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:51.536393 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:51.583205 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:51.863948 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:52.036793 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:52.083280 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:52.363764 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:52.534903 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:52.582225 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:52.863489 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:53.035662 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:53.083237 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:53.363683 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:53.535229 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:53.582794 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:53.864519 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:54.035606 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:54.083006 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:54.363649 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:54.534894 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:54.582432 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:54.874053 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:55.036295 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:55.138176 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:55.439408 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:55.536289 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:55.583387 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:55.877077 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:56.038681 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:56.088650 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:56.364716 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:56.537099 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:56.638302 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:56.888274 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:57.065461 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:57.082558 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:57.364271 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:57.537383 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:57.584203 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:57.864829 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:58.035093 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:58.082842 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:58.368712 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:58.536145 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:58.583188 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:58.864081 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:59.035171 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:59.082395 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:59.363881 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:07:59.770427 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:07:59.775289 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:07:59.886727 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:00.036389 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:00.138257 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:00.365066 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:00.543394 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:00.587828 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:00.862860 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:01.045510 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:01.084722 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:01.370626 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:01.543476 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:01.643717 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:01.863100 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:02.036395 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:02.083306 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:02.364022 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:02.536447 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:02.582849 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:02.863402 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:03.043769 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:03.084338 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:03.364984 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:03.537068 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:03.583105 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:03.873833 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:04.064570 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:04.165207 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:04.363705 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:04.534655 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:04.582773 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:04.865214 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:05.040132 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:05.082101 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:05.364071 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:05.535996 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:05.583847 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:05.864830 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:06.035167 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:06.082727 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:06.364040 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:06.536325 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:06.584424 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:06.867769 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0630 14:08:07.035374 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:07.085873 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:07.363748 1460091 kapi.go:107] duration metric: took 55.004020875s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0630 14:08:07.535663 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:07.583300 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:08.036340 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:08.083025 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:08.537501 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:08.583289 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:09.035787 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:09.083288 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:09.536861 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:09.895410 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:10.036972 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:10.103056 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:10.537875 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:10.583172 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:11.036116 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:11.082706 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:11.537110 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:11.583096 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:12.035141 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:12.083220 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:12.535683 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:12.583269 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:13.035346 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:13.085856 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:13.535419 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:13.584214 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:14.035523 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:14.086182 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:14.538450 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:14.584164 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:15.035469 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:15.082710 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:15.535978 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:15.584976 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:16.035643 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:16.083354 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:16.536216 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:16.582722 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:17.036015 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:17.082827 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:17.535105 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:17.582197 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:18.036044 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:18.082594 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:18.535731 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:18.636867 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:19.040011 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:19.084634 1460091 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0630 14:08:19.538800 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:19.584691 1460091 kapi.go:107] duration metric: took 1m8.005950872s to wait for app.kubernetes.io/name=ingress-nginx ...
I0630 14:08:20.046904 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:20.544735 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:21.045744 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:21.545748 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:22.039630 1460091 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0630 14:08:22.538370 1460091 kapi.go:107] duration metric: took 1m8.506886725s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0630 14:08:22.539980 1460091 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-412730 cluster.
I0630 14:08:22.541245 1460091 out.go:177] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
I0630 14:08:22.542490 1460091 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0630 14:08:22.544085 1460091 out.go:177] * Enabled addons: nvidia-device-plugin, amd-gpu-device-plugin, volcano, inspektor-gadget, registry-creds, cloud-spanner, metrics-server, ingress-dns, storage-provisioner, yakd, storage-provisioner-rancher, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0630 14:08:22.545451 1460091 addons.go:514] duration metric: took 1m25.649456906s for enable addons: enabled=[nvidia-device-plugin amd-gpu-device-plugin volcano inspektor-gadget registry-creds cloud-spanner metrics-server ingress-dns storage-provisioner yakd storage-provisioner-rancher volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0630 14:08:22.545505 1460091 start.go:246] waiting for cluster config update ...
I0630 14:08:22.545527 1460091 start.go:255] writing updated cluster config ...
I0630 14:08:22.545830 1460091 ssh_runner.go:195] Run: rm -f paused
I0630 14:08:22.552874 1460091 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" ...
I0630 14:08:22.645593 1460091 pod_ready.go:83] waiting for pod "coredns-674b8bbfcf-55nn4" in "kube-system" namespace to be "Ready" or be gone ...
I0630 14:08:22.650587 1460091 pod_ready.go:94] pod "coredns-674b8bbfcf-55nn4" is "Ready"
I0630 14:08:22.650616 1460091 pod_ready.go:86] duration metric: took 4.992795ms for pod "coredns-674b8bbfcf-55nn4" in "kube-system" namespace to be "Ready" or be gone ...
I0630 14:08:22.653714 1460091 pod_ready.go:83] waiting for pod "etcd-addons-412730" in "kube-system" namespace to be "Ready" or be gone ...
I0630 14:08:22.658042 1460091 pod_ready.go:94] pod "etcd-addons-412730" is "Ready"
I0630 14:08:22.658066 1460091 pod_ready.go:86] duration metric: took 4.323836ms for pod "etcd-addons-412730" in "kube-system" namespace to be "Ready" or be gone ...
I0630 14:08:22.660310 1460091 pod_ready.go:83] waiting for pod "kube-apiserver-addons-412730" in "kube-system" namespace to be "Ready" or be gone ...
I0630 14:08:22.664410 1460091 pod_ready.go:94] pod "kube-apiserver-addons-412730" is "Ready"
I0630 14:08:22.664433 1460091 pod_ready.go:86] duration metric: took 4.099276ms for pod "kube-apiserver-addons-412730" in "kube-system" namespace to be "Ready" or be gone ...
I0630 14:08:22.666354 1460091 pod_ready.go:83] waiting for pod "kube-controller-manager-addons-412730" in "kube-system" namespace to be "Ready" or be gone ...
I0630 14:08:22.958219 1460091 pod_ready.go:94] pod "kube-controller-manager-addons-412730" is "Ready"
I0630 14:08:22.958253 1460091 pod_ready.go:86] duration metric: took 291.880924ms for pod "kube-controller-manager-addons-412730" in "kube-system" namespace to be "Ready" or be gone ...
I0630 14:08:23.158459 1460091 pod_ready.go:83] waiting for pod "kube-proxy-mgntr" in "kube-system" namespace to be "Ready" or be gone ...
I0630 14:08:23.557555 1460091 pod_ready.go:94] pod "kube-proxy-mgntr" is "Ready"
I0630 14:08:23.557587 1460091 pod_ready.go:86] duration metric: took 399.092549ms for pod "kube-proxy-mgntr" in "kube-system" namespace to be "Ready" or be gone ...
I0630 14:08:23.758293 1460091 pod_ready.go:83] waiting for pod "kube-scheduler-addons-412730" in "kube-system" namespace to be "Ready" or be gone ...
I0630 14:08:24.157033 1460091 pod_ready.go:94] pod "kube-scheduler-addons-412730" is "Ready"
I0630 14:08:24.157070 1460091 pod_ready.go:86] duration metric: took 398.746217ms for pod "kube-scheduler-addons-412730" in "kube-system" namespace to be "Ready" or be gone ...
I0630 14:08:24.157088 1460091 pod_ready.go:40] duration metric: took 1.604151264s 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" ...
I0630 14:08:24.206500 1460091 start.go:607] kubectl: 1.33.2, cluster: 1.33.2 (minor skew: 0)
I0630 14:08:24.208969 1460091 out.go:177] * Done! kubectl is now configured to use "addons-412730" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
a0b36f35dec94 4e1d3ecf2ae81 29 seconds ago Exited gadget 6 a9375e17c0bdc gadget-xjkv5
83d59b6e956ec 09430b9a8a1c6 48 seconds ago Running volcano-controllers 0 8ea9960a5b452 volcano-controllers-7b774bbd55-5gzgs
c553543b6c96d 926061c8f6ec3 59 seconds ago Exited cloud-spanner-emulator 6 70915f0510b8c cloud-spanner-emulator-6d967984f9-gqgvc
99952e09184df 7a12f2aed60be 6 minutes ago Running gcp-auth 0 1420b3eb59860 gcp-auth-cd9db85c-dj66z
f523949ea8096 0e02c2116c89b 6 minutes ago Running admission 0 8c549e502ff8d volcano-admission-55859c8887-pfpvb
a41e1f5d78ba3 158e2f2d90f21 6 minutes ago Running controller 0 ad79beda1cd96 ingress-nginx-controller-67687b59dd-vvcrv
0383a04db64b6 738351fd438f0 6 minutes ago Running csi-snapshotter 0 b4fec9a2b5ea5 csi-hostpathplugin-z9jlw
b2d34cd3b4b5f 931dbfd16f87c 6 minutes ago Running csi-provisioner 0 b4fec9a2b5ea5 csi-hostpathplugin-z9jlw
7083636dce9aa e899260153aed 6 minutes ago Running liveness-probe 0 b4fec9a2b5ea5 csi-hostpathplugin-z9jlw
bfebc08e181a7 e255e073c508c 6 minutes ago Running hostpath 0 b4fec9a2b5ea5 csi-hostpathplugin-z9jlw
49bfc828f9828 88ef14a257f42 6 minutes ago Running node-driver-registrar 0 b4fec9a2b5ea5 csi-hostpathplugin-z9jlw
02d5183cb541e 19a639eda60f0 6 minutes ago Running csi-resizer 0 1b37be17df7f2 csi-hostpath-resizer-0
40b28663fd84f a1ed5895ba635 6 minutes ago Running csi-external-health-monitor-controller 0 b4fec9a2b5ea5 csi-hostpathplugin-z9jlw
b66ddaac6e88a 59cbb42146a37 6 minutes ago Running csi-attacher 0 6f9489fdc4235 csi-hostpath-attacher-0
26fe9ebfb74f8 0e02c2116c89b 6 minutes ago Exited main 0 9599ab115d204 volcano-admission-init-lsxww
2c3efa502f6ac 0ea86a0862033 6 minutes ago Exited patch 0 479724e3cf758 ingress-nginx-admission-patch-fl6cb
dca6ca157e955 aa61ee9c70bc4 6 minutes ago Running volume-snapshot-controller 0 82ccf34d900ac snapshot-controller-68b874b76f-v6vkl
8ff6da260516f 0ea86a0862033 6 minutes ago Exited create 0 104d25c1177d7 ingress-nginx-admission-create-gpszb
b61ad9d665eb6 aa61ee9c70bc4 6 minutes ago Running volume-snapshot-controller 0 9aa1ac650c210 snapshot-controller-68b874b76f-pn4tl
570af6801674e c7e3a3eeaf5ed 6 minutes ago Running yakd 0 e17aea4a11170 yakd-dashboard-575dd5996b-7594f
9d1dce2bd3c5f e16d1e3a10667 6 minutes ago Running local-path-provisioner 0 115dda0086b6d local-path-provisioner-76f89f99b5-rnqpb
1e00c89f4e403 48d9cfaaf3904 6 minutes ago Running metrics-server 0 4963f9e68ccfd metrics-server-7fbb699795-kjqlg
c5f1b5a17deba b1c9f9ef5f0c2 6 minutes ago Running registry-proxy 0 0307437ef0916 registry-proxy-dzp7x
32aa49c8026c6 3dec7d02aaeab 6 minutes ago Running registry 0 4671a41226c15 registry-694bd45846-xjdfn
2618e4dc11783 30dd67412fdea 6 minutes ago Running minikube-ingress-dns 0 0fd95f2b44624 kube-ingress-dns-minikube
811184505fb18 d5e667c0f2bb6 7 minutes ago Running amd-gpu-device-plugin 0 b44acdeabc7e9 amd-gpu-device-plugin-jk4pf
977ca93019349 71f4541d753b0 7 minutes ago Running nvidia-device-plugin-ctr 0 c066b0fa89082 nvidia-device-plugin-daemonset-x5r2c
60e507365f1d3 6e38f40d628db 7 minutes ago Running storage-provisioner 0 c81c97cad8c5e storage-provisioner
8e1e019f61b20 1cf5f116067c6 7 minutes ago Running coredns 0 f0e3a5c4dc1ba coredns-674b8bbfcf-55nn4
e9d272ef95cc8 661d404f36f01 7 minutes ago Running kube-proxy 0 ec083bc9ceaf6 kube-proxy-mgntr
cda40c61e5780 cfed1ff748928 7 minutes ago Running kube-scheduler 0 8b62447a9ffbc kube-scheduler-addons-412730
0f5bd8617276d ee794efa53d85 7 minutes ago Running kube-apiserver 0 296d470d26007 kube-apiserver-addons-412730
ed722ba732c02 ff4f56c76b82d 7 minutes ago Running kube-controller-manager 0 6de0b1c4abb94 kube-controller-manager-addons-412730
0aa8fdef51063 499038711c081 7 minutes ago Running etcd 0 2ea511d5408a9 etcd-addons-412730
==> containerd <==
Jun 30 14:13:37 addons-412730 containerd[860]: time="2025-06-30T14:13:37.337072450Z" level=info msg="Pulled image \"docker.io/volcanosh/vc-controller-manager:v1.12.1@sha256:3815883c32f62c3a60b8208ba834f304d91d8f05cddfabd440aa15f7f8bef296\" with image id \"sha256:09430b9a8a1c68213024f5dcd421d0d50b61152684167d3af8ec266630200a1b\", repo tag \"\", repo digest \"docker.io/volcanosh/vc-controller-manager@sha256:3815883c32f62c3a60b8208ba834f304d91d8f05cddfabd440aa15f7f8bef296\", size \"38670448\" in 1.893190558s"
Jun 30 14:13:37 addons-412730 containerd[860]: time="2025-06-30T14:13:37.337129322Z" level=info msg="PullImage \"docker.io/volcanosh/vc-controller-manager:v1.12.1@sha256:3815883c32f62c3a60b8208ba834f304d91d8f05cddfabd440aa15f7f8bef296\" returns image reference \"sha256:09430b9a8a1c68213024f5dcd421d0d50b61152684167d3af8ec266630200a1b\""
Jun 30 14:13:37 addons-412730 containerd[860]: time="2025-06-30T14:13:37.345062453Z" level=info msg="CreateContainer within sandbox \"8ea9960a5b4523eb50deb21654f97434bf974e34062dc57c71721689eb52480f\" for container &ContainerMetadata{Name:volcano-controllers,Attempt:0,}"
Jun 30 14:13:37 addons-412730 containerd[860]: time="2025-06-30T14:13:37.367373682Z" level=info msg="CreateContainer within sandbox \"8ea9960a5b4523eb50deb21654f97434bf974e34062dc57c71721689eb52480f\" for &ContainerMetadata{Name:volcano-controllers,Attempt:0,} returns container id \"83d59b6e956ec66b89120691c1ef74b63d4fc58d1236299c56fc415017bf3ff5\""
Jun 30 14:13:37 addons-412730 containerd[860]: time="2025-06-30T14:13:37.368115281Z" level=info msg="StartContainer for \"83d59b6e956ec66b89120691c1ef74b63d4fc58d1236299c56fc415017bf3ff5\""
Jun 30 14:13:37 addons-412730 containerd[860]: time="2025-06-30T14:13:37.460760278Z" level=info msg="StartContainer for \"83d59b6e956ec66b89120691c1ef74b63d4fc58d1236299c56fc415017bf3ff5\" returns successfully"
Jun 30 14:13:45 addons-412730 containerd[860]: time="2025-06-30T14:13:45.443359894Z" level=info msg="PullImage \"docker.io/volcanosh/vc-scheduler:v1.12.1@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2\""
Jun 30 14:13:45 addons-412730 containerd[860]: time="2025-06-30T14:13:45.446409384Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Jun 30 14:13:45 addons-412730 containerd[860]: time="2025-06-30T14:13:45.521250703Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
Jun 30 14:13:45 addons-412730 containerd[860]: time="2025-06-30T14:13:45.631083631Z" level=error msg="PullImage \"docker.io/volcanosh/vc-scheduler:v1.12.1@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2\" failed" error="failed to pull and unpack image \"docker.io/volcanosh/vc-scheduler@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
Jun 30 14:13:45 addons-412730 containerd[860]: time="2025-06-30T14:13:45.631286237Z" level=info msg="stop pulling image docker.io/volcanosh/vc-scheduler@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2: active requests=0, bytes read=11015"
Jun 30 14:13:56 addons-412730 containerd[860]: time="2025-06-30T14:13:56.446368227Z" level=info msg="PullImage \"ghcr.io/inspektor-gadget/inspektor-gadget:v0.41.0@sha256:1ba1900f625d235ee85737a948b363f620b2494f0963eb06c39898f37e470469\""
Jun 30 14:13:56 addons-412730 containerd[860]: time="2025-06-30T14:13:56.586570821Z" level=info msg="ImageUpdate event name:\"ghcr.io/inspektor-gadget/inspektor-gadget@sha256:1ba1900f625d235ee85737a948b363f620b2494f0963eb06c39898f37e470469\" labels:{key:\"io.cri-containerd.image\" value:\"managed\"}"
Jun 30 14:13:56 addons-412730 containerd[860]: time="2025-06-30T14:13:56.588315829Z" level=info msg="stop pulling image ghcr.io/inspektor-gadget/inspektor-gadget@sha256:1ba1900f625d235ee85737a948b363f620b2494f0963eb06c39898f37e470469: active requests=0, bytes read=89"
Jun 30 14:13:56 addons-412730 containerd[860]: time="2025-06-30T14:13:56.592193377Z" level=info msg="Pulled image \"ghcr.io/inspektor-gadget/inspektor-gadget:v0.41.0@sha256:1ba1900f625d235ee85737a948b363f620b2494f0963eb06c39898f37e470469\" with image id \"sha256:4e1d3ecf2ae81d58a56fdee0b75796f78ffac8c66ae36e1f4554bf5966ba738a\", repo tag \"\", repo digest \"ghcr.io/inspektor-gadget/inspektor-gadget@sha256:1ba1900f625d235ee85737a948b363f620b2494f0963eb06c39898f37e470469\", size \"78190156\" in 145.777736ms"
Jun 30 14:13:56 addons-412730 containerd[860]: time="2025-06-30T14:13:56.592338364Z" level=info msg="PullImage \"ghcr.io/inspektor-gadget/inspektor-gadget:v0.41.0@sha256:1ba1900f625d235ee85737a948b363f620b2494f0963eb06c39898f37e470469\" returns image reference \"sha256:4e1d3ecf2ae81d58a56fdee0b75796f78ffac8c66ae36e1f4554bf5966ba738a\""
Jun 30 14:13:56 addons-412730 containerd[860]: time="2025-06-30T14:13:56.598140087Z" level=info msg="CreateContainer within sandbox \"a9375e17c0bdc7f0cf74e0ba48f5c50a366d7c7c34d8b73e8ab1136b593adff5\" for container &ContainerMetadata{Name:gadget,Attempt:6,}"
Jun 30 14:13:56 addons-412730 containerd[860]: time="2025-06-30T14:13:56.621157560Z" level=info msg="CreateContainer within sandbox \"a9375e17c0bdc7f0cf74e0ba48f5c50a366d7c7c34d8b73e8ab1136b593adff5\" for &ContainerMetadata{Name:gadget,Attempt:6,} returns container id \"a0b36f35dec942b05def7e53c48d516bead17cf1518e5d24a16632cfa4ccaefd\""
Jun 30 14:13:56 addons-412730 containerd[860]: time="2025-06-30T14:13:56.622874906Z" level=info msg="StartContainer for \"a0b36f35dec942b05def7e53c48d516bead17cf1518e5d24a16632cfa4ccaefd\""
Jun 30 14:13:56 addons-412730 containerd[860]: time="2025-06-30T14:13:56.695065211Z" level=info msg="StartContainer for \"a0b36f35dec942b05def7e53c48d516bead17cf1518e5d24a16632cfa4ccaefd\" returns successfully"
Jun 30 14:13:58 addons-412730 containerd[860]: time="2025-06-30T14:13:58.195858001Z" level=info msg="shim disconnected" id=a0b36f35dec942b05def7e53c48d516bead17cf1518e5d24a16632cfa4ccaefd namespace=k8s.io
Jun 30 14:13:58 addons-412730 containerd[860]: time="2025-06-30T14:13:58.196357847Z" level=warning msg="cleaning up after shim disconnected" id=a0b36f35dec942b05def7e53c48d516bead17cf1518e5d24a16632cfa4ccaefd namespace=k8s.io
Jun 30 14:13:58 addons-412730 containerd[860]: time="2025-06-30T14:13:58.196558913Z" level=info msg="cleaning up dead shim" namespace=k8s.io
Jun 30 14:13:58 addons-412730 containerd[860]: time="2025-06-30T14:13:58.361000341Z" level=info msg="RemoveContainer for \"bb7b02bbc5c8dd5b9894572995903031fc567d38b2a12418a019ff0ebbf7d45e\""
Jun 30 14:13:58 addons-412730 containerd[860]: time="2025-06-30T14:13:58.367925254Z" level=info msg="RemoveContainer for \"bb7b02bbc5c8dd5b9894572995903031fc567d38b2a12418a019ff0ebbf7d45e\" returns successfully"
==> coredns [8e1e019f61b2004e8815ddbaf9eb6f733467fc8a79bd77196bc0c76b85b8b99c] <==
[INFO] Reloading complete
[INFO] 10.244.0.7:37816 - 273 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.000500376s
[INFO] 10.244.0.7:37816 - 48483 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 109 false 1232" NXDOMAIN qr,aa,rd 179 0.00020548s
[INFO] 10.244.0.7:37816 - 18283 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000160064s
[INFO] 10.244.0.7:37816 - 57759 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 85 false 1232" NXDOMAIN qr,aa,rd 167 0.000505163s
[INFO] 10.244.0.7:37816 - 2367 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000121216s
[INFO] 10.244.0.7:37816 - 32941 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 81 false 1232" NXDOMAIN qr,aa,rd 163 0.000407687s
[INFO] 10.244.0.7:37816 - 38124 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.00021235s
[INFO] 10.244.0.7:37816 - 42370 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000448784s
[INFO] 10.244.0.7:49788 - 53103 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000191609s
[INFO] 10.244.0.7:49788 - 52743 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000161724s
[INFO] 10.244.0.7:59007 - 35302 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000389724s
[INFO] 10.244.0.7:59007 - 35035 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000520532s
[INFO] 10.244.0.7:46728 - 65447 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000133644s
[INFO] 10.244.0.7:46728 - 65148 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.00061652s
[INFO] 10.244.0.7:50533 - 14727 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000567642s
[INFO] 10.244.0.7:50533 - 14481 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000783618s
[INFO] 10.244.0.27:51053 - 48711 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000523898s
[INFO] 10.244.0.27:40917 - 60785 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000642215s
[INFO] 10.244.0.27:35189 - 63805 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000096026s
[INFO] 10.244.0.27:43478 - 6990 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00040325s
[INFO] 10.244.0.27:53994 - 15788 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000170635s
[INFO] 10.244.0.27:51155 - 39553 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000128149s
[INFO] 10.244.0.27:37346 - 35756 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001274741s
[INFO] 10.244.0.27:38294 - 56651 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 534 0.000805113s
==> describe nodes <==
Name: addons-412730
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-412730
kubernetes.io/os=linux
minikube.k8s.io/commit=d123085232072938407f243f9b31470aa85634ff
minikube.k8s.io/name=addons-412730
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2025_06_30T14_06_53_0700
minikube.k8s.io/version=v1.36.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-412730
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-412730"}
kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 30 Jun 2025 14:06:49 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-412730
AcquireTime: <unset>
RenewTime: Mon, 30 Jun 2025 14:14:22 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 30 Jun 2025 14:14:01 +0000 Mon, 30 Jun 2025 14:06:47 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 30 Jun 2025 14:14:01 +0000 Mon, 30 Jun 2025 14:06:47 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 30 Jun 2025 14:14:01 +0000 Mon, 30 Jun 2025 14:06:47 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 30 Jun 2025 14:14:01 +0000 Mon, 30 Jun 2025 14:06:53 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.39.114
Hostname: addons-412730
Capacity:
cpu: 2
ephemeral-storage: 17734596Ki
hugepages-2Mi: 0
memory: 4011044Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 17734596Ki
hugepages-2Mi: 0
memory: 4011044Ki
pods: 110
System Info:
Machine ID: bc9448cb8b5448fc9151301fb29bc0cd
System UUID: bc9448cb-8b54-48fc-9151-301fb29bc0cd
Boot ID: 6141a1b2-f9ea-4f8f-bc9e-ef270348f968
Kernel Version: 5.10.207
OS Image: Buildroot 2025.02
Operating System: linux
Architecture: amd64
Container Runtime Version: containerd://1.7.23
Kubelet Version: v1.33.2
Kube-Proxy Version:
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (28 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default cloud-spanner-emulator-6d967984f9-gqgvc 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m25s
gadget gadget-xjkv5 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m22s
gcp-auth gcp-auth-cd9db85c-dj66z 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m13s
ingress-nginx ingress-nginx-controller-67687b59dd-vvcrv 100m (5%) 0 (0%) 90Mi (2%) 0 (0%) 7m18s
kube-system amd-gpu-device-plugin-jk4pf 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m26s
kube-system coredns-674b8bbfcf-55nn4 100m (5%) 0 (0%) 70Mi (1%) 170Mi (4%) 7m29s
kube-system csi-hostpath-attacher-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m15s
kube-system csi-hostpath-resizer-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m14s
kube-system csi-hostpathplugin-z9jlw 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m15s
kube-system etcd-addons-412730 100m (5%) 0 (0%) 100Mi (2%) 0 (0%) 7m34s
kube-system kube-apiserver-addons-412730 250m (12%) 0 (0%) 0 (0%) 0 (0%) 7m34s
kube-system kube-controller-manager-addons-412730 200m (10%) 0 (0%) 0 (0%) 0 (0%) 7m34s
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m24s
kube-system kube-proxy-mgntr 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m29s
kube-system kube-scheduler-addons-412730 100m (5%) 0 (0%) 0 (0%) 0 (0%) 7m34s
kube-system metrics-server-7fbb699795-kjqlg 100m (5%) 0 (0%) 200Mi (5%) 0 (0%) 7m22s
kube-system nvidia-device-plugin-daemonset-x5r2c 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m26s
kube-system registry-694bd45846-xjdfn 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m24s
kube-system registry-creds-6b69cdcdd5-kxnxr 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m26s
kube-system registry-proxy-dzp7x 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m24s
kube-system snapshot-controller-68b874b76f-pn4tl 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m19s
kube-system snapshot-controller-68b874b76f-v6vkl 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m19s
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m23s
local-path-storage local-path-provisioner-76f89f99b5-rnqpb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m23s
volcano-system volcano-admission-55859c8887-pfpvb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m17s
volcano-system volcano-controllers-7b774bbd55-5gzgs 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m16s
volcano-system volcano-scheduler-854568c9bb-jfhvt 0 (0%) 0 (0%) 0 (0%) 0 (0%) 7m16s
yakd-dashboard yakd-dashboard-575dd5996b-7594f 0 (0%) 0 (0%) 128Mi (3%) 256Mi (6%) 7m21s
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 7m27s kube-proxy
Normal NodeHasSufficientMemory 7m41s (x8 over 7m41s) kubelet Node addons-412730 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 7m41s (x8 over 7m41s) kubelet Node addons-412730 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 7m41s (x7 over 7m41s) kubelet Node addons-412730 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 7m41s kubelet Updated Node Allocatable limit across pods
Normal Starting 7m34s kubelet Starting kubelet.
Normal NodeAllocatableEnforced 7m34s kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 7m34s kubelet Node addons-412730 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 7m34s kubelet Node addons-412730 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 7m34s kubelet Node addons-412730 status is now: NodeHasSufficientPID
Normal NodeReady 7m33s kubelet Node addons-412730 status is now: NodeReady
Normal RegisteredNode 7m30s node-controller Node addons-412730 event: Registered Node addons-412730 in Controller
==> dmesg <==
[ +1.154263] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ +0.000007] NFSD: unable to find recovery directory /var/lib/nfs/v4recovery
[ +0.000001] NFSD: Unable to initialize client recovery tracking! (-2)
[ +0.092295] kauditd_printk_skb: 1 callbacks suppressed
[ +0.114831] kauditd_printk_skb: 46 callbacks suppressed
[ +0.095192] kauditd_printk_skb: 46 callbacks suppressed
[ +0.150331] kauditd_printk_skb: 67 callbacks suppressed
[ +0.466879] kauditd_printk_skb: 19 callbacks suppressed
[Jun30 14:07] kauditd_printk_skb: 128 callbacks suppressed
[ +1.924750] kauditd_printk_skb: 92 callbacks suppressed
[ +0.207196] kauditd_printk_skb: 112 callbacks suppressed
[ +7.400861] kauditd_printk_skb: 40 callbacks suppressed
[ +4.862777] kauditd_printk_skb: 8 callbacks suppressed
[ +1.721987] kauditd_printk_skb: 3 callbacks suppressed
[ +3.179109] kauditd_printk_skb: 7 callbacks suppressed
[ +5.932449] kauditd_printk_skb: 47 callbacks suppressed
[ +4.007047] kauditd_printk_skb: 19 callbacks suppressed
[ +0.735579] kauditd_printk_skb: 26 callbacks suppressed
[Jun30 14:08] kauditd_printk_skb: 76 callbacks suppressed
[ +4.704545] kauditd_printk_skb: 7 callbacks suppressed
[ +0.000025] kauditd_printk_skb: 28 callbacks suppressed
[ +12.836614] kauditd_printk_skb: 61 callbacks suppressed
[Jun30 14:09] kauditd_printk_skb: 28 callbacks suppressed
[Jun30 14:10] kauditd_printk_skb: 28 callbacks suppressed
[Jun30 14:13] kauditd_printk_skb: 28 callbacks suppressed
==> etcd [0aa8fdef5106381a33bf7fae10904caa793ace481cae1d43127914ffe86d49ff] <==
{"level":"info","ts":"2025-06-30T14:07:49.750953Z","caller":"traceutil/trace.go:171","msg":"trace[165552306] linearizableReadLoop","detail":"{readStateIndex:1234; appliedIndex:1233; }","duration":"221.743765ms","start":"2025-06-30T14:07:49.529194Z","end":"2025-06-30T14:07:49.750937Z","steps":["trace[165552306] 'read index received' (duration: 221.210977ms)","trace[165552306] 'applied index is now lower than readState.Index' (duration: 531.675µs)"],"step_count":2}
{"level":"warn","ts":"2025-06-30T14:07:49.751318Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"222.024981ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-06-30T14:07:49.751386Z","caller":"traceutil/trace.go:171","msg":"trace[188957893] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1203; }","duration":"222.190711ms","start":"2025-06-30T14:07:49.529188Z","end":"2025-06-30T14:07:49.751379Z","steps":["trace[188957893] 'agreement among raft nodes before linearized reading' (duration: 221.958087ms)"],"step_count":1}
{"level":"warn","ts":"2025-06-30T14:07:49.751637Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"187.210142ms","expected-duration":"100ms","prefix":"read-only range ","request":"limit:1 keys_only:true ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-06-30T14:07:49.751838Z","caller":"traceutil/trace.go:171","msg":"trace[1184992035] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:1203; }","duration":"187.410383ms","start":"2025-06-30T14:07:49.564417Z","end":"2025-06-30T14:07:49.751827Z","steps":["trace[1184992035] 'agreement among raft nodes before linearized reading' (duration: 187.200791ms)"],"step_count":1}
{"level":"warn","ts":"2025-06-30T14:07:49.752758Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"176.403506ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-06-30T14:07:49.751590Z","caller":"traceutil/trace.go:171","msg":"trace[559772973] transaction","detail":"{read_only:false; response_revision:1203; number_of_response:1; }","duration":"267.154952ms","start":"2025-06-30T14:07:49.483661Z","end":"2025-06-30T14:07:49.750816Z","steps":["trace[559772973] 'process raft request' (duration: 266.932951ms)"],"step_count":1}
{"level":"info","ts":"2025-06-30T14:07:49.752866Z","caller":"traceutil/trace.go:171","msg":"trace[154741241] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1203; }","duration":"176.571713ms","start":"2025-06-30T14:07:49.576287Z","end":"2025-06-30T14:07:49.752858Z","steps":["trace[154741241] 'agreement among raft nodes before linearized reading' (duration: 176.438082ms)"],"step_count":1}
{"level":"warn","ts":"2025-06-30T14:07:51.060101Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"215.201972ms","expected-duration":"100ms","prefix":"","request":"header:<ID:3156627244712664246 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/events/kube-system/snapshot-controller-68b874b76f-v6vkl.184dd73930f85720\" mod_revision:0 > success:<request_put:<key:\"/registry/events/kube-system/snapshot-controller-68b874b76f-v6vkl.184dd73930f85720\" value_size:707 lease:3156627244712664233 >> failure:<>>","response":"size:16"}
{"level":"info","ts":"2025-06-30T14:07:51.060508Z","caller":"traceutil/trace.go:171","msg":"trace[1403560008] linearizableReadLoop","detail":"{readStateIndex:1246; appliedIndex:1245; }","duration":"269.602891ms","start":"2025-06-30T14:07:50.790891Z","end":"2025-06-30T14:07:51.060494Z","steps":["trace[1403560008] 'read index received' (duration: 53.900301ms)","trace[1403560008] 'applied index is now lower than readState.Index' (duration: 215.701517ms)"],"step_count":2}
{"level":"info","ts":"2025-06-30T14:07:51.060687Z","caller":"traceutil/trace.go:171","msg":"trace[1928328932] transaction","detail":"{read_only:false; response_revision:1214; number_of_response:1; }","duration":"282.940847ms","start":"2025-06-30T14:07:50.777737Z","end":"2025-06-30T14:07:51.060678Z","steps":["trace[1928328932] 'process raft request' (duration: 67.101901ms)","trace[1928328932] 'compare' (duration: 214.876695ms)"],"step_count":2}
{"level":"warn","ts":"2025-06-30T14:07:51.060917Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"254.674634ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/snapshot.storage.k8s.io/volumesnapshots\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-06-30T14:07:51.060970Z","caller":"traceutil/trace.go:171","msg":"trace[1908369901] range","detail":"{range_begin:/registry/snapshot.storage.k8s.io/volumesnapshots; range_end:; response_count:0; response_revision:1214; }","duration":"254.762861ms","start":"2025-06-30T14:07:50.806198Z","end":"2025-06-30T14:07:51.060961Z","steps":["trace[1908369901] 'agreement among raft nodes before linearized reading' (duration: 254.494296ms)"],"step_count":1}
{"level":"warn","ts":"2025-06-30T14:07:51.061332Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"270.462832ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/ingress-nginx/ingress-nginx-admission-create-gpszb\" limit:1 ","response":"range_response_count:1 size:4215"}
{"level":"info","ts":"2025-06-30T14:07:51.061377Z","caller":"traceutil/trace.go:171","msg":"trace[1518962383] range","detail":"{range_begin:/registry/pods/ingress-nginx/ingress-nginx-admission-create-gpszb; range_end:; response_count:1; response_revision:1214; }","duration":"270.575777ms","start":"2025-06-30T14:07:50.790792Z","end":"2025-06-30T14:07:51.061368Z","steps":["trace[1518962383] 'agreement among raft nodes before linearized reading' (duration: 270.487611ms)"],"step_count":1}
{"level":"warn","ts":"2025-06-30T14:07:51.061955Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"204.960425ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-06-30T14:07:51.062418Z","caller":"traceutil/trace.go:171","msg":"trace[621823114] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1214; }","duration":"205.559852ms","start":"2025-06-30T14:07:50.856769Z","end":"2025-06-30T14:07:51.062329Z","steps":["trace[621823114] 'agreement among raft nodes before linearized reading' (duration: 204.992694ms)"],"step_count":1}
{"level":"warn","ts":"2025-06-30T14:07:55.431218Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"185.529916ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/runtimeclasses/\" range_end:\"/registry/runtimeclasses0\" count_only:true ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-06-30T14:07:55.431286Z","caller":"traceutil/trace.go:171","msg":"trace[1840291804] range","detail":"{range_begin:/registry/runtimeclasses/; range_end:/registry/runtimeclasses0; response_count:0; response_revision:1254; }","duration":"185.638229ms","start":"2025-06-30T14:07:55.245637Z","end":"2025-06-30T14:07:55.431275Z","steps":["trace[1840291804] 'count revisions from in-memory index tree' (duration: 185.483282ms)"],"step_count":1}
{"level":"warn","ts":"2025-06-30T14:07:59.760814Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"231.563816ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-06-30T14:07:59.761810Z","caller":"traceutil/trace.go:171","msg":"trace[1037456471] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1289; }","duration":"232.616347ms","start":"2025-06-30T14:07:59.529177Z","end":"2025-06-30T14:07:59.761793Z","steps":["trace[1037456471] 'range keys from in-memory index tree' (duration: 231.18055ms)"],"step_count":1}
{"level":"warn","ts":"2025-06-30T14:07:59.762324Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"196.982539ms","expected-duration":"100ms","prefix":"read-only range ","request":"limit:1 serializable:true keys_only:true ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-06-30T14:07:59.762383Z","caller":"traceutil/trace.go:171","msg":"trace[856262130] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:1289; }","duration":"197.052432ms","start":"2025-06-30T14:07:59.565321Z","end":"2025-06-30T14:07:59.762373Z","steps":["trace[856262130] 'range keys from in-memory index tree' (duration: 196.924905ms)"],"step_count":1}
{"level":"warn","ts":"2025-06-30T14:07:59.767749Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"183.524873ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2025-06-30T14:07:59.767792Z","caller":"traceutil/trace.go:171","msg":"trace[2033650698] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1289; }","duration":"189.645425ms","start":"2025-06-30T14:07:59.578136Z","end":"2025-06-30T14:07:59.767782Z","steps":["trace[2033650698] 'range keys from in-memory index tree' (duration: 183.005147ms)"],"step_count":1}
==> gcp-auth [99952e09184df23a262c90fb3f77a6cc3e1a9e0c61b2719ed4352f2e40d96588] <==
2025/06/30 14:08:22 GCP Auth Webhook started!
==> kernel <==
14:14:26 up 8 min, 0 users, load average: 0.30, 0.66, 0.49
Linux addons-412730 5.10.207 #1 SMP Sun Jun 29 21:42:14 UTC 2025 x86_64 GNU/Linux
PRETTY_NAME="Buildroot 2025.02"
==> kube-apiserver [0f5bd8617276d56b4d1c938db3290f5057a6076ca2a1ff6b72007428d9958a0f] <==
I0630 14:07:10.230006 1 handler.go:288] Adding GroupVersion batch.volcano.sh v1alpha1 to ResourceManager
I0630 14:07:10.273065 1 handler.go:288] Adding GroupVersion bus.volcano.sh v1alpha1 to ResourceManager
I0630 14:07:10.640157 1 alloc.go:328] "allocated clusterIPs" service="volcano-system/volcano-scheduler-service" clusterIPs={"IPv4":"10.106.106.49"}
I0630 14:07:10.983352 1 handler.go:288] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0630 14:07:11.018765 1 handler.go:288] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0630 14:07:11.050504 1 handler.go:288] Adding GroupVersion nodeinfo.volcano.sh v1alpha1 to ResourceManager
I0630 14:07:11.109916 1 handler.go:288] Adding GroupVersion topology.volcano.sh v1alpha1 to ResourceManager
I0630 14:07:11.337911 1 alloc.go:328] "allocated clusterIPs" service="kube-system/csi-hostpath-attacher" clusterIPs={"IPv4":"10.104.67.73"}
I0630 14:07:11.348316 1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
I0630 14:07:11.396911 1 controller.go:667] quota admission added evaluator for: statefulsets.apps
I0630 14:07:12.073104 1 alloc.go:328] "allocated clusterIPs" service="kube-system/csi-hostpath-resizer" clusterIPs={"IPv4":"10.108.110.176"}
I0630 14:07:12.089566 1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
I0630 14:07:12.250258 1 handler.go:288] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
I0630 14:07:13.775763 1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
I0630 14:07:13.779874 1 alloc.go:328] "allocated clusterIPs" service="gcp-auth/gcp-auth" clusterIPs={"IPv4":"10.111.131.230"}
W0630 14:07:40.975874 1 handler_proxy.go:99] no RequestInfo found in the context
E0630 14:07:40.977507 1 controller.go:146] "Unhandled Error" err=<
Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
> logger="UnhandledError"
E0630 14:07:40.978744 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.96.104.106:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.96.104.106:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.96.104.106:443: connect: connection refused" logger="UnhandledError"
E0630 14:07:40.989835 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.96.104.106:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.96.104.106:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.96.104.106:443: connect: connection refused" logger="UnhandledError"
E0630 14:07:40.997179 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.96.104.106:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.96.104.106:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.96.104.106:443: connect: connection refused" logger="UnhandledError"
E0630 14:07:41.007389 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.96.104.106:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.96.104.106:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.96.104.106:443: connect: connection refused" logger="UnhandledError"
I0630 14:07:41.125681 1 handler.go:288] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
==> kube-controller-manager [ed722ba732c0211e772331fd643a8e48e5ef0b8cd4b82f97d3a5d69b9aa30756] <==
I0630 14:06:56.424516 1 shared_informer.go:357] "Caches are synced" controller="ephemeral"
I0630 14:06:56.452090 1 shared_informer.go:357] "Caches are synced" controller="stateful set"
I0630 14:06:56.471017 1 shared_informer.go:357] "Caches are synced" controller="persistent volume"
I0630 14:06:56.471241 1 shared_informer.go:357] "Caches are synced" controller="expand"
I0630 14:06:56.521650 1 shared_informer.go:357] "Caches are synced" controller="disruption"
I0630 14:06:56.527415 1 shared_informer.go:357] "Caches are synced" controller="deployment"
I0630 14:06:56.539163 1 shared_informer.go:357] "Caches are synced" controller="resource quota"
I0630 14:06:56.582721 1 shared_informer.go:357] "Caches are synced" controller="resource quota"
I0630 14:06:57.015609 1 shared_informer.go:357] "Caches are synced" controller="garbage collector"
I0630 14:06:57.073838 1 shared_informer.go:357] "Caches are synced" controller="garbage collector"
I0630 14:06:57.073948 1 garbagecollector.go:154] "Garbage collector: all resource monitors have synced" logger="garbage-collector-controller"
I0630 14:06:57.073961 1 garbagecollector.go:157] "Proceeding to collect garbage" logger="garbage-collector-controller"
E0630 14:07:26.590853 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"
I0630 14:07:26.592558 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobflows.flow.volcano.sh"
I0630 14:07:26.592809 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobtemplates.flow.volcano.sh"
I0630 14:07:26.593107 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="jobs.batch.volcano.sh"
I0630 14:07:26.593357 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="commands.bus.volcano.sh"
I0630 14:07:26.593536 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="traces.gadget.kinvolk.io"
I0630 14:07:26.593685 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="podgroups.scheduling.volcano.sh"
I0630 14:07:26.593862 1 resource_quota_monitor.go:227] "QuotaMonitor created object count evaluator" logger="resourcequota-controller" resource="volumesnapshots.snapshot.storage.k8s.io"
I0630 14:07:26.594073 1 shared_informer.go:350] "Waiting for caches to sync" controller="resource quota"
I0630 14:07:27.024055 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\"]"
I0630 14:07:27.029196 1 shared_informer.go:350] "Waiting for caches to sync" controller="garbage collector"
I0630 14:07:27.195349 1 shared_informer.go:357] "Caches are synced" controller="resource quota"
I0630 14:07:27.230670 1 shared_informer.go:357] "Caches are synced" controller="garbage collector"
==> kube-proxy [e9d272ef95cc8f73e12d5cc59f4966731013d924126fc8eb0bd96e6acc623f27] <==
E0630 14:06:58.349607 1 proxier.go:732] "Error cleaning up nftables rules" err=<
could not run nftables command: /dev/stdin:1:1-25: Error: Could not process rule: Operation not supported
add table ip6 kube-proxy
^^^^^^^^^^^^^^^^^^^^^^^^^
>
I0630 14:06:58.396678 1 server.go:715] "Successfully retrieved node IP(s)" IPs=["192.168.39.114"]
E0630 14:06:58.396782 1 server.go:245] "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`"
I0630 14:06:58.682235 1 server_linux.go:122] "No iptables support for family" ipFamily="IPv6"
I0630 14:06:58.682289 1 server.go:256] "kube-proxy running in single-stack mode" ipFamily="IPv4"
I0630 14:06:58.682317 1 server_linux.go:145] "Using iptables Proxier"
I0630 14:06:58.729336 1 proxier.go:243] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
I0630 14:06:58.729702 1 server.go:516] "Version info" version="v1.33.2"
I0630 14:06:58.729714 1 server.go:518] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0630 14:06:58.747265 1 config.go:199] "Starting service config controller"
I0630 14:06:58.747303 1 shared_informer.go:350] "Waiting for caches to sync" controller="service config"
I0630 14:06:58.747324 1 config.go:105] "Starting endpoint slice config controller"
I0630 14:06:58.747328 1 shared_informer.go:350] "Waiting for caches to sync" controller="endpoint slice config"
I0630 14:06:58.747339 1 config.go:440] "Starting serviceCIDR config controller"
I0630 14:06:58.747342 1 shared_informer.go:350] "Waiting for caches to sync" controller="serviceCIDR config"
I0630 14:06:58.747357 1 config.go:329] "Starting node config controller"
I0630 14:06:58.747360 1 shared_informer.go:350] "Waiting for caches to sync" controller="node config"
I0630 14:06:58.847644 1 shared_informer.go:357] "Caches are synced" controller="node config"
I0630 14:06:58.847708 1 shared_informer.go:357] "Caches are synced" controller="service config"
I0630 14:06:58.847734 1 shared_informer.go:357] "Caches are synced" controller="endpoint slice config"
I0630 14:06:58.848003 1 shared_informer.go:357] "Caches are synced" controller="serviceCIDR config"
==> kube-scheduler [cda40c61e5780477d5a234f04d425f2347a784973443632c68938aea16f474e6] <==
E0630 14:06:49.633867 1 reflector.go:200] "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"
E0630 14:06:49.633920 1 reflector.go:200] "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"
E0630 14:06:49.634247 1 reflector.go:200] "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"
E0630 14:06:49.636896 1 reflector.go:200] "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"
E0630 14:06:49.637563 1 reflector.go:200] "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"
E0630 14:06:49.637783 1 reflector.go:200] "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"
E0630 14:06:49.638039 1 reflector.go:200] "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"
E0630 14:06:49.638190 1 reflector.go:200] "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"
E0630 14:06:49.638365 1 reflector.go:200] "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"
E0630 14:06:49.638496 1 reflector.go:200] "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"
E0630 14:06:49.638609 1 reflector.go:200] "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"
E0630 14:06:49.638719 1 reflector.go:200] "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"
E0630 14:06:49.638999 1 reflector.go:200] "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"
E0630 14:06:50.551259 1 reflector.go:200] "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"
E0630 14:06:50.618504 1 reflector.go:200] "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"
E0630 14:06:50.628999 1 reflector.go:200] "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"
E0630 14:06:50.679571 1 reflector.go:200] "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"
E0630 14:06:50.702747 1 reflector.go:200] "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"
E0630 14:06:50.708224 1 reflector.go:200] "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"
E0630 14:06:50.796622 1 reflector.go:200] "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"
E0630 14:06:50.797647 1 reflector.go:200] "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"
E0630 14:06:50.806980 1 reflector.go:200] "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"
E0630 14:06:50.808489 1 reflector.go:200] "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"
E0630 14:06:50.967143 1 reflector.go:200] "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"
I0630 14:06:53.415169 1 shared_informer.go:357] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
==> kubelet <==
Jun 30 14:13:45 addons-412730 kubelet[1571]: E0630 14:13:45.633330 1571 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-scheduler\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/volcanosh/vc-scheduler@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-scheduler-854568c9bb-jfhvt" podUID="e37a78c0-cf90-49a3-bdb1-32ceb4f43f52"
Jun 30 14:13:46 addons-412730 kubelet[1571]: I0630 14:13:46.445528 1571 kubelet_pods.go:1019] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-dzp7x" secret="" err="secret \"gcp-auth\" not found"
Jun 30 14:13:54 addons-412730 kubelet[1571]: I0630 14:13:54.443051 1571 scope.go:117] "RemoveContainer" containerID="c553543b6c96d9c77554dc881cc9992dbe932b71bb7fcf925be75a4b2ebbda3d"
Jun 30 14:13:54 addons-412730 kubelet[1571]: E0630 14:13:54.443858 1571 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"cloud-spanner-emulator\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=cloud-spanner-emulator pod=cloud-spanner-emulator-6d967984f9-gqgvc_default(0920ab8a-8a65-4046-bebe-4d3e25cc6f9a)\"" pod="default/cloud-spanner-emulator-6d967984f9-gqgvc" podUID="0920ab8a-8a65-4046-bebe-4d3e25cc6f9a"
Jun 30 14:13:56 addons-412730 kubelet[1571]: I0630 14:13:56.443781 1571 scope.go:117] "RemoveContainer" containerID="bb7b02bbc5c8dd5b9894572995903031fc567d38b2a12418a019ff0ebbf7d45e"
Jun 30 14:13:57 addons-412730 kubelet[1571]: E0630 14:13:57.443392 1571 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-scheduler\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-scheduler:v1.12.1@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-scheduler@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-scheduler-854568c9bb-jfhvt" podUID="e37a78c0-cf90-49a3-bdb1-32ceb4f43f52"
Jun 30 14:13:58 addons-412730 kubelet[1571]: I0630 14:13:58.356826 1571 scope.go:117] "RemoveContainer" containerID="bb7b02bbc5c8dd5b9894572995903031fc567d38b2a12418a019ff0ebbf7d45e"
Jun 30 14:13:58 addons-412730 kubelet[1571]: I0630 14:13:58.357250 1571 scope.go:117] "RemoveContainer" containerID="a0b36f35dec942b05def7e53c48d516bead17cf1518e5d24a16632cfa4ccaefd"
Jun 30 14:13:58 addons-412730 kubelet[1571]: E0630 14:13:58.357502 1571 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-xjkv5_gadget(db71aa18-e2df-45dc-b69f-a6c5ad147ed0)\"" pod="gadget/gadget-xjkv5" podUID="db71aa18-e2df-45dc-b69f-a6c5ad147ed0"
Jun 30 14:13:59 addons-412730 kubelet[1571]: I0630 14:13:59.961089 1571 scope.go:117] "RemoveContainer" containerID="a0b36f35dec942b05def7e53c48d516bead17cf1518e5d24a16632cfa4ccaefd"
Jun 30 14:13:59 addons-412730 kubelet[1571]: E0630 14:13:59.961355 1571 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-xjkv5_gadget(db71aa18-e2df-45dc-b69f-a6c5ad147ed0)\"" pod="gadget/gadget-xjkv5" podUID="db71aa18-e2df-45dc-b69f-a6c5ad147ed0"
Jun 30 14:14:00 addons-412730 kubelet[1571]: I0630 14:14:00.364958 1571 scope.go:117] "RemoveContainer" containerID="a0b36f35dec942b05def7e53c48d516bead17cf1518e5d24a16632cfa4ccaefd"
Jun 30 14:14:00 addons-412730 kubelet[1571]: E0630 14:14:00.365203 1571 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-xjkv5_gadget(db71aa18-e2df-45dc-b69f-a6c5ad147ed0)\"" pod="gadget/gadget-xjkv5" podUID="db71aa18-e2df-45dc-b69f-a6c5ad147ed0"
Jun 30 14:14:00 addons-412730 kubelet[1571]: I0630 14:14:00.444336 1571 kubelet_pods.go:1019] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/amd-gpu-device-plugin-jk4pf" secret="" err="secret \"gcp-auth\" not found"
Jun 30 14:14:01 addons-412730 kubelet[1571]: I0630 14:14:01.373424 1571 scope.go:117] "RemoveContainer" containerID="a0b36f35dec942b05def7e53c48d516bead17cf1518e5d24a16632cfa4ccaefd"
Jun 30 14:14:01 addons-412730 kubelet[1571]: E0630 14:14:01.374159 1571 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-xjkv5_gadget(db71aa18-e2df-45dc-b69f-a6c5ad147ed0)\"" pod="gadget/gadget-xjkv5" podUID="db71aa18-e2df-45dc-b69f-a6c5ad147ed0"
Jun 30 14:14:05 addons-412730 kubelet[1571]: I0630 14:14:05.443103 1571 scope.go:117] "RemoveContainer" containerID="c553543b6c96d9c77554dc881cc9992dbe932b71bb7fcf925be75a4b2ebbda3d"
Jun 30 14:14:05 addons-412730 kubelet[1571]: E0630 14:14:05.443814 1571 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"cloud-spanner-emulator\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=cloud-spanner-emulator pod=cloud-spanner-emulator-6d967984f9-gqgvc_default(0920ab8a-8a65-4046-bebe-4d3e25cc6f9a)\"" pod="default/cloud-spanner-emulator-6d967984f9-gqgvc" podUID="0920ab8a-8a65-4046-bebe-4d3e25cc6f9a"
Jun 30 14:14:08 addons-412730 kubelet[1571]: E0630 14:14:08.443713 1571 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-scheduler\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-scheduler:v1.12.1@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-scheduler@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-scheduler-854568c9bb-jfhvt" podUID="e37a78c0-cf90-49a3-bdb1-32ceb4f43f52"
Jun 30 14:14:14 addons-412730 kubelet[1571]: I0630 14:14:14.443041 1571 scope.go:117] "RemoveContainer" containerID="a0b36f35dec942b05def7e53c48d516bead17cf1518e5d24a16632cfa4ccaefd"
Jun 30 14:14:14 addons-412730 kubelet[1571]: E0630 14:14:14.443673 1571 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-xjkv5_gadget(db71aa18-e2df-45dc-b69f-a6c5ad147ed0)\"" pod="gadget/gadget-xjkv5" podUID="db71aa18-e2df-45dc-b69f-a6c5ad147ed0"
Jun 30 14:14:16 addons-412730 kubelet[1571]: I0630 14:14:16.442924 1571 scope.go:117] "RemoveContainer" containerID="c553543b6c96d9c77554dc881cc9992dbe932b71bb7fcf925be75a4b2ebbda3d"
Jun 30 14:14:16 addons-412730 kubelet[1571]: E0630 14:14:16.443685 1571 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"cloud-spanner-emulator\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=cloud-spanner-emulator pod=cloud-spanner-emulator-6d967984f9-gqgvc_default(0920ab8a-8a65-4046-bebe-4d3e25cc6f9a)\"" pod="default/cloud-spanner-emulator-6d967984f9-gqgvc" podUID="0920ab8a-8a65-4046-bebe-4d3e25cc6f9a"
Jun 30 14:14:17 addons-412730 kubelet[1571]: I0630 14:14:17.442963 1571 kubelet_pods.go:1019] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-694bd45846-xjdfn" secret="" err="secret \"gcp-auth\" not found"
Jun 30 14:14:19 addons-412730 kubelet[1571]: E0630 14:14:19.443869 1571 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"volcano-scheduler\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/volcanosh/vc-scheduler:v1.12.1@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/volcanosh/vc-scheduler@sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/volcanosh/vc-scheduler/manifests/sha256:b24ea8af2d167a3525e8fc603b32eca6c9b46ef509fa7e87f09e1fadb992faf2: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="volcano-system/volcano-scheduler-854568c9bb-jfhvt" podUID="e37a78c0-cf90-49a3-bdb1-32ceb4f43f52"
==> storage-provisioner [60e507365f1d30c7beac2979b93ea374fc72f0bcfb17244185c70d7ea0c4da2b] <==
W0630 14:14:01.962546 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:03.965344 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:03.973375 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:05.978469 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:05.984103 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:07.987354 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:07.996149 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:09.999573 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:10.006134 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:12.010303 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:12.019043 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:14.023550 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:14.029174 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:16.032495 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:16.038417 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:18.042004 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:18.049675 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:20.054010 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:20.059365 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:22.062769 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:22.068491 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:24.071580 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:24.076860 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:26.083266 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
W0630 14:14:26.093900 1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-412730 -n addons-412730
helpers_test.go:261: (dbg) Run: kubectl --context addons-412730 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: ingress-nginx-admission-create-gpszb ingress-nginx-admission-patch-fl6cb registry-creds-6b69cdcdd5-kxnxr volcano-admission-init-lsxww volcano-scheduler-854568c9bb-jfhvt
helpers_test.go:274: ======> post-mortem[TestAddons/serial/Volcano]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-412730 describe pod ingress-nginx-admission-create-gpszb ingress-nginx-admission-patch-fl6cb registry-creds-6b69cdcdd5-kxnxr volcano-admission-init-lsxww volcano-scheduler-854568c9bb-jfhvt
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-412730 describe pod ingress-nginx-admission-create-gpszb ingress-nginx-admission-patch-fl6cb registry-creds-6b69cdcdd5-kxnxr volcano-admission-init-lsxww volcano-scheduler-854568c9bb-jfhvt: exit status 1 (64.385579ms)
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-gpszb" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-fl6cb" not found
Error from server (NotFound): pods "registry-creds-6b69cdcdd5-kxnxr" not found
Error from server (NotFound): pods "volcano-admission-init-lsxww" not found
Error from server (NotFound): pods "volcano-scheduler-854568c9bb-jfhvt" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-412730 describe pod ingress-nginx-admission-create-gpszb ingress-nginx-admission-patch-fl6cb registry-creds-6b69cdcdd5-kxnxr volcano-admission-init-lsxww volcano-scheduler-854568c9bb-jfhvt: exit status 1
addons_test.go:1053: (dbg) Run: out/minikube-linux-amd64 -p addons-412730 addons disable volcano --alsologtostderr -v=1
addons_test.go:1053: (dbg) Done: out/minikube-linux-amd64 -p addons-412730 addons disable volcano --alsologtostderr -v=1: (11.492681204s)
--- FAIL: TestAddons/serial/Volcano (374.36s)