mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-10-19 10:22:51 +03:00
swapping quotes because linux doesn't care and windows does
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
This commit is contained in:
@@ -24,15 +24,15 @@ done
|
||||
```
|
||||
@('worker-0','worker-1','worker-2') | ForEach-Object {
|
||||
gcloud compute instances describe $_ `
|
||||
--format '(networkInterfaces[0].networkIP,metadata.items[0].value)'
|
||||
--format "value[separator=' '](networkInterfaces[0].networkIP,metadata.items[0].value)"
|
||||
}
|
||||
```
|
||||
> output
|
||||
|
||||
```
|
||||
10.240.0.20 10.200.0.0/24
|
||||
10.240.0.21 10.200.1.0/24
|
||||
10.240.0.22 10.200.2.0/24
|
||||
10.240.0.20 10.200.0.0/24
|
||||
10.240.0.21 10.200.1.0/24
|
||||
10.240.0.22 10.200.2.0/24
|
||||
```
|
||||
|
||||
## Routes
|
||||
|
Reference in New Issue
Block a user