Skip to content

Instantly share code, notes, and snippets.

@tcotav
Last active April 26, 2016 04:58
Show Gist options
  • Save tcotav/09212300b96cf59433e88e1ecca9d9ba to your computer and use it in GitHub Desktop.
Save tcotav/09212300b96cf59433e88e1ecca9d9ba to your computer and use it in GitHub Desktop.
kube-up script with CoreOS and GCE

ref: (http://codemold.com/topic/how-to-create-coreos-cluster-on-google-compute-engine-with-kube-up-dgfaciff.html)

export KUBE_OS_DISTRIBUTION=coreos
export KUBE_GCE_MASTER_PROJECT=coreos-cloud
export KUBE_GCE_MASTER_IMAGE=coreos-beta-991-2-0-v20160326
cluster/kube-up.sh

TODO - try it with a newer version of coreos -- coreos-beta-1010-1-0-v20160425 or coreos-stable-899-15-0-v20160405

Find the current images by clicking the IMAGES side link in Google Compute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment