Created
November 20, 2016 18:15
-
-
Save thuandt/ae4906c919d06904945d8862f3bb7ebf to your computer and use it in GitHub Desktop.
Revisions
-
thuandt created this gist
Nov 20, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ ## GCP & GKE setup ```bash $ gcloud auth application-default login $ gcloud config set core/project ${GCP_PROJECT} $ gcloud config set core/account ${SERVICE_ACCOUNT} $ gcloud config set compute/region ${REGION} $ gcloud config set compute/zone ${ZONE} $ gcloud config set container/cluster ${CLUSTER_NAME} # gcloud config set container/use_client_certificate True ```