-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #648 from zimnx/mz/mz/docs-ha-gke-1.3
[v1.3] Fix docs about GKE script parameters and Helm example resources listsing
- Loading branch information
Showing
2 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ GCP_ZONE=us-west1-b | |
|
||
# From inside the examples/gke folder | ||
cd examples/gke | ||
./gke.sh "$GCP_USER" "$GCP_PROJECT" "$GCP_ZONE" | ||
./gke.sh -u "$GCP_USER" -p "$GCP_PROJECT" -z "$GCP_ZONE" | ||
|
||
# Example: | ||
# ./gke.sh [email protected] gke-demo-226716 us-west1-b | ||
# ./gke.sh -u [email protected] -p gke-demo-226716 -z us-west1-b | ||
``` | ||
|
||
:warning: Make sure to pass a ZONE (ex.: us-west1-b) and not a REGION (ex.: us-west1) or it will deploy nodes in each ZONE available in the region. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters