Skip to content
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
2 changes: 1 addition & 1 deletion examples/with-backstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Check for the existence of key elements of the backstage module. This is a subse

3. Connect to your GKE cluster via `kubectl`. See the [GKE documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl) or use this command:
```
gcloud container clusters get-credentials ref-arch --location <my-gcp-region>
gcloud container clusters get-credentials htc-ref-arch-cluster --location <my-gcp-region>
```
4. Get the elements in the newly created Kubernetes namespace:
```
Expand Down