Update docs/05-kubernetes-configuration-files.md

Co-authored-by: Marijus Ravickas <989645+marijus-ravickas@users.noreply.github.com>
pull/775/head
Shubin(Stan) Peng 2024-05-24 20:02:53 +10:00 committed by GitHub
parent 003572d72b
commit bd6f01207f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ Copy the `kubelet` and `kube-proxy` kubeconfig files to the node-0 instance:
```bash
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 \
root@$host:/var/lib/kube-proxy/kubeconfig \