Skip to content
Snippets Groups Projects
Commit 9e7f89d2 authored by Florian Ruynat's avatar Florian Ruynat
Browse files

Remove forgotten 1.21 references

parent 24c8ba83
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ Note: Upstart/SysV init based OS types are not supported.
## Requirements
- **Minimum required version of Kubernetes is v1.21**
- **Minimum required version of Kubernetes is v1.22**
- **Ansible v2.11+, Jinja 2.11+ and python-netaddr is installed on the machine that will run Ansible commands**
- The target servers must have **access to the Internet** in order to pull docker images. Otherwise, additional configuration is required (See [Offline Environment](docs/offline-environment.md))
- The target servers are configured to allow **IPv4 forwarding**.
......
......@@ -41,7 +41,6 @@ crio_kubernetes_version_matrix:
"1.24": "1.24"
"1.23": "1.23"
"1.22": "1.22"
"1.21": "1.21"
crio_version: "{{ crio_kubernetes_version_matrix[crio_required_version] | default('1.24') }}"
......
......@@ -9,8 +9,6 @@ crio_versioned_pkg:
- "cri-o-1.23.*"
"1.22":
- "cri-o-1.22.*"
"1.21":
- "cri-o-1.21.*"
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"
......
......@@ -6,8 +6,6 @@ crio_versioned_pkg:
- "cri-o-1.23.*"
"1.22":
- "cri-o-1.22.*"
"1.21":
- "cri-o-1.21.*"
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"
......
......@@ -6,8 +6,6 @@ crio_versioned_pkg:
- "cri-o-1.23.*"
"1.22":
- "cri-o-1.22.*"
"1.21":
- "cri-o-1.21.*"
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"
......
......@@ -9,9 +9,6 @@ crio_versioned_pkg:
"1.22":
- "cri-o=1.22*"
- cri-o-runc
"1.21":
- "cri-o=1.21*"
- cri-o-runc
crio_debian_buster_backports_packages:
- "libseccomp2"
......
......@@ -6,5 +6,4 @@ crio_kubernetes_version_matrix:
"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.23') }}"
......@@ -9,9 +9,6 @@ crio_versioned_pkg:
"1.22":
- "cri-o=1.22*"
- cri-o-runc
"1.21":
- "cri-o=1.21*"
- cri-o-runc
default_crio_packages: "{{ crio_versioned_pkg[crio_version] }}"
......
......@@ -252,7 +252,6 @@ kube_api_aggregator_routing: false
kube_profiling: false
# Graceful Node Shutdown
# This requires kubernetes >= 1.21.0
kubelet_shutdown_grace_period: 60s
# kubelet_shutdown_grace_period_critical_pods should be less than kubelet_shutdown_grace_period
# to give normal pods time to be gracefully evacuated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment