1
0
Fork 0

setup: Fix typographical errors

dch-webhooks-secrets
Dustin 2022-07-31 00:20:55 -05:00
parent ce077ad557
commit 66b3c83c6c
1 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,6 @@ Wait for Calico to deploy completely, then restart CoreDNS:
kubectl wait -n calico-system --for=condition=ready \
$(kubectl get pods -n calico-system -l k8s-app=calico-node -o name)
kubectl -n kube-system rollout restart deployment coredns
unset calico_node
```
@ -91,7 +90,7 @@ kubeadm join kubernetes.pyrocufflink.blue:6443 \
## Create Admin user
```sh
cat < kubeadm-user.yaml <<EOF
cat > kubeadm-user.yaml <<EOF
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
clusterName: kubernetes