mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
Enable crio 1.18 (#6197)
This commit is contained in:
@@ -9,7 +9,7 @@ crio_conmon: "/usr/bin/conmon"
|
||||
crio_required_version: "{{ kube_version | regex_replace('^v(?P<major>\\d+).(?P<minor>\\d+).(?P<patch>\\d+)$', '\\g<major>.\\g<minor>') }}"
|
||||
|
||||
crio_kubernetes_version_matrix:
|
||||
"1.18": "1.17"
|
||||
"1.18": "1.18"
|
||||
"1.17": "1.17"
|
||||
"1.16": "1.16"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user