Skip to content

Commit 549d778

Browse files
authored
Merge pull request #23785 from Miouge1/update-kubespray2
Update Kubespray page
2 parents c98e9e5 + a5cbc1f commit 549d778

File tree

1 file changed

+7
-6
lines changed
  • content/en/docs/setup/production-environment/tools

1 file changed

+7
-6
lines changed

content/en/docs/setup/production-environment/tools/kubespray.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ Kubespray is a composition of [Ansible](https://docs.ansible.com/) playbooks, [i
1313
* a highly available cluster
1414
* composable attributes
1515
* support for most popular Linux distributions
16-
* Container Linux by CoreOS
16+
* Ubuntu 16.04, 18.04, 20.04
17+
* CentOS/RHEL/Oracle Linux 7, 8
1718
* Debian Buster, Jessie, Stretch, Wheezy
18-
* Ubuntu 16.04, 18.04
19-
* CentOS/RHEL/Oracle Linux 7
20-
* Fedora 28
19+
* Fedora 31, 32
20+
* Fedora CoreOS
2121
* openSUSE Leap 15
22+
* Flatcar Container Linux by Kinvolk
2223
* continuous integration tests
2324

2425
To choose a tool which best fits your use case, read [this comparison](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/comparisons.md) to
@@ -32,8 +33,8 @@ To choose a tool which best fits your use case, read [this comparison](https://g
3233

3334
Provision servers with the following [requirements](https://github.com/kubernetes-sigs/kubespray#requirements):
3435

35-
* **Ansible v2.7.8 and python-netaddr is installed on the machine that will run Ansible commands**
36-
* **Jinja 2.9 (or newer) is required to run the Ansible Playbooks**
36+
* **Ansible v2.9 and python-netaddr is installed on the machine that will run Ansible commands**
37+
* **Jinja 2.11 (or newer) is required to run the Ansible Playbooks**
3738
* 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/offline-environment.md))
3839
* The target servers are configured to allow **IPv4 forwarding**
3940
* **Your ssh key must be copied** to all the servers part of your inventory

0 commit comments

Comments
 (0)