Update clusters delete output.
This commit is contained in:
+7
-6
@@ -376,12 +376,13 @@ Delete your cluster:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ gcloud container clusters delete hello-world
|
$ gcloud container clusters delete hello-world
|
||||||
Waiting for cluster deletion...done.
|
The following clusters will be deleted.
|
||||||
name: operation-xxxxxxxxxxxxxxxx
|
- [hello-world] in [us-central1-f]
|
||||||
operationType: deleteCluster
|
|
||||||
status: done
|
Do you want to continue (Y/n)?
|
||||||
target: /projects/kubernetes-codelab/zones/us-central1-f/clusters/hello-world
|
|
||||||
zone: us-central1-f
|
Deleting cluster hello-world...done.
|
||||||
|
Deleted [https://container.googleapis.com/v1/projects/<PROJECT_ID>/zones/us-central1-f/clusters/hello-world].
|
||||||
```
|
```
|
||||||
|
|
||||||
This deletes the Google Compute Engine instances that are running the cluster.
|
This deletes the Google Compute Engine instances that are running the cluster.
|
||||||
|
|||||||
Reference in New Issue
Block a user