Skip to content

Commit

Permalink
Update kube_version_min_required for 2.14 release (#6634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miouge1 authored Sep 8, 2020
1 parent 597c810 commit 961149b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down
2 changes: 1 addition & 1 deletion roles/kubespray-defaults/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ disable_swap: true
kube_version: v1.18.8

## 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
kubeadm_use_hyperkube_image: False
Expand Down

0 comments on commit 961149b

Please sign in to comment.