From 9011600b1ef5f60c9248553920b8d1a2b15b2fe7 Mon Sep 17 00:00:00 2001 From: Brian Akins Date: Fri, 29 May 2015 09:13:53 -0400 Subject: [PATCH 1/2] Add explicitly seting the runtime and option to set rkt version --- docs/getting-started-guides/rkt/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started-guides/rkt/README.md b/docs/getting-started-guides/rkt/README.md index 9bf573e5f26..344fee8db42 100644 --- a/docs/getting-started-guides/rkt/README.md +++ b/docs/getting-started-guides/rkt/README.md @@ -46,6 +46,12 @@ To use rkt as the container runtime for your CoreOS cluster on GCE, you need to $ export KUBE_OS_DISTRIBUTION=coreos $ export KUBE_GCE_MINION_IMAGE= $ export KUBE_GCE_MINION_PROJECT=coreos-cloud +$ 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 ``` Then you can launch the cluster by: From 5dfeac69bbba5481b7ac55f070fe023c7316995f Mon Sep 17 00:00:00 2001 From: Brian Akins Date: Fri, 29 May 2015 09:17:06 -0400 Subject: [PATCH 2/2] Add prompt to match style --- docs/getting-started-guides/rkt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/rkt/README.md b/docs/getting-started-guides/rkt/README.md index 344fee8db42..af1c91d3d10 100644 --- a/docs/getting-started-guides/rkt/README.md +++ b/docs/getting-started-guides/rkt/README.md @@ -51,7 +51,7 @@ $ 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 +$ export KUBE_RKT_VERSION=0.5.6 ``` Then you can launch the cluster by: