Skip to content

Commit e37f4c3

Browse files
committed
Update kubespray docs.
Update kubespray.md docs for different languages based on the official documentation on kubespray.io
1 parent 580c643 commit e37f4c3

File tree

5 files changed

+27
-26
lines changed

5 files changed

+27
-26
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ 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-
* Ubuntu 16.04, 18.04, 20.04
16+
* Ubuntu 16.04, 18.04, 20.04, 22.04
1717
* CentOS/RHEL/Oracle Linux 7, 8
1818
* Debian Buster, Jessie, Stretch, Wheezy
19-
* Fedora 31, 32
19+
* Fedora 34, 35
2020
* Fedora CoreOS
2121
* openSUSE Leap 15
2222
* Flatcar Container Linux by Kinvolk
@@ -33,7 +33,7 @@ To choose a tool which best fits your use case, read [this comparison](https://g
3333

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

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**
3737
* **Jinja 2.11 (or newer) is required to run the Ansible Playbooks**
3838
* 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))
3939
* The target servers are configured to allow **IPv4 forwarding**

content/fr/docs/setup/custom-cloud/kubespray.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Kubespray se base sur des outils de provisioning, des [paramètres](https://gith
1515
* Le support des principales distributions Linux:
1616
* Container Linux de CoreOS
1717
* 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
2020
* Fedora/CentOS Atomic
2121
* openSUSE Leap 42.3/Tumbleweed
2222
* des tests d'intégration continue
@@ -33,8 +33,8 @@ Afin de choisir l'outil le mieux adapté à votre besoin, veuillez lire [cette c
3333

3434
Les serveurs doivent être installés en s'assurant des éléments suivants:
3535

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**
3838
* 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))
3939
* Les serveurs cibles doivent être configurés afin d'autoriser le transfert IPv4 (**IPv4 forwarding**)
4040
* **Votre clé ssh doit être copiée** sur tous les serveurs faisant partie de votre inventaire Ansible.

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@ weight: 30
66

77
<!-- overview -->
88

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).
1010

1111
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:
1212

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, 22.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 34, 35
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
@@ -34,13 +35,13 @@ To choose a tool which best fits your use case, read [this comparison](https://g
3435

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

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**
3940
* 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))
4041
* 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
4445

4546
Kubespray provides the following utilities to help provision your environment:
4647

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Kubespray는 [Ansible](https://docs.ansible.com/) 플레이북, [인벤토리](h
1313
* 고가용성을 지닌 클러스터
1414
* 구성할 수 있는 속성들
1515
* 대부분의 인기있는 리눅스 배포판들에 대한 지원
16-
* Ubuntu 16.04, 18.04, 20.04
16+
* Ubuntu 16.04, 18.04, 20.04, 22.04
1717
* CentOS/RHEL/Oracle Linux 7, 8
1818
* Debian Buster, Jessie, Stretch, Wheezy
19-
* Fedora 31, 32
19+
* Fedora 34, 35
2020
* Fedora CoreOS
2121
* openSUSE Leap 15
2222
* Flatcar Container Linux by Kinvolk
@@ -33,7 +33,7 @@ Kubespray는 [Ansible](https://docs.ansible.com/) 플레이북, [인벤토리](h
3333

3434
언더레이(underlay) [요건](https://github.com/kubernetes-sigs/kubespray#requirements)을 만족하는 프로비전 한다.
3535

36-
* **Ansible의 명령어를 실행하기 위해 Ansible v 2.9와 Python netaddr 라이브러리가 머신에 설치되어 있어야 한다**
36+
* **Ansible의 명령어를 실행하기 위해 Ansible v 2.11와 Python netaddr 라이브러리가 머신에 설치되어 있어야 한다**
3737
* **Ansible 플레이북을 실행하기 위해 2.11 (혹은 그 이상) 버전의 Jinja가 필요하다**
3838
* 타겟 서버들은 docker 이미지를 풀(pull) 하기 위해 반드시 인터넷에 접속할 수 있어야 한다. 아니라면, 추가적인 설정을 해야 한다 ([오프라인 환경 확인하기](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/offline-environment.md))
3939
* 타겟 서버들의 **IPv4 포워딩**이 활성화되어야 한다

content/zh-cn/docs/setup/production-environment/tools/kubespray.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Kubespray 提供:
3030
* a highly available cluster
3131
* composable attributes
3232
* support for most popular Linux distributions
33-
* Ubuntu 16.04, 18.04, 20.04
33+
* Ubuntu 16.04, 18.04, 20.04, 22.04
3434
* CentOS/RHEL/Oracle Linux 7, 8
3535
* Debian Buster, Jessie, Stretch, Wheezy
36-
* Fedora 31, 32
36+
* Fedora 34, 35
3737
* Fedora CoreOS
3838
* openSUSE Leap 15
3939
* Flatcar Container Linux by Kinvolk
@@ -42,10 +42,10 @@ Kubespray 提供:
4242
* 高可用性集群
4343
* 可组合属性
4444
* 支持大多数流行的 Linux 发行版
45-
* Ubuntu 16.04、18.04、20.04
45+
* Ubuntu 16.04、18.04、20.04, 22.04
4646
* CentOS / RHEL / Oracle Linux 7、8
4747
* Debian Buster、Jessie、Stretch、Wheezy
48-
* Fedora 31、32
48+
* Fedora 34、35
4949
* Fedora CoreOS
5050
* openSUSE Leap 15
5151
* Kinvolk 的 Flatcar Container Linux
@@ -77,15 +77,15 @@ Provision servers with the following [requirements](https://github.com/kubernete
7777
按以下[要求](https://github.com/kubernetes-sigs/kubespray#requirements)来配置服务器:
7878

7979
<!--
80-
* **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**
8181
* **Jinja 2.11 (or newer) is required to run the Ansible Playbooks**
8282
* 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))
8383
* The target servers are configured to allow **IPv4 forwarding**
8484
* **Your ssh key must be copied** to all the servers in your inventory
8585
* **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
8686
* 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
8787
-->
88-
* 在将运行 Ansible 命令的计算机上安装 Ansible v2.9 和 python-netaddr
88+
* 在将运行 Ansible 命令的计算机上安装 Ansible v2.11 和 python-netaddr
8989
* **运行 Ansible Playbook 需要 Jinja 2.11(或更高版本)**
9090
* 目标服务器必须有权访问 Internet 才能拉取 Docker 镜像。否则,
9191
需要其他配置([请参见离线环境](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/offline-environment.md)

0 commit comments

Comments
 (0)