blob: 46803104586632cf2a43b15e7a99672bc12799ea [file] [log] [blame]
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source "${DIR}/clusters.sh"
# Common config values used by all create-* scripts.
# Your Project ID
PROJECT_ID=skia-switchboard
# The Project ID rewritten as GCE does when putting in an email address.
PROJECT_SUBDOMAIN=skia-switchboard
# Your Zone. E.g. us-west1-c
ZONE=us-central1-c
# Name for your cluster we will create or modify. E.g. example-secure-cluster
CLUSTER_NAME=skia-switchboard
# The ID of the security account used by kubernetes.
SA_NAME=${CLUSTER_NAME}-k8s
# Switch gcloud and kubectl to the skia-corp project/cluster.
__skia_switchboard