Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--container-runtime选择containerd或cri-o时,--image-mirror-country=cn参数部分失效 #5434

Closed
cody1996 opened this issue Sep 23, 2019 · 9 comments · Fixed by #5447
Closed
Labels
co/runtime/crio CRIO related issues help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. l/zh-CN Issues in or relating to Chinese priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@cody1996
Copy link

cody1996 commented Sep 23, 2019

重现问题所需的命令
minikube start --memory=4096mb --network-plugin=cni --enable-default-cni --container-runtime=containerd --bootstrapper=kubeadm --image-mirror-country=cn
失败的命令的完整输出

  • minikube v1.4.0 on Microsoft Windows 10 Enterprise LTSC 2019 10.0.17763 Build 17763
  • Using image repository registry.cn-hangzhou.aliyuncs.com/google_containers
  • Downloading VM boot image ...

    minikube-v1.4.0.iso.sha256: 65 B / 65 B [--------------] 100.00% ? p/s 0s
    minikube-v1.4.0.iso: 135.73 MiB / 135.73 MiB [] 100.00% 10.21 MiB p/s 14s

  • Creating virtualbox VM (CPUs=2, Memory=4096MB, Disk=20000MB) ...
  • Preparing Kubernetes v1.16.0 on containerd 1.2.8 ...
  • Downloading kubeadm v1.16.0
  • Downloading kubelet v1.16.0
  • 拉取镜像 ...
  • 正在启动 Kubernetes ...

