diff --git a/examples/gcp/README.md b/examples/gcp/README.md index 1cbb1a97..62a5aaf8 100644 --- a/examples/gcp/README.md +++ b/examples/gcp/README.md @@ -106,7 +106,7 @@ gcloud services enable \ ## Cleanup -When you are done with all the chapters and want to cleanup the environment, follow these steps: +If you are operating in a dev environment and want to clean it up, follow these steps: ``` # in *nix shell USER should be set. if not set USERNAME explicitly @@ -127,4 +127,4 @@ gke_${PROJECT_ID?}_${REGION?}_krmapihost-${CONFIG_CONTROLLER_NAME?} # Dont forget to switch to another context kubectl config get-contexts kubectl config use-context -``` \ No newline at end of file +```