You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
581 B

  1. # CRI-O
  2. [CRI-O] is a lightweight container runtime for Kubernetes.
  3. Kubespray supports basic functionality for using CRI-O as the default container runtime in a cluster.
  4. * Kubernetes supports CRI-O on v1.11.1 or later.
  5. * `scale.yml` and `upgrade-cluster.yml` are not supported on clusters using CRI-O.
  6. _To use the CRI-O container runtime set the following variables:_
  7. ## all.yml
  8. ```yaml
  9. download_container: false
  10. skip_downloads: false
  11. ```
  12. ## k8s-cluster.yml
  13. ```yaml
  14. container_manager: crio
  15. ```
  16. ## etcd.yml
  17. ```yaml
  18. etcd_deployment_type: host
  19. ```
  20. [CRI-O]: https://cri-o.io/