X Error starting cluster: cmd failed: sudo env PATH=/var/lib/minikube/binaries/v1.16.0:$PATH kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,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
[init] Using Kubernetes version: v1.16.0
[preflight] Running pre-flight checks
[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
[preflight] Pulling images required for setting up a Kubernetes cluster
[preflight] This might take a minute or two, depending on the speed of your internet connection
[preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
[kubelet-start] Activating the kubelet service
[certs] Using certificateDir folder "/var/lib/minikube/certs"
[certs] Using existing ca certificate authority
[certs] Using existing apiserver certificate and key on disk
[certs] Generating "apiserver-kubelet-client" certificate and key
[certs] Generating "front-proxy-ca" certificate and key
[certs] Generating "front-proxy-client" certificate and key
[certs] Generating "etcd/ca" certificate and key
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [minikube localhost] and IPs [192.168.99.111 127.0.0.1 ::1]
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [minikube localhost] and IPs [192.168.99.111 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "apiserver-etcd-client" certificate and key
[certs] Generating "sa" key and public key
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
[kubeconfig] Writing "admin.conf" kubeconfig file
[kubeconfig] Writing "kubelet.conf" kubeconfig file
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
[kubeconfig] Writing "scheduler.conf" kubeconfig file
[control-plane] Using manifest folder "/etc/kubernetes/manifests"
[control-plane] Creating static Pod manifest for "kube-apiserver"
[control-plane] Creating static Pod manifest for "kube-controller-manager"
[control-plane] Creating static Pod manifest for "kube-scheduler"
[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
[kubelet-check] Initial timeout of 40s passed.

Unfortunately, an error has occurred:
timed out waiting for the condition

This error is likely caused by:
- The kubelet is not running
- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)

If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
- 'systemctl status kubelet'
- 'journalctl -xeu kubelet'

Additionally, a control plane component may have crashed or exited when started by the container runtime.
To troubleshoot, list all containers using your preferred container runtimes CLI, e.g. docker.
Here is one example how you may list all Kubernetes containers running in docker:
- 'docker ps -a | grep kube | grep -v pause'
Once you have found the failing container, you can inspect its logs with:
- 'docker logs CONTAINERID'
error execution phase wait-control-plane: couldn't initialize a Kubernetes cluster
To see the stack trace of this error execute with --v=5 or higher

: Process exited with status 1
*

minikube logs命令的输出

  • ==> container status <==
  • CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
  • ==> containerd <==
  • -- Logs begin at Mon 2019-09-23 02:47:13 UTC, end at Mon 2019-09-23 02:55:25 UTC. --
  • Sep 23 02:51:08 minikube containerd[2404]: time="2019-09-23T02:51:08.016705643Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-controller-manager-minikube,Uid:5d55144c35c1856a028f2856a509aec1,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:51:08 minikube containerd[2404]: time="2019-09-23T02:51:08.017113525Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:51:10 minikube containerd[2404]: time="2019-09-23T02:51:10.016096992Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-apiserver-minikube,Uid:3f2ed7976dfa424ad1e829e7ef84b538,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:51:12 minikube containerd[2404]: time="2019-09-23T02:51:12.015105025Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-addon-manager-minikube,Uid:9166767a49e1c4eadb6c0ded1b065218,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:51:38 minikube containerd[2404]: time="2019-09-23T02:51:38.016756489Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-scheduler-minikube,Uid:4f1868ffb17e6a523a76492dae6fa84c,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:51:38 minikube containerd[2404]: time="2019-09-23T02:51:38.017086920Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-controller-manager-minikube,Uid:5d55144c35c1856a028f2856a509aec1,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:51:38 minikube containerd[2404]: time="2019-09-23T02:51:38.017513900Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:51:40 minikube containerd[2404]: time="2019-09-23T02:51:40.017363850Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-apiserver-minikube,Uid:3f2ed7976dfa424ad1e829e7ef84b538,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:51:42 minikube containerd[2404]: time="2019-09-23T02:51:42.016413225Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-addon-manager-minikube,Uid:9166767a49e1c4eadb6c0ded1b065218,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:51:49 minikube containerd[2404]: time="2019-09-23T02:51:49.015486271Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-scheduler-minikube,Uid:4f1868ffb17e6a523a76492dae6fa84c,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:51:49 minikube containerd[2404]: time="2019-09-23T02:51:49.015495070Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:51:52 minikube containerd[2404]: time="2019-09-23T02:51:52.016033181Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-controller-manager-minikube,Uid:5d55144c35c1856a028f2856a509aec1,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:51:53 minikube containerd[2404]: time="2019-09-23T02:51:53.015249881Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-addon-manager-minikube,Uid:9166767a49e1c4eadb6c0ded1b065218,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:51:55 minikube containerd[2404]: time="2019-09-23T02:51:55.016251769Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-apiserver-minikube,Uid:3f2ed7976dfa424ad1e829e7ef84b538,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:52:19 minikube containerd[2404]: time="2019-09-23T02:52:19.017269933Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-scheduler-minikube,Uid:4f1868ffb17e6a523a76492dae6fa84c,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:52:19 minikube containerd[2404]: time="2019-09-23T02:52:19.017288773Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:52:22 minikube containerd[2404]: time="2019-09-23T02:52:22.017479926Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-controller-manager-minikube,Uid:5d55144c35c1856a028f2856a509aec1,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:52:23 minikube containerd[2404]: time="2019-09-23T02:52:23.015755194Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-addon-manager-minikube,Uid:9166767a49e1c4eadb6c0ded1b065218,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:52:25 minikube containerd[2404]: time="2019-09-23T02:52:25.017234054Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-apiserver-minikube,Uid:3f2ed7976dfa424ad1e829e7ef84b538,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:52:31 minikube containerd[2404]: time="2019-09-23T02:52:31.015036359Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-scheduler-minikube,Uid:4f1868ffb17e6a523a76492dae6fa84c,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:52:31 minikube containerd[2404]: time="2019-09-23T02:52:31.017487710Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:52:35 minikube containerd[2404]: time="2019-09-23T02:52:35.014493078Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-controller-manager-minikube,Uid:5d55144c35c1856a028f2856a509aec1,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:52:38 minikube containerd[2404]: time="2019-09-23T02:52:38.015047149Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-apiserver-minikube,Uid:3f2ed7976dfa424ad1e829e7ef84b538,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:52:38 minikube containerd[2404]: time="2019-09-23T02:52:38.015093671Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-addon-manager-minikube,Uid:9166767a49e1c4eadb6c0ded1b065218,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:53:01 minikube containerd[2404]: time="2019-09-23T02:53:01.016320473Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-scheduler-minikube,Uid:4f1868ffb17e6a523a76492dae6fa84c,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:53:01 minikube containerd[2404]: time="2019-09-23T02:53:01.018168865Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:53:05 minikube containerd[2404]: time="2019-09-23T02:53:05.015580573Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-controller-manager-minikube,Uid:5d55144c35c1856a028f2856a509aec1,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:53:08 minikube containerd[2404]: time="2019-09-23T02:53:08.016224295Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-addon-manager-minikube,Uid:9166767a49e1c4eadb6c0ded1b065218,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:53:08 minikube containerd[2404]: time="2019-09-23T02:53:08.016677699Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-apiserver-minikube,Uid:3f2ed7976dfa424ad1e829e7ef84b538,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:53:15 minikube containerd[2404]: time="2019-09-23T02:53:15.015885391Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:53:16 minikube containerd[2404]: time="2019-09-23T02:53:16.016422641Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-scheduler-minikube,Uid:4f1868ffb17e6a523a76492dae6fa84c,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:53:16 minikube containerd[2404]: time="2019-09-23T02:53:16.016422624Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-controller-manager-minikube,Uid:5d55144c35c1856a028f2856a509aec1,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:53:23 minikube containerd[2404]: time="2019-09-23T02:53:23.017739197Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-apiserver-minikube,Uid:3f2ed7976dfa424ad1e829e7ef84b538,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:53:23 minikube containerd[2404]: time="2019-09-23T02:53:23.018795365Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-addon-manager-minikube,Uid:9166767a49e1c4eadb6c0ded1b065218,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:53:45 minikube containerd[2404]: time="2019-09-23T02:53:45.017006182Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:53:46 minikube containerd[2404]: time="2019-09-23T02:53:46.017152384Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-controller-manager-minikube,Uid:5d55144c35c1856a028f2856a509aec1,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:53:46 minikube containerd[2404]: time="2019-09-23T02:53:46.017166391Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-scheduler-minikube,Uid:4f1868ffb17e6a523a76492dae6fa84c,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:53:53 minikube containerd[2404]: time="2019-09-23T02:53:53.018157778Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-apiserver-minikube,Uid:3f2ed7976dfa424ad1e829e7ef84b538,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:53:53 minikube containerd[2404]: time="2019-09-23T02:53:53.019579412Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-addon-manager-minikube,Uid:9166767a49e1c4eadb6c0ded1b065218,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:53:58 minikube containerd[2404]: time="2019-09-23T02:53:58.015649068Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:53:59 minikube containerd[2404]: time="2019-09-23T02:53:59.014422578Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-scheduler-minikube,Uid:4f1868ffb17e6a523a76492dae6fa84c,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:54:01 minikube containerd[2404]: time="2019-09-23T02:54:01.015009127Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-controller-manager-minikube,Uid:5d55144c35c1856a028f2856a509aec1,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:54:05 minikube containerd[2404]: time="2019-09-23T02:54:05.016247343Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-addon-manager-minikube,Uid:9166767a49e1c4eadb6c0ded1b065218,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:54:06 minikube containerd[2404]: time="2019-09-23T02:54:06.014735668Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-apiserver-minikube,Uid:3f2ed7976dfa424ad1e829e7ef84b538,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:54:28 minikube containerd[2404]: time="2019-09-23T02:54:28.017373631Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:54:29 minikube containerd[2404]: time="2019-09-23T02:54:29.015727894Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-scheduler-minikube,Uid:4f1868ffb17e6a523a76492dae6fa84c,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:54:31 minikube containerd[2404]: time="2019-09-23T02:54:31.017362569Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-controller-manager-minikube,Uid:5d55144c35c1856a028f2856a509aec1,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:54:35 minikube containerd[2404]: time="2019-09-23T02:54:35.017336152Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-addon-manager-minikube,Uid:9166767a49e1c4eadb6c0ded1b065218,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:54:36 minikube containerd[2404]: time="2019-09-23T02:54:36.015993130Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-apiserver-minikube,Uid:3f2ed7976dfa424ad1e829e7ef84b538,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:54:40 minikube containerd[2404]: time="2019-09-23T02:54:40.014579440Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:54:44 minikube containerd[2404]: time="2019-09-23T02:54:44.016076189Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-scheduler-minikube,Uid:4f1868ffb17e6a523a76492dae6fa84c,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:54:45 minikube containerd[2404]: time="2019-09-23T02:54:45.014790089Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-controller-manager-minikube,Uid:5d55144c35c1856a028f2856a509aec1,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:54:48 minikube containerd[2404]: time="2019-09-23T02:54:48.016332611Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-apiserver-minikube,Uid:3f2ed7976dfa424ad1e829e7ef84b538,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:54:49 minikube containerd[2404]: time="2019-09-23T02:54:49.014937419Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:kube-addon-manager-minikube,Uid:9166767a49e1c4eadb6c0ded1b065218,Namespace:kube-system,Attempt:0,}"
  • Sep 23 02:55:10 minikube containerd[2404]: time="2019-09-23T02:55:10.016289128Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:55:14 minikube containerd[2404]: time="2019-09-23T02:55:14.017145886Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-scheduler-minikube,Uid:4f1868ffb17e6a523a76492dae6fa84c,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:55:15 minikube containerd[2404]: time="2019-09-23T02:55:15.016216559Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-controller-manager-minikube,Uid:5d55144c35c1856a028f2856a509aec1,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:55:18 minikube containerd[2404]: time="2019-09-23T02:55:18.018476647Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-apiserver-minikube,Uid:3f2ed7976dfa424ad1e829e7ef84b538,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:55:19 minikube containerd[2404]: time="2019-09-23T02:55:19.015694885Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-addon-manager-minikube,Uid:9166767a49e1c4eadb6c0ded1b065218,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to resolve image "k8s.gcr.io/pause:3.1": no available registry endpoint: failed to do request: Head https://k8s.gcr.io/v2/pause/manifests/3.1: dial tcp 64.233.189.82:443: i/o timeout"
  • Sep 23 02:55:21 minikube containerd[2404]: time="2019-09-23T02:55:21.020228780Z" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:etcd-minikube,Uid:9b4f7b96a05cda59b987ec4ca156aa90,Namespace:kube-system,Attempt:0,}"
  • ==> dmesg <==
  • [ +5.002085] hpet1: lost 318 rtc interrupts
  • [ +5.002375] hpet1: lost 319 rtc interrupts
  • [ +5.002648] hpet1: lost 318 rtc interrupts
  • [ +5.001230] hpet1: lost 318 rtc interrupts
  • [ +4.998681] hpet1: lost 318 rtc interrupts
  • [ +4.999277] hpet1: lost 318 rtc interrupts
  • [ +4.998181] hpet1: lost 318 rtc interrupts
  • [Sep23 02:51] hpet1: lost 318 rtc interrupts
  • [ +4.998290] hpet1: lost 317 rtc interrupts
  • [ +4.999488] hpet1: lost 318 rtc interrupts
  • [ +4.999336] hpet1: lost 318 rtc interrupts
  • [ +4.999485] hpet1: lost 318 rtc interrupts
  • [ +4.998648] hpet1: lost 318 rtc interrupts
  • [ +4.998899] hpet1: lost 318 rtc interrupts
  • [ +5.000484] hpet1: lost 318 rtc interrupts
  • [ +4.999307] hpet1: lost 318 rtc interrupts
  • [ +4.998808] hpet1: lost 318 rtc interrupts
  • [ +4.998306] hpet1: lost 318 rtc interrupts
  • [ +4.998935] hpet1: lost 318 rtc interrupts
  • [Sep23 02:52] hpet1: lost 318 rtc interrupts
  • [ +4.998763] hpet1: lost 318 rtc interrupts
  • [ +4.999078] hpet1: lost 318 rtc interrupts
  • [ +4.998679] hpet1: lost 318 rtc interrupts
  • [ +4.999117] hpet1: lost 318 rtc interrupts
  • [ +4.998816] hpet1: lost 318 rtc interrupts
  • [ +4.998861] hpet1: lost 317 rtc interrupts
  • [ +4.998985] hpet1: lost 318 rtc interrupts
  • [ +4.999961] hpet1: lost 318 rtc interrupts
  • [ +4.998659] hpet1: lost 318 rtc interrupts
  • [ +5.001260] hpet1: lost 318 rtc interrupts
  • [ +4.999043] hpet1: lost 318 rtc interrupts
  • [Sep23 02:53] hpet1: lost 318 rtc interrupts
  • [ +4.998786] hpet1: lost 318 rtc interrupts
  • [ +4.999208] hpet1: lost 318 rtc interrupts
  • [ +4.999648] hpet1: lost 318 rtc interrupts
  • [ +4.998140] hpet1: lost 318 rtc interrupts
  • [ +4.998896] hpet1: lost 318 rtc interrupts
  • [ +5.000760] hpet1: lost 318 rtc interrupts
  • [ +4.998986] hpet1: lost 318 rtc interrupts
  • [ +4.997797] hpet1: lost 318 rtc interrupts
  • [ +5.000091] hpet1: lost 318 rtc interrupts
  • [ +4.999731] hpet1: lost 318 rtc interrupts
  • [ +4.998915] hpet1: lost 318 rtc interrupts
  • [Sep23 02:54] hpet1: lost 318 rtc interrupts
  • [ +4.999921] hpet1: lost 318 rtc interrupts
  • [ +4.998768] hpet1: lost 318 rtc interrupts
  • [ +4.999823] hpet1: lost 318 rtc interrupts
  • [ +4.999058] hpet1: lost 317 rtc interrupts
  • [ +4.998635] hpet1: lost 318 rtc interrupts
  • [ +4.999016] hpet1: lost 318 rtc interrupts
  • [ +4.999777] hpet1: lost 318 rtc interrupts
  • [ +4.999081] hpet1: lost 318 rtc interrupts
  • [ +4.998361] hpet1: lost 318 rtc interrupts
  • [ +4.998887] hpet1: lost 318 rtc interrupts
  • [ +4.998624] hpet1: lost 318 rtc interrupts
  • [Sep23 02:55] hpet1: lost 318 rtc interrupts
  • [ +4.999055] hpet1: lost 318 rtc interrupts
  • [ +4.999797] hpet1: lost 318 rtc interrupts
  • [ +4.998751] hpet1: lost 318 rtc interrupts
  • [ +4.998107] hpet1: lost 318 rtc interrupts
  • ==> kernel <==
  • 02:55:25 up 8 min, 0 users, load average: 0.00, 0.24, 0.22
  • Linux minikube 4.15.0 Need a reliable and low latency local cluster setup for Kubernetes  #1 SMP Wed Sep 18 07:44:58 PDT 2019 x86_64 GNU/Linux
  • PRETTY_NAME="Buildroot 2018.05.3"
  • ==> kubelet <==
  • -- Logs begin at Mon 2019-09-23 02:47:13 UTC, end at Mon 2019-09-23 02:55:25 UTC. --
  • Sep 23 02:55:21 minikube kubelet[2917]: E0923 02:55:21.826223 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:21 minikube kubelet[2917]: E0923 02:55:21.929320 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:21 minikube kubelet[2917]: E0923 02:55:21.964166 2917 event.go:246] Unable to write event: 'Post https://localhost:8443/api/v1/namespaces/default/events: dial tcp 127.0.0.1:8443: connect: connection refused' (may retry after sleeping)
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.003653 2917 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.RuntimeClass: Get https://localhost:8443/apis/node.k8s.io/v1beta1/runtimeclasses?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.030624 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.131132 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.205357 2917 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:450: Failed to list *v1.Service: Get https://localhost:8443/api/v1/services?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.232436 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.333108 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.404358 2917 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:46: Failed to list *v1.Pod: Get https://localhost:8443/api/v1/pods?fieldSelector=spec.nodeName%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.434421 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.534557 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.605034 2917 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:459: Failed to list *v1.Node: Get https://localhost:8443/api/v1/nodes?fieldSelector=metadata.name%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.635158 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.736457 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.808489 2917 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.CSIDriver: Get https://localhost:8443/apis/storage.k8s.io/v1beta1/csidrivers?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.836669 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:22 minikube kubelet[2917]: E0923 02:55:22.937955 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.006600 2917 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.RuntimeClass: Get https://localhost:8443/apis/node.k8s.io/v1beta1/runtimeclasses?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.038577 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.140019 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.207341 2917 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:450: Failed to list *v1.Service: Get https://localhost:8443/api/v1/services?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.243648 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.344495 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.405998 2917 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:46: Failed to list *v1.Pod: Get https://localhost:8443/api/v1/pods?fieldSelector=spec.nodeName%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.445852 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.547297 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.606795 2917 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:459: Failed to list *v1.Node: Get https://localhost:8443/api/v1/nodes?fieldSelector=metadata.name%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.648619 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.735466 2917 controller.go:135] failed to ensure node lease exists, will retry in 7s, error: Get https://localhost:8443/apis/coordination.k8s.io/v1/namespaces/kube-node-lease/leases/minikube?timeout=10s: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.749854 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.809122 2917 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.CSIDriver: Get https://localhost:8443/apis/storage.k8s.io/v1beta1/csidrivers?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.851194 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:23 minikube kubelet[2917]: E0923 02:55:23.951625 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.007246 2917 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.RuntimeClass: Get https://localhost:8443/apis/node.k8s.io/v1beta1/runtimeclasses?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.053045 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.154288 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.208679 2917 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:450: Failed to list *v1.Service: Get https://localhost:8443/api/v1/services?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.254718 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.354996 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.407236 2917 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:46: Failed to list *v1.Pod: Get https://localhost:8443/api/v1/pods?fieldSelector=spec.nodeName%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.456294 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.558010 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.610608 2917 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:459: Failed to list *v1.Node: Get https://localhost:8443/api/v1/nodes?fieldSelector=metadata.name%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.659023 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.759727 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.810781 2917 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.CSIDriver: Get https://localhost:8443/apis/storage.k8s.io/v1beta1/csidrivers?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.860044 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:24 minikube kubelet[2917]: E0923 02:55:24.960709 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:25 minikube kubelet[2917]: E0923 02:55:25.008898 2917 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.RuntimeClass: Get https://localhost:8443/apis/node.k8s.io/v1beta1/runtimeclasses?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:25 minikube kubelet[2917]: E0923 02:55:25.062308 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:25 minikube kubelet[2917]: E0923 02:55:25.163919 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:25 minikube kubelet[2917]: E0923 02:55:25.211289 2917 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:450: Failed to list *v1.Service: Get https://localhost:8443/api/v1/services?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:25 minikube kubelet[2917]: E0923 02:55:25.264523 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:25 minikube kubelet[2917]: E0923 02:55:25.365127 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:25 minikube kubelet[2917]: E0923 02:55:25.409440 2917 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:46: Failed to list *v1.Pod: Get https://localhost:8443/api/v1/pods?fieldSelector=spec.nodeName%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:25 minikube kubelet[2917]: E0923 02:55:25.467813 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:25 minikube kubelet[2917]: E0923 02:55:25.568628 2917 kubelet.go:2267] node "minikube" not found
  • Sep 23 02:55:25 minikube kubelet[2917]: E0923 02:55:25.612037 2917 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:459: Failed to list *v1.Node: Get https://localhost:8443/api/v1/nodes?fieldSelector=metadata.name%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 23 02:55:25 minikube kubelet[2917]: E0923 02:55:25.669754 2917 kubelet.go:2267] node "minikube" not found

