mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-31 17:19:17 -03:30
Bump crio to default 1.21
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a754c0d476
commit
79fdee3979
@@ -43,7 +43,7 @@ crio_kubernetes_version_matrix:
|
||||
"1.20": "1.20"
|
||||
"1.19": "1.19"
|
||||
|
||||
crio_version: "{{ crio_kubernetes_version_matrix[crio_required_version] | default('1.20') }}"
|
||||
crio_version: "{{ crio_kubernetes_version_matrix[crio_required_version] | default('1.21') }}"
|
||||
|
||||
# The crio_runtimes variable defines a list of OCI compatible runtimes.
|
||||
crio_runtimes:
|
||||
|
||||
@@ -4,3 +4,10 @@ crio_packages:
|
||||
- cri-tools
|
||||
|
||||
crio_conmon: /usr/libexec/crio/conmon
|
||||
|
||||
# Fedora doesn't have cri-o 1.21 packages
|
||||
crio_kubernetes_version_matrix:
|
||||
"1.21": "1.20"
|
||||
"1.20": "1.20"
|
||||
"1.19": "1.19"
|
||||
crio_version: "{{ crio_kubernetes_version_matrix[crio_required_version] | default('1.20') }}"
|
||||
|
||||
Reference in New Issue
Block a user