Update 14-cleanup.md

Include missing param --zone with the compute zone value specified in step 01
pull/477/head
Oscar Nevarez Leal 2019-09-06 14:19:22 -05:00 committed by GitHub
parent bf2850974e
commit e6045b83ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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