Update 14-cleanup.md

Include missing param --zone with the compute zone value specified in step 01
This commit is contained in:
Oscar Nevarez Leal
2019-09-06 14:19:22 -05:00
committed by GitHub
parent bf2850974e
commit e6045b83ed

View File

@@ -9,7 +9,7 @@ Delete the controller and worker compute instances:
``` ```
gcloud -q compute instances delete \ gcloud -q compute instances delete \
controller-0 controller-1 controller-2 \ controller-0 controller-1 controller-2 \
worker-0 worker-1 worker-2 worker-0 worker-1 worker-2 --zone us-west1-c
``` ```
## Networking ## Networking