经过尝试,使用默认的container runtime可以正常启动,但使用containerd及cri-o都有问题。
containerd及cri-o的日志中,都能看到拉取"k8s.gcr.io/pause:3.1"镜像的记录,怀疑与这有关。

使用的操作系统版本
Windows 10

@cody1996 cody1996 added the l/zh-CN Issues in or relating to Chinese label Sep 23, 2019
@tstromberg tstromberg added co/runtime/crio CRIO related issues kind/bug Categorizes issue or PR as related to a bug. labels Sep 23, 2019
@tstromberg
Copy link
Contributor

Based on a cursory look at the code, my first thought is that CRIO may not be respecting the --image-mirror flags:

pause_image = "k8s.gcr.io/pause:3.1"

It's possible though that we attempt to update this file at a later step. containerd may have the same issue.

@tstromberg tstromberg added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Sep 23, 2019
@tstromberg
Copy link
Contributor

@laozc - do you have any experience with using CRIO from China?

@tstromberg tstromberg added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Sep 23, 2019
@laozc
Copy link
Contributor

laozc commented Sep 24, 2019

It looks like the kubelet argument only works for docker.
Let me deliver a PR and verify from my side.

@laozc
Copy link
Contributor

laozc commented Sep 24, 2019

The referenced PR addressed the issue. Verified with Darwin/virtualbox.
Will need more time to verify against other environment and drivers that I have.

