Created
March 4, 2016 18:15
-
-
Save evanphx/b5b66489719945ec821f to your computer and use it in GitHub Desktop.
This file contains 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 KUBERNETES_PROVIDER=aws | |
export MASTER_SIZE=m4.large | |
export MINION_SIZE=m4.large | |
export NUM_MINIONS=4 | |
export KUBE_AWS_INSTANCE_PREFIX=k8sp1 | |
export MINION_ROOT_DISK_SIZE=64 | |
export MASTER_RESERVED_IP=auto | |
export KUBE_ENABLE_CLUSTER_MONITORING=none | |
export KUBE_ENABLE_NODE_LOGGING=false | |
export KUBE_ENABLE_CLUSTER_LOGGING=false | |
export KUBE_ENABLE_INSECURE_REGISTRY=true | |
export KUBE_OS_DISTRIBUTION=trusty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment