mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-21 17:48:01 +00:00
Merge pull request #9003 from bakins/rkt-docs
Add explicitly setting the runtime and option to set rkt version
This commit is contained in:
commit
f5276894a6
@ -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_OS_DISTRIBUTION=coreos
|
||||||
$ export KUBE_GCE_MINION_IMAGE=<image_id>
|
$ export KUBE_GCE_MINION_IMAGE=<image_id>
|
||||||
$ export KUBE_GCE_MINION_PROJECT=coreos-cloud
|
$ 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:
|
Then you can launch the cluster by:
|
||||||
|
Loading…
Reference in New Issue
Block a user