mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
Merge pull request #345 from coreos/jonboulle-patch-1
docs: fix typo (kuberentes -> kubernetes)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user