mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 17:37:39 -02:30
Update to Ansible v2.7.16 (#5850)
This commit is contained in:
@@ -139,7 +139,7 @@ Note: The list of validated [docker versions](https://github.com/kubernetes/kube
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- **Minimum required version of Kubernetes is v1.15**
|
- **Minimum required version of Kubernetes is v1.15**
|
||||||
- **Ansible v2.7.8 and python-netaddr is installed on the machine that will run Ansible commands**
|
- **Ansible v2.7.16 and python-netaddr is installed on the machine that will run Ansible commands**
|
||||||
- **Jinja 2.9 (or newer) is required to run the Ansible Playbooks**
|
- **Jinja 2.9 (or newer) is required to run the Ansible Playbooks**
|
||||||
- The target servers must have **access to the Internet** in order to pull docker images. Otherwise, additional configuration is required (See [Offline Environment](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/downloads.md#offline-environment))
|
- The target servers must have **access to the Internet** in order to pull docker images. Otherwise, additional configuration is required (See [Offline Environment](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/downloads.md#offline-environment))
|
||||||
- The target servers are configured to allow **IPv4 forwarding**.
|
- The target servers are configured to allow **IPv4 forwarding**.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ansible==2.7.12
|
ansible==2.7.16
|
||||||
jinja2==2.10.1
|
jinja2==2.10.1
|
||||||
netaddr==0.7.19
|
netaddr==0.7.19
|
||||||
pbr==5.2.0
|
pbr==5.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user