From 87e156f4ef4fa8224c05250344753c8b11ffa242 Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Fri, 1 Apr 2016 15:35:33 +0200 Subject: [PATCH] Update clusters delete output. --- docs/hellonode.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/hellonode.md b/docs/hellonode.md index 6d04c9fcf6..bd30fe4794 100755 --- a/docs/hellonode.md +++ b/docs/hellonode.md @@ -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//zones/us-central1-f/clusters/hello-world]. ``` This deletes the Google Compute Engine instances that are running the cluster.