@cody1996 Would you like to try on the patched binary? Thanks.
可以的话,麻烦用修改过的版本在您的机器上做一下测试,谢谢。

@cody1996
Copy link
Author

@laozc 请问我该怎样获取修改过的版本?

@yeya24
Copy link

yeya24 commented Sep 25, 2019

@laozc 请问我该怎样获取修改过的版本?

#5447 Add the remote repository, switch out to this branch and rebuilt

@cody1996
Copy link
Author

cody1996 commented Sep 27, 2019

我从这份文档中找到了由持续集成编译的可执行程序,替换后使用以下命令可以成功启动minikube:
minikube start --memory=4096mb --network-plugin=cni --enable-default-cni --container-runtime=cri-o --bootstrapper=kubeadm --image-mirror-country=cn

但是当我使用minikube stop停止后,再使用minikube start启动时,无法再成功启动。

失败的命令的完整输出


PS C:\windows\system32> minikube stop

  • Stopping "minikube" in virtualbox ...
  • "minikube" stopped.
    PS C:\windows\system32> minikube start
  • minikube v1.4.0 on Microsoft Windows 10 Enterprise LTSC 2019 10.0.17763 Build 17763
  • Tip: Use 'minikube start -p ' to create a new cluster, or 'minikube delete' to delete this one.
  • Starting existing virtualbox VM for "minikube" ...
    E0927 14:22:39.937270 10068 cache_images.go:79] CacheImage k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64:1.14.13 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\k8s-dns-dnsmasq-nanny-amd64_1.14.13 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    E0927 14:22:39.953870 10068 cache_images.go:79] CacheImage k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\kubernetes-dashboard-amd64_v1.10.1 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    E0927 14:22:39.953870 10068 cache_images.go:79] CacheImage k8s.gcr.io/etcd:3.3.15-0 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\etcd_3.3.15-0 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    E0927 14:22:39.954845 10068 cache_images.go:79] CacheImage k8s.gcr.io/kube-controller-manager:v1.16.0 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\kube-controller-manager_v1.16.0 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    E0927 14:22:39.955821 10068 cache_images.go:79] CacheImage k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.13 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\k8s-dns-sidecar-amd64_1.14.13 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    E0927 14:22:39.957774 10068 cache_images.go:79] CacheImage k8s.gcr.io/kube-apiserver:v1.16.0 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\kube-apiserver_v1.16.0 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    E0927 14:22:39.957774 10068 cache_images.go:79] CacheImage k8s.gcr.io/kube-scheduler:v1.16.0 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\kube-scheduler_v1.16.0 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    E0927 14:22:39.970466 10068 cache_images.go:79] CacheImage k8s.gcr.io/storage-provisioner:v1.8.1 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\storage-provisioner_v1.8.1 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    E0927 14:22:39.970466 10068 cache_images.go:79] CacheImage k8s.gcr.io/pause:3.1 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\pause_3.1 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    E0927 14:22:39.976323 10068 cache_images.go:79] CacheImage k8s.gcr.io/k8s-dns-kube-dns-amd64:1.14.13 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\k8s-dns-kube-dns-amd64_1.14.13 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    E0927 14:22:39.978277 10068 cache_images.go:79] CacheImage k8s.gcr.io/coredns:1.6.2 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\coredns_1.6.2 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    E0927 14:22:39.978277 10068 cache_images.go:79] CacheImage k8s.gcr.io/kube-addon-manager:v9.0 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\kube-addon-manager_v9.0 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    E0927 14:22:39.978277 10068 cache_images.go:79] CacheImage k8s.gcr.io/kube-proxy:v1.16.0 -> C:\Users\Cody.minikube\cache\images\k8s.gcr.io\kube-proxy_v1.16.0 failed: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
  • Waiting for the host to be provisioned ...
  • Preparing Kubernetes v1.16.0 on Docker 18.09.9 ...
    E0927 14:23:24.445227 10068 start.go:707] Error caching images: Caching images for kubeadm: caching images: caching image C:\Users\Cody.minikube\cache\images\k8s.gcr.io\k8s-dns-dnsmasq-nanny-amd64_1.14.13: fetching image: Get https://k8s.gcr.io/v2/: dial tcp 64.233.189.82:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
  • Unable to load cached images: loading cached images: loading image C:\Users\Cody.minikube\cache\images\k8s.gcr.io\storage-provisioner_v1.8.1: CreateFile C:\Users\Cody.minikube\cache\images\k8s.gcr.io\storage-provisioner_v1.8.1: The system cannot find the file specified.
  • Relaunching Kubernetes using kubeadm ...

