mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
Update 14-cleanup.md
Include missing param --zone with the compute zone value specified in step 01
This commit is contained in:
committed by
GitHub
parent
bf2850974e
commit
e6045b83ed
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user