Skip to content

Commit

Permalink
Add cri-o document.
Browse files Browse the repository at this point in the history
  • Loading branch information
okamototk committed Aug 28, 2018
1 parent 236f066 commit f47c31d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/cri-o.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
cri-o
===============

cri-o is container developed by kubernetes project.
Currently, only basic function is supported for cri-o.

* cri-o is supported kubernetes 1.11.1 or later.
* helm and other feature may not be supported due to docker dependency.
* scale.yml and upgrade-cluster.yml are not supported.

helm and other feature may not be supported due to docker dependency.

Use cri-o instead of docker, set following variable:

#### all.yml

```
kubeadm_enable: true
...
download_container: false
skip_downloads: false
```

#### k8s-cluster.yml

```
etcd_deployment_type: host
kubelet_deployment_type: host
manage_docker: false
manage_crio: true
```

0 comments on commit f47c31d

Please sign in to comment.