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.

28 lines
615 B

  1. cri-o
  2. ===============
  3. cri-o is container developed by kubernetes project.
  4. Currently, only basic function is supported for cri-o.
  5. * cri-o is supported kubernetes 1.11.1 or later.
  6. * helm and other feature may not be supported due to docker dependency.
  7. * scale.yml and upgrade-cluster.yml are not supported.
  8. helm and other feature may not be supported due to docker dependency.
  9. Use cri-o instead of docker, set following variable:
  10. #### all.yml
  11. ```
  12. download_container: false
  13. skip_downloads: false
  14. ```
  15. #### k8s-cluster.yml
  16. ```
  17. etcd_deployment_type: host
  18. kubelet_deployment_type: host
  19. container_manager: crio
  20. ```