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.

22 lines
500 B

  1. ---
  2. # Debian-10 has pkg only for cri-o 1.19
  3. crio_kubernetes_version_matrix:
  4. "1.19": "1.19"
  5. "1.18": "1.19"
  6. "1.17": "1.19"
  7. crio_versioned_pkg:
  8. "1.19":
  9. - "cri-o=1.19*"
  10. - cri-o-runc
  11. default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"
  12. crio_packages: "{{ debian_crio_packages | default(default_crio_packages) }}"
  13. # The crio_runtimes variable defines a list of OCI compatible runtimes.
  14. crio_runtimes:
  15. - name: runc
  16. path: /usr/sbin/runc
  17. type: oci
  18. root: /run/runc