We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaba2b8 commit 4b3e1eaCopy full SHA for 4b3e1ea
templates/k8s.yaml
@@ -97,8 +97,10 @@ provision:
97
set -eux -o pipefail
98
test -e /etc/kubernetes/admin.conf && exit 0
99
export KUBECONFIG=/etc/kubernetes/admin.conf
100
+ systemctl stop kubelet
101
kubeadm config images list
102
kubeadm config images pull --cri-socket=unix:///run/containerd/containerd.sock
103
+ systemctl start kubelet
104
# Initializing your control-plane node
105
cat <<EOF >kubeadm-config.yaml
106
kind: InitConfiguration
0 commit comments