Update clusters delete output.

pull/307/head
Marcin Owsiany 2016-04-01 15:35:33 +02:00
parent d956b20b4d
commit 87e156f4ef
1 changed files with 7 additions and 6 deletions

View File

@ -376,12 +376,13 @@ Delete your cluster:
```shell
$ gcloud container clusters delete hello-world
Waiting for cluster deletion...done.
name: operation-xxxxxxxxxxxxxxxx
operationType: deleteCluster
status: done
target: /projects/kubernetes-codelab/zones/us-central1-f/clusters/hello-world
zone: us-central1-f
The following clusters will be deleted.
- [hello-world] in [us-central1-f]
Do you want to continue (Y/n)?
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.