Skip to content

Instantly share code, notes, and snippets.

@cfchou
Created May 13, 2016 10:23
Show Gist options
  • Save cfchou/5a427ab9220473bdcc842639ca8b9fcf to your computer and use it in GitHub Desktop.
Save cfchou/5a427ab9220473bdcc842639ca8b9fcf to your computer and use it in GitHub Desktop.
kube aws setting
#! /bin/bash
export KUBERNETES_PROVIDER=aws
export KUBE_AWS_ZONE="ap-northeast-1c"
export NUM_NODES=2
export MASTER_SIZE="t2.micro"
export NODE_SIZE="t2.micro"
export AWS_S3_REGION="ap-northeast-1"
export AWS_S3_BUCKET=k8stmp
export INSTANCE_PREFIX=k8s
./cluster/kube-up.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment