2020-04-24 08:18:07 +00:00
|
|
|
---
|
2020-12-09 09:22:50 +00:00
|
|
|
# Debian-10 has pkg only for cri-o 1.19
|
|
|
|
crio_kubernetes_version_matrix:
|
|
|
|
"1.19": "1.19"
|
|
|
|
"1.18": "1.19"
|
|
|
|
"1.17": "1.19"
|
2020-04-24 08:18:07 +00:00
|
|
|
|
2020-12-09 09:22:50 +00:00
|
|
|
crio_versioned_pkg:
|
|
|
|
"1.19":
|
|
|
|
- "cri-o=1.19*"
|
|
|
|
- cri-o-runc
|
|
|
|
|
|
|
|
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"
|
|
|
|
|
|
|
|
crio_packages: "{{ debian_crio_packages | default(default_crio_packages) }}"
|
2020-04-24 08:18:07 +00:00
|
|
|
|
2020-10-23 10:07:46 +00:00
|
|
|
# The crio_runtimes variable defines a list of OCI compatible runtimes.
|
|
|
|
crio_runtimes:
|
|
|
|
- name: runc
|
|
|
|
path: /usr/sbin/runc
|
|
|
|
type: oci
|
|
|
|
root: /run/runc
|