Merge pull request #307 from porridge/cluster-delete

Update clusters delete output.
This commit is contained in:
Kelsey Hightower
2016-07-28 12:45:31 -07:00
committed by GitHub
+7 -6
View File
@@ -339,12 +339,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.