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.
2 parents 518c666 + 6d3258e commit 1f11800Copy full SHA for 1f11800
examples/k8s.yaml
@@ -65,6 +65,8 @@ provision:
65
set -eux -o pipefail
66
test -e /etc/kubernetes/admin.conf && exit 0
67
export KUBECONFIG=/etc/kubernetes/admin.conf
68
+ kubeadm config images list
69
+ kubeadm config images pull
70
# Initializing your control-plane node
71
kubeadm init --cri-socket=/run/containerd/containerd.sock --pod-network-cidr=10.244.0.0/16 --apiserver-cert-extra-sans 127.0.0.1
72
# Installing a Pod network add-on
0 commit comments