Update kube_version_min_required for 2.14 release (#6634)

This commit is contained in:
Maxime Guyot
2020-09-08 08:59:43 +02:00
committed by GitHub
parent 597c810ef0
commit 961149b865
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ Note: The list of validated [docker versions](https://kubernetes.io/docs/setup/p
## Requirements
- **Minimum required version of Kubernetes is v1.16**
- **Minimum required version of Kubernetes is v1.17**
- **Ansible v2.9+, 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**.