File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ provision:
78
78
test -e /etc/kubernetes/admin.conf && exit 0
79
79
export KUBECONFIG=/etc/kubernetes/admin.conf
80
80
kubeadm config images list
81
- kubeadm config images pull
81
+ kubeadm config images pull --cri-socket=unix:///run/containerd/containerd.sock
82
82
# Initializing your control-plane node
83
- kubeadm init --cri-socket=/run/containerd/containerd.sock --pod-network-cidr=10.244.0.0/16 --apiserver-cert-extra-sans 127.0.0.1
83
+ kubeadm init --cri-socket=unix:// /run/containerd/containerd.sock --pod-network-cidr=10.244.0.0/16 --apiserver-cert-extra-sans 127.0.0.1
84
84
# Installing a Pod network add-on
85
85
kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.14.0/Documentation/kube-flannel.yml
86
86
# Control plane node isolation
You can’t perform that action at this time.
0 commit comments