fix: remove extra backslash

pull/865/head
Mahyar Mirrashed 2025-04-18 16:26:25 -07:00
parent b045303f0c
commit 9b6a9dab6a
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ for host in node-0 node-1; do
ssh root@${host} "mkdir -p /var/lib/{kube-proxy,kubelet}"
scp kube-proxy.kubeconfig \
root@${host}:/var/lib/kube-proxy/kubeconfig \
root@${host}:/var/lib/kube-proxy/kubeconfig
scp ${host}.kubeconfig \
root@${host}:/var/lib/kubelet/kubeconfig