Skip to content

Instantly share code, notes, and snippets.

@yifan-gu
Last active January 21, 2016 18:45
Show Gist options
  • Save yifan-gu/0f3d0ef12f6c31d0bcd8 to your computer and use it in GitHub Desktop.
Save yifan-gu/0f3d0ef12f6c31d0bcd8 to your computer and use it in GitHub Desktop.
env for gce coreos
# export KUBE_ENABLE_CLUSTER_REGISTRY=true
export BUILD_PYTHON_IMAGE=true
export KUBE_GCE_ZONE=us-east1-b
export KUBE_GCE_MINION_IMAGE=coreos-alpha-928-0-0-v20160115
export KUBE_OS_DISTRIBUTION=coreos
export KUBE_GCE_MINION_PROJECT=coreos-cloud
export KUBE_GCE_INSTANCE_PREFIX=
export KUBE_GCE_MASTER_IMAGE=coreos-alpha-928-0-0-v20160115
export KUBE_GCE_MASTER_PROJECT=coreos-cloud
export KUBE_CONTAINER_RUNTIME=rkt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment