fix: remove extra backslash

This commit is contained in:
Mahyar Mirrashed
2025-04-18 16:26:25 -07:00
parent b045303f0c
commit 9b6a9dab6a

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