diff --git a/Documentation/bootkube.md b/Documentation/bootkube.md index ba4eade3..dfc7e63f 100644 --- a/Documentation/bootkube.md +++ b/Documentation/bootkube.md @@ -54,7 +54,7 @@ Client machines should boot and provision themselves. Local client VMs should ne We're ready to use [bootkube](https://github.com/coreos/bootkube) to create a temporary control plane and bootstrap a self-hosted Kubernetes cluster. -Secure copy the `kubeconfig` to `/etc/kuberentes/kubeconfig` on **every** node (i.e. 172.15.0.21-23 for metal0 or 172.17.0.21-23 for docker0). +Secure copy the `kubeconfig` to `/etc/kubernetes/kubeconfig` on **every** node (i.e. 172.15.0.21-23 for metal0 or 172.17.0.21-23 for docker0). for node in '172.15.0.21' '172.15.0.22' '172.15.0.23'; do scp assets/auth/kubeconfig core@$node:/home/core/kubeconfig