kubernetes-clustergcekubernetesbare-metalk8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansible
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.
25 lines
528 B
25 lines
528 B
---
|
|
crio_versioned_pkg:
|
|
"1.21":
|
|
- "cri-o=1.21*"
|
|
- cri-o-runc
|
|
"1.20":
|
|
- "cri-o=1.20*"
|
|
- cri-o-runc
|
|
"1.19":
|
|
- "cri-o=1.19*"
|
|
- cri-o-runc
|
|
|
|
crio_debian_buster_backports_packages:
|
|
- "libseccomp2"
|
|
|
|
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"
|
|
|
|
crio_packages: "{{ debian_crio_packages | default(default_crio_packages) }}"
|
|
|
|
# The crio_runtimes variable defines a list of OCI compatible runtimes.
|
|
crio_runtimes:
|
|
- name: runc
|
|
path: /usr/sbin/runc
|
|
type: oci
|
|
root: /run/runc
|