update kube-version-min-required to v1.27 (#10817)

This commit is contained in:
kyrie
2024-01-22 21:26:12 +08:00
committed by GitHub
parent 4cb1f529d1
commit a45a40a398
4 changed files with 2 additions and 202 deletions

View File

@ -202,7 +202,7 @@ Note: Upstart/SysV init based OS types are not supported.
## Requirements
- **Minimum required version of Kubernetes is v1.26**
- **Minimum required version of Kubernetes is v1.27**
- **Ansible v2.14+, 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**.