Skip to content

Instantly share code, notes, and snippets.

@yifan-gu
Last active January 26, 2016 22:27
Show Gist options
  • Save yifan-gu/e6c2fb26081fe8823b1b to your computer and use it in GitHub Desktop.
Save yifan-gu/e6c2fb26081fe8823b1b to your computer and use it in GitHub Desktop.
kube-up instructions

rkt kube-up branch:

https://github.com/yifan-gu/kubernetes/tree/gce_coreos_rkt

Set envs

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

kube-up

cd $KUBERNETES_REPO_ROOT
make quick-release
cluster/kube-up.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment