=== RUN TestAddons/parallel/CSI
=== PAUSE TestAddons/parallel/CSI
=== CONT TestAddons/parallel/CSI
addons_test.go:526: csi-hostpath-driver pods stabilized in 11.326687ms
addons_test.go:529: (dbg) Run: kubectl --context addons-20210813200824-393438 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:534: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:393: (dbg) Run: kubectl --context addons-20210813200824-393438 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:393: (dbg) Run: kubectl --context addons-20210813200824-393438 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:539: (dbg) Run: kubectl --context addons-20210813200824-393438 create -f testdata/csi-hostpath-driver/pv-pod.yaml
=== CONT TestAddons/parallel/CSI
addons_test.go:544: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:343: "task-pv-pod" [ac97e3e5-6a9e-42fc-98f9-0b7b5e76359e] Pending
helpers_test.go:343: "task-pv-pod" [ac97e3e5-6a9e-42fc-98f9-0b7b5e76359e] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
=== CONT TestAddons/parallel/CSI
addons_test.go:544: ***** TestAddons/parallel/CSI: pod "app=task-pv-pod" failed to start within 6m0s: timed out waiting for the condition ****
addons_test.go:544: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-20210813200824-393438 -n addons-20210813200824-393438
addons_test.go:544: TestAddons/parallel/CSI: showing logs for failed pods as of 2021-08-13 20:18:04.629294177 +0000 UTC m=+613.648332244
addons_test.go:544: (dbg) Run: kubectl --context addons-20210813200824-393438 describe po task-pv-pod -n default
addons_test.go:544: (dbg) kubectl --context addons-20210813200824-393438 describe po task-pv-pod -n default:
Name: task-pv-pod
Namespace: default
Priority: 0
Node: addons-20210813200824-393438/192.168.39.71
Start Time: Fri, 13 Aug 2021 20:12:04 +0000
Labels: app=task-pv-pod
Annotations: <none>
Status: Pending
IP:
IPs: <none>
Containers:
task-pv-container:
Container ID:
Image: nginx
Image ID:
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Environment:
GOOGLE_APPLICATION_CREDENTIALS: /google-app-creds.json
PROJECT_ID: k8s-minikube
GCP_PROJECT: k8s-minikube
GCLOUD_PROJECT: k8s-minikube
GOOGLE_CLOUD_PROJECT: k8s-minikube
CLOUDSDK_CORE_PROJECT: k8s-minikube
Mounts:
/google-app-creds.json from gcp-creds (ro)
/usr/share/nginx/html from task-pv-storage (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-945zl (ro)
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
task-pv-storage:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: hpvc
ReadOnly: false
kube-api-access-945zl:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
gcp-creds:
Type: HostPath (bare host directory volume)
Path: /var/lib/minikube/google_application_credentials.json
HostPathType: File
QoS Class: 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 6m default-scheduler Successfully assigned default/task-pv-pod to addons-20210813200824-393438
Normal SuccessfulAttachVolume 6m attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-6bc352b4-44e1-415a-a380-b3e5e2507bd9"
Warning VolumeConditionAbnormal 5m59s (x10 over 6m) csi-pv-monitor-agent-hostpath.csi.k8s.io The volume isn't mounted
Warning FailedMount 3m57s kubelet Unable to attach or mount volumes: unmounted volumes=[gcp-creds], unattached volumes=[kube-api-access-945zl gcp-creds task-pv-storage]: timed out waiting for the condition
Warning FailedMount 110s (x10 over 6m) kubelet MountVolume.SetUp failed for volume "gcp-creds" : hostPath type check failed: /var/lib/minikube/google_application_credentials.json is not a file
Warning FailedMount 100s kubelet Unable to attach or mount volumes: unmounted volumes=[gcp-creds], unattached volumes=[task-pv-storage kube-api-access-945zl gcp-creds]: timed out waiting for the condition
Normal VolumeConditionNormal 60s (x41 over 5m) csi-pv-monitor-agent-hostpath.csi.k8s.io The Volume returns to the healthy state
addons_test.go:544: (dbg) Run: kubectl --context addons-20210813200824-393438 logs task-pv-pod -n default
addons_test.go:544: (dbg) Non-zero exit: kubectl --context addons-20210813200824-393438 logs task-pv-pod -n default: exit status 1 (82.166709ms)
** stderr **
Error from server (BadRequest): container "task-pv-container" in pod "task-pv-pod" is waiting to start: ContainerCreating
** /stderr **
addons_test.go:544: kubectl --context addons-20210813200824-393438 logs task-pv-pod -n default: exit status 1
addons_test.go:545: failed waiting for pod task-pv-pod: app=task-pv-pod within 6m0s: timed out waiting for the condition
helpers_test.go:223: -----------------------post-mortem--------------------------------
helpers_test.go:240: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-20210813200824-393438 -n addons-20210813200824-393438
helpers_test.go:245: <<< TestAddons/parallel/CSI FAILED: start of post-mortem logs <<<
helpers_test.go:246: ======> post-mortem[TestAddons/parallel/CSI]: minikube logs <======
helpers_test.go:248: (dbg) Run: out/minikube-linux-amd64 -p addons-20210813200824-393438 logs -n 25
helpers_test.go:248: (dbg) Done: out/minikube-linux-amd64 -p addons-20210813200824-393438 logs -n 25: (1.387485067s)
helpers_test.go:253: TestAddons/parallel/CSI logs:
-- stdout --
*
* ==> Audit <==
* |---------|-------------------------------------|-------------------------------------|---------|---------|-------------------------------|-------------------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|-------------------------------------|-------------------------------------|---------|---------|-------------------------------|-------------------------------|
| delete | --all | download-only-20210813200751-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:08:24 UTC | Fri, 13 Aug 2021 20:08:24 UTC |
| delete | -p | download-only-20210813200751-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:08:24 UTC | Fri, 13 Aug 2021 20:08:24 UTC |
| | download-only-20210813200751-393438 | | | | | |
| delete | -p | download-only-20210813200751-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:08:24 UTC | Fri, 13 Aug 2021 20:08:24 UTC |
| | download-only-20210813200751-393438 | | | | | |
| start | -p | addons-20210813200824-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:08:24 UTC | Fri, 13 Aug 2021 20:11:02 UTC |
| | addons-20210813200824-393438 | | | | | |
| | --wait=true --memory=4000 | | | | | |
| | --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=olm | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --driver=kvm2 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=helm-tiller | | | | | |
| -p | addons-20210813200824-393438 | addons-20210813200824-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:11:16 UTC | Fri, 13 Aug 2021 20:11:29 UTC |
| | addons enable gcp-auth --force | | | | | |
| -p | addons-20210813200824-393438 | addons-20210813200824-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:11:34 UTC | Fri, 13 Aug 2021 20:11:35 UTC |
| | addons disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| -p | addons-20210813200824-393438 | addons-20210813200824-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:11:46 UTC | Fri, 13 Aug 2021 20:11:46 UTC |
| | ssh curl -s http://127.0.0.1/ | | | | | |
| | -H 'Host: nginx.example.com' | | | | | |
| -p | addons-20210813200824-393438 | addons-20210813200824-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:11:47 UTC | Fri, 13 Aug 2021 20:11:47 UTC |
| | ssh curl -s http://127.0.0.1/ | | | | | |
| | -H 'Host: nginx.example.com' | | | | | |
| -p | addons-20210813200824-393438 | addons-20210813200824-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:11:49 UTC | Fri, 13 Aug 2021 20:11:49 UTC |
| | ip | | | | | |
| -p | addons-20210813200824-393438 | addons-20210813200824-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:11:49 UTC | Fri, 13 Aug 2021 20:11:50 UTC |
| | addons disable registry | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| -p | addons-20210813200824-393438 | addons-20210813200824-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:12:01 UTC | Fri, 13 Aug 2021 20:12:02 UTC |
| | addons disable helm-tiller | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| -p | addons-20210813200824-393438 | addons-20210813200824-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:12:04 UTC | Fri, 13 Aug 2021 20:12:15 UTC |
| | addons disable gcp-auth | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| -p | addons-20210813200824-393438 | addons-20210813200824-393438 | jenkins | v1.22.0 | Fri, 13 Aug 2021 20:11:47 UTC | Fri, 13 Aug 2021 20:12:17 UTC |
| | addons disable ingress | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|-------------------------------------|-------------------------------------|---------|---------|-------------------------------|-------------------------------|
*
* ==> Last Start <==
* Log file created at: 2021/08/13 20:08:24
Running on machine: debian-jenkins-agent-11
Binary: Built with gc go1.16.7 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0813 20:08:24.800545 393795 out.go:298] Setting OutFile to fd 1 ...
I0813 20:08:24.800618 393795 out.go:345] TERM=,COLORTERM=, which probably does not support color
I0813 20:08:24.800622 393795 out.go:311] Setting ErrFile to fd 2...
I0813 20:08:24.800625 393795 out.go:345] TERM=,COLORTERM=, which probably does not support color
I0813 20:08:24.800718 393795 root.go:313] Updating PATH: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/bin
I0813 20:08:24.800987 393795 out.go:305] Setting JSON to false
I0813 20:08:24.834776 393795 start.go:111] hostinfo: {"hostname":"debian-jenkins-agent-11","uptime":3067,"bootTime":1628882238,"procs":136,"os":"linux","platform":"debian","platformFamily":"debian","platformVersion":"9.13","kernelVersion":"4.9.0-16-amd64","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"c29e0b88-ef83-6765-d2fa-208fdce1af32"}
I0813 20:08:24.834895 393795 start.go:121] virtualization: kvm guest
I0813 20:08:24.837272 393795 out.go:177] * [addons-20210813200824-393438] minikube v1.22.0 on Debian 9.13 (kvm/amd64)
I0813 20:08:24.838705 393795 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/kubeconfig
I0813 20:08:24.837395 393795 notify.go:169] Checking for updates...
I0813 20:08:24.840040 393795 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0813 20:08:24.841315 393795 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube
I0813 20:08:24.842520 393795 out.go:177] - MINIKUBE_LOCATION=12230
I0813 20:08:24.842688 393795 driver.go:335] Setting default libvirt URI to qemu:///system
I0813 20:08:24.870001 393795 out.go:177] * Using the kvm2 driver based on user configuration
I0813 20:08:24.870023 393795 start.go:278] selected driver: kvm2
I0813 20:08:24.870028 393795 start.go:751] validating driver "kvm2" against <nil>
I0813 20:08:24.870043 393795 start.go:762] status for kvm2: {Installed:true Healthy:true Running:true NeedsImprovement:false Error:<nil> Reason: Fix: Doc:}
I0813 20:08:24.870995 393795 install.go:52] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0813 20:08:24.871142 393795 install.go:117] Validating docker-machine-driver-kvm2, PATH=/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.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
I0813 20:08:24.881649 393795 install.go:137] /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2 version is 1.22.0
I0813 20:08:24.881689 393795 start_flags.go:263] no existing cluster config was found, will generate one from the flags
I0813 20:08:24.881819 393795 start_flags.go:697] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0813 20:08:24.881839 393795 cni.go:93] Creating CNI manager for ""
I0813 20:08:24.881845 393795 cni.go:163] "kvm2" driver + containerd runtime found, recommending bridge
I0813 20:08:24.881850 393795 start_flags.go:272] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0813 20:08:24.881859 393795 start_flags.go:277] config:
{Name:addons-20210813200824-393438 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.25-1628619379-12032@sha256:937faef407987cbd8b3cb0a90c6c5dfd664817d5377be0b77a4ecbf0f9f9c1b6 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:kvm2 HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 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.21.3 ClusterName:addons-20210813200824-393438 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRunt
ime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] 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: MultiNodeRequested:false ExtraDisks:0}
I0813 20:08:24.881969 393795 iso.go:123] acquiring lock: {Name:mkbb42d4fa68811cd256644294b190331263ca3e Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0813 20:08:24.883708 393795 out.go:177] * Starting control plane node addons-20210813200824-393438 in cluster addons-20210813200824-393438
I0813 20:08:24.883727 393795 preload.go:131] Checking if preload exists for k8s version v1.21.3 and runtime containerd
I0813 20:08:24.883750 393795 preload.go:147] Found local preload: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v11-v1.21.3-containerd-overlay2-amd64.tar.lz4
I0813 20:08:24.883776 393795 cache.go:56] Caching tarball of preloaded images
I0813 20:08:24.883886 393795 preload.go:173] Found /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v11-v1.21.3-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
I0813 20:08:24.883901 393795 cache.go:59] Finished verifying existence of preloaded tar for v1.21.3 on containerd
I0813 20:08:24.884151 393795 profile.go:148] Saving config to /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/config.json ...
I0813 20:08:24.884171 393795 lock.go:36] WriteFile acquiring /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/config.json: {Name:mkb230a820100d96b12ecd4d934e4b554ec0077b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:08:24.884283 393795 cache.go:205] Successfully downloaded all kic artifacts
I0813 20:08:24.884307 393795 start.go:313] acquiring machines lock for addons-20210813200824-393438: {Name:mk8bf9f7b0c4b5b470b774aec39ccd1ea980ebef Clock:{} Delay:500ms Timeout:13m0s Cancel:<nil>}
I0813 20:08:24.884366 393795 start.go:317] acquired machines lock for "addons-20210813200824-393438" in 47.229µs
I0813 20:08:24.884384 393795 start.go:89] Provisioning new machine with config: &{Name:addons-20210813200824-393438 KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube-builds/iso/12032/minikube-v1.22.0-1628622362-12032.iso KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.25-1628619379-12032@sha256:937faef407987cbd8b3cb0a90c6c5dfd664817d5377be0b77a4ecbf0f9f9c1b6 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:kvm2 HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{Kuber
netesVersion:v1.21.3 ClusterName:addons-20210813200824-393438 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.21.3 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: MultiNodeRequested:false ExtraDisks:0} &{Name: IP: Port:8443 KubernetesVersion:v1.21.3 ControlPlane:true Worker:true}
I0813 20:08:24.884430 393795 start.go:126] createHost starting for "" (driver="kvm2")
I0813 20:08:24.886101 393795 out.go:204] * Creating kvm2 VM (CPUs=2, Memory=4000MB, Disk=20000MB) ...
I0813 20:08:24.886199 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:08:24.886266 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:08:24.895639 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:45471
I0813 20:08:24.896024 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:08:24.896520 393795 main.go:130] libmachine: Using API Version 1
I0813 20:08:24.896543 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:08:24.896919 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:08:24.897106 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetMachineName
I0813 20:08:24.897243 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:08:24.897388 393795 start.go:160] libmachine.API.Create for "addons-20210813200824-393438" (driver="kvm2")
I0813 20:08:24.897413 393795 client.go:168] LocalClient.Create starting
I0813 20:08:24.897441 393795 main.go:130] libmachine: Creating CA: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/ca.pem
I0813 20:08:25.120617 393795 main.go:130] libmachine: Creating client certificate: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/cert.pem
I0813 20:08:25.280845 393795 main.go:130] libmachine: Running pre-create checks...
I0813 20:08:25.280870 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .PreCreateCheck
I0813 20:08:25.281275 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetConfigRaw
I0813 20:08:25.281798 393795 main.go:130] libmachine: Creating machine...
I0813 20:08:25.281814 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Create
I0813 20:08:25.281948 393795 main.go:130] libmachine: (addons-20210813200824-393438) Creating KVM machine...
I0813 20:08:25.284504 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found existing default KVM network
I0813 20:08:25.285421 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:25.285273 393819 network.go:288] reserving subnet 192.168.39.0 for 1m0s: &{mu:{state:0 sema:0} read:{v:{m:map[] amended:true}} dirty:map[192.168.39.0:0xc0000a85c8] misses:0}
I0813 20:08:25.285456 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:25.285374 393819 network.go:235] 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 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
I0813 20:08:25.309231 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | trying to create private KVM network mk-addons-20210813200824-393438 192.168.39.0/24...
I0813 20:08:25.523327 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | private KVM network mk-addons-20210813200824-393438 192.168.39.0/24 created
I0813 20:08:25.523364 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:25.523289 393819 common.go:108] Making disk image using store path: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube
I0813 20:08:25.523388 393795 main.go:130] libmachine: (addons-20210813200824-393438) Setting up store path in /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438 ...
I0813 20:08:25.523416 393795 main.go:130] libmachine: (addons-20210813200824-393438) Building disk image from file:///home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/cache/iso/minikube-v1.22.0-1628622362-12032.iso
I0813 20:08:25.523518 393795 main.go:130] libmachine: (addons-20210813200824-393438) Downloading /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/cache/boot2docker.iso from file:///home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/cache/iso/minikube-v1.22.0-1628622362-12032.iso...
I0813 20:08:25.708900 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:25.708765 393819 common.go:115] Creating ssh key: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa...
I0813 20:08:25.773951 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:25.773861 393819 common.go:121] Creating raw disk image: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/addons-20210813200824-393438.rawdisk...
I0813 20:08:25.773977 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Writing magic tar header
I0813 20:08:25.773999 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Writing SSH key tar header
I0813 20:08:25.774021 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:25.773973 393819 common.go:135] Fixing permissions on /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438 ...
I0813 20:08:25.774191 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Checking permissions on dir: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438
I0813 20:08:25.774234 393795 main.go:130] libmachine: (addons-20210813200824-393438) Setting executable bit set on /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438 (perms=drwx------)
I0813 20:08:25.774257 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Checking permissions on dir: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines
I0813 20:08:25.774294 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Checking permissions on dir: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube
I0813 20:08:25.774306 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Checking permissions on dir: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337
I0813 20:08:25.774322 393795 main.go:130] libmachine: (addons-20210813200824-393438) Setting executable bit set on /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines (perms=drwxr-xr-x)
I0813 20:08:25.774337 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Checking permissions on dir: /home/jenkins/minikube-integration
I0813 20:08:25.774357 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Checking permissions on dir: /home/jenkins
I0813 20:08:25.774368 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Checking permissions on dir: /home
I0813 20:08:25.774385 393795 main.go:130] libmachine: (addons-20210813200824-393438) Setting executable bit set on /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube (perms=drwxr-xr-x)
I0813 20:08:25.774401 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Skipping /home - not owner
I0813 20:08:25.774448 393795 main.go:130] libmachine: (addons-20210813200824-393438) Setting executable bit set on /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337 (perms=drwxr-xr-x)
I0813 20:08:25.774483 393795 main.go:130] libmachine: (addons-20210813200824-393438) Setting executable bit set on /home/jenkins/minikube-integration (perms=drwxr-xr-x)
I0813 20:08:25.774500 393795 main.go:130] libmachine: (addons-20210813200824-393438) Setting executable bit set on /home/jenkins (perms=drwxr-xr-x)
I0813 20:08:25.774514 393795 main.go:130] libmachine: (addons-20210813200824-393438) Creating domain...
I0813 20:08:25.798328 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:25:a3:63 in network default
I0813 20:08:25.798839 393795 main.go:130] libmachine: (addons-20210813200824-393438) Ensuring networks are active...
I0813 20:08:25.798864 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:25.800465 393795 main.go:130] libmachine: (addons-20210813200824-393438) Ensuring network default is active
I0813 20:08:25.800700 393795 main.go:130] libmachine: (addons-20210813200824-393438) Ensuring network mk-addons-20210813200824-393438 is active
I0813 20:08:25.801202 393795 main.go:130] libmachine: (addons-20210813200824-393438) Getting domain xml...
I0813 20:08:25.802844 393795 main.go:130] libmachine: (addons-20210813200824-393438) Creating domain...
I0813 20:08:26.299858 393795 main.go:130] libmachine: (addons-20210813200824-393438) Waiting to get IP...
I0813 20:08:26.300602 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:26.300906 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:26.300956 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:26.300902 393819 retry.go:31] will retry after 263.082536ms: waiting for machine to come up
I0813 20:08:26.565182 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:26.565500 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:26.565525 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:26.565454 393819 retry.go:31] will retry after 381.329545ms: waiting for machine to come up
I0813 20:08:26.947958 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:26.948312 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:26.948343 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:26.948256 393819 retry.go:31] will retry after 422.765636ms: waiting for machine to come up
I0813 20:08:27.372761 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:27.373105 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:27.373142 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:27.373034 393819 retry.go:31] will retry after 473.074753ms: waiting for machine to come up
I0813 20:08:27.847536 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:27.847872 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:27.847902 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:27.847817 393819 retry.go:31] will retry after 587.352751ms: waiting for machine to come up
I0813 20:08:28.436185 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:28.436478 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:28.436502 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:28.436442 393819 retry.go:31] will retry after 834.206799ms: waiting for machine to come up
I0813 20:08:29.272247 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:29.272541 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:29.272575 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:29.272483 393819 retry.go:31] will retry after 746.553905ms: waiting for machine to come up
I0813 20:08:30.020819 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:31.892510 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:31.892562 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:30.021036 393819 retry.go:31] will retry after 987.362415ms: waiting for machine to come up
I0813 20:08:31.892579 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:31.892589 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:31.892600 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:31.010439 393819 retry.go:31] will retry after 1.189835008s: waiting for machine to come up
I0813 20:08:32.201692 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:32.202033 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:32.202075 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:32.201951 393819 retry.go:31] will retry after 1.677229867s: waiting for machine to come up
I0813 20:08:33.880215 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:33.880538 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:33.880569 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:33.880499 393819 retry.go:31] will retry after 2.346016261s: waiting for machine to come up
I0813 20:08:36.228523 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:40.763772 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:40.763820 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:36.228797 393819 retry.go:31] will retry after 3.36678925s: waiting for machine to come up
I0813 20:08:40.763838 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:40.763850 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find current IP address of domain addons-20210813200824-393438 in network mk-addons-20210813200824-393438
I0813 20:08:40.763858 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | I0813 20:08:39.599354 393819 retry.go:31] will retry after 3.11822781s: waiting for machine to come up
I0813 20:08:42.720826 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:42.721189 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has current primary IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:42.721222 393795 main.go:130] libmachine: (addons-20210813200824-393438) Found IP for machine: 192.168.39.71
I0813 20:08:42.721238 393795 main.go:130] libmachine: (addons-20210813200824-393438) Reserving static IP address...
I0813 20:08:42.721527 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | unable to find host DHCP lease matching {name: "addons-20210813200824-393438", mac: "52:54:00:1a:a8:f0", ip: "192.168.39.71"} in network mk-addons-20210813200824-393438
I0813 20:08:42.766188 393795 main.go:130] libmachine: (addons-20210813200824-393438) Reserved static IP address: 192.168.39.71
I0813 20:08:42.766225 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Getting to WaitForSSH function...
I0813 20:08:42.766236 393795 main.go:130] libmachine: (addons-20210813200824-393438) Waiting for SSH to be available...
I0813 20:08:42.770742 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:42.771100 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:minikube Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:42.771131 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:42.771238 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Using SSH client type: external
I0813 20:08:42.771266 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Using SSH private key: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa (-rw-------)
I0813 20:08:42.771310 393795 main.go:130] libmachine: (addons-20210813200824-393438) 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.71 -o IdentitiesOnly=yes -i /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa -p 22] /usr/bin/ssh <nil>}
I0813 20:08:42.771331 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | About to run SSH command:
I0813 20:08:42.771344 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | exit 0
I0813 20:08:42.905708 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | SSH cmd err, output: <nil>:
I0813 20:08:42.906070 393795 main.go:130] libmachine: (addons-20210813200824-393438) KVM machine creation complete!
I0813 20:08:42.906139 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetConfigRaw
I0813 20:08:42.906751 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:08:42.906958 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:08:42.907115 393795 main.go:130] libmachine: Waiting for machine to be running, this may take a few minutes...
I0813 20:08:42.907137 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetState
I0813 20:08:42.909531 393795 main.go:130] libmachine: Detecting operating system of created instance...
I0813 20:08:42.909544 393795 main.go:130] libmachine: Waiting for SSH to be available...
I0813 20:08:42.909551 393795 main.go:130] libmachine: Getting to WaitForSSH function...
I0813 20:08:42.909558 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:08:42.913824 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:42.914100 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:42.914129 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:42.914206 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:08:42.914436 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:08:42.914577 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:08:42.914735 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:08:42.914875 393795 main.go:130] libmachine: Using SSH client type: native
I0813 20:08:42.915070 393795 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x802ea0] 0x802e60 <nil> [] 0s} 192.168.39.71 22 <nil> <nil>}
I0813 20:08:42.915081 393795 main.go:130] libmachine: About to run SSH command:
exit 0
I0813 20:08:43.029551 393795 main.go:130] libmachine: SSH cmd err, output: <nil>:
I0813 20:08:43.029574 393795 main.go:130] libmachine: Detecting the provisioner...
I0813 20:08:43.029581 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:08:43.034336 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.034613 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:43.034640 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.034770 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:08:43.034918 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:08:43.035032 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:08:43.035147 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:08:43.035306 393795 main.go:130] libmachine: Using SSH client type: native
I0813 20:08:43.035470 393795 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x802ea0] 0x802e60 <nil> [] 0s} 192.168.39.71 22 <nil> <nil>}
I0813 20:08:43.035482 393795 main.go:130] libmachine: About to run SSH command:
cat /etc/os-release
I0813 20:08:43.154932 393795 main.go:130] libmachine: SSH cmd err, output: <nil>: NAME=Buildroot
VERSION=2020.02.12
ID=buildroot
VERSION_ID=2020.02.12
PRETTY_NAME="Buildroot 2020.02.12"
I0813 20:08:43.155054 393795 main.go:130] libmachine: found compatible host: buildroot
I0813 20:08:43.155068 393795 main.go:130] libmachine: Provisioning with buildroot...
I0813 20:08:43.155076 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetMachineName
I0813 20:08:43.155288 393795 buildroot.go:166] provisioning hostname "addons-20210813200824-393438"
I0813 20:08:43.155312 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetMachineName
I0813 20:08:43.155454 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:08:43.160248 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.160525 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:43.160554 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.160615 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:08:43.160767 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:08:43.160890 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:08:43.161014 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:08:43.161208 393795 main.go:130] libmachine: Using SSH client type: native
I0813 20:08:43.161360 393795 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x802ea0] 0x802e60 <nil> [] 0s} 192.168.39.71 22 <nil> <nil>}
I0813 20:08:43.161378 393795 main.go:130] libmachine: About to run SSH command:
sudo hostname addons-20210813200824-393438 && echo "addons-20210813200824-393438" | sudo tee /etc/hostname
I0813 20:08:43.286438 393795 main.go:130] libmachine: SSH cmd err, output: <nil>: addons-20210813200824-393438
I0813 20:08:43.286470 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:08:43.291714 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.292060 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:43.292089 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.292267 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:08:43.292449 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:08:43.292613 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:08:43.292778 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:08:43.292969 393795 main.go:130] libmachine: Using SSH client type: native
I0813 20:08:43.293123 393795 main.go:130] libmachine: &{{{<nil> 0 [] [] []} docker [0x802ea0] 0x802e60 <nil> [] 0s} 192.168.39.71 22 <nil> <nil>}
I0813 20:08:43.293153 393795 main.go:130] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-20210813200824-393438' /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-20210813200824-393438/g' /etc/hosts;
else
echo '127.0.1.1 addons-20210813200824-393438' | sudo tee -a /etc/hosts;
fi
fi
I0813 20:08:43.416973 393795 main.go:130] libmachine: SSH cmd err, output: <nil>:
I0813 20:08:43.416997 393795 buildroot.go:172] set auth options {CertDir:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube CaCertPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikub
e/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube}
I0813 20:08:43.417017 393795 buildroot.go:174] setting up certificates
I0813 20:08:43.417030 393795 provision.go:83] configureAuth start
I0813 20:08:43.417049 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetMachineName
I0813 20:08:43.417253 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetIP
I0813 20:08:43.421873 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.422220 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:43.422260 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.422321 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:08:43.426540 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.426839 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:43.426868 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.426944 393795 provision.go:138] copyHostCerts
I0813 20:08:43.427010 393795 exec_runner.go:152] cp: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/ca.pem (1078 bytes)
I0813 20:08:43.427140 393795 exec_runner.go:152] cp: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/cert.pem (1123 bytes)
I0813 20:08:43.427199 393795 exec_runner.go:152] cp: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/key.pem (1675 bytes)
I0813 20:08:43.427247 393795 provision.go:112] generating server cert: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/ca-key.pem org=jenkins.addons-20210813200824-393438 san=[192.168.39.71 192.168.39.71 localhost 127.0.0.1 minikube addons-20210813200824-393438]
I0813 20:08:43.554559 393795 provision.go:172] copyRemoteCerts
I0813 20:08:43.554610 393795 ssh_runner.go:149] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0813 20:08:43.554635 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:08:43.559056 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.559317 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:43.559350 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.559455 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:08:43.559600 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:08:43.559737 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:08:43.559830 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:08:43.645777 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/server.pem --> /etc/docker/server.pem (1257 bytes)
I0813 20:08:43.661302 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0813 20:08:43.676456 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0813 20:08:43.692999 393795 provision.go:86] duration metric: configureAuth took 275.952288ms
I0813 20:08:43.693018 393795 buildroot.go:189] setting minikube options for container-runtime
I0813 20:08:43.693172 393795 config.go:177] Loaded profile config "addons-20210813200824-393438": Driver=kvm2, ContainerRuntime=containerd, KubernetesVersion=v1.21.3
I0813 20:08:43.693196 393795 main.go:130] libmachine: Checking connection to Docker...
I0813 20:08:43.693211 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetURL
I0813 20:08:43.696318 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Using libvirt version 3000000
I0813 20:08:43.700398 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.700674 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:43.700703 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.700831 393795 main.go:130] libmachine: Docker is up and running!
I0813 20:08:43.700844 393795 main.go:130] libmachine: Reticulating splines...
I0813 20:08:43.700851 393795 client.go:171] LocalClient.Create took 18.803432411s
I0813 20:08:43.700868 393795 start.go:168] duration metric: libmachine.API.Create for "addons-20210813200824-393438" took 18.803481306s
I0813 20:08:43.700883 393795 start.go:267] post-start starting for "addons-20210813200824-393438" (driver="kvm2")
I0813 20:08:43.700889 393795 start.go:277] 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]
I0813 20:08:43.700910 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:08:43.701094 393795 ssh_runner.go:149] 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
I0813 20:08:43.701118 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:08:43.704953 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.705205 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:43.705240 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.705355 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:08:43.705534 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:08:43.705666 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:08:43.705761 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:08:43.789685 393795 ssh_runner.go:149] Run: cat /etc/os-release
I0813 20:08:43.794102 393795 info.go:137] Remote host: Buildroot 2020.02.12
I0813 20:08:43.794122 393795 filesync.go:126] Scanning /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/addons for local assets ...
I0813 20:08:43.794186 393795 filesync.go:126] Scanning /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/files for local assets ...
I0813 20:08:43.794223 393795 start.go:270] post-start completed in 93.333859ms
I0813 20:08:43.794254 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetConfigRaw
I0813 20:08:43.794756 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetIP
I0813 20:08:43.799159 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.799440 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:43.799466 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.799674 393795 profile.go:148] Saving config to /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/config.json ...
I0813 20:08:43.799818 393795 start.go:129] duration metric: createHost completed in 18.915380594s
I0813 20:08:43.799829 393795 start.go:80] releasing machines lock for "addons-20210813200824-393438", held for 18.915453659s
I0813 20:08:43.799863 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:08:43.800043 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetIP
I0813 20:08:43.804111 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.804351 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:43.804376 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.804493 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:08:43.804646 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:08:43.805041 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:08:43.805267 393795 ssh_runner.go:149] Run: systemctl --version
I0813 20:08:43.805289 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:08:43.805312 393795 ssh_runner.go:149] Run: curl -sS -m 2 https://k8s.gcr.io/
I0813 20:08:43.805344 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:08:43.811696 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.811832 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.812045 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:43.812073 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.812099 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:08:43.812120 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:08:43.812192 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:08:43.812393 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:08:43.812403 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:08:43.812554 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:08:43.812566 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:08:43.812725 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:08:43.812720 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:08:43.812837 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:08:43.895987 393795 preload.go:131] Checking if preload exists for k8s version v1.21.3 and runtime containerd
I0813 20:08:43.896071 393795 ssh_runner.go:149] Run: sudo crictl images --output json
I0813 20:08:47.906062 393795 ssh_runner.go:189] Completed: sudo crictl images --output json: (4.009958464s)
I0813 20:08:47.906190 393795 containerd.go:609] couldn't find preloaded image for "k8s.gcr.io/kube-apiserver:v1.21.3". assuming images are not preloaded.
I0813 20:08:47.906258 393795 ssh_runner.go:149] Run: which lz4
I0813 20:08:47.910455 393795 ssh_runner.go:149] Run: stat -c "%!s(MISSING) %!y(MISSING)" /preloaded.tar.lz4
I0813 20:08:47.914934 393795 ssh_runner.go:306] existence check for /preloaded.tar.lz4: stat -c "%!s(MISSING) %!y(MISSING)" /preloaded.tar.lz4: Process exited with status 1
stdout:
stderr:
stat: cannot stat '/preloaded.tar.lz4': No such file or directory
I0813 20:08:47.914966 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v11-v1.21.3-containerd-overlay2-amd64.tar.lz4 --> /preloaded.tar.lz4 (928970367 bytes)
I0813 20:08:51.785606 393795 containerd.go:546] Took 3.875185 seconds to copy over tarball
I0813 20:08:51.785683 393795 ssh_runner.go:149] Run: sudo tar -I lz4 -C /var -xf /preloaded.tar.lz4
I0813 20:08:59.266406 393795 ssh_runner.go:189] Completed: sudo tar -I lz4 -C /var -xf /preloaded.tar.lz4: (7.480697941s)
I0813 20:08:59.266440 393795 containerd.go:553] Took 7.480799 seconds t extract the tarball
I0813 20:08:59.266451 393795 ssh_runner.go:100] rm: /preloaded.tar.lz4
I0813 20:08:59.331752 393795 ssh_runner.go:149] Run: sudo systemctl daemon-reload
I0813 20:08:59.501887 393795 ssh_runner.go:149] Run: sudo systemctl restart containerd
I0813 20:08:59.552920 393795 ssh_runner.go:149] Run: sudo systemctl stop -f crio
I0813 20:08:59.589032 393795 ssh_runner.go:149] Run: sudo systemctl is-active --quiet service crio
I0813 20:08:59.603064 393795 docker.go:153] disabling docker service ...
I0813 20:08:59.603123 393795 ssh_runner.go:149] Run: sudo systemctl stop -f docker.socket
I0813 20:08:59.613338 393795 ssh_runner.go:149] Run: sudo systemctl stop -f docker.service
I0813 20:08:59.624260 393795 ssh_runner.go:149] Run: sudo systemctl disable docker.socket
I0813 20:08:59.756397 393795 ssh_runner.go:149] Run: sudo systemctl mask docker.service
I0813 20:09:00.324502 393795 ssh_runner.go:149] Run: sudo systemctl is-active --quiet service docker
I0813 20:09:00.334994 393795 ssh_runner.go:149] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///run/containerd/containerd.sock
image-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I0813 20:09:00.348430 393795 ssh_runner.go:149] Run: /bin/bash -c "sudo mkdir -p /etc/containerd && printf %!s(MISSING) "cm9vdCA9ICIvdmFyL2xpYi9jb250YWluZXJkIgpzdGF0ZSA9ICIvcnVuL2NvbnRhaW5lcmQiCm9vbV9zY29yZSA9IDAKW2dycGNdCiAgYWRkcmVzcyA9ICIvcnVuL2NvbnRhaW5lcmQvY29udGFpbmVyZC5zb2NrIgogIHVpZCA9IDAKICBnaWQgPSAwCiAgbWF4X3JlY3ZfbWVzc2FnZV9zaXplID0gMTY3NzcyMTYKICBtYXhfc2VuZF9tZXNzYWdlX3NpemUgPSAxNjc3NzIxNgoKW2RlYnVnXQogIGFkZHJlc3MgPSAiIgogIHVpZCA9IDAKICBnaWQgPSAwCiAgbGV2ZWwgPSAiIgoKW21ldHJpY3NdCiAgYWRkcmVzcyA9ICIiCiAgZ3JwY19oaXN0b2dyYW0gPSBmYWxzZQoKW2Nncm91cF0KICBwYXRoID0gIiIKCltwbHVnaW5zXQogIFtwbHVnaW5zLmNncm91cHNdCiAgICBub19wcm9tZXRoZXVzID0gZmFsc2UKICBbcGx1Z2lucy5jcmldCiAgICBzdHJlYW1fc2VydmVyX2FkZHJlc3MgPSAiIgogICAgc3RyZWFtX3NlcnZlcl9wb3J0ID0gIjEwMDEwIgogICAgZW5hYmxlX3NlbGludXggPSBmYWxzZQogICAgc2FuZGJveF9pbWFnZSA9ICJrOHMuZ2NyLmlvL3BhdXNlOjMuNC4xIgogICAgc3RhdHNfY29sbGVjdF9wZXJpb2QgPSAxMAogICAgZW5hYmxlX3Rsc19zdHJlYW1pbmcgPSBmYWxzZQogICAgbWF4X2NvbnRhaW5lcl9sb2dfbGluZV9zaXplID0gMTYzODQKCglbcGx1Z2lucy4iaW8uY
29udGFpbmVyZC5ncnBjLnYxLmNyaSJdCiAgICAgIFtwbHVnaW5zLiJpby5jb250YWluZXJkLmdycGMudjEuY3JpIi5jb250YWluZXJkXQogICAgICAgIFtwbHVnaW5zLiJpby5jb250YWluZXJkLmdycGMudjEuY3JpIi5jb250YWluZXJkLnJ1bnRpbWVzXQogICAgICAgICAgW3BsdWdpbnMuImlvLmNvbnRhaW5lcmQuZ3JwYy52MS5jcmkiLmNvbnRhaW5lcmQucnVudGltZXMucnVuY10KICAgICAgICAgICAgcnVudGltZV90eXBlID0gImlvLmNvbnRhaW5lcmQucnVuYy52MiIKICAgICAgICAgICAgW3BsdWdpbnMuImlvLmNvbnRhaW5lcmQuZ3JwYy52MS5jcmkiLmNvbnRhaW5lcmQucnVudGltZXMucnVuYy5vcHRpb25zXQogICAgICAgICAgICAgIFN5c3RlbWRDZ3JvdXAgPSBmYWxzZQoKICAgIFtwbHVnaW5zLmNyaS5jb250YWluZXJkXQogICAgICBzbmFwc2hvdHRlciA9ICJvdmVybGF5ZnMiCiAgICAgIFtwbHVnaW5zLmNyaS5jb250YWluZXJkLmRlZmF1bHRfcnVudGltZV0KICAgICAgICBydW50aW1lX3R5cGUgPSAiaW8uY29udGFpbmVyZC5ydW5jLnYyIgogICAgICBbcGx1Z2lucy5jcmkuY29udGFpbmVyZC51bnRydXN0ZWRfd29ya2xvYWRfcnVudGltZV0KICAgICAgICBydW50aW1lX3R5cGUgPSAiIgogICAgICAgIHJ1bnRpbWVfZW5naW5lID0gIiIKICAgICAgICBydW50aW1lX3Jvb3QgPSAiIgogICAgW3BsdWdpbnMuY3JpLmNuaV0KICAgICAgYmluX2RpciA9ICIvb3B0L2NuaS9iaW4iCiAgICAgIGNvbmZfZGlyID0gIi9ldGMvY25pL25ldC5kI
gogICAgICBjb25mX3RlbXBsYXRlID0gIiIKICAgIFtwbHVnaW5zLmNyaS5yZWdpc3RyeV0KICAgICAgW3BsdWdpbnMuY3JpLnJlZ2lzdHJ5Lm1pcnJvcnNdCiAgICAgICAgW3BsdWdpbnMuY3JpLnJlZ2lzdHJ5Lm1pcnJvcnMuImRvY2tlci5pbyJdCiAgICAgICAgICBlbmRwb2ludCA9IFsiaHR0cHM6Ly9yZWdpc3RyeS0xLmRvY2tlci5pbyJdCiAgICAgICAgW3BsdWdpbnMuZGlmZi1zZXJ2aWNlXQogICAgZGVmYXVsdCA9IFsid2Fsa2luZyJdCiAgW3BsdWdpbnMuc2NoZWR1bGVyXQogICAgcGF1c2VfdGhyZXNob2xkID0gMC4wMgogICAgZGVsZXRpb25fdGhyZXNob2xkID0gMAogICAgbXV0YXRpb25fdGhyZXNob2xkID0gMTAwCiAgICBzY2hlZHVsZV9kZWxheSA9ICIwcyIKICAgIHN0YXJ0dXBfZGVsYXkgPSAiMTAwbXMiCg==" | base64 -d | sudo tee /etc/containerd/config.toml"
I0813 20:09:00.361639 393795 ssh_runner.go:149] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0813 20:09:00.368531 393795 crio.go:128] 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 255
stdout:
stderr:
sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory
I0813 20:09:00.368595 393795 ssh_runner.go:149] Run: sudo modprobe br_netfilter
I0813 20:09:00.385237 393795 ssh_runner.go:149] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0813 20:09:00.391592 393795 ssh_runner.go:149] Run: sudo systemctl daemon-reload
I0813 20:09:00.519828 393795 ssh_runner.go:149] Run: sudo systemctl restart containerd
I0813 20:09:03.676080 393795 ssh_runner.go:189] Completed: sudo systemctl restart containerd: (3.156204056s)
I0813 20:09:03.676120 393795 start.go:392] Will wait 60s for socket path /run/containerd/containerd.sock
I0813 20:09:03.676184 393795 ssh_runner.go:149] Run: stat /run/containerd/containerd.sock
I0813 20:09:03.689613 393795 retry.go:31] will retry after 1.104660288s: stat /run/containerd/containerd.sock: Process exited with status 1
stdout:
stderr:
stat: cannot stat '/run/containerd/containerd.sock': No such file or directory
I0813 20:09:04.795228 393795 ssh_runner.go:149] Run: stat /run/containerd/containerd.sock
I0813 20:09:04.800738 393795 start.go:413] Will wait 60s for crictl version
I0813 20:09:04.800797 393795 ssh_runner.go:149] Run: sudo crictl version
I0813 20:09:04.838265 393795 start.go:422] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: v1.4.9
RuntimeApiVersion: v1alpha2
I0813 20:09:04.838331 393795 ssh_runner.go:149] Run: containerd --version
I0813 20:09:04.867615 393795 ssh_runner.go:149] Run: containerd --version
I0813 20:09:04.901993 393795 out.go:177] * Preparing Kubernetes v1.21.3 on containerd 1.4.9 ...
I0813 20:09:04.902037 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetIP
I0813 20:09:04.907966 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:04.908358 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:09:04.908388 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:04.908603 393795 ssh_runner.go:149] Run: grep 192.168.39.1 host.minikube.internal$ /etc/hosts
I0813 20:09:04.915209 393795 ssh_runner.go:149] 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""
I0813 20:09:04.927150 393795 preload.go:131] Checking if preload exists for k8s version v1.21.3 and runtime containerd
I0813 20:09:04.927218 393795 ssh_runner.go:149] Run: sudo crictl images --output json
I0813 20:09:04.961677 393795 containerd.go:613] all images are preloaded for containerd runtime.
I0813 20:09:04.961698 393795 containerd.go:517] Images already preloaded, skipping extraction
I0813 20:09:04.961739 393795 ssh_runner.go:149] Run: sudo crictl images --output json
I0813 20:09:04.991402 393795 containerd.go:613] all images are preloaded for containerd runtime.
I0813 20:09:04.991421 393795 cache_images.go:74] Images are preloaded, skipping loading
I0813 20:09:04.991465 393795 ssh_runner.go:149] Run: sudo crictl info
I0813 20:09:05.026530 393795 cni.go:93] Creating CNI manager for ""
I0813 20:09:05.026549 393795 cni.go:163] "kvm2" driver + containerd runtime found, recommending bridge
I0813 20:09:05.026573 393795 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0813 20:09:05.026589 393795 kubeadm.go:153] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.39.71 APIServerPort:8443 KubernetesVersion:v1.21.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-20210813200824-393438 NodeName:addons-20210813200824-393438 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.71"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NoTaintMaster:true NodeIP:192.168.39.71 CgroupDriver:cgroupfs ClientCAFi
le:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[]}
I0813 20:09:05.026794 393795 kubeadm.go:157] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta2
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.39.71
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: /run/containerd/containerd.sock
name: "addons-20210813200824-393438"
kubeletExtraArgs:
node-ip: 192.168.39.71
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta2
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.39.71"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
dns:
type: CoreDNS
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.21.3
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0813 20:09:05.026914 393795 kubeadm.go:909] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.21.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime=remote --container-runtime-endpoint=unix:///run/containerd/containerd.sock --hostname-override=addons-20210813200824-393438 --image-service-endpoint=unix:///run/containerd/containerd.sock --kubeconfig=/etc/kubernetes/kubelet.conf --network-plugin=cni --node-ip=192.168.39.71 --runtime-request-timeout=15m
[Install]
config:
{KubernetesVersion:v1.21.3 ClusterName:addons-20210813200824-393438 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
I0813 20:09:05.026970 393795 ssh_runner.go:149] Run: sudo ls /var/lib/minikube/binaries/v1.21.3
I0813 20:09:05.034281 393795 binaries.go:44] Found k8s binaries, skipping transfer
I0813 20:09:05.034329 393795 ssh_runner.go:149] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0813 20:09:05.041235 393795 ssh_runner.go:316] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (543 bytes)
I0813 20:09:05.053001 393795 ssh_runner.go:316] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0813 20:09:05.064464 393795 ssh_runner.go:316] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2081 bytes)
I0813 20:09:05.075905 393795 ssh_runner.go:149] Run: grep 192.168.39.71 control-plane.minikube.internal$ /etc/hosts
I0813 20:09:05.079850 393795 ssh_runner.go:149] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.39.71 control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0813 20:09:05.089799 393795 certs.go:52] Setting up /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438 for IP: 192.168.39.71
I0813 20:09:05.089840 393795 certs.go:183] generating minikubeCA CA: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/ca.key
I0813 20:09:05.363891 393795 crypto.go:157] Writing cert to /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/ca.crt ...
I0813 20:09:05.363919 393795 lock.go:36] WriteFile acquiring /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/ca.crt: {Name:mk96a7b146aed67a7ddc77414e0d7ee4a9f5639f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:09:05.364160 393795 crypto.go:165] Writing key to /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/ca.key ...
I0813 20:09:05.364177 393795 lock.go:36] WriteFile acquiring /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/ca.key: {Name:mkb28d534ae8896c3c63f31184e051442e741d84 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:09:05.364293 393795 certs.go:183] generating proxyClientCA CA: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/proxy-client-ca.key
I0813 20:09:05.585285 393795 crypto.go:157] Writing cert to /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/proxy-client-ca.crt ...
I0813 20:09:05.585315 393795 lock.go:36] WriteFile acquiring /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/proxy-client-ca.crt: {Name:mk0af008d0762eedd86b6f4bf2a05829d95a7dbb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:09:05.585500 393795 crypto.go:165] Writing key to /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/proxy-client-ca.key ...
I0813 20:09:05.585517 393795 lock.go:36] WriteFile acquiring /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/proxy-client-ca.key: {Name:mk496073d6e9326b9534a852520dd9a1dfacd8da Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:09:05.585655 393795 certs.go:297] generating minikube-user signed cert: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/client.key
I0813 20:09:05.585667 393795 crypto.go:69] Generating cert /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/client.crt with IP's: []
I0813 20:09:05.676108 393795 crypto.go:157] Writing cert to /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/client.crt ...
I0813 20:09:05.676136 393795 lock.go:36] WriteFile acquiring /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/client.crt: {Name:mkc7e44aa5bb20ac3af4a16850ce3ec836415891 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:09:05.676305 393795 crypto.go:165] Writing key to /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/client.key ...
I0813 20:09:05.676321 393795 lock.go:36] WriteFile acquiring /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/client.key: {Name:mk61203d37cf0ac863f5f6a423df792d7e1ea9e5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:09:05.676433 393795 certs.go:297] generating minikube signed cert: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/apiserver.key.f4667c0f
I0813 20:09:05.676444 393795 crypto.go:69] Generating cert /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/apiserver.crt.f4667c0f with IP's: [192.168.39.71 10.96.0.1 127.0.0.1 10.0.0.1]
I0813 20:09:05.807372 393795 crypto.go:157] Writing cert to /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/apiserver.crt.f4667c0f ...
I0813 20:09:05.807398 393795 lock.go:36] WriteFile acquiring /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/apiserver.crt.f4667c0f: {Name:mkd336c86f26f549d9c200ce36597a89bb6da139 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:09:05.807541 393795 crypto.go:165] Writing key to /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/apiserver.key.f4667c0f ...
I0813 20:09:05.807555 393795 lock.go:36] WriteFile acquiring /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/apiserver.key.f4667c0f: {Name:mkf07a59d7356cf2645516afc5686e9070652037 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:09:05.807647 393795 certs.go:308] copying /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/apiserver.crt.f4667c0f -> /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/apiserver.crt
I0813 20:09:05.807719 393795 certs.go:312] copying /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/apiserver.key.f4667c0f -> /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/apiserver.key
I0813 20:09:05.807787 393795 certs.go:297] generating aggregator signed cert: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/proxy-client.key
I0813 20:09:05.807799 393795 crypto.go:69] Generating cert /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/proxy-client.crt with IP's: []
I0813 20:09:06.096866 393795 crypto.go:157] Writing cert to /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/proxy-client.crt ...
I0813 20:09:06.096908 393795 lock.go:36] WriteFile acquiring /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/proxy-client.crt: {Name:mkfd8392816cb47f48c4f770332fffb25ddf747f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:09:06.097125 393795 crypto.go:165] Writing key to /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/proxy-client.key ...
I0813 20:09:06.097144 393795 lock.go:36] WriteFile acquiring /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/proxy-client.key: {Name:mk7c69f37f8cb4970c5fc7ce2777f2c2bae2ecca Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:09:06.097357 393795 certs.go:376] found cert: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/ca-key.pem (1679 bytes)
I0813 20:09:06.097403 393795 certs.go:376] found cert: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/ca.pem (1078 bytes)
I0813 20:09:06.097433 393795 certs.go:376] found cert: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/cert.pem (1123 bytes)
I0813 20:09:06.097463 393795 certs.go:376] found cert: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/certs/key.pem (1675 bytes)
I0813 20:09:06.098457 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0813 20:09:06.115876 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0813 20:09:06.132057 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0813 20:09:06.147925 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/profiles/addons-20210813200824-393438/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0813 20:09:06.164201 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0813 20:09:06.180445 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0813 20:09:06.196788 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0813 20:09:06.212845 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0813 20:09:06.230237 393795 ssh_runner.go:316] scp /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0813 20:09:06.245702 393795 ssh_runner.go:316] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0813 20:09:06.257408 393795 ssh_runner.go:149] Run: openssl version
I0813 20:09:06.263142 393795 ssh_runner.go:149] 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"
I0813 20:09:06.270488 393795 ssh_runner.go:149] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0813 20:09:06.274969 393795 certs.go:419] hashing: -rw-r--r-- 1 root root 1111 Aug 13 20:09 /usr/share/ca-certificates/minikubeCA.pem
I0813 20:09:06.275003 393795 ssh_runner.go:149] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0813 20:09:06.280557 393795 ssh_runner.go:149] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
I0813 20:09:06.287958 393795 kubeadm.go:390] StartCluster: {Name:addons-20210813200824-393438 KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube-builds/iso/12032/minikube-v1.22.0-1628622362-12032.iso KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.25-1628619379-12032@sha256:937faef407987cbd8b3cb0a90c6c5dfd664817d5377be0b77a4ecbf0f9f9c1b6 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:kvm2 HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 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.21.3 C
lusterName:addons-20210813200824-393438 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.39.71 Port:8443 KubernetesVersion:v1.21.3 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: MultiNodeRequested:false ExtraDisks:0}
I0813 20:09:06.288034 393795 cri.go:41] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0813 20:09:06.288066 393795 ssh_runner.go:149] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0813 20:09:06.320965 393795 cri.go:76] found id: ""
I0813 20:09:06.321013 393795 ssh_runner.go:149] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0813 20:09:06.328453 393795 ssh_runner.go:149] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0813 20:09:06.335304 393795 ssh_runner.go:149] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
I0813 20:09:06.342744 393795 kubeadm.go:151] 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
I0813 20:09:06.342773 393795 ssh_runner.go:240] Start: /bin/bash -c "sudo env PATH=/var/lib/minikube/binaries/v1.21.3:$PATH kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,Mem"
I0813 20:09:06.772726 393795 out.go:204] - Generating certificates and keys ...
I0813 20:09:09.464601 393795 out.go:204] - Booting up control plane ...
I0813 20:09:25.072144 393795 out.go:204] - Configuring RBAC rules ...
I0813 20:09:25.621263 393795 cni.go:93] Creating CNI manager for ""
I0813 20:09:25.621288 393795 cni.go:163] "kvm2" driver + containerd runtime found, recommending bridge
I0813 20:09:25.622976 393795 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
I0813 20:09:25.623052 393795 ssh_runner.go:149] Run: sudo mkdir -p /etc/cni/net.d
I0813 20:09:25.630424 393795 ssh_runner.go:316] scp memory --> /etc/cni/net.d/1-k8s.conflist (457 bytes)
I0813 20:09:25.644240 393795 ssh_runner.go:149] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0813 20:09:25.644322 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:25.644344 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl label nodes minikube.k8s.io/version=v1.22.0 minikube.k8s.io/commit=852050cf77fe767e86d5a194bb91c06c4dc6c13c minikube.k8s.io/name=addons-20210813200824-393438 minikube.k8s.io/updated_at=2021_08_13T20_09_25_0700 --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:25.664957 393795 ops.go:34] apiserver oom_adj: -16
I0813 20:09:25.841471 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:26.446306 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:26.946622 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:27.446349 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:27.946278 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:28.445926 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:28.945957 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:29.446607 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:29.945830 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:30.446558 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:30.946354 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:31.446034 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:31.945706 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:32.445838 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:32.946025 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:33.446148 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:33.946140 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:34.446258 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:34.946216 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:35.446132 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:35.945825 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:36.446715 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:36.945790 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:37.445753 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:37.946438 393795 ssh_runner.go:149] Run: sudo /var/lib/minikube/binaries/v1.21.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0813 20:09:38.057420 393795 kubeadm.go:985] duration metric: took 12.413153203s to wait for elevateKubeSystemPrivileges.
I0813 20:09:38.057458 393795 kubeadm.go:392] StartCluster complete in 31.769507081s
I0813 20:09:38.057491 393795 settings.go:142] acquiring lock: {Name:mk2e042a75d7d4722d2a29030eed8e43c687ad8e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:09:38.057650 393795 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/kubeconfig
I0813 20:09:38.058158 393795 lock.go:36] WriteFile acquiring /home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/kubeconfig: {Name:mk8b97e3aadd41f736bf0e5000577319169228de Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0813 20:09:38.583680 393795 kapi.go:244] deployment "coredns" in namespace "kube-system" and context "addons-20210813200824-393438" rescaled to 1
I0813 20:09:38.583782 393795 start.go:226] Will wait 6m0s for node &{Name: IP:192.168.39.71 Port:8443 KubernetesVersion:v1.21.3 ControlPlane:true Worker:true}
I0813 20:09:38.585601 393795 out.go:177] * Verifying Kubernetes components...
I0813 20:09:38.585676 393795 ssh_runner.go:149] Run: sudo systemctl is-active --quiet service kubelet
I0813 20:09:38.583828 393795 ssh_runner.go:149] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.21.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0813 20:09:38.583856 393795 addons.go:342] enableAddons start: toEnable=map[], additional=[registry metrics-server olm volumesnapshots csi-hostpath-driver ingress helm-tiller]
I0813 20:09:38.585893 393795 addons.go:59] Setting volumesnapshots=true in profile "addons-20210813200824-393438"
I0813 20:09:38.585916 393795 addons.go:135] Setting addon volumesnapshots=true in "addons-20210813200824-393438"
I0813 20:09:38.585948 393795 host.go:66] Checking if "addons-20210813200824-393438" exists ...
I0813 20:09:38.586330 393795 addons.go:59] Setting ingress=true in profile "addons-20210813200824-393438"
I0813 20:09:38.586356 393795 addons.go:135] Setting addon ingress=true in "addons-20210813200824-393438"
I0813 20:09:38.586391 393795 host.go:66] Checking if "addons-20210813200824-393438" exists ...
I0813 20:09:38.586498 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.586554 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.586738 393795 addons.go:59] Setting csi-hostpath-driver=true in profile "addons-20210813200824-393438"
I0813 20:09:38.586758 393795 addons.go:59] Setting olm=true in profile "addons-20210813200824-393438"
I0813 20:09:38.586767 393795 addons.go:59] Setting default-storageclass=true in profile "addons-20210813200824-393438"
I0813 20:09:38.586786 393795 addons.go:59] Setting metrics-server=true in profile "addons-20210813200824-393438"
I0813 20:09:38.586787 393795 addons.go:135] Setting addon csi-hostpath-driver=true in "addons-20210813200824-393438"
I0813 20:09:38.586797 393795 addons.go:135] Setting addon metrics-server=true in "addons-20210813200824-393438"
I0813 20:09:38.586804 393795 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-20210813200824-393438"
I0813 20:09:38.586819 393795 host.go:66] Checking if "addons-20210813200824-393438" exists ...
I0813 20:09:38.586825 393795 host.go:66] Checking if "addons-20210813200824-393438" exists ...
I0813 20:09:38.586834 393795 addons.go:59] Setting helm-tiller=true in profile "addons-20210813200824-393438"
I0813 20:09:38.586845 393795 addons.go:135] Setting addon helm-tiller=true in "addons-20210813200824-393438"
I0813 20:09:38.586868 393795 host.go:66] Checking if "addons-20210813200824-393438" exists ...
I0813 20:09:38.587221 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.586776 393795 addons.go:135] Setting addon olm=true in "addons-20210813200824-393438"
I0813 20:09:38.587237 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.587243 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.586824 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.587275 393795 addons.go:59] Setting registry=true in profile "addons-20210813200824-393438"
I0813 20:09:38.587278 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.587278 393795 addons.go:59] Setting storage-provisioner=true in profile "addons-20210813200824-393438"
I0813 20:09:38.587286 393795 addons.go:135] Setting addon registry=true in "addons-20210813200824-393438"
I0813 20:09:38.587292 393795 addons.go:135] Setting addon storage-provisioner=true in "addons-20210813200824-393438"
W0813 20:09:38.587301 393795 addons.go:147] addon storage-provisioner should already be in state true
I0813 20:09:38.587316 393795 host.go:66] Checking if "addons-20210813200824-393438" exists ...
I0813 20:09:38.587327 393795 host.go:66] Checking if "addons-20210813200824-393438" exists ...
I0813 20:09:38.587232 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.587428 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.587290 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.587262 393795 host.go:66] Checking if "addons-20210813200824-393438" exists ...
I0813 20:09:38.587717 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.587745 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.584019 393795 config.go:177] Loaded profile config "addons-20210813200824-393438": Driver=kvm2, ContainerRuntime=containerd, KubernetesVersion=v1.21.3
I0813 20:09:38.587263 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.587270 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.587690 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.588061 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.588126 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.588166 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.599327 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:36999
I0813 20:09:38.599340 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:45269
I0813 20:09:38.599894 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.599944 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.600483 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.600493 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.600511 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.600512 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.600902 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.600953 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.601519 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.601521 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.601567 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.601579 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.608399 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:36339
I0813 20:09:38.608473 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:35771
I0813 20:09:38.610658 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.610966 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.613738 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.613766 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.613786 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.613840 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.615406 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:40933
I0813 20:09:38.615583 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.615582 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.615910 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.616433 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.616474 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.616505 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.616545 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.616688 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:46227
I0813 20:09:38.616738 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.616759 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.617287 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.622516 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:42275
I0813 20:09:38.626113 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:39883
I0813 20:09:38.628255 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:37519
I0813 20:09:38.634699 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:40233
I0813 20:09:38.643508 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.643538 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.643611 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.643750 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.643804 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.643903 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.644061 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.644079 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.644468 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.644555 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.644563 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.644572 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.644576 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.644589 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.644591 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.644934 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.645073 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.644989 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.645021 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.645189 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.645075 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.645356 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetState
I0813 20:09:38.645449 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetState
I0813 20:09:38.645599 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.645623 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.645655 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.645660 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.646385 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.647005 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.647041 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.649051 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:09:38.651353 393795 out.go:177] - Using image k8s.gcr.io/sig-storage/snapshot-controller:v4.0.0
I0813 20:09:38.651440 393795 addons.go:275] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0813 20:09:38.651452 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0813 20:09:38.651467 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:09:38.657406 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:38847
I0813 20:09:38.657776 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.657905 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.658353 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:09:38.658392 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.658474 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.658495 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.658891 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.658953 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:09:38.659075 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:09:38.659207 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetState
I0813 20:09:38.659253 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:09:38.659298 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:37571
I0813 20:09:38.659561 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:09:38.659689 393795 addons.go:135] Setting addon default-storageclass=true in "addons-20210813200824-393438"
W0813 20:09:38.659706 393795 addons.go:147] addon default-storageclass should already be in state true
I0813 20:09:38.659734 393795 host.go:66] Checking if "addons-20210813200824-393438" exists ...
I0813 20:09:38.659820 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.660124 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.660170 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.660237 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.660256 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.660596 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.660748 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetState
I0813 20:09:38.662213 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:09:38.664053 393795 out.go:177] - Using image docker.io/jettech/kube-webhook-certgen:v1.5.1
I0813 20:09:38.663704 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:09:38.665661 393795 out.go:177] - Using image docker.io/jettech/kube-webhook-certgen:v1.5.1
I0813 20:09:38.666969 393795 out.go:177] - Using image k8s.gcr.io/sig-storage/csi-snapshotter:v4.0.0
I0813 20:09:38.668442 393795 out.go:177] - Using image k8s.gcr.io/ingress-nginx/controller:v0.44.0
I0813 20:09:38.669991 393795 out.go:177] - Using image k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
I0813 20:09:38.667263 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:36063
I0813 20:09:38.667955 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:44991
I0813 20:09:38.668516 393795 addons.go:275] installing /etc/kubernetes/addons/ingress-configmap.yaml
I0813 20:09:38.670474 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.671395 393795 out.go:177] - Using image k8s.gcr.io/sig-storage/hostpathplugin:v1.6.0
I0813 20:09:38.672813 393795 out.go:177] - Using image k8s.gcr.io/sig-storage/csi-external-health-monitor-controller:v0.2.0
I0813 20:09:38.671520 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/ingress-configmap.yaml (1865 bytes)
I0813 20:09:38.672861 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:09:38.672219 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.674410 393795 out.go:177] - Using image k8s.gcr.io/sig-storage/csi-external-health-monitor-agent:v0.2.0
I0813 20:09:38.672343 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.674294 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.676357 393795 out.go:177] - Using image k8s.gcr.io/sig-storage/csi-provisioner:v2.1.0
I0813 20:09:38.676375 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.677765 393795 out.go:177] - Using image k8s.gcr.io/sig-storage/csi-attacher:v3.1.0
I0813 20:09:38.676359 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.676821 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.679091 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:34211
I0813 20:09:38.679311 393795 out.go:177] - Using image k8s.gcr.io/sig-storage/livenessprobe:v2.2.0
I0813 20:09:38.680774 393795 out.go:177] - Using image k8s.gcr.io/sig-storage/csi-resizer:v1.1.0
I0813 20:09:38.680832 393795 addons.go:275] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0813 20:09:38.679711 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:37447
I0813 20:09:38.680847 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0813 20:09:38.680866 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:09:38.679716 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetState
I0813 20:09:38.679747 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.679904 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.679956 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.681034 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:09:38.681063 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.680591 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:09:38.681221 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:09:38.681411 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:09:38.681515 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.681533 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.681926 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.682413 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.682418 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetState
I0813 20:09:38.682433 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:09:38.682458 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:37371
I0813 20:09:38.682628 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetState
I0813 20:09:38.682895 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.683072 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.683089 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.683458 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.683476 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.683485 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.683875 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.683893 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:38843
I0813 20:09:38.683913 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetState
I0813 20:09:38.684103 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetState
I0813 20:09:38.684438 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.684959 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.684976 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.685495 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.686043 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:09:38.686108 393795 main.go:130] libmachine: Found binary path at /home/jenkins/workspace/KVM_Linux_containerd_integration/out/docker-machine-driver-kvm2
I0813 20:09:38.686149 393795 main.go:130] libmachine: Launching plugin server for driver kvm2
I0813 20:09:38.688062 393795 out.go:177] - Using image k8s.gcr.io/metrics-server/metrics-server:v0.4.2
I0813 20:09:38.688182 393795 addons.go:275] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0813 20:09:38.688196 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (396 bytes)
I0813 20:09:38.688240 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:09:38.688927 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:09:38.690965 393795 out.go:177] - Using image quay.io/operator-framework/olm:v0.17.0
I0813 20:09:38.689497 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:09:38.689897 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:09:38.692351 393795 out.go:177] - Using image quay.io/operator-framework/upstream-community-operators:07bbc13
I0813 20:09:38.690466 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:09:38.693902 393795 out.go:177] - Using image registry:2.7.1
I0813 20:09:38.695194 393795 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0813 20:09:38.691513 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.695301 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:09:38.695312 393795 addons.go:275] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0813 20:09:38.695323 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0813 20:09:38.695329 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.692022 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:09:38.695343 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:09:38.696913 393795 out.go:177] - Using image gcr.io/kubernetes-helm/tiller:v2.16.12
I0813 20:09:38.698339 393795 out.go:177] - Using image gcr.io/google_containers/kube-registry-proxy:0.4
I0813 20:09:38.695132 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.698469 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:09:38.698487 393795 addons.go:275] installing /etc/kubernetes/addons/registry-rc.yaml
I0813 20:09:38.698498 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.695513 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:09:38.698502 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (788 bytes)
I0813 20:09:38.698561 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:09:38.695710 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:09:38.697004 393795 addons.go:275] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
I0813 20:09:38.698637 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2433 bytes)
I0813 20:09:38.698652 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:09:38.698759 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:09:38.698930 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:09:38.699738 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:09:38.699919 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:09:38.700090 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:09:38.700783 393795 main.go:130] libmachine: Plugin server listening at address 127.0.0.1:41897
I0813 20:09:38.701204 393795 main.go:130] libmachine: () Calling .GetVersion
I0813 20:09:38.701787 393795 main.go:130] libmachine: Using API Version 1
I0813 20:09:38.701805 393795 main.go:130] libmachine: () Calling .SetConfigRaw
I0813 20:09:38.701827 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.702203 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:09:38.702231 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.702306 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:09:38.702381 393795 main.go:130] libmachine: () Calling .GetMachineName
I0813 20:09:38.702580 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:09:38.702583 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetState
I0813 20:09:38.702749 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:09:38.702954 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:09:38.706057 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.707097 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:09:38.707122 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.707318 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:09:38.707490 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:09:38.707584 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .DriverName
I0813 20:09:38.707665 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:09:38.707776 393795 addons.go:275] installing /etc/kubernetes/addons/storageclass.yaml
I0813 20:09:38.707786 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0813 20:09:38.707801 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:09:38.707838 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:09:38.708166 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.708589 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:09:38.708620 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.708788 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:09:38.708962 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:09:38.709122 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:09:38.709354 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:09:38.713619 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.715440 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:09:38.715473 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.715514 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:09:38.715673 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:09:38.715769 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:09:38.715904 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:09:38.717384 393795 addons.go:275] installing /etc/kubernetes/addons/crds.yaml
I0813 20:09:38.717419 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/crds.yaml (825331 bytes)
I0813 20:09:38.717441 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHHostname
I0813 20:09:38.722655 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.723050 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | found host DHCP lease matching {name: "", mac: "52:54:00:1a:a8:f0", ip: ""} in network mk-addons-20210813200824-393438: {Iface:virbr1 ExpiryTime:2021-08-13 21:08:39 +0000 UTC Type:0 Mac:52:54:00:1a:a8:f0 Iaid: IPaddr:192.168.39.71 Prefix:24 Hostname:addons-20210813200824-393438 Clientid:01:52:54:00:1a:a8:f0}
I0813 20:09:38.723082 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | domain addons-20210813200824-393438 has defined IP address 192.168.39.71 and MAC address 52:54:00:1a:a8:f0 in network mk-addons-20210813200824-393438
I0813 20:09:38.723242 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHPort
I0813 20:09:38.723412 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHKeyPath
I0813 20:09:38.723604 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .GetSSHUsername
I0813 20:09:38.723771 393795 sshutil.go:53] new ssh client: &{IP:192.168.39.71 Port:22 SSHKeyPath:/home/jenkins/minikube-integration/linux-amd64-kvm2-containerd-12230-389865-098adff14f97e55ded5626b0a90c858c09622337/.minikube/machines/addons-20210813200824-393438/id_rsa Username:docker}
I0813 20:09:38.883443 393795 addons.go:275] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0813 20:09:38.883466 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0813 20:09:38.959885 393795 addons.go:275] installing /etc/kubernetes/addons/ingress-rbac.yaml
I0813 20:09:38.959907 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/ingress-rbac.yaml (6005 bytes)
I0813 20:09:38.993909 393795 addons.go:275] installing /etc/kubernetes/addons/ingress-dp.yaml
I0813 20:09:38.993934 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/ingress-dp.yaml (9394 bytes)
I0813 20:09:39.031522 393795 addons.go:275] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0813 20:09:39.031543 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0813 20:09:39.064037 393795 addons.go:275] installing /etc/kubernetes/addons/rbac-external-health-monitor-agent.yaml
I0813 20:09:39.064055 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-agent.yaml (2203 bytes)
I0813 20:09:39.106028 393795 addons.go:275] installing /etc/kubernetes/addons/olm.yaml
I0813 20:09:39.106056 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/olm.yaml (9882 bytes)
I0813 20:09:39.145373 393795 ssh_runner.go:149] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0813 20:09:39.156561 393795 addons.go:275] installing /etc/kubernetes/addons/registry-svc.yaml
I0813 20:09:39.156587 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0813 20:09:39.166653 393795 ssh_runner.go:149] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/ingress-configmap.yaml -f /etc/kubernetes/addons/ingress-rbac.yaml -f /etc/kubernetes/addons/ingress-dp.yaml
I0813 20:09:39.166974 393795 addons.go:275] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0813 20:09:39.166997 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19584 bytes)
I0813 20:09:39.173293 393795 addons.go:275] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0813 20:09:39.173315 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3037 bytes)
I0813 20:09:39.181574 393795 addons.go:275] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
I0813 20:09:39.181595 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
I0813 20:09:39.209215 393795 addons.go:275] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0813 20:09:39.209236 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1931 bytes)
I0813 20:09:39.257097 393795 ssh_runner.go:149] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0813 20:09:39.278863 393795 addons.go:275] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0813 20:09:39.278890 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3428 bytes)
I0813 20:09:39.297262 393795 ssh_runner.go:149] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/crds.yaml -f /etc/kubernetes/addons/olm.yaml
I0813 20:09:39.310095 393795 addons.go:275] installing /etc/kubernetes/addons/registry-proxy.yaml
I0813 20:09:39.310115 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (950 bytes)
I0813 20:09:39.317291 393795 addons.go:275] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0813 20:09:39.317311 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (3666 bytes)
I0813 20:09:39.317891 393795 addons.go:275] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
I0813 20:09:39.317908 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
I0813 20:09:39.365267 393795 addons.go:275] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0813 20:09:39.365289 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2042 bytes)
I0813 20:09:39.382927 393795 addons.go:275] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0813 20:09:39.382945 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1071 bytes)
I0813 20:09:39.405292 393795 addons.go:275] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0813 20:09:39.405311 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2944 bytes)
I0813 20:09:39.441402 393795 ssh_runner.go:149] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
I0813 20:09:39.455719 393795 ssh_runner.go:149] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0813 20:09:39.654504 393795 addons.go:275] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0813 20:09:39.654538 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (418 bytes)
I0813 20:09:39.671707 393795 addons.go:275] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0813 20:09:39.671730 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3194 bytes)
I0813 20:09:39.680358 393795 ssh_runner.go:149] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0813 20:09:39.762701 393795 addons.go:275] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0813 20:09:39.762758 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2421 bytes)
I0813 20:09:39.826196 393795 ssh_runner.go:149] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0813 20:09:40.018251 393795 ssh_runner.go:189] Completed: sudo systemctl is-active --quiet service kubelet: (1.43251719s)
I0813 20:09:40.018350 393795 ssh_runner.go:189] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.21.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml": (1.432536411s)
I0813 20:09:40.018500 393795 ssh_runner.go:149] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.21.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.39.1 host.minikube.internal\n fallthrough\n }' | sudo /var/lib/minikube/binaries/v1.21.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0813 20:09:40.020116 393795 node_ready.go:35] waiting up to 6m0s for node "addons-20210813200824-393438" to be "Ready" ...
I0813 20:09:40.025781 393795 node_ready.go:49] node "addons-20210813200824-393438" has status "Ready":"True"
I0813 20:09:40.025799 393795 node_ready.go:38] duration metric: took 5.661267ms waiting for node "addons-20210813200824-393438" to be "Ready" ...
I0813 20:09:40.025807 393795 pod_ready.go:35] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0813 20:09:40.037290 393795 pod_ready.go:78] waiting up to 6m0s for pod "coredns-558bd4d5db-2tfm4" in "kube-system" namespace to be "Ready" ...
I0813 20:09:40.289237 393795 addons.go:275] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0813 20:09:40.289263 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1034 bytes)
I0813 20:09:40.464340 393795 addons.go:275] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0813 20:09:40.464366 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (6710 bytes)
I0813 20:09:40.786713 393795 addons.go:275] installing /etc/kubernetes/addons/csi-hostpath-provisioner.yaml
I0813 20:09:40.786741 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/csi-hostpath-provisioner.yaml (2555 bytes)
I0813 20:09:40.989824 393795 addons.go:275] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0813 20:09:40.989855 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2469 bytes)
I0813 20:09:41.120250 393795 addons.go:275] installing /etc/kubernetes/addons/csi-hostpath-snapshotter.yaml
I0813 20:09:41.120276 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotter.yaml (2555 bytes)
I0813 20:09:41.289338 393795 addons.go:275] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0813 20:09:41.289378 393795 ssh_runner.go:316] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0813 20:09:41.524570 393795 ssh_runner.go:149] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-agent.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-provisioner.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0813 20:09:42.079421 393795 pod_ready.go:102] pod "coredns-558bd4d5db-2tfm4" in "kube-system" namespace has status "Ready":"False"
I0813 20:09:43.501421 393795 ssh_runner.go:189] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.356001422s)
I0813 20:09:43.501499 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:43.501519 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:43.501814 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:43.501865 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:43.501882 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:43.501898 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:43.502173 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:43.502201 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:43.502234 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:44.115338 393795 pod_ready.go:102] pod "coredns-558bd4d5db-2tfm4" in "kube-system" namespace has status "Ready":"False"
I0813 20:09:46.310798 393795 pod_ready.go:102] pod "coredns-558bd4d5db-2tfm4" in "kube-system" namespace has status "Ready":"False"
I0813 20:09:46.497112 393795 ssh_runner.go:189] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/ingress-configmap.yaml -f /etc/kubernetes/addons/ingress-rbac.yaml -f /etc/kubernetes/addons/ingress-dp.yaml: (7.330408833s)
I0813 20:09:46.497158 393795 ssh_runner.go:189] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (7.240024175s)
I0813 20:09:46.497172 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:46.497193 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:46.497208 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:46.497237 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:46.497505 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:46.497522 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:46.497526 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:46.497532 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:46.497544 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:46.497527 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:46.497556 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:46.497566 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:46.497545 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:46.497756 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:46.497770 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:46.497781 393795 addons.go:313] Verifying addon ingress=true in "addons-20210813200824-393438"
I0813 20:09:46.499409 393795 out.go:177] * Verifying ingress addon...
I0813 20:09:46.498031 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:46.499507 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:46.499520 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:46.499526 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:46.498069 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:46.499718 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:46.499744 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:46.499753 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:46.501202 393795 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0813 20:09:46.616926 393795 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0813 20:09:46.616952 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:47.174883 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:47.575472 393795 ssh_runner.go:189] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (8.134035979s)
I0813 20:09:47.575528 393795 ssh_runner.go:189] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/crds.yaml -f /etc/kubernetes/addons/olm.yaml: (8.278237583s)
W0813 20:09:47.575565 393795 addons.go:296] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/crds.yaml -f /etc/kubernetes/addons/olm.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/catalogsources.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/clusterserviceversions.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/installplans.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/operatorgroups.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/operators.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/subscriptions.operators.coreos.com created
namespace/olm created
namespace/operators created
serviceaccount/olm-operator-serviceaccount created
clusterrole.rbac.authorization.k8s.io/system:controller:operator-lifecycle-manager created
clusterrolebinding.rbac.authorization.k8s.io/olm-operator-binding-olm created
deployment.apps/olm-operator created
deployment.apps/catalog-operator created
clusterrole.rbac.authorization.k8s.io/aggregate-olm-edit created
clusterrole.rbac.authorization.k8s.io/aggregate-olm-view created
stderr:
unable to recognize "/etc/kubernetes/addons/olm.yaml": no matches for kind "OperatorGroup" in version "operators.coreos.com/v1"
unable to recognize "/etc/kubernetes/addons/olm.yaml": no matches for kind "OperatorGroup" in version "operators.coreos.com/v1"
unable to recognize "/etc/kubernetes/addons/olm.yaml": no matches for kind "ClusterServiceVersion" in version "operators.coreos.com/v1alpha1"
unable to recognize "/etc/kubernetes/addons/olm.yaml": no matches for kind "CatalogSource" in version "operators.coreos.com/v1alpha1"
I0813 20:09:47.575572 393795 ssh_runner.go:189] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (8.119820239s)
I0813 20:09:47.575610 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:47.575582 393795 retry.go:31] will retry after 360.127272ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/crds.yaml -f /etc/kubernetes/addons/olm.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/catalogsources.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/clusterserviceversions.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/installplans.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/operatorgroups.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/operators.operators.coreos.com created
customresourcedefinition.apiextensions.k8s.io/subscriptions.operators.coreos.com created
namespace/olm created
namespace/operators created
serviceaccount/olm-operator-serviceaccount created
clusterrole.rbac.authorization.k8s.io/system:controller:operator-lifecycle-manager created
clusterrolebinding.rbac.authorization.k8s.io/olm-operator-binding-olm created
deployment.apps/olm-operator created
deployment.apps/catalog-operator created
clusterrole.rbac.authorization.k8s.io/aggregate-olm-edit created
clusterrole.rbac.authorization.k8s.io/aggregate-olm-view created
stderr:
unable to recognize "/etc/kubernetes/addons/olm.yaml": no matches for kind "OperatorGroup" in version "operators.coreos.com/v1"
unable to recognize "/etc/kubernetes/addons/olm.yaml": no matches for kind "OperatorGroup" in version "operators.coreos.com/v1"
unable to recognize "/etc/kubernetes/addons/olm.yaml": no matches for kind "ClusterServiceVersion" in version "operators.coreos.com/v1alpha1"
unable to recognize "/etc/kubernetes/addons/olm.yaml": no matches for kind "CatalogSource" in version "operators.coreos.com/v1alpha1"
I0813 20:09:47.575624 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:47.575527 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:47.575700 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:47.575759 393795 ssh_runner.go:189] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (7.895360884s)
W0813 20:09:47.575853 393795 addons.go:296] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: unable to recognize "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
I0813 20:09:47.575905 393795 retry.go:31] will retry after 291.140013ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: unable to recognize "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
I0813 20:09:47.575918 393795 ssh_runner.go:189] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.21.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.39.1 host.minikube.internal\n fallthrough\n }' | sudo /var/lib/minikube/binaries/v1.21.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (7.557401362s)
I0813 20:09:47.575961 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:47.575976 393795 start.go:728] {"host.minikube.internal": 192.168.39.1} host record injected into CoreDNS
I0813 20:09:47.575917 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:47.575995 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:47.575872 393795 ssh_runner.go:189] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (7.749639094s)
I0813 20:09:47.576005 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:47.576015 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:47.576019 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:47.576025 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:47.576028 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:47.576037 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:47.575999 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:47.576080 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:47.576089 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:47.577766 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:47.577774 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:47.577781 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:47.577828 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:47.577782 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:47.577842 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:47.577871 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:47.577888 393795 addons.go:313] Verifying addon registry=true in "addons-20210813200824-393438"
I0813 20:09:47.577849 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:47.577985 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:47.577995 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:47.577796 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:47.579721 393795 out.go:177] * Verifying registry addon...
I0813 20:09:47.578189 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:47.579814 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:47.579831 393795 addons.go:313] Verifying addon metrics-server=true in "addons-20210813200824-393438"
I0813 20:09:47.578253 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:47.581527 393795 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0813 20:09:47.612135 393795 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0813 20:09:47.612155 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:47.646856 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:47.867719 393795 ssh_runner.go:149] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0813 20:09:47.936634 393795 ssh_runner.go:149] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/crds.yaml -f /etc/kubernetes/addons/olm.yaml
I0813 20:09:48.128796 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:48.140721 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:48.639735 393795 pod_ready.go:102] pod "coredns-558bd4d5db-2tfm4" in "kube-system" namespace has status "Ready":"False"
I0813 20:09:48.790278 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:48.790855 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:49.245523 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:49.249658 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:49.525356 393795 ssh_runner.go:189] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-agent.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-provisioner.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (8.000707313s)
I0813 20:09:49.525446 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:49.525462 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:49.525774 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:49.525795 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:49.525813 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:49.525814 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:49.525824 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:49.526056 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:49.526073 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:49.526084 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:49.526084 393795 addons.go:313] Verifying addon csi-hostpath-driver=true in "addons-20210813200824-393438"
I0813 20:09:49.528027 393795 out.go:177] * Verifying csi-hostpath-driver addon...
I0813 20:09:49.529626 393795 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0813 20:09:49.540617 393795 kapi.go:86] Found 5 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0813 20:09:49.540635 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:49.630507 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:49.630609 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:50.066907 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:50.093522 393795 pod_ready.go:92] pod "coredns-558bd4d5db-2tfm4" in "kube-system" namespace has status "Ready":"True"
I0813 20:09:50.093549 393795 pod_ready.go:81] duration metric: took 10.056233221s waiting for pod "coredns-558bd4d5db-2tfm4" in "kube-system" namespace to be "Ready" ...
I0813 20:09:50.093559 393795 pod_ready.go:78] waiting up to 6m0s for pod "coredns-558bd4d5db-nvvhj" in "kube-system" namespace to be "Ready" ...
I0813 20:09:50.097783 393795 pod_ready.go:97] error getting pod "coredns-558bd4d5db-nvvhj" in "kube-system" namespace (skipping!): pods "coredns-558bd4d5db-nvvhj" not found
I0813 20:09:50.097805 393795 pod_ready.go:81] duration metric: took 4.239831ms waiting for pod "coredns-558bd4d5db-nvvhj" in "kube-system" namespace to be "Ready" ...
E0813 20:09:50.097818 393795 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-558bd4d5db-nvvhj" in "kube-system" namespace (skipping!): pods "coredns-558bd4d5db-nvvhj" not found
I0813 20:09:50.097831 393795 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-20210813200824-393438" in "kube-system" namespace to be "Ready" ...
I0813 20:09:50.105177 393795 pod_ready.go:92] pod "etcd-addons-20210813200824-393438" in "kube-system" namespace has status "Ready":"True"
I0813 20:09:50.105193 393795 pod_ready.go:81] duration metric: took 7.352925ms waiting for pod "etcd-addons-20210813200824-393438" in "kube-system" namespace to be "Ready" ...
I0813 20:09:50.105201 393795 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-20210813200824-393438" in "kube-system" namespace to be "Ready" ...
I0813 20:09:50.111294 393795 pod_ready.go:92] pod "kube-apiserver-addons-20210813200824-393438" in "kube-system" namespace has status "Ready":"True"
I0813 20:09:50.111310 393795 pod_ready.go:81] duration metric: took 6.101978ms waiting for pod "kube-apiserver-addons-20210813200824-393438" in "kube-system" namespace to be "Ready" ...
I0813 20:09:50.111320 393795 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-20210813200824-393438" in "kube-system" namespace to be "Ready" ...
I0813 20:09:50.121666 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:50.123409 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:50.125829 393795 pod_ready.go:92] pod "kube-controller-manager-addons-20210813200824-393438" in "kube-system" namespace has status "Ready":"True"
I0813 20:09:50.125851 393795 pod_ready.go:81] duration metric: took 14.523533ms waiting for pod "kube-controller-manager-addons-20210813200824-393438" in "kube-system" namespace to be "Ready" ...
I0813 20:09:50.125864 393795 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-tz56r" in "kube-system" namespace to be "Ready" ...
I0813 20:09:50.271429 393795 pod_ready.go:92] pod "kube-proxy-tz56r" in "kube-system" namespace has status "Ready":"True"
I0813 20:09:50.271450 393795 pod_ready.go:81] duration metric: took 145.574615ms waiting for pod "kube-proxy-tz56r" in "kube-system" namespace to be "Ready" ...
I0813 20:09:50.271461 393795 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-20210813200824-393438" in "kube-system" namespace to be "Ready" ...
I0813 20:09:50.552633 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:50.618655 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:50.620974 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:50.669835 393795 pod_ready.go:92] pod "kube-scheduler-addons-20210813200824-393438" in "kube-system" namespace has status "Ready":"True"
I0813 20:09:50.669855 393795 pod_ready.go:81] duration metric: took 398.386493ms waiting for pod "kube-scheduler-addons-20210813200824-393438" in "kube-system" namespace to be "Ready" ...
I0813 20:09:50.669865 393795 pod_ready.go:38] duration metric: took 10.644047612s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0813 20:09:50.669885 393795 api_server.go:50] waiting for apiserver process to appear ...
I0813 20:09:50.669931 393795 ssh_runner.go:149] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0813 20:09:51.053820 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:51.119257 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:51.125096 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:51.361875 393795 ssh_runner.go:189] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.494086135s)
I0813 20:09:51.361942 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:51.361956 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:51.362251 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:51.362304 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:51.362318 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:51.362374 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:51.362390 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:51.362606 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:51.362656 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:51.362686 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:51.549635 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:51.627038 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:51.627214 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:52.046032 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:52.140128 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:52.140440 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:52.616678 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:52.687974 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:52.705638 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:52.955125 393795 ssh_runner.go:189] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.21.3/kubectl apply -f /etc/kubernetes/addons/crds.yaml -f /etc/kubernetes/addons/olm.yaml: (5.018448349s)
I0813 20:09:52.955165 393795 ssh_runner.go:189] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (2.285214304s)
I0813 20:09:52.955186 393795 api_server.go:70] duration metric: took 14.371365473s to wait for apiserver process to appear ...
I0813 20:09:52.955194 393795 api_server.go:86] waiting for apiserver healthz status ...
I0813 20:09:52.955192 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:52.955205 393795 api_server.go:239] Checking apiserver healthz at https://192.168.39.71:8443/healthz ...
I0813 20:09:52.955225 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:52.955612 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:52.955637 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:52.955649 393795 main.go:130] libmachine: Making call to close driver server
I0813 20:09:52.955665 393795 main.go:130] libmachine: (addons-20210813200824-393438) Calling .Close
I0813 20:09:52.955693 393795 main.go:130] libmachine: (addons-20210813200824-393438) DBG | Closing plugin on server side
I0813 20:09:52.955913 393795 main.go:130] libmachine: Successfully made call to close driver server
I0813 20:09:52.955930 393795 main.go:130] libmachine: Making call to close connection to plugin binary
I0813 20:09:52.964908 393795 api_server.go:265] https://192.168.39.71:8443/healthz returned 200:
ok
I0813 20:09:52.965928 393795 api_server.go:139] control plane version: v1.21.3
I0813 20:09:52.965944 393795 api_server.go:129] duration metric: took 10.744185ms to wait for apiserver health ...
I0813 20:09:52.965952 393795 system_pods.go:43] waiting for kube-system pods to appear ...
I0813 20:09:52.987760 393795 system_pods.go:59] 18 kube-system pods found
I0813 20:09:52.987805 393795 system_pods.go:61] "coredns-558bd4d5db-2tfm4" [8c83bfa0-cf21-4b94-ae75-e9ec1ec3bea9] Running
I0813 20:09:52.987813 393795 system_pods.go:61] "csi-hostpath-attacher-0" [693a4034-9d0d-48fa-94af-c786d7758597] Pending
I0813 20:09:52.987819 393795 system_pods.go:61] "csi-hostpath-provisioner-0" [afce731b-2eb1-412b-9091-2dc0a1a021a9] Pending
I0813 20:09:52.987829 393795 system_pods.go:61] "csi-hostpath-resizer-0" [d54d1c38-b5ed-4549-be19-af03c3f20316] Pending
I0813 20:09:52.987841 393795 system_pods.go:61] "csi-hostpath-snapshotter-0" [c90067b7-84ec-447b-b688-d02a0e676b7d] Pending / Ready:ContainersNotReady (containers with unready status: [csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-snapshotter])
I0813 20:09:52.987855 393795 system_pods.go:61] "csi-hostpathplugin-0" [a311fddd-ed33-4f65-a513-2dfef644826e] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-agent csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-agent csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe])
I0813 20:09:52.987867 393795 system_pods.go:61] "etcd-addons-20210813200824-393438" [a43d3749-089e-4b6d-ac9f-20d2efd0a1fa] Running
I0813 20:09:52.987877 393795 system_pods.go:61] "kube-apiserver-addons-20210813200824-393438" [d28ca15b-5eae-4c4e-b9c3-0c0622ed4585] Running
I0813 20:09:52.987886 393795 system_pods.go:61] "kube-controller-manager-addons-20210813200824-393438" [1f7b8d18-b800-46c4-9075-2dc0f88979d5] Running
I0813 20:09:52.987892 393795 system_pods.go:61] "kube-proxy-tz56r" [fcbba51d-011a-43d5-b34b-880cf73c8792] Running
I0813 20:09:52.987902 393795 system_pods.go:61] "kube-scheduler-addons-20210813200824-393438" [606cb4e1-11f1-42ee-8986-851f91051a62] Running
I0813 20:09:52.987910 393795 system_pods.go:61] "metrics-server-77c99ccb96-9567z" [f3e2b887-96a1-4798-862b-2cce165f6e71] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0813 20:09:52.987922 393795 system_pods.go:61] "registry-5svq5" [e46e7721-b1fa-4ead-b2e2-c7e63d60991a] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0813 20:09:52.987936 393795 system_pods.go:61] "registry-proxy-tqczv" [753222c4-f8c8-4036-aaaf-76542b374291] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0813 20:09:52.987950 393795 system_pods.go:61] "snapshot-controller-989f9ddc8-n5hps" [a734c119-4bbf-41d1-878e-220f971d4eb5] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0813 20:09:52.987964 393795 system_pods.go:61] "snapshot-controller-989f9ddc8-nbw4s" [0a5681bf-2ab3-4d43-89f4-979100af9d85] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0813 20:09:52.987977 393795 system_pods.go:61] "storage-provisioner" [18c67738-f79c-43e7-8251-6887d8b8a3c5] Pending / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
I0813 20:09:52.987991 393795 system_pods.go:61] "tiller-deploy-768d69497-dhd7f" [b66f31a9-eec4-4952-a7d1-5e6338a26140] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0813 20:09:52.988001 393795 system_pods.go:74] duration metric: took 22.044156ms to wait for pod list to return data ...
I0813 20:09:52.988011 393795 default_sa.go:34] waiting for default service account to be created ...
I0813 20:09:53.022489 393795 default_sa.go:45] found service account: "default"
I0813 20:09:53.022516 393795 default_sa.go:55] duration metric: took 34.494493ms for default service account to be created ...
I0813 20:09:53.022528 393795 system_pods.go:116] waiting for k8s-apps to be running ...
I0813 20:09:53.037424 393795 system_pods.go:86] 18 kube-system pods found
I0813 20:09:53.037449 393795 system_pods.go:89] "coredns-558bd4d5db-2tfm4" [8c83bfa0-cf21-4b94-ae75-e9ec1ec3bea9] Running
I0813 20:09:53.037455 393795 system_pods.go:89] "csi-hostpath-attacher-0" [693a4034-9d0d-48fa-94af-c786d7758597] Pending
I0813 20:09:53.037460 393795 system_pods.go:89] "csi-hostpath-provisioner-0" [afce731b-2eb1-412b-9091-2dc0a1a021a9] Pending
I0813 20:09:53.037463 393795 system_pods.go:89] "csi-hostpath-resizer-0" [d54d1c38-b5ed-4549-be19-af03c3f20316] Pending
I0813 20:09:53.037474 393795 system_pods.go:89] "csi-hostpath-snapshotter-0" [c90067b7-84ec-447b-b688-d02a0e676b7d] Pending / Ready:ContainersNotReady (containers with unready status: [csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-snapshotter])
I0813 20:09:53.037484 393795 system_pods.go:89] "csi-hostpathplugin-0" [a311fddd-ed33-4f65-a513-2dfef644826e] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-agent csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-agent csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe])
I0813 20:09:53.037493 393795 system_pods.go:89] "etcd-addons-20210813200824-393438" [a43d3749-089e-4b6d-ac9f-20d2efd0a1fa] Running
I0813 20:09:53.037501 393795 system_pods.go:89] "kube-apiserver-addons-20210813200824-393438" [d28ca15b-5eae-4c4e-b9c3-0c0622ed4585] Running
I0813 20:09:53.037508 393795 system_pods.go:89] "kube-controller-manager-addons-20210813200824-393438" [1f7b8d18-b800-46c4-9075-2dc0f88979d5] Running
I0813 20:09:53.037514 393795 system_pods.go:89] "kube-proxy-tz56r" [fcbba51d-011a-43d5-b34b-880cf73c8792] Running
I0813 20:09:53.037521 393795 system_pods.go:89] "kube-scheduler-addons-20210813200824-393438" [606cb4e1-11f1-42ee-8986-851f91051a62] Running
I0813 20:09:53.037528 393795 system_pods.go:89] "metrics-server-77c99ccb96-9567z" [f3e2b887-96a1-4798-862b-2cce165f6e71] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0813 20:09:53.037533 393795 system_pods.go:89] "registry-5svq5" [e46e7721-b1fa-4ead-b2e2-c7e63d60991a] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0813 20:09:53.037542 393795 system_pods.go:89] "registry-proxy-tqczv" [753222c4-f8c8-4036-aaaf-76542b374291] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0813 20:09:53.037549 393795 system_pods.go:89] "snapshot-controller-989f9ddc8-n5hps" [a734c119-4bbf-41d1-878e-220f971d4eb5] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0813 20:09:53.037562 393795 system_pods.go:89] "snapshot-controller-989f9ddc8-nbw4s" [0a5681bf-2ab3-4d43-89f4-979100af9d85] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0813 20:09:53.037572 393795 system_pods.go:89] "storage-provisioner" [18c67738-f79c-43e7-8251-6887d8b8a3c5] Pending / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
I0813 20:09:53.037581 393795 system_pods.go:89] "tiller-deploy-768d69497-dhd7f" [b66f31a9-eec4-4952-a7d1-5e6338a26140] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0813 20:09:53.037592 393795 system_pods.go:126] duration metric: took 15.057891ms to wait for k8s-apps to be running ...
I0813 20:09:53.037601 393795 system_svc.go:44] waiting for kubelet service to be running ....
I0813 20:09:53.037650 393795 ssh_runner.go:149] Run: sudo systemctl is-active --quiet service kubelet
I0813 20:09:53.056761 393795 system_svc.go:56] duration metric: took 19.155194ms WaitForService to wait for kubelet.
I0813 20:09:53.056786 393795 kubeadm.go:547] duration metric: took 14.47296686s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0813 20:09:53.056805 393795 node_conditions.go:102] verifying NodePressure condition ...
I0813 20:09:53.071698 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:53.082121 393795 node_conditions.go:122] node storage ephemeral capacity is 17784752Ki
I0813 20:09:53.082146 393795 node_conditions.go:123] node cpu capacity is 2
I0813 20:09:53.082161 393795 node_conditions.go:105] duration metric: took 25.351763ms to run NodePressure ...
I0813 20:09:53.082170 393795 start.go:231] waiting for startup goroutines ...
I0813 20:09:53.135484 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:53.135831 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:53.546753 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:53.617725 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:53.624343 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:54.107444 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:54.126823 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:54.134995 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:54.551048 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:54.620421 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:54.624469 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:55.047334 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:55.119390 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:55.124655 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:55.559762 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:55.618528 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:55.628164 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:56.052643 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:56.121580 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:56.123711 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:56.549004 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:56.618048 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:56.623479 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:57.055925 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:57.120034 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:57.123256 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:57.548168 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:57.617559 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:57.620927 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:58.048353 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:58.117159 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:58.120471 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:58.549091 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:58.616699 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:58.620868 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:59.056972 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:59.116982 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:59.124654 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:09:59.547139 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:09:59.624786 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:09:59.628304 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:00.047495 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:00.119540 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:00.122983 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:00.547976 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:00.617461 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:00.621086 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:01.065738 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:01.118920 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:01.122088 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:01.573288 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:01.623421 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:01.625722 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:02.046315 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:02.117886 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:02.121486 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:02.551665 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:02.624306 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:02.625820 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:03.049929 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:03.117277 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:03.121064 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:03.547627 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:03.624732 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:03.627066 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:04.049679 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:04.119291 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:04.121497 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:04.552850 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:04.638494 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:04.639397 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:05.059369 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:05.138758 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:05.150516 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:05.570407 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:05.628272 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:05.629076 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:06.110391 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:06.118172 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:06.141644 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:06.554002 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:06.628088 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:06.637241 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:07.050356 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:07.141412 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:07.141566 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:07.546967 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:07.616357 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:07.627367 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:08.102318 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:08.291583 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:08.291600 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:08.550319 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:08.620560 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:08.630347 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:09.078463 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:09.118587 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:09.121381 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:09.552227 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:09.623455 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:09.624643 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:10.048268 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:10.123065 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:10.124537 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:10.547376 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:10.617884 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:10.621395 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:11.047193 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:11.117134 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:11.120316 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:11.584369 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:11.621816 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:11.625581 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:12.047882 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:12.122235 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:12.133256 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:12.549914 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:12.617136 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:12.620243 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:13.047543 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:13.117218 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:13.120838 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:13.545911 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:13.616978 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:13.620547 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:14.053543 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:14.122347 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:14.131774 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:14.547187 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:14.617079 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:14.620325 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:15.047240 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:15.121756 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:15.123510 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:15.548100 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:15.624285 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:15.627983 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:16.054580 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:16.122976 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:16.126345 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:16.567087 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:16.618465 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:16.621630 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:17.047902 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:17.117168 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:17.120538 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:17.552944 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:17.617890 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:17.620642 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:18.048206 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:18.123556 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:18.127644 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:18.545506 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:18.617363 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:18.620329 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:19.047815 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:19.122114 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:19.124139 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:19.552620 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:19.629874 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:19.636268 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:20.047059 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:20.117974 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:20.121371 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:20.546295 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:20.616662 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:20.623186 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:21.046137 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:21.117107 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:21.159274 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:21.546465 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:21.617931 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:21.621446 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:22.072576 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:22.119216 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:22.122046 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:22.547531 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:22.618405 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:22.622111 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:23.045636 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:23.117099 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:23.120698 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:23.558909 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:23.621855 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:23.625197 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:24.047281 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:24.117743 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:24.120357 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:24.550480 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:24.618186 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:24.621735 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:25.049506 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:25.117356 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:25.121864 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:25.546533 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:25.620243 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0813 20:10:25.622547 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:26.049763 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:26.120480 393795 kapi.go:108] duration metric: took 38.538947676s to wait for kubernetes.io/minikube-addons=registry ...
I0813 20:10:26.123696 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:26.546776 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:26.622303 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:27.048722 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:27.123060 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:27.546444 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:27.629315 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:28.049854 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:28.122398 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:28.554848 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:28.623609 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:29.054207 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:29.120551 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:29.547042 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:29.622329 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:30.053433 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:30.122243 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:30.546149 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:30.620691 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:31.053904 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:31.124986 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:31.560035 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:31.622639 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:32.048338 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:32.125154 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:32.546769 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:32.621242 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:33.047992 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:33.124312 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:33.548871 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:33.622046 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:34.046877 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:34.124528 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:34.547045 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:34.621988 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:35.072168 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:35.363607 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:35.580435 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:35.623141 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:36.051282 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:36.124046 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:36.546063 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:36.622476 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:37.046056 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:37.140020 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:37.547668 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:37.624925 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:38.061397 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:38.121466 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:38.546944 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:38.629856 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:39.063922 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:39.131145 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:39.546633 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:39.622596 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:40.059675 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:40.121599 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:40.549082 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:40.621140 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:41.053747 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:41.122011 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:41.546963 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:41.623777 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:42.047529 393795 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0813 20:10:42.161825 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:42.549339 393795 kapi.go:108] duration metric: took 53.019711233s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0813 20:10:42.622045 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:43.123437 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:43.630980 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:44.121339 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:44.624213 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:45.135220 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:45.621437 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:46.124022 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:46.624309 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:47.124493 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:47.623752 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:48.127263 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:48.622079 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:49.121013 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:49.623664 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:50.121667 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:50.624587 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:51.124748 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:51.625021 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:52.122980 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:52.629321 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:53.149334 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:53.622932 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:54.128086 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:54.625633 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:55.121994 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:55.621928 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:56.122633 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:56.624752 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:57.124200 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:57.623946 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:58.121942 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:58.623073 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:59.125544 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:10:59.627375 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:11:00.122768 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:11:00.623232 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:11:01.491364 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:11:01.623739 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:11:02.127761 393795 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0813 20:11:02.625805 393795 kapi.go:108] duration metric: took 1m16.12459342s to wait for app.kubernetes.io/name=ingress-nginx ...
I0813 20:11:02.628375 393795 out.go:177] * Enabled addons: storage-provisioner, default-storageclass, helm-tiller, metrics-server, volumesnapshots, olm, registry, csi-hostpath-driver, ingress
I0813 20:11:02.628403 393795 addons.go:344] enableAddons completed in 1m24.044553926s
I0813 20:11:02.674198 393795 start.go:462] kubectl: 1.20.5, cluster: 1.21.3 (minor skew: 1)
I0813 20:11:02.676223 393795 out.go:177] * Done! kubectl is now configured to use "addons-20210813200824-393438" cluster and "default" namespace by default
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
3e737acc6b66b 4ba8776e69275 5 minutes ago Running etcd-restore-operator 0 32bebd0dae3c9
15845df69373b 4ba8776e69275 5 minutes ago Running etcd-backup-operator 0 32bebd0dae3c9
3736ef34faf53 4ba8776e69275 5 minutes ago Running etcd-operator 0 32bebd0dae3c9
dd0bfd00f90e6 a90209bb39e3d 6 minutes ago Running private-image-eu 0 3aa03826536d0
453423188a401 a90209bb39e3d 6 minutes ago Running private-image 0 8b6a284daf6c1
194c7dd592dbb 7ce0143dee376 6 minutes ago Running nginx 0 986d409374264
ce3ff0151318a 56cc512116c8f 6 minutes ago Running busybox 0 d532013303de2
c10c8f99522b9 77a8908a12e35 7 minutes ago Running liveness-probe 0 377e7a5422ca0
0113aee835ee4 b4d03a87a2f45 7 minutes ago Running hostpath 0 377e7a5422ca0
202d780fb6302 84b0f3f7f6f04 7 minutes ago Running node-driver-registrar 0 377e7a5422ca0
9467f62999b15 d544402579747 7 minutes ago Running packageserver 0 0f9a9e7dd72e2
672d48d6816c2 d544402579747 7 minutes ago Running packageserver 0 e9159d08adc3b
fbf6b328ef674 fa6785e2e7324 7 minutes ago Running csi-external-health-monitor-controller 0 377e7a5422ca0
e3a767f09210e 656bd6cba647c 7 minutes ago Running registry-server 0 300bd7c31f5ea
8312318d18ccc f1d8a00ae690f 7 minutes ago Running volume-snapshot-controller 0 ed00c7878a261
ff54a4aa9e9fb f1d8a00ae690f 7 minutes ago Running volume-snapshot-controller 0 822fadf30e2c1
bdd13ea6b4cad a8fe79377034e 7 minutes ago Running csi-resizer 0 20d847f24454b
f0668dddd469e e0d187f105d60 7 minutes ago Running csi-provisioner 0 9276522329d96
c6de6b93a33de da32a49a903a6 7 minutes ago Running csi-snapshotter 0 6316376c5f8d6
31b56f038e18f 223c6dea7afe5 8 minutes ago Running csi-external-health-monitor-agent 0 377e7a5422ca0
0d166fad4b514 03ce9595bf925 8 minutes ago Running csi-attacher 0 0ddab321ab35c
36d8294f0e023 d544402579747 8 minutes ago Running olm-operator 0 e37cdd358d7ce
c26856ce09abb d544402579747 8 minutes ago Running catalog-operator 0 13b7ba0028f38
cbfa35fa4df5f 6e38f40d628db 8 minutes ago Running storage-provisioner 0 9ee731368e492
85e9767d83599 296a6d5035e2d 8 minutes ago Running coredns 0 5a6286f1850ad
87c6001e81327 adb2816ea823a 8 minutes ago Running kube-proxy 0 415e0f470cff0
b6934d633e207 6be0dc1302e30 8 minutes ago Running kube-scheduler 0 e6907de5567d5
ca4b86da42333 0369cf4303ffd 8 minutes ago Running etcd 0 7e401ad660ecb
0836c7b4d30b4 bc2bb319a7038 8 minutes ago Running kube-controller-manager 0 0ab19d123dec8
fc458818370dc 3d174f00aa39e 8 minutes ago Running kube-apiserver 0 ad8c9d41b134f
*
* ==> containerd <==
* -- Logs begin at Fri 2021-08-13 20:08:36 UTC, end at Fri 2021-08-13 20:18:05 UTC. --
Aug 13 20:17:41 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:41.967462852Z" level=info msg="ExecSync for \"e3a767f09210ec0d1307664f83281d48d174b1bcd6c94a81b5e3e59c9b8eac39\" returns with exit code 0"
Aug 13 20:17:41 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:41.975524545Z" level=info msg="Finish piping \"stderr\" of container exec \"adeafac2f01cc4ebd8040e7926aa53d0a28b3e969c8547781944cbbc91430541\""
Aug 13 20:17:41 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:41.975546206Z" level=info msg="Finish piping \"stdout\" of container exec \"adeafac2f01cc4ebd8040e7926aa53d0a28b3e969c8547781944cbbc91430541\""
Aug 13 20:17:41 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:41.975575357Z" level=info msg="Exec process \"adeafac2f01cc4ebd8040e7926aa53d0a28b3e969c8547781944cbbc91430541\" exits with exit code 0 and error <nil>"
Aug 13 20:17:41 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:41.982199275Z" level=info msg="ExecSync for \"e3a767f09210ec0d1307664f83281d48d174b1bcd6c94a81b5e3e59c9b8eac39\" returns with exit code 0"
Aug 13 20:17:51 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:51.800898087Z" level=info msg="ExecSync for \"e3a767f09210ec0d1307664f83281d48d174b1bcd6c94a81b5e3e59c9b8eac39\" with command [grpc_health_probe -addr=:50051] and timeout 1 (s)"
Aug 13 20:17:51 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:51.810911738Z" level=info msg="ExecSync for \"e3a767f09210ec0d1307664f83281d48d174b1bcd6c94a81b5e3e59c9b8eac39\" with command [grpc_health_probe -addr=:50051] and timeout 5 (s)"
Aug 13 20:17:51 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:51.906850136Z" level=info msg="Finish piping \"stdout\" of container exec \"2b0c855874ff8a01c4d774006d8651d5c4af8aa2eb73b88f1ba2c42a6e6221b1\""
Aug 13 20:17:51 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:51.906865314Z" level=info msg="Finish piping \"stderr\" of container exec \"2b0c855874ff8a01c4d774006d8651d5c4af8aa2eb73b88f1ba2c42a6e6221b1\""
Aug 13 20:17:51 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:51.907525697Z" level=info msg="Exec process \"2b0c855874ff8a01c4d774006d8651d5c4af8aa2eb73b88f1ba2c42a6e6221b1\" exits with exit code 0 and error <nil>"
Aug 13 20:17:51 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:51.990766356Z" level=info msg="ExecSync for \"e3a767f09210ec0d1307664f83281d48d174b1bcd6c94a81b5e3e59c9b8eac39\" returns with exit code 0"
Aug 13 20:17:52 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:52.005098099Z" level=info msg="Finish piping \"stderr\" of container exec \"2da892567f15878aab76b57a7b0ecee88a7322522ff74206252dc114a92c6b5d\""
Aug 13 20:17:52 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:52.005246381Z" level=info msg="Exec process \"2da892567f15878aab76b57a7b0ecee88a7322522ff74206252dc114a92c6b5d\" exits with exit code 0 and error <nil>"
Aug 13 20:17:52 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:52.005687037Z" level=info msg="Finish piping \"stdout\" of container exec \"2da892567f15878aab76b57a7b0ecee88a7322522ff74206252dc114a92c6b5d\""
Aug 13 20:17:52 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:17:52.010765326Z" level=info msg="ExecSync for \"e3a767f09210ec0d1307664f83281d48d174b1bcd6c94a81b5e3e59c9b8eac39\" returns with exit code 0"
Aug 13 20:18:01 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:18:01.800926955Z" level=info msg="ExecSync for \"e3a767f09210ec0d1307664f83281d48d174b1bcd6c94a81b5e3e59c9b8eac39\" with command [grpc_health_probe -addr=:50051] and timeout 1 (s)"
Aug 13 20:18:01 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:18:01.807123125Z" level=info msg="ExecSync for \"e3a767f09210ec0d1307664f83281d48d174b1bcd6c94a81b5e3e59c9b8eac39\" with command [grpc_health_probe -addr=:50051] and timeout 5 (s)"
Aug 13 20:18:01 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:18:01.887766171Z" level=info msg="Finish piping \"stderr\" of container exec \"1eb444e132f294cb20fcaf6697fc6abad20c166f7813497ba969e7b3691e4416\""
Aug 13 20:18:01 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:18:01.887940721Z" level=info msg="Exec process \"1eb444e132f294cb20fcaf6697fc6abad20c166f7813497ba969e7b3691e4416\" exits with exit code 0 and error <nil>"
Aug 13 20:18:01 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:18:01.888108961Z" level=info msg="Finish piping \"stdout\" of container exec \"1eb444e132f294cb20fcaf6697fc6abad20c166f7813497ba969e7b3691e4416\""
Aug 13 20:18:01 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:18:01.976263944Z" level=info msg="ExecSync for \"e3a767f09210ec0d1307664f83281d48d174b1bcd6c94a81b5e3e59c9b8eac39\" returns with exit code 0"
Aug 13 20:18:01 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:18:01.985540311Z" level=info msg="Finish piping \"stderr\" of container exec \"2c8b05367a047eace9a95197d735c421fcfc76bc38afaf62e3b653584d606f90\""
Aug 13 20:18:01 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:18:01.985753315Z" level=info msg="Finish piping \"stdout\" of container exec \"2c8b05367a047eace9a95197d735c421fcfc76bc38afaf62e3b653584d606f90\""
Aug 13 20:18:01 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:18:01.986778466Z" level=info msg="Exec process \"2c8b05367a047eace9a95197d735c421fcfc76bc38afaf62e3b653584d606f90\" exits with exit code 0 and error <nil>"
Aug 13 20:18:01 addons-20210813200824-393438 containerd[2187]: time="2021-08-13T20:18:01.990445766Z" level=info msg="ExecSync for \"e3a767f09210ec0d1307664f83281d48d174b1bcd6c94a81b5e3e59c9b8eac39\" returns with exit code 0"
*
* ==> coredns [85e9767d83599aa14549b85e80e590141318fd11e219821eb5eacd7a1c6cd258] <==
* .:53
[INFO] plugin/reload: Running configuration MD5 = db32ca3650231d74073ff4cf814959a7
CoreDNS-1.8.0
linux/amd64, go1.15.3, 054c9ae
[INFO] Reloading
[INFO] plugin/health: Going into lameduck mode for 5s
[INFO] plugin/reload: Running configuration MD5 = 8f51b271a18f2ce6fcaee5f1cfda3ed0
[INFO] Reloading complete
*
* ==> describe nodes <==
* Name: addons-20210813200824-393438
Roles: control-plane,master
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-20210813200824-393438
kubernetes.io/os=linux
minikube.k8s.io/commit=852050cf77fe767e86d5a194bb91c06c4dc6c13c
minikube.k8s.io/name=addons-20210813200824-393438
minikube.k8s.io/updated_at=2021_08_13T20_09_25_0700
minikube.k8s.io/version=v1.22.0
node-role.kubernetes.io/control-plane=
node-role.kubernetes.io/master=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-20210813200824-393438
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-20210813200824-393438"}
kubeadm.alpha.kubernetes.io/cri-socket: /run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Fri, 13 Aug 2021 20:09:21 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-20210813200824-393438
AcquireTime: <unset>
RenewTime: Fri, 13 Aug 2021 20:18:01 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Fri, 13 Aug 2021 20:17:32 +0000 Fri, 13 Aug 2021 20:09:18 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Fri, 13 Aug 2021 20:17:32 +0000 Fri, 13 Aug 2021 20:09:18 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Fri, 13 Aug 2021 20:17:32 +0000 Fri, 13 Aug 2021 20:09:18 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Fri, 13 Aug 2021 20:17:32 +0000 Fri, 13 Aug 2021 20:09:37 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.39.71
Hostname: addons-20210813200824-393438
Capacity:
cpu: 2
ephemeral-storage: 17784752Ki
hugepages-2Mi: 0
memory: 3935016Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 17784752Ki
hugepages-2Mi: 0
memory: 3935016Ki
pods: 110
System Info:
Machine ID: 7c110193e39f44e5a537f8de0ea01daf
System UUID: 7c110193-e39f-44e5-a537-f8de0ea01daf
Boot ID: e2e7996e-c1ef-48df-834d-4c91591fce75
Kernel Version: 4.19.182
OS Image: Buildroot 2020.02.12
Operating System: linux
Architecture: amd64
Container Runtime Version: containerd://1.4.9
Kubelet Version: v1.21.3
Kube-Proxy Version: v1.21.3
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (25 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m36s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m30s
default private-image-7ff9c8c74f-qcb6d 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m27s
default private-image-eu-5956d58f9f-85ktb 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m12s
default task-pv-pod 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m2s
kube-system coredns-558bd4d5db-2tfm4 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (1%!)(MISSING) 170Mi (4%!)(MISSING) 8m28s
kube-system csi-hostpath-attacher-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m18s
kube-system csi-hostpath-provisioner-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m18s
kube-system csi-hostpath-resizer-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m18s
kube-system csi-hostpath-snapshotter-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m17s
kube-system csi-hostpathplugin-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m18s
kube-system etcd-addons-20210813200824-393438 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (2%!)(MISSING) 0 (0%!)(MISSING) 8m35s
kube-system kube-apiserver-addons-20210813200824-393438 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m43s
kube-system kube-controller-manager-addons-20210813200824-393438 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m43s
kube-system kube-proxy-tz56r 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m28s
kube-system kube-scheduler-addons-20210813200824-393438 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m42s
kube-system snapshot-controller-989f9ddc8-n5hps 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m23s
kube-system snapshot-controller-989f9ddc8-nbw4s 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m23s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m23s
my-etcd etcd-operator-85cd4f54cd-z9qkn 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m49s
olm catalog-operator-75d496484d-x887b 10m (0%!)(MISSING) 0 (0%!)(MISSING) 80Mi (2%!)(MISSING) 0 (0%!)(MISSING) 8m19s
olm olm-operator-859c88c96-7j2mx 10m (0%!)(MISSING) 0 (0%!)(MISSING) 160Mi (4%!)(MISSING) 0 (0%!)(MISSING) 8m19s
olm operatorhubio-catalog-n7288 10m (0%!)(MISSING) 0 (0%!)(MISSING) 50Mi (1%!)(MISSING) 0 (0%!)(MISSING) 8m5s
olm packageserver-6f5dccfdd7-4g764 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m1s
olm packageserver-6f5dccfdd7-tl766 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 8m1s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 780m (39%!)(MISSING) 0 (0%!)(MISSING)
memory 460Mi (11%!)(MISSING) 170Mi (4%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal NodeHasSufficientMemory 8m51s (x6 over 8m51s) kubelet Node addons-20210813200824-393438 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 8m51s (x5 over 8m51s) kubelet Node addons-20210813200824-393438 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 8m51s (x5 over 8m51s) kubelet Node addons-20210813200824-393438 status is now: NodeHasSufficientPID
Normal Starting 8m36s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 8m35s kubelet Node addons-20210813200824-393438 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 8m35s kubelet Node addons-20210813200824-393438 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 8m35s kubelet Node addons-20210813200824-393438 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 8m35s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 8m29s kubelet Node addons-20210813200824-393438 status is now: NodeReady
Normal Starting 8m27s kube-proxy Starting kube-proxy.
*
* ==> dmesg <==
* [ +15.840037] systemd-fstab-generator[2791]: Ignoring "noauto" for root device
[ +14.377305] kauditd_printk_skb: 38 callbacks suppressed
[ +5.575875] kauditd_printk_skb: 89 callbacks suppressed
[ +5.088237] kauditd_printk_skb: 155 callbacks suppressed
[ +5.850593] kauditd_printk_skb: 65 callbacks suppressed
[Aug13 20:10] kauditd_printk_skb: 2 callbacks suppressed
[ +6.945146] kauditd_printk_skb: 74 callbacks suppressed
[ +6.958629] kauditd_printk_skb: 20 callbacks suppressed
[ +13.544389] kauditd_printk_skb: 2 callbacks suppressed
[ +6.814485] kauditd_printk_skb: 92 callbacks suppressed
[ +5.918284] kauditd_printk_skb: 8 callbacks suppressed
[ +0.075357] NFSD: Unable to end grace period: -110
[ +7.914343] kauditd_printk_skb: 8 callbacks suppressed
[Aug13 20:11] kauditd_printk_skb: 29 callbacks suppressed
[ +13.960229] kauditd_printk_skb: 2 callbacks suppressed
[ +7.262407] kauditd_printk_skb: 44 callbacks suppressed
[ +5.911360] kauditd_printk_skb: 77 callbacks suppressed
[ +5.814317] kauditd_printk_skb: 11 callbacks suppressed
[ +5.273238] kauditd_printk_skb: 119 callbacks suppressed
[ +14.132068] kauditd_printk_skb: 161 callbacks suppressed
[Aug13 20:12] kauditd_printk_skb: 20 callbacks suppressed
[ +5.004601] kauditd_printk_skb: 185 callbacks suppressed
[ +12.403977] kauditd_printk_skb: 14 callbacks suppressed
[ +7.833337] kauditd_printk_skb: 5 callbacks suppressed
[ +5.353883] kauditd_printk_skb: 8 callbacks suppressed
*
* ==> etcd [15845df69373b7ad6d4cc3cd3f5b12ddc44a5ab8399b847bdcd053969ae26098] <==
* time="2021-08-13T20:12:25Z" level=info msg="Go Version: go1.11.5"
time="2021-08-13T20:12:25Z" level=info msg="Go OS/Arch: linux/amd64"
time="2021-08-13T20:12:25Z" level=info msg="etcd-backup-operator Version: 0.9.4"
time="2021-08-13T20:12:25Z" level=info msg="Git SHA: c8a1c64"
E0813 20:12:25.766733 1 event.go:259] Could not construct reference to: '&v1.Endpoints{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"etcd-backup-operator", GenerateName:"", Namespace:"my-etcd", SelfLink:"", UID:"790bab1f-bf38-4483-83bd-150235be981e", ResourceVersion:"1956", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63764482345, loc:(*time.Location)(0x25824c0)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string{"control-plane.alpha.kubernetes.io/leader":"{\"holderIdentity\":\"etcd-operator-85cd4f54cd-z9qkn\",\"leaseDurationSeconds\":15,\"acquireTime\":\"2021-08-13T20:12:25Z\",\"renewTime\":\"2021-08-13T20:12:25Z\",\"leaderTransitions\":0}"}, OwnerReferences:[]v1.OwnerReference(nil), Initializers:(*v1.Initializers)(nil), Finalizers:[]string(nil), ClusterName:""}, Subsets:[]v1.EndpointSubset(nil)}' due to: 'selfLink was empty, can't make reference'. Wil
l not report event: 'Normal' 'LeaderElection' 'etcd-operator-85cd4f54cd-z9qkn became leader'
time="2021-08-13T20:12:25Z" level=info msg="starting backup controller" pkg=controller
*
* ==> etcd [3736ef34faf5386a1e54e3256b7fdc0a58ab296ebc66ed3629bd1b10ce81f0bf] <==
* time="2021-08-13T20:12:25Z" level=info msg="etcd-operator Version: 0.9.4"
time="2021-08-13T20:12:25Z" level=info msg="Git SHA: c8a1c64"
time="2021-08-13T20:12:25Z" level=info msg="Go Version: go1.11.5"
time="2021-08-13T20:12:25Z" level=info msg="Go OS/Arch: linux/amd64"
E0813 20:12:25.414913 1 event.go:259] Could not construct reference to: '&v1.Endpoints{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"etcd-operator", GenerateName:"", Namespace:"my-etcd", SelfLink:"", UID:"330771f8-27e9-43f2-8913-846d0859293a", ResourceVersion:"1947", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63764482345, loc:(*time.Location)(0x20d4640)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string{"control-plane.alpha.kubernetes.io/leader":"{\"holderIdentity\":\"etcd-operator-85cd4f54cd-z9qkn\",\"leaseDurationSeconds\":15,\"acquireTime\":\"2021-08-13T20:12:25Z\",\"renewTime\":\"2021-08-13T20:12:25Z\",\"leaderTransitions\":0}"}, OwnerReferences:[]v1.OwnerReference(nil), Initializers:(*v1.Initializers)(nil), Finalizers:[]string(nil), ClusterName:""}, Subsets:[]v1.EndpointSubset(nil)}' due to: 'selfLink was empty, can't make reference'. Will not r
eport event: 'Normal' 'LeaderElection' 'etcd-operator-85cd4f54cd-z9qkn became leader'
*
* ==> etcd [3e737acc6b66b5f48dd56d5484e762f91f4aa2386a2e689a93f86173adde6ed2] <==
* time="2021-08-13T20:12:26Z" level=info msg="Go Version: go1.11.5"
time="2021-08-13T20:12:26Z" level=info msg="Go OS/Arch: linux/amd64"
time="2021-08-13T20:12:26Z" level=info msg="etcd-restore-operator Version: 0.9.4"
time="2021-08-13T20:12:26Z" level=info msg="Git SHA: c8a1c64"
E0813 20:12:26.113544 1 event.go:259] Could not construct reference to: '&v1.Endpoints{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"etcd-restore-operator", GenerateName:"", Namespace:"my-etcd", SelfLink:"", UID:"18033575-98bd-4cfa-a23b-cb8cb07d498b", ResourceVersion:"1962", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63764482346, loc:(*time.Location)(0x24e11a0)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"name":"etcd-operator-alm-owned"}, Annotations:map[string]string{"endpoints.kubernetes.io/last-change-trigger-time":"2021-08-13T20:12:26Z", "control-plane.alpha.kubernetes.io/leader":"{\"holderIdentity\":\"etcd-operator-85cd4f54cd-z9qkn\",\"leaseDurationSeconds\":15,\"acquireTime\":\"2021-08-13T20:12:26Z\",\"renewTime\":\"2021-08-13T20:12:26Z\",\"leaderTransitions\":1}"}, OwnerReferences:[]v1.OwnerReference(nil), Initializers:(*v1.Initializers)(nil), Finalizers:[]string(nil), Cl
usterName:""}, Subsets:[]v1.EndpointSubset(nil)}' due to: 'selfLink was empty, can't make reference'. Will not report event: 'Normal' 'LeaderElection' 'etcd-operator-85cd4f54cd-z9qkn became leader'
time="2021-08-13T20:12:26Z" level=info msg="listening on 0.0.0.0:19999"
time="2021-08-13T20:12:26Z" level=info msg="starting restore controller" pkg=controller
*
* ==> etcd [ca4b86da42333083c13c8317a477a1b13911234b4a729275a6fe2c4afbf09af4] <==
* 2021-08-13 20:14:03.876456 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:14:13.877412 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:14:23.875804 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:14:33.876103 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:14:43.876710 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:14:53.885385 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:15:03.877069 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:15:13.876340 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:15:23.876841 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:15:33.876886 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:15:43.876142 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:15:53.879903 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:16:03.876324 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:16:13.876664 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:16:23.877179 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:16:33.876423 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:16:43.875906 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:16:53.877747 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:17:03.876488 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:17:13.875435 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:17:23.875659 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:17:33.875256 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:17:43.876794 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:17:53.883472 I | etcdserver/api/etcdhttp: /health OK (status code 200)
2021-08-13 20:18:03.876664 I | etcdserver/api/etcdhttp: /health OK (status code 200)
*
* ==> kernel <==
* 20:18:06 up 9 min, 0 users, load average: 1.47, 2.18, 1.51
Linux addons-20210813200824-393438 4.19.182 #1 SMP Tue Aug 10 19:49:40 UTC 2021 x86_64 GNU/Linux
PRETTY_NAME="Buildroot 2020.02.12"
*
* ==> kube-apiserver [fc458818370dc36d2cccfda8758af47c043373d26b4cc16525419748168a0a1c] <==
* I0813 20:12:31.156561 1 clientconn.go:948] ClientConn switching balancer to "pick_first"
I0813 20:13:12.526436 1 client.go:360] parsed scheme: "passthrough"
I0813 20:13:12.526948 1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379 <nil> 0 <nil>}] <nil> <nil>}
I0813 20:13:12.527521 1 clientconn.go:948] ClientConn switching balancer to "pick_first"
I0813 20:13:52.415614 1 client.go:360] parsed scheme: "passthrough"
I0813 20:13:52.416465 1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379 <nil> 0 <nil>}] <nil> <nil>}
I0813 20:13:52.416946 1 clientconn.go:948] ClientConn switching balancer to "pick_first"
I0813 20:14:35.215603 1 client.go:360] parsed scheme: "passthrough"
I0813 20:14:35.215688 1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379 <nil> 0 <nil>}] <nil> <nil>}
I0813 20:14:35.215698 1 clientconn.go:948] ClientConn switching balancer to "pick_first"
I0813 20:15:10.329817 1 client.go:360] parsed scheme: "passthrough"
I0813 20:15:10.330053 1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379 <nil> 0 <nil>}] <nil> <nil>}
I0813 20:15:10.330073 1 clientconn.go:948] ClientConn switching balancer to "pick_first"
I0813 20:15:44.229123 1 client.go:360] parsed scheme: "passthrough"
I0813 20:15:44.229410 1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379 <nil> 0 <nil>}] <nil> <nil>}
I0813 20:15:44.229448 1 clientconn.go:948] ClientConn switching balancer to "pick_first"
I0813 20:16:18.432539 1 client.go:360] parsed scheme: "passthrough"
I0813 20:16:18.432662 1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379 <nil> 0 <nil>}] <nil> <nil>}
I0813 20:16:18.432673 1 clientconn.go:948] ClientConn switching balancer to "pick_first"
I0813 20:16:51.765221 1 client.go:360] parsed scheme: "passthrough"
I0813 20:16:51.765613 1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379 <nil> 0 <nil>}] <nil> <nil>}
I0813 20:16:51.765647 1 clientconn.go:948] ClientConn switching balancer to "pick_first"
I0813 20:17:31.110463 1 client.go:360] parsed scheme: "passthrough"
I0813 20:17:31.110639 1 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379 <nil> 0 <nil>}] <nil> <nil>}
I0813 20:17:31.110661 1 clientconn.go:948] ClientConn switching balancer to "pick_first"
*
* ==> kube-controller-manager [0836c7b4d30b423ab16ed6becfc6c861bc1246dfba02c69a81579587af215677] <==
* I0813 20:11:18.483323 1 event.go:291] "Event occurred" object="gcp-auth/gcp-auth-certs-create" kind="Job" apiVersion="batch/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: gcp-auth-certs-create-dp22s"
I0813 20:11:18.547063 1 event.go:291] "Event occurred" object="gcp-auth/gcp-auth" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set gcp-auth-5954cc4898 to 1"
I0813 20:11:18.597081 1 event.go:291] "Event occurred" object="gcp-auth/gcp-auth-5954cc4898" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: gcp-auth-5954cc4898-94h24"
I0813 20:11:18.658329 1 event.go:291] "Event occurred" object="gcp-auth/gcp-auth-certs-patch" kind="Job" apiVersion="batch/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: gcp-auth-certs-patch-4mczz"
I0813 20:11:23.489879 1 event.go:291] "Event occurred" object="gcp-auth/gcp-auth-certs-create" kind="Job" apiVersion="batch/v1" type="Normal" reason="Completed" message="Job completed"
I0813 20:11:24.523244 1 event.go:291] "Event occurred" object="gcp-auth/gcp-auth-certs-patch" kind="Job" apiVersion="batch/v1" type="Normal" reason="Completed" message="Job completed"
I0813 20:11:38.989732 1 event.go:291] "Event occurred" object="default/private-image" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set private-image-7ff9c8c74f to 1"
I0813 20:11:39.027623 1 event.go:291] "Event occurred" object="default/private-image-7ff9c8c74f" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: private-image-7ff9c8c74f-qcb6d"
I0813 20:11:54.163355 1 event.go:291] "Event occurred" object="default/private-image-eu" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set private-image-eu-5956d58f9f to 1"
I0813 20:11:54.523076 1 event.go:291] "Event occurred" object="default/private-image-eu-5956d58f9f" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: private-image-eu-5956d58f9f-85ktb"
I0813 20:12:03.023678 1 event.go:291] "Event occurred" object="default/hpvc" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="waiting for a volume to be created, either by external provisioner \"hostpath.csi.k8s.io\" or manually created by system administrator"
I0813 20:12:04.414459 1 reconciler.go:295] attacherDetacher.AttachVolume started for volume "pvc-6bc352b4-44e1-415a-a380-b3e5e2507bd9" (UniqueName: "kubernetes.io/csi/hostpath.csi.k8s.io^b98a4bed-fc72-11eb-8157-de3776579278") from node "addons-20210813200824-393438"
I0813 20:12:04.995346 1 operation_generator.go:368] AttachVolume.Attach succeeded for volume "pvc-6bc352b4-44e1-415a-a380-b3e5e2507bd9" (UniqueName: "kubernetes.io/csi/hostpath.csi.k8s.io^b98a4bed-fc72-11eb-8157-de3776579278") from node "addons-20210813200824-393438"
I0813 20:12:04.995844 1 event.go:291] "Event occurred" object="default/task-pv-pod" kind="Pod" apiVersion="v1" type="Normal" reason="SuccessfulAttachVolume" message="AttachVolume.Attach succeeded for volume \"pvc-6bc352b4-44e1-415a-a380-b3e5e2507bd9\" "
I0813 20:12:17.965158 1 event.go:291] "Event occurred" object="my-etcd/etcd-operator" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set etcd-operator-85cd4f54cd to 1"
I0813 20:12:17.989278 1 event.go:291] "Event occurred" object="my-etcd/etcd-operator-85cd4f54cd" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: etcd-operator-85cd4f54cd-z9qkn"
I0813 20:12:20.513272 1 namespace_controller.go:185] Namespace has been deleted ingress-nginx
I0813 20:12:20.837205 1 namespace_controller.go:185] Namespace has been deleted gcp-auth
I0813 20:12:38.156890 1 resource_quota_monitor.go:229] QuotaMonitor created object count evaluator for etcdbackups.etcd.database.coreos.com
I0813 20:12:38.157380 1 resource_quota_monitor.go:229] QuotaMonitor created object count evaluator for etcdrestores.etcd.database.coreos.com
I0813 20:12:38.157435 1 resource_quota_monitor.go:229] QuotaMonitor created object count evaluator for etcdclusters.etcd.database.coreos.com
I0813 20:12:38.159057 1 shared_informer.go:240] Waiting for caches to sync for resource quota
I0813 20:12:38.260046 1 shared_informer.go:247] Caches are synced for resource quota
I0813 20:12:38.949312 1 shared_informer.go:240] Waiting for caches to sync for garbage collector
I0813 20:12:38.949633 1 shared_informer.go:247] Caches are synced for garbage collector
*
* ==> kube-proxy [87c6001e81327236e3ac4335bec94bad35287656d27afbac8a4e47224446822b] <==
* I0813 20:09:39.479546 1 node.go:172] Successfully retrieved node IP: 192.168.39.71
I0813 20:09:39.479847 1 server_others.go:140] Detected node IP 192.168.39.71
W0813 20:09:39.480044 1 server_others.go:598] Unknown proxy mode "", assuming iptables proxy
W0813 20:09:39.575235 1 server_others.go:197] No iptables support for IPv6: exit status 3
I0813 20:09:39.575273 1 server_others.go:208] kube-proxy running in single-stack IPv4 mode
I0813 20:09:39.575286 1 server_others.go:212] Using iptables Proxier.
I0813 20:09:39.576045 1 server.go:643] Version: v1.21.3
I0813 20:09:39.576716 1 config.go:315] Starting service config controller
I0813 20:09:39.576730 1 shared_informer.go:240] Waiting for caches to sync for service config
I0813 20:09:39.576747 1 config.go:224] Starting endpoint slice config controller
I0813 20:09:39.576752 1 shared_informer.go:240] Waiting for caches to sync for endpoint slice config
W0813 20:09:39.583144 1 warnings.go:70] discovery.k8s.io/v1beta1 EndpointSlice is deprecated in v1.21+, unavailable in v1.25+; use discovery.k8s.io/v1 EndpointSlice
W0813 20:09:39.586714 1 warnings.go:70] discovery.k8s.io/v1beta1 EndpointSlice is deprecated in v1.21+, unavailable in v1.25+; use discovery.k8s.io/v1 EndpointSlice
I0813 20:09:39.677809 1 shared_informer.go:247] Caches are synced for endpoint slice config
I0813 20:09:39.677942 1 shared_informer.go:247] Caches are synced for service config
*
* ==> kube-scheduler [b6934d633e20754740756e6423c40bf719144c193b1691c2a927017825d7d6a5] <==
* I0813 20:09:21.886559 1 shared_informer.go:240] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
I0813 20:09:21.886571 1 tlsconfig.go:240] Starting DynamicServingCertificateController
E0813 20:09:21.893411 1 reflector.go:138] k8s.io/apiserver/pkg/server/dynamiccertificates/configmap_cafile_content.go:206: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0813 20:09:21.894713 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0813 20:09:21.894764 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0813 20:09:21.895236 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1beta1.CSIStorageCapacity: failed to list *v1beta1.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
E0813 20:09:21.895439 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0813 20:09:21.895575 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0813 20:09:21.895623 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0813 20:09:21.895766 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0813 20:09:21.895901 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0813 20:09:21.895944 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0813 20:09:21.896071 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0813 20:09:21.895103 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0813 20:09:21.895145 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0813 20:09:21.895196 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0813 20:09:22.715238 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0813 20:09:22.799228 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0813 20:09:22.833904 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0813 20:09:22.850190 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0813 20:09:22.894784 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0813 20:09:22.958099 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1beta1.CSIStorageCapacity: failed to list *v1beta1.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
E0813 20:09:23.227407 1 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0813 20:09:23.305482 1 reflector.go:138] k8s.io/apiserver/pkg/server/dynamiccertificates/configmap_cafile_content.go:206: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
I0813 20:09:25.687261 1 shared_informer.go:247] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* -- Logs begin at Fri 2021-08-13 20:08:36 UTC, end at Fri 2021-08-13 20:18:06 UTC. --
Aug 13 20:15:10 addons-20210813200824-393438 kubelet[2802]: I0813 20:15:10.621302 2802 clientconn.go:948] ClientConn switching balancer to "pick_first"
Aug 13 20:15:10 addons-20210813200824-393438 kubelet[2802]: I0813 20:15:10.621494 2802 clientconn.go:897] blockingPicker: the picked transport is not ready, loop back to repick
Aug 13 20:15:11 addons-20210813200824-393438 kubelet[2802]: I0813 20:15:11.125805 2802 kubelet_pods.go:895] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/nginx" secret="" err="secret \"gcp-auth\" not found"
Aug 13 20:15:40 addons-20210813200824-393438 kubelet[2802]: I0813 20:15:40.125462 2802 kubelet_pods.go:895] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/private-image-7ff9c8c74f-qcb6d" secret="" err="secret \"gcp-auth\" not found"
Aug 13 20:15:42 addons-20210813200824-393438 kubelet[2802]: I0813 20:15:42.126461 2802 kubelet_pods.go:895] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/private-image-eu-5956d58f9f-85ktb" secret="" err="secret \"gcp-auth\" not found"
Aug 13 20:16:14 addons-20210813200824-393438 kubelet[2802]: E0813 20:16:14.456920 2802 nestedpendingoperations.go:301] Operation for "{volumeName:kubernetes.io/host-path/ac97e3e5-6a9e-42fc-98f9-0b7b5e76359e-gcp-creds podName:ac97e3e5-6a9e-42fc-98f9-0b7b5e76359e nodeName:}" failed. No retries permitted until 2021-08-13 20:18:16.456186362 +0000 UTC m=+531.102339319 (durationBeforeRetry 2m2s). Error: "MountVolume.SetUp failed for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/ac97e3e5-6a9e-42fc-98f9-0b7b5e76359e-gcp-creds\") pod \"task-pv-pod\" (UID: \"ac97e3e5-6a9e-42fc-98f9-0b7b5e76359e\") : hostPath type check failed: /var/lib/minikube/google_application_credentials.json is not a file"
Aug 13 20:16:19 addons-20210813200824-393438 kubelet[2802]: I0813 20:16:19.125265 2802 kubelet_pods.go:895] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/nginx" secret="" err="secret \"gcp-auth\" not found"
Aug 13 20:16:20 addons-20210813200824-393438 kubelet[2802]: I0813 20:16:20.125614 2802 kubelet_pods.go:895] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Aug 13 20:16:24 addons-20210813200824-393438 kubelet[2802]: E0813 20:16:24.127154 2802 kubelet.go:1701] "Unable to attach or mount volumes for pod; skipping pod" err="unmounted volumes=[gcp-creds], unattached volumes=[task-pv-storage kube-api-access-945zl gcp-creds]: timed out waiting for the condition" pod="default/task-pv-pod"
Aug 13 20:16:24 addons-20210813200824-393438 kubelet[2802]: E0813 20:16:24.127315 2802 pod_workers.go:190] "Error syncing pod, skipping" err="unmounted volumes=[gcp-creds], unattached volumes=[task-pv-storage kube-api-access-945zl gcp-creds]: timed out waiting for the condition" pod="default/task-pv-pod" podUID=ac97e3e5-6a9e-42fc-98f9-0b7b5e76359e
Aug 13 20:16:26 addons-20210813200824-393438 kubelet[2802]: I0813 20:16:26.011398 2802 clientconn.go:106] parsed scheme: ""
Aug 13 20:16:26 addons-20210813200824-393438 kubelet[2802]: I0813 20:16:26.011503 2802 clientconn.go:106] scheme "" not registered, fallback to default scheme
Aug 13 20:16:26 addons-20210813200824-393438 kubelet[2802]: I0813 20:16:26.011577 2802 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{/var/lib/kubelet/plugins/csi-hostpath/csi.sock <nil> 0 <nil>}] <nil> <nil>}
Aug 13 20:16:26 addons-20210813200824-393438 kubelet[2802]: I0813 20:16:26.011596 2802 clientconn.go:948] ClientConn switching balancer to "pick_first"
Aug 13 20:16:26 addons-20210813200824-393438 kubelet[2802]: I0813 20:16:26.011905 2802 clientconn.go:897] blockingPicker: the picked transport is not ready, loop back to repick
Aug 13 20:16:41 addons-20210813200824-393438 kubelet[2802]: I0813 20:16:41.126058 2802 kubelet_pods.go:895] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/private-image-7ff9c8c74f-qcb6d" secret="" err="secret \"gcp-auth\" not found"
Aug 13 20:16:49 addons-20210813200824-393438 kubelet[2802]: I0813 20:16:49.124859 2802 kubelet_pods.go:895] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/private-image-eu-5956d58f9f-85ktb" secret="" err="secret \"gcp-auth\" not found"
Aug 13 20:17:21 addons-20210813200824-393438 kubelet[2802]: I0813 20:17:21.126194 2802 kubelet_pods.go:895] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/nginx" secret="" err="secret \"gcp-auth\" not found"
Aug 13 20:17:35 addons-20210813200824-393438 kubelet[2802]: I0813 20:17:35.129673 2802 kubelet_pods.go:895] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
Aug 13 20:17:38 addons-20210813200824-393438 kubelet[2802]: I0813 20:17:38.362444 2802 clientconn.go:106] parsed scheme: ""
Aug 13 20:17:38 addons-20210813200824-393438 kubelet[2802]: I0813 20:17:38.362557 2802 clientconn.go:106] scheme "" not registered, fallback to default scheme
Aug 13 20:17:38 addons-20210813200824-393438 kubelet[2802]: I0813 20:17:38.362659 2802 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{/var/lib/kubelet/plugins/csi-hostpath/csi.sock <nil> 0 <nil>}] <nil> <nil>}
Aug 13 20:17:38 addons-20210813200824-393438 kubelet[2802]: I0813 20:17:38.362676 2802 clientconn.go:948] ClientConn switching balancer to "pick_first"
Aug 13 20:17:38 addons-20210813200824-393438 kubelet[2802]: I0813 20:17:38.362768 2802 clientconn.go:897] blockingPicker: the picked transport is not ready, loop back to repick
Aug 13 20:17:58 addons-20210813200824-393438 kubelet[2802]: I0813 20:17:58.125390 2802 kubelet_pods.go:895] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/private-image-7ff9c8c74f-qcb6d" secret="" err="secret \"gcp-auth\" not found"
*
* ==> storage-provisioner [cbfa35fa4df5f4debb8503bab761817df8d0a280ccec78a5b66c7d251259222d] <==
* I0813 20:09:57.287759 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0813 20:09:57.381590 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0813 20:09:57.397355 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0813 20:09:57.426687 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0813 20:09:57.427057 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-20210813200824-393438_bfa9f873-ba0f-4b6f-a73a-cea46ed8c526!
I0813 20:09:57.430506 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"49d9e163-3b40-4ba7-9ec0-9c0877ba53ab", APIVersion:"v1", ResourceVersion:"888", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-20210813200824-393438_bfa9f873-ba0f-4b6f-a73a-cea46ed8c526 became leader
I0813 20:09:57.538473 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-20210813200824-393438_bfa9f873-ba0f-4b6f-a73a-cea46ed8c526!
-- /stdout --
helpers_test.go:255: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-20210813200824-393438 -n addons-20210813200824-393438
helpers_test.go:262: (dbg) Run: kubectl --context addons-20210813200824-393438 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:271: non-running pods: task-pv-pod
helpers_test.go:273: ======> post-mortem[TestAddons/parallel/CSI]: describe non-running pods <======
helpers_test.go:276: (dbg) Run: kubectl --context addons-20210813200824-393438 describe pod task-pv-pod
helpers_test.go:281: (dbg) kubectl --context addons-20210813200824-393438 describe pod task-pv-pod:
-- stdout --
Name: task-pv-pod
Namespace: default
Priority: 0
Node: addons-20210813200824-393438/192.168.39.71
Start Time: Fri, 13 Aug 2021 20:12:04 +0000
Labels: app=task-pv-pod
Annotations: <none>
Status: Pending
IP:
IPs: <none>
Containers:
task-pv-container:
Container ID:
Image: nginx
Image ID:
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Environment:
GOOGLE_APPLICATION_CREDENTIALS: /google-app-creds.json
PROJECT_ID: k8s-minikube
GCP_PROJECT: k8s-minikube
GCLOUD_PROJECT: k8s-minikube
GOOGLE_CLOUD_PROJECT: k8s-minikube
CLOUDSDK_CORE_PROJECT: k8s-minikube
Mounts:
/google-app-creds.json from gcp-creds (ro)
/usr/share/nginx/html from task-pv-storage (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-945zl (ro)
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
task-pv-storage:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: hpvc
ReadOnly: false
kube-api-access-945zl:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
gcp-creds:
Type: HostPath (bare host directory volume)
Path: /var/lib/minikube/google_application_credentials.json
HostPathType: File
QoS Class: 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 6m2s default-scheduler Successfully assigned default/task-pv-pod to addons-20210813200824-393438
Normal SuccessfulAttachVolume 6m2s attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-6bc352b4-44e1-415a-a380-b3e5e2507bd9"
Warning VolumeConditionAbnormal 6m1s (x10 over 6m2s) csi-pv-monitor-agent-hostpath.csi.k8s.io The volume isn't mounted
Warning FailedMount 3m59s kubelet Unable to attach or mount volumes: unmounted volumes=[gcp-creds], unattached volumes=[kube-api-access-945zl gcp-creds task-pv-storage]: timed out waiting for the condition
Warning FailedMount 112s (x10 over 6m2s) kubelet MountVolume.SetUp failed for volume "gcp-creds" : hostPath type check failed: /var/lib/minikube/google_application_credentials.json is not a file
Warning FailedMount 102s kubelet Unable to attach or mount volumes: unmounted volumes=[gcp-creds], unattached volumes=[task-pv-storage kube-api-access-945zl gcp-creds]: timed out waiting for the condition
Normal VolumeConditionNormal 62s (x41 over 5m2s) csi-pv-monitor-agent-hostpath.csi.k8s.io The Volume returns to the healthy state
-- /stdout --
helpers_test.go:284: <<< TestAddons/parallel/CSI FAILED: end of post-mortem logs <<<
helpers_test.go:285: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/CSI (364.17s)