fix: remove extra backslash
parent
b045303f0c
commit
9b6a9dab6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue