Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GCP examples README.md #242

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <context name>
```
```
Loading