Ubuntu crio repo (#5994)

* declare kubic repo for ubuntu

* do not install crictl twice

* move fedora repo modular tasks to crio_repo file

* move centos repo tasks to crio_repo

* declare crio version matrix for ubuntu

* update documentation crio support for ubuntu
This commit is contained in:
spaced
2020-04-22 22:29:45 +02:00
committed by GitHub
parent b8cd9403df
commit b0484fe3e5
5 changed files with 44 additions and 38 deletions

View File

@@ -1,6 +1,11 @@
---
crio_kubic_versions:
"1.18": "1.17"
"1.17": "1.17"
"1.16": "1.16"
crio_packages:
- "cri-o-1.15"
- "cri-o-{{ crio_kubic_versions[ kube_version | regex_replace('^v(?P<major>\\d+).(?P<minor>\\d+).(?P<patch>\\d+)$', '\\g<major>.\\g<minor>') ] | default('1.17') }}"
crio_conmon: /usr/bin/conmon
crio_seccomp_profile: ""