setup: Fix typographical errors
parent
ce077ad557
commit
66b3c83c6c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue