You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Problem while creating the Kubernetes cluster using kubeadm init --pod-network-cidr=10.244.0.0/16 --ignore-preflight-errors=all --cri-socket=/var/run/crio/crio.sock. The process stuck at the
[init] This might take a minute or longer if the control plane images have to be pulled.
it gives error like
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10255/healthz' failed with error: Get http://localhost:10255/healthz: dial tcp 127.0.0.1:10255: getsockopt: connection refused.
Is there any documentation i can follow to configure kubeadm with CRI-O runtime
The text was updated successfully, but these errors were encountered:
I have Problem while creating the Kubernetes cluster using
kubeadm init --pod-network-cidr=10.244.0.0/16 --ignore-preflight-errors=all --cri-socket=/var/run/crio/crio.sock
. The process stuck at the[init] This might take a minute or longer if the control plane images have to be pulled.
it gives error like
Is there any documentation i can follow to configure
kubeadm
withCRI-O
runtimeThe text was updated successfully, but these errors were encountered: