mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-18 01:50:40 +03:00
posh gets confused about variable names somtimes
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
This commit is contained in:
@@ -164,7 +164,7 @@ done
|
|||||||
#### Windows
|
#### Windows
|
||||||
```
|
```
|
||||||
@('worker-0','worker-1','worker-2') | ForEach-Object {
|
@('worker-0','worker-1','worker-2') | ForEach-Object {
|
||||||
gcloud compute scp $_.kubeconfig kube-proxy.kubeconfig $_:/home/$env:USERNAME/
|
gcloud compute scp "$_.kubeconfig" kube-proxy.kubeconfig ${_}:/home/$env:USERNAME/
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user