We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79e0b5a + 8e6b3ad commit db09843Copy full SHA for db09843
examples/gcp/README.md
@@ -106,7 +106,7 @@ gcloud services enable \
106
107
## Cleanup
108
109
-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:
110
111
```
112
# in *nix shell USER should be set. if not set USERNAME explicitly
@@ -127,4 +127,4 @@ gke_${PROJECT_ID?}_${REGION?}_krmapihost-${CONFIG_CONTROLLER_NAME?}
127
# Dont forget to switch to another context
128
kubectl config get-contexts
129
kubectl config use-context <context name>
130
-```
+```
0 commit comments