X Error restarting cluster: waiting for apiserver: apiserver process never appeared
*

minikube logs命令的输出


PS C:\windows\system32> minikube logs

  • ==> Docker <==
  • -- Logs begin at Fri 2019-09-27 06:23:18 UTC, end at Fri 2019-09-27 07:32:30 UTC. --
  • Sep 27 07:30:37 minikube dockerd[2450]: time="2019-09-27T07:30:37.124235266Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:30:37 minikube dockerd[2450]: time="2019-09-27T07:30:37.124314896Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:30:37 minikube dockerd[2450]: time="2019-09-27T07:30:37.124382338Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:30:41 minikube dockerd[2450]: time="2019-09-27T07:30:41.122036192Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:30:41 minikube dockerd[2450]: time="2019-09-27T07:30:41.122587260Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:30:41 minikube dockerd[2450]: time="2019-09-27T07:30:41.122698221Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:30:50 minikube dockerd[2450]: time="2019-09-27T07:30:50.118279355Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:30:50 minikube dockerd[2450]: time="2019-09-27T07:30:50.118915983Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:30:50 minikube dockerd[2450]: time="2019-09-27T07:30:50.119163080Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:30:53 minikube dockerd[2450]: time="2019-09-27T07:30:53.120378317Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:30:53 minikube dockerd[2450]: time="2019-09-27T07:30:53.120420999Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:30:53 minikube dockerd[2450]: time="2019-09-27T07:30:53.120465749Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:01 minikube dockerd[2450]: time="2019-09-27T07:31:01.121546873Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:01 minikube dockerd[2450]: time="2019-09-27T07:31:01.121600859Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:01 minikube dockerd[2450]: time="2019-09-27T07:31:01.121645660Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:06 minikube dockerd[2450]: time="2019-09-27T07:31:06.122613031Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:06 minikube dockerd[2450]: time="2019-09-27T07:31:06.123355042Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:06 minikube dockerd[2450]: time="2019-09-27T07:31:06.123529598Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:09 minikube dockerd[2450]: time="2019-09-27T07:31:09.121768488Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:09 minikube dockerd[2450]: time="2019-09-27T07:31:09.121811480Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:09 minikube dockerd[2450]: time="2019-09-27T07:31:09.121856468Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:20 minikube dockerd[2450]: time="2019-09-27T07:31:20.136640653Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:20 minikube dockerd[2450]: time="2019-09-27T07:31:20.136712590Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:20 minikube dockerd[2450]: time="2019-09-27T07:31:20.136769203Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:21 minikube dockerd[2450]: time="2019-09-27T07:31:21.118929212Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:21 minikube dockerd[2450]: time="2019-09-27T07:31:21.118970307Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:21 minikube dockerd[2450]: time="2019-09-27T07:31:21.119039064Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:27 minikube dockerd[2450]: time="2019-09-27T07:31:27.120796187Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:27 minikube dockerd[2450]: time="2019-09-27T07:31:27.120840010Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:27 minikube dockerd[2450]: time="2019-09-27T07:31:27.120941818Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:34 minikube dockerd[2450]: time="2019-09-27T07:31:34.119578547Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:34 minikube dockerd[2450]: time="2019-09-27T07:31:34.119681117Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:34 minikube dockerd[2450]: time="2019-09-27T07:31:34.119775191Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:38 minikube dockerd[2450]: time="2019-09-27T07:31:38.119198719Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:38 minikube dockerd[2450]: time="2019-09-27T07:31:38.119966622Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:38 minikube dockerd[2450]: time="2019-09-27T07:31:38.120141083Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:47 minikube dockerd[2450]: time="2019-09-27T07:31:47.119476253Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:47 minikube dockerd[2450]: time="2019-09-27T07:31:47.119535002Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:47 minikube dockerd[2450]: time="2019-09-27T07:31:47.119627928Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:50 minikube dockerd[2450]: time="2019-09-27T07:31:50.121505703Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:50 minikube dockerd[2450]: time="2019-09-27T07:31:50.122150148Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:50 minikube dockerd[2450]: time="2019-09-27T07:31:50.122320932Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:55 minikube dockerd[2450]: time="2019-09-27T07:31:55.137877862Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:55 minikube dockerd[2450]: time="2019-09-27T07:31:55.137938424Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:31:55 minikube dockerd[2450]: time="2019-09-27T07:31:55.138002781Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:04 minikube dockerd[2450]: time="2019-09-27T07:32:04.117466428Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:04 minikube dockerd[2450]: time="2019-09-27T07:32:04.117527867Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:04 minikube dockerd[2450]: time="2019-09-27T07:32:04.117592610Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:05 minikube dockerd[2450]: time="2019-09-27T07:32:05.119094167Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:05 minikube dockerd[2450]: time="2019-09-27T07:32:05.119217714Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:05 minikube dockerd[2450]: time="2019-09-27T07:32:05.119320740Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:16 minikube dockerd[2450]: time="2019-09-27T07:32:16.122376205Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:16 minikube dockerd[2450]: time="2019-09-27T07:32:16.122569845Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:16 minikube dockerd[2450]: time="2019-09-27T07:32:16.122614880Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:16 minikube dockerd[2450]: time="2019-09-27T07:32:16.124503852Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:16 minikube dockerd[2450]: time="2019-09-27T07:32:16.124549602Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:16 minikube dockerd[2450]: time="2019-09-27T07:32:16.124587222Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:23 minikube dockerd[2450]: time="2019-09-27T07:32:23.121600689Z" level=warning msg="Error getting v2 registry: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:23 minikube dockerd[2450]: time="2019-09-27T07:32:23.121681022Z" level=info msg="Attempting next endpoint for pull after error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • Sep 27 07:32:23 minikube dockerd[2450]: time="2019-09-27T07:32:23.121727753Z" level=error msg="Handler for POST /images/create returned error: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
  • ==> container status <==
  • CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID
  • ==> dmesg <==
  • [ +5.001074] hpet1: lost 318 rtc interrupts
  • [ +5.002639] hpet1: lost 318 rtc interrupts
  • [ +5.003567] hpet1: lost 318 rtc interrupts
  • [ +5.000057] hpet1: lost 318 rtc interrupts
  • [ +5.002291] hpet1: lost 318 rtc interrupts
  • [ +5.003523] hpet1: lost 318 rtc interrupts
  • [Sep27 07:28] hpet1: lost 319 rtc interrupts
  • [ +5.001388] hpet1: lost 318 rtc interrupts
  • [ +5.001314] hpet1: lost 318 rtc interrupts
  • [ +5.002865] hpet1: lost 318 rtc interrupts
  • [ +5.004806] hpet1: lost 318 rtc interrupts
  • [ +4.999210] hpet1: lost 318 rtc interrupts
  • [ +5.002045] hpet1: lost 318 rtc interrupts
  • [ +5.001315] hpet1: lost 318 rtc interrupts
  • [ +5.001742] hpet1: lost 319 rtc interrupts
  • [ +5.001323] hpet1: lost 318 rtc interrupts
  • [ +5.002356] hpet1: lost 318 rtc interrupts
  • [ +5.002573] hpet1: lost 318 rtc interrupts
  • [Sep27 07:29] hpet1: lost 318 rtc interrupts
  • [ +5.001250] hpet1: lost 318 rtc interrupts
  • [ +5.003374] hpet1: lost 318 rtc interrupts
  • [ +5.003535] hpet1: lost 319 rtc interrupts
  • [ +5.003470] hpet1: lost 318 rtc interrupts
  • [ +5.002345] hpet1: lost 318 rtc interrupts
  • [ +5.001423] hpet1: lost 318 rtc interrupts
  • [ +5.002238] hpet1: lost 318 rtc interrupts
  • [ +5.001361] hpet1: lost 318 rtc interrupts
  • [ +5.001375] hpet1: lost 318 rtc interrupts
  • [ +5.001185] hpet1: lost 318 rtc interrupts
  • [ +5.001423] hpet1: lost 319 rtc interrupts
  • [Sep27 07:30] hpet1: lost 318 rtc interrupts
  • [ +5.001398] hpet1: lost 318 rtc interrupts
  • [ +5.002153] hpet1: lost 318 rtc interrupts
  • [ +5.002439] hpet1: lost 318 rtc interrupts
  • [ +5.003042] hpet1: lost 318 rtc interrupts
  • [ +5.002499] hpet1: lost 318 rtc interrupts
  • [ +5.001127] hpet1: lost 318 rtc interrupts
  • [ +5.002630] hpet1: lost 319 rtc interrupts
  • [ +5.000680] hpet1: lost 318 rtc interrupts
  • [ +5.001622] hpet1: lost 318 rtc interrupts
  • [ +5.002111] hpet1: lost 318 rtc interrupts
  • [ +5.000876] hpet1: lost 318 rtc interrupts
  • [Sep27 07:31] hpet1: lost 318 rtc interrupts
  • [ +5.002003] hpet1: lost 318 rtc interrupts
  • [ +5.000973] hpet1: lost 318 rtc interrupts
  • [ +5.001262] hpet1: lost 318 rtc interrupts
  • [ +5.001181] hpet1: lost 318 rtc interrupts
  • [ +5.001764] hpet1: lost 319 rtc interrupts
  • [ +5.002489] hpet1: lost 318 rtc interrupts
  • [ +5.001263] hpet1: lost 318 rtc interrupts
  • [ +5.001848] hpet1: lost 318 rtc interrupts
  • [ +5.002580] hpet1: lost 318 rtc interrupts
  • [ +5.002163] hpet1: lost 318 rtc interrupts
  • [ +5.003171] hpet1: lost 318 rtc interrupts
  • [Sep27 07:32] hpet1: lost 319 rtc interrupts
  • [ +5.001954] hpet1: lost 318 rtc interrupts
  • [ +5.003302] hpet1: lost 318 rtc interrupts
  • [ +5.001343] hpet1: lost 318 rtc interrupts
  • [ +5.001287] hpet1: lost 318 rtc interrupts
  • [ +5.002536] hpet1: lost 318 rtc interrupts
  • ==> kernel <==
  • 07:32:30 up 1:10, 0 users, load average: 0.00, 0.00, 0.00
  • Linux minikube 4.15.0 Need a reliable and low latency local cluster setup for Kubernetes  #1 SMP Wed Sep 18 07:44:58 PDT 2019 x86_64 GNU/Linux
  • PRETTY_NAME="Buildroot 2018.05.3"
  • ==> kubelet <==
  • -- Logs begin at Fri 2019-09-27 06:23:18 UTC, end at Fri 2019-09-27 07:32:30 UTC. --
  • Sep 27 07:32:26 minikube kubelet[2688]: E0927 07:32:26.833219 2688 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.CSIDriver: Get https://localhost:8443/apis/storage.k8s.io/v1beta1/csidrivers?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:26 minikube kubelet[2688]: E0927 07:32:26.838384 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:26 minikube kubelet[2688]: E0927 07:32:26.931622 2688 controller.go:135] failed to ensure node lease exists, will retry in 7s, error: Get https://localhost:8443/apis/coordination.k8s.io/v1/namespaces/kube-node-lease/leases/minikube?timeout=10s: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:26 minikube kubelet[2688]: E0927 07:32:26.939028 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.031085 2688 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.RuntimeClass: Get https://localhost:8443/apis/node.k8s.io/v1beta1/runtimeclasses?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.040388 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.141919 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.231846 2688 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:459: Failed to list *v1.Node: Get https://localhost:8443/api/v1/nodes?fieldSelector=metadata.name%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.242584 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.344057 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.432298 2688 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:450: Failed to list *v1.Service: Get https://localhost:8443/api/v1/services?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.446472 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.547029 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.631685 2688 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:46: Failed to list *v1.Pod: Get https://localhost:8443/api/v1/pods?fieldSelector=spec.nodeName%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.647596 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.748203 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.834654 2688 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.CSIDriver: Get https://localhost:8443/apis/storage.k8s.io/v1beta1/csidrivers?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.848731 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:27 minikube kubelet[2688]: E0927 07:32:27.949613 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.032042 2688 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.RuntimeClass: Get https://localhost:8443/apis/node.k8s.io/v1beta1/runtimeclasses?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.051365 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:28 minikube kubelet[2688]: I0927 07:32:28.111352 2688 kubelet_node_status.go:286] Setting node annotation to enable volume controller attach/detach
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.115613 2688 aws_credentials.go:77] while getting AWS credentials NoCredentialProviders: no valid providers in chain. Deprecated.
  • Sep 27 07:32:28 minikube kubelet[2688]: For verbose messaging see aws.Config.CredentialsChainVerboseErrors
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.152464 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.233020 2688 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:459: Failed to list *v1.Node: Get https://localhost:8443/api/v1/nodes?fieldSelector=metadata.name%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.254261 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.356921 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.435487 2688 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:450: Failed to list *v1.Service: Get https://localhost:8443/api/v1/services?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.457820 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.558662 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.632587 2688 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:46: Failed to list *v1.Pod: Get https://localhost:8443/api/v1/pods?fieldSelector=spec.nodeName%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.661793 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.765478 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.837576 2688 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.CSIDriver: Get https://localhost:8443/apis/storage.k8s.io/v1beta1/csidrivers?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.866550 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:28 minikube kubelet[2688]: E0927 07:32:28.968375 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.033942 2688 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.RuntimeClass: Get https://localhost:8443/apis/node.k8s.io/v1beta1/runtimeclasses?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.069777 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.170713 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.235943 2688 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:459: Failed to list *v1.Node: Get https://localhost:8443/api/v1/nodes?fieldSelector=metadata.name%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.271594 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.374268 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.438031 2688 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:450: Failed to list *v1.Service: Get https://localhost:8443/api/v1/services?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.477551 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.579115 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.633210 2688 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:46: Failed to list *v1.Pod: Get https://localhost:8443/api/v1/pods?fieldSelector=spec.nodeName%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.679640 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.779990 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.839548 2688 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.CSIDriver: Get https://localhost:8443/apis/storage.k8s.io/v1beta1/csidrivers?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.880828 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:29 minikube kubelet[2688]: E0927 07:32:29.985286 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:30 minikube kubelet[2688]: E0927 07:32:30.039824 2688 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list *v1beta1.RuntimeClass: Get https://localhost:8443/apis/node.k8s.io/v1beta1/runtimeclasses?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:30 minikube kubelet[2688]: E0927 07:32:30.085560 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:30 minikube kubelet[2688]: E0927 07:32:30.186391 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:30 minikube kubelet[2688]: E0927 07:32:30.236866 2688 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:459: Failed to list *v1.Node: Get https://localhost:8443/api/v1/nodes?fieldSelector=metadata.name%3Dminikube&limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:30 minikube kubelet[2688]: E0927 07:32:30.286608 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:30 minikube kubelet[2688]: E0927 07:32:30.388792 2688 kubelet.go:2267] node "minikube" not found
  • Sep 27 07:32:30 minikube kubelet[2688]: E0927 07:32:30.439190 2688 reflector.go:123] k8s.io/kubernetes/pkg/kubelet/kubelet.go:450: Failed to list *v1.Service: Get https://localhost:8443/api/v1/services?limit=500&resourceVersion=0: dial tcp 127.0.0.1:8443: connect: connection refused
  • Sep 27 07:32:30 minikube kubelet[2688]: E0927 07:32:30.489079 2688 kubelet.go:2267] node "minikube" not found

我又测试了containerd和默认的docker运行时,一样会启动失败,甚至把minikube可执行文件换回正式版的也一样。是我的操作有什么问题吗?
我会再多试几次再来反馈。

@laozc
Copy link
Contributor

laozc commented Sep 28, 2019

参数非默认值的话(比如 --image-mirror-country=cn)每次在 minikube start 的时候都需要强制指定
Non-default flag values should be explicitly specified at minikube start.

@cody1996
Copy link
Author

cody1996 commented Sep 28, 2019

这里的设计让我有些困惑。
既然已经有了切换多个profile的功能,并且初次启动时参数也会保存到profile中,为什么再次启动的时候需要重新指定参数?
同时delete命令的存在,以及在指定较旧的--kubernetes-version时收到“Non-destructive downgrades are not supported”的提示,都表明仍然有一部分参数会被重用。
所以,能否考虑在启动时直接使用profile中记录的参数,我认为这样可能更加方便也更加容易理解。
或者在参数的说明文档中中增加哪些参数会得到保留,哪些不会的描述。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/runtime/crio CRIO related issues help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. l/zh-CN Issues in or relating to Chinese priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants