Add explicitly seting the runtime and option to set rkt version

pull/6/head
Brian Akins 2015-05-29 09:13:53 -04:00
parent 17f6f86be6
commit 9011600b1e
1 changed files with 6 additions and 0 deletions

View File

@ -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=<image_id>
$ 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: