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:
7878 test -e /etc/kubernetes/admin.conf && exit 0
7979 export KUBECONFIG=/etc/kubernetes/admin.conf
8080 kubeadm config images list
81- kubeadm config images pull
81+ kubeadm config images pull --cri-socket=unix:///run/containerd/containerd.sock
8282 # 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
8484 # Installing a Pod network add-on
8585 kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.14.0/Documentation/kube-flannel.yml
8686 # Control plane node isolation
You can’t perform that action at this time.
0 commit comments