Kubeadm 初始化问题。
配置数据版本:
os -rhel7.5
env -onprem server
docker - 19
kube - 18
Run Code Online (Sandbox Code Playgroud)
控制台输出:
[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.
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused.
[kubelet-check] It seems like the kubelet …
Run Code Online (Sandbox Code Playgroud)