Last active
January 21, 2016 18:45
-
-
Save yifan-gu/0f3d0ef12f6c31d0bcd8 to your computer and use it in GitHub Desktop.
env for gce coreos
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 characters
# 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