setup: Fix typographical errors

This commit is contained in:
2022-07-31 00:20:55 -05:00
parent ce077ad557
commit 66b3c83c6c

View File

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