ddffdb63bf
* Remove non-kubeadm deployment * More cleanup * More cleanup * More cleanup * More cleanup * Fix gitlab * Try stop gce first before absent to make the delete process work * More cleanup * Fix bug with checking if kubeadm has already run * Fix bug with checking if kubeadm has already run * More fixes * Fix test * fix * Fix gitlab checkout untill kubespray 2.8 is on quay * Fixed * Add upgrade path from non-kubeadm to kubeadm. Revert ssl path * Readd secret checking * Do gitlab checks from v2.7.0 test upgrade path to 2.8.0 * fix typo * Fix CI jobs to kubeadm again. Fix broken hyperkube path * Fix gitlab * Fix rotate tokens * More fixes * More fixes * Fix tokens
28 lines
615 B
Markdown
28 lines
615 B
Markdown
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
|
|
|
|
```
|
|
download_container: false
|
|
skip_downloads: false
|
|
```
|
|
|
|
#### k8s-cluster.yml
|
|
|
|
```
|
|
etcd_deployment_type: host
|
|
kubelet_deployment_type: host
|
|
container_manager: crio
|
|
```
|