readme: Fix rc version and specify cgroup driver for k8s
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
309a744075
commit
93af568246
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
[](https://travis-ci.org/kubernetes-incubator/cri-o)
|
[](https://travis-ci.org/kubernetes-incubator/cri-o)
|
||||||
[](https://goreportcard.com/report/github.com/kubernetes-incubator/cri-o)
|
[](https://goreportcard.com/report/github.com/kubernetes-incubator/cri-o)
|
||||||
|
|
||||||
### Status: Release Candidate 2
|
### Status: Release Candidate 3
|
||||||
|
|
||||||
## What is the scope of this project?
|
## What is the scope of this project?
|
||||||
|
|
||||||
|
@ -237,6 +237,7 @@ You can run a local version of kubernetes with cri-o using `local-up-cluster.sh`
|
||||||
1. Start the cri-o daemon (`crio`)
|
1. Start the cri-o daemon (`crio`)
|
||||||
1. From the kubernetes project directory, run:
|
1. From the kubernetes project directory, run:
|
||||||
```shell
|
```shell
|
||||||
|
CGROUP_DRIVER=systemd \
|
||||||
CONTAINER_RUNTIME=remote \
|
CONTAINER_RUNTIME=remote \
|
||||||
CONTAINER_RUNTIME_ENDPOINT='/var/run/crio.sock --runtime-request-timeout=15m' \
|
CONTAINER_RUNTIME_ENDPOINT='/var/run/crio.sock --runtime-request-timeout=15m' \
|
||||||
./hack/local-up-cluster.sh
|
./hack/local-up-cluster.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue