Skip to content

Commit

Permalink
example: include local username in example gke cluster name
Browse files Browse the repository at this point in the history
It helps identifying cluster in shared Google Cloud accounts.
  • Loading branch information
zimnx committed Jul 30, 2020
1 parent 7518daf commit 8b83c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gke/gke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ display_usage() {
echo "usage: $0 -u|--gcp-user [GCP user] -p|--gcp-project [GCP project] -z|--gcp-zone [GCP zone] -c|--k8s-cluster-name [cluster name (optional)]"
}

CLUSTER_NAME=scylla-demo
CLUSTER_NAME=${USER}scylla-demo

while (( "$#" )); do
case "$1" in
Expand Down

0 comments on commit 8b83c93

Please sign in to comment.