[cri-o] support cri-o 1.24 with kube 1.24

This commit is contained in:
Calin Cristian Andrei
2022-06-12 10:59:10 +03:00
committed by Kubernetes Prow Robot
parent 6380483e8b
commit 51bc64fb35
13 changed files with 49 additions and 24 deletions

View File

@@ -3,6 +3,8 @@
crio_storage_driver: "overlay"
crio_versioned_pkg:
"1.24":
- "cri-o-1.24.*"
"1.23":
- "cri-o-1.23.*"
"1.22":

View File

@@ -1,5 +1,7 @@
---
crio_versioned_pkg:
"1.24":
- "cri-o-1.24.*"
"1.23":
- "cri-o-1.23.*"
"1.22":

View File

@@ -1,5 +1,7 @@
---
crio_versioned_pkg:
"1.24":
- "cri-o-1.24.*"
"1.23":
- "cri-o-1.23.*"
"1.22":

View File

@@ -1,5 +1,8 @@
---
crio_versioned_pkg:
"1.24":
- "cri-o=1.24*"
- cri-o-runc
"1.23":
- "cri-o=1.23*"
- cri-o-runc

View File

@@ -0,0 +1,5 @@
---
crio_packages:
- cri-o
crio_version: 1.24

View File

@@ -1,10 +1,10 @@
---
crio_packages:
- cri-o
- cri-tools
crio_kubernetes_version_matrix:
"1.23": "1.22"
"1.24": "1.23"
"1.23": "1.23"
"1.22": "1.22"
"1.21": "1.21"
crio_version: "{{ crio_kubernetes_version_matrix[crio_required_version] | default('1.22') }}"
crio_version: "{{ crio_kubernetes_version_matrix[crio_required_version] | default('1.23') }}"

View File

@@ -1,5 +1,8 @@
---
crio_versioned_pkg:
"1.24":
- "cri-o=1.24*"
- cri-o-runc
"1.23":
- "cri-o=1.23*"
- cri-o-runc