From 7b3db82faaace398746f8c78a5dfd635350d2b68 Mon Sep 17 00:00:00 2001 From: Brian Akins Date: Fri, 29 May 2015 09:24:55 -0400 Subject: [PATCH] Add AWS instructions. --- docs/getting-started-guides/rkt/README.md | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/getting-started-guides/rkt/README.md b/docs/getting-started-guides/rkt/README.md index 9bf573e5f26..9bf30af1a97 100644 --- a/docs/getting-started-guides/rkt/README.md +++ b/docs/getting-started-guides/rkt/README.md @@ -55,5 +55,33 @@ $ kube-up.sh Note that we are still working on making all containerized the master components run smoothly in rkt. Before that we are not able to run the master node with rkt yet. +### CoreOS cluster on AWS + +To use rkt as the container runtime for your CoreOS cluster on AWS, you need to specify the provider and OS distribution: +```shell +$ export KUBERNETES_PROVIDER=aws +$ export KUBE_OS_DISTRIBUTION=coreos +$ export KUBE_CONTAINER_RUNTIME=rkt +``` + +You can optionally choose the version of rkt used by setting `KUBE_RKT_VERSION`: +```shell +$ export KUBE_RKT_VERSION=0.5.6 +``` + +You can optionally choose the CoreOS channel by setting `COREOS_CHANNEL`: +```shell +$ export COREOS_CHANNEL=stable +``` + +Then you can launch the cluster by: +````shell +$ kube-up.sh +``` + +Note: CoreOS is not supported as the master using the automated launch +scripts. The master node is always Ubuntu. + + [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/getting-started-guides/rkt/README.md?pixel)]()