Update 14-cleanup.md
Include missing param --zone with the compute zone value specified in step 01pull/477/head
parent
bf2850974e
commit
e6045b83ed
|
@ -9,7 +9,7 @@ Delete the controller and worker compute instances:
|
|||
```
|
||||
gcloud -q compute instances delete \
|
||||
controller-0 controller-1 controller-2 \
|
||||
worker-0 worker-1 worker-2
|
||||
worker-0 worker-1 worker-2 --zone us-west1-c
|
||||
```
|
||||
|
||||
## Networking
|
||||
|
|
Loading…
Reference in New Issue