我正在本地 PC 上设置一个新的 kubernetes 设置,其规格如下。在尝试启动 Kubernetes 集群时,我遇到了一些问题。需要您的投入。
操作系统版本:Linux server.cent.com 3.10.0-123.el7.x86_64 #1 SMP Mon Jun 3在此处输入代码`0 12:09:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Docker版本:Docker版本1.13.1,内部版本07f3374/1.13.1
[root@server ~]# rpm -qa |grep -i kube
kubectl-1.13.2-0.x86_64
kubernetes-cni-0.6.0-0.x86_64
kubeadm-1.13.2-0.x86_64
kubelet-1.13.2-0.x86_64
Run Code Online (Sandbox Code Playgroud)
面临的问题是:
[root@server ~]# kubeadm init --apiserver-advertise-address=192.168.203.154 --pod-network-cidr=10.244.0.0/16
[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 …Run Code Online (Sandbox Code Playgroud) kubernetes ×1