Skip to content

Instantly share code, notes, and snippets.

@evanphx
Created March 4, 2016 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanphx/b5b66489719945ec821f to your computer and use it in GitHub Desktop.
Save evanphx/b5b66489719945ec821f to your computer and use it in GitHub Desktop.
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