mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-02 09:18:55 -03:30
Update kube_version_min_required for 2.14 release (#6634)
This commit is contained in:
@@ -145,7 +145,7 @@ Note: The list of validated [docker versions](https://kubernetes.io/docs/setup/p
|
|||||||
|
|
||||||
## Requirements
|
## 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**
|
- **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 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**.
|
- The target servers are configured to allow **IPv4 forwarding**.
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ disable_swap: true
|
|||||||
kube_version: v1.18.8
|
kube_version: v1.18.8
|
||||||
|
|
||||||
## The minimum version working
|
## The minimum version working
|
||||||
kube_version_min_required: v1.16.0
|
kube_version_min_required: v1.17.0
|
||||||
|
|
||||||
# use HyperKube image to control plane containers
|
# use HyperKube image to control plane containers
|
||||||
kubeadm_use_hyperkube_image: False
|
kubeadm_use_hyperkube_image: False
|
||||||
|
|||||||
Reference in New Issue
Block a user