mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 17:48:12 -03:30
Upgrade to Ansible >2.7.0 (#4471)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
20ebb49568
commit
a4e65c7ceb
@@ -19,10 +19,6 @@ To deploy the cluster you can use :
|
||||
|
||||
### Ansible
|
||||
|
||||
#### Ansible version
|
||||
|
||||
Ansible v2.7.0 is failing and/or produce unexpected results due to [ansible/ansible/issues/46600](https://github.com/ansible/ansible/issues/46600)
|
||||
|
||||
#### Usage
|
||||
|
||||
# Install dependencies from ``requirements.txt``
|
||||
@@ -142,7 +138,7 @@ plugins can be deployed for a given single cluster.
|
||||
Requirements
|
||||
------------
|
||||
|
||||
- **Ansible v2.6 (or newer) and python-netaddr is installed on the machine
|
||||
- **Ansible v2.7.6 (or newer) 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**
|
||||
- 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))
|
||||
|
||||
Reference in New Issue
Block a user