PROJECT=[your project id] REGION=us-central1 ZONE=us-central1-c MYSQL_ROOTPASS=[password] MYSQL_ROOTHASH=[hash of what is above] MYSQL_HOSTNAME=locations-lamp NODEDISKSIZE="200" NODECOUNT="2" NODETYPE=g1-small CLUSTER=location-cluster GCS_DOMAIN=[a domain for your bucket] env: gcloud config set project $(PROJECT) gcloud config set compute/zone $(ZONE) creds: gcloud container clusters get-credentials $(CLUSTER)