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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ 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
-
* Ubuntu 16.04, 18.04, 20.04
16
+
* Ubuntu 16.04, 18.04, 20.04, 22.04
17
17
* CentOS/RHEL/Oracle Linux 7, 8
18
18
* Debian Buster, Jessie, Stretch, Wheezy
19
-
* Fedora 31, 32
19
+
* Fedora 34, 35
20
20
* Fedora CoreOS
21
21
* openSUSE Leap 15
22
22
* Flatcar Container Linux by Kinvolk
@@ -33,7 +33,7 @@ To choose a tool which best fits your use case, read [this comparison](https://g
33
33
34
34
Provision servers with the following [requirements](https://github.com/kubernetes-sigs/kubespray#requirements):
35
35
36
-
***Ansible v2.9 and python-netaddr are installed on the machine that will run Ansible commands**
36
+
***Ansible v2.11 and python-netaddr are installed on the machine that will run Ansible commands**
37
37
***Jinja 2.11 (or newer) is required to run the Ansible Playbooks**
38
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))
39
39
* The target servers are configured to allow **IPv4 forwarding**
Copy file name to clipboardExpand all lines: content/fr/docs/setup/custom-cloud/kubespray.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ Kubespray se base sur des outils de provisioning, des [paramètres](https://gith
15
15
* Le support des principales distributions Linux:
16
16
* Container Linux de CoreOS
17
17
* Debian Jessie, Stretch, Wheezy
18
-
* Ubuntu 16.04, 18.04
19
-
* CentOS/RHEL 7
18
+
* Ubuntu 16.04, 18.04, 20.04, 22.04
19
+
* CentOS/RHEL 7, 8
20
20
* Fedora/CentOS Atomic
21
21
* openSUSE Leap 42.3/Tumbleweed
22
22
* des tests d'intégration continue
@@ -33,8 +33,8 @@ Afin de choisir l'outil le mieux adapté à votre besoin, veuillez lire [cette c
33
33
34
34
Les serveurs doivent être installés en s'assurant des éléments suivants:
35
35
36
-
***Ansible v2.6 (ou version plus récente) et python-netaddr installés sur la machine qui exécutera les commandes Ansible**
37
-
***Jinja 2.9 (ou version plus récente) est nécessaire pour exécuter les playbooks Ansible**
36
+
***Ansible v2.11 (ou version plus récente) et python-netaddr installés sur la machine qui exécutera les commandes Ansible**
37
+
***Jinja 2.11 (ou version plus récente) est nécessaire pour exécuter les playbooks Ansible**
38
38
* Les serveurs cibles doivent avoir **accès à Internet** afin de télécharger les images Docker. Autrement, une configuration supplémentaire est nécessaire, (se référer à [Offline Environment](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/downloads.md#offline-environment))
39
39
* Les serveurs cibles doivent être configurés afin d'autoriser le transfert IPv4 (**IPv4 forwarding**)
40
40
***Votre clé ssh doit être copiée** sur tous les serveurs faisant partie de votre inventaire Ansible.
Copy file name to clipboardExpand all lines: content/ja/docs/setup/production-environment/tools/kubespray.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,20 @@ weight: 30
6
6
7
7
<!-- overview -->
8
8
9
-
This quickstart helps to install a Kubernetes cluster hosted on GCE, Azure, OpenStack, AWS, vSphere, Packet (bare metal), Oracle Cloud Infrastructure (Experimental) or Baremetal with [Kubespray](https://github.com/kubernetes-sigs/kubespray).
9
+
This quickstart helps to install a Kubernetes cluster hosted on GCE, Azure, OpenStack, AWS, vSphere, Equinix Metal (formerly Packet), Oracle Cloud Infrastructure (Experimental) or Baremetal with [Kubespray](https://github.com/kubernetes-sigs/kubespray).
10
10
11
11
Kubespray is a composition of [Ansible](https://docs.ansible.com/) playbooks, [inventory](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/ansible.md), provisioning tools, and domain knowledge for generic OS/Kubernetes clusters configuration management tasks. Kubespray provides:
12
12
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, 22.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 34, 35
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
@@ -34,13 +35,13 @@ To choose a tool which best fits your use case, read [this comparison](https://g
34
35
35
36
Provision servers with the following [requirements](https://github.com/kubernetes-sigs/kubespray#requirements):
36
37
37
-
***Ansible v2.7.8 and python-netaddr is installed on the machine that will run Ansible commands**
38
-
***Jinja 2.9 (or newer) is required to run the Ansible Playbooks**
38
+
***Ansible v2.11 and python-netaddr are installed on the machine that will run Ansible commands**
39
+
***Jinja 2.11 (or newer) is required to run the Ansible Playbooks**
39
40
* 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))
40
41
* The target servers are configured to allow **IPv4 forwarding**
41
-
***Your ssh key must be copied** to all the servers part of your inventory
42
-
*The **firewalls are not managed**, you'll need to implement your own rules the way you used to. in order to avoid any issue during deployment you should disable your firewall
43
-
* If kubespray is ran from non-root user account, correct privilege escalation method should be configured in the target servers. Then the `ansible_become` flag or command parameters `--become` or `-b` should be specified
42
+
***Your ssh key must be copied** to all the servers in your inventory
43
+
***Firewalls are not managed by kubespray**. You'll need to implement appropriate rules as needed. You should disable your firewall in order to avoid any issues during deployment
44
+
* If kubespray is run from a non-root user account, correct privilege escalation method should be configured in the target servers and the `ansible_become` flag or command parameters `--become` or `-b` should be specified
44
45
45
46
Kubespray provides the following utilities to help provision your environment:
언더레이(underlay) [요건](https://github.com/kubernetes-sigs/kubespray#requirements)을 만족하는 프로비전 한다.
35
35
36
-
***Ansible의 명령어를 실행하기 위해 Ansible v 2.9와 Python netaddr 라이브러리가 머신에 설치되어 있어야 한다**
36
+
***Ansible의 명령어를 실행하기 위해 Ansible v 2.11와 Python netaddr 라이브러리가 머신에 설치되어 있어야 한다**
37
37
***Ansible 플레이북을 실행하기 위해 2.11 (혹은 그 이상) 버전의 Jinja가 필요하다**
38
38
* 타겟 서버들은 docker 이미지를 풀(pull) 하기 위해 반드시 인터넷에 접속할 수 있어야 한다. 아니라면, 추가적인 설정을 해야 한다 ([오프라인 환경 확인하기](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/offline-environment.md))
* **Ansible v2.9 and python-netaddr are installed on the machine that will run Ansible commands**
80
+
* **Ansible v2.11 and python-netaddr are installed on the machine that will run Ansible commands**
81
81
* **Jinja 2.11 (or newer) is required to run the Ansible Playbooks**
82
82
* 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))
83
83
* The target servers are configured to allow **IPv4 forwarding**
84
84
* **Your ssh key must be copied** to all the servers in your inventory
85
85
* **Firewalls are not managed by kubespray**. You'll need to implement appropriate rules as needed. You should disable your firewall in order to avoid any issues during deployment
86
86
* If kubespray is run from a non-root user account, correct privilege escalation method should be configured in the target servers and the `ansible_become` flag or command parameters `--become` or `-b` should be specified
0 commit comments