Update docs/05-kubernetes-configuration-files.md
Co-authored-by: Marijus Ravickas <989645+marijus-ravickas@users.noreply.github.com>pull/775/head
parent
003572d72b
commit
bd6f01207f
|
@ -188,7 +188,7 @@ Copy the `kubelet` and `kube-proxy` kubeconfig files to the node-0 instance:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
for host in node-0 node-1; do
|
for host in node-0 node-1; do
|
||||||
ssh root@$host "mkdir /var/lib/kube-proxy"
|
ssh root@$host "mkdir -p /var/lib/{kube-proxy,kubelet}"
|
||||||
|
|
||||||
scp kube-proxy.kubeconfig \
|
scp kube-proxy.kubeconfig \
|
||||||
root@$host:/var/lib/kube-proxy/kubeconfig \
|
root@$host:/var/lib/kube-proxy/kubeconfig \
|
||||||
|
|
Loading…
Reference in New Issue