You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/setup/production-environment/tools/kubespray.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,13 @@ Kubespray is a composition of [Ansible](https://docs.ansible.com/) playbooks, [i
13
13
* a highly available cluster
14
14
* composable attributes
15
15
* 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
17
18
* 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
21
21
* openSUSE Leap 15
22
+
* Flatcar Container Linux by Kinvolk
22
23
* continuous integration tests
23
24
24
25
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
32
33
33
34
Provision servers with the following [requirements](https://github.com/kubernetes-sigs/kubespray#requirements):
34
35
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**
37
38
* 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))
38
39
* The target servers are configured to allow **IPv4 forwarding**
39
40
***Your ssh key must be copied** to all the servers part of your inventory
0 commit comments