mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 20:29:18 +03:00
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:
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user