Move min k8s version to 1.20

This commit is contained in:
Florian Ruynat
2021-09-19 16:39:40 +02:00
committed by Kubernetes Prow Robot
parent 8efde799e1
commit 5d1b34bdcd
10 changed files with 2 additions and 165 deletions

View File

@@ -48,7 +48,6 @@ crio_kubernetes_version_matrix:
"1.22": "1.21"
"1.21": "1.21"
"1.20": "1.20"
"1.19": "1.19"
crio_version: "{{ crio_kubernetes_version_matrix[crio_required_version] | default('1.22') }}"

View File

@@ -7,8 +7,6 @@ crio_versioned_pkg:
- "cri-o-1.21.*"
"1.20":
- "cri-o-1.20.*"
"1.19":
- "cri-o-1.19.*"
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"

View File

@@ -4,8 +4,6 @@ crio_versioned_pkg:
- "cri-o-1.21.*"
"1.20":
- "cri-o-1.20.*"
"1.19":
- "cri-o-1.19.*"
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"

View File

@@ -4,8 +4,6 @@ crio_versioned_pkg:
- "cri-o-1.21.*"
"1.20":
- "cri-o-1.20.*"
"1.19":
- "cri-o-1.19.*"
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"

View File

@@ -6,9 +6,6 @@ crio_versioned_pkg:
"1.20":
- "cri-o=1.20*"
- cri-o-runc
"1.19":
- "cri-o=1.19*"
- cri-o-runc
crio_debian_buster_backports_packages:
- "libseccomp2"

View File

@@ -7,5 +7,4 @@ crio_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') }}"

View File

@@ -6,9 +6,6 @@ crio_versioned_pkg:
"1.20":
- "cri-o=1.20*"
- cri-o-runc
"1.19":
- "cri-o=1.19*"
- cri-o-runc
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"