Skip to content

Commit d35b1eb

Browse files
authored
Merge pull request #26560 from butterv/setup-kubespray-1.18-ja
Update docs/setup/production-environment/tools/kubespray.md to follow v1.18 of the original text
2 parents f6d72fe + c191850 commit d35b1eb

File tree

1 file changed

+6
-5
lines changed
  • content/ja/docs/setup/production-environment/tools

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 30
88

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

11-
Kubespray is a composition of [Ansible](http://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:
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:
1212

1313
* a highly available cluster
1414
* composable attributes
@@ -21,7 +21,8 @@ Kubespray is a composition of [Ansible](http://docs.ansible.com/) playbooks, [in
2121
* openSUSE Leap 15
2222
* continuous integration tests
2323

24-
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 [kubeadm](/docs/admin/kubeadm/) and [kops](/docs/setup/production-environment/tools/kops/).
24+
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
25+
[kubeadm](/docs/reference/setup-tools/kubeadm/kubeadm/) and [kops](/docs/setup/production-environment/tools/kops/).
2526

2627

2728

@@ -50,7 +51,7 @@ Kubespray provides the following utilities to help provision your environment:
5051

5152
### (2/5) インベントリファイルの用意
5253

53-
After you provision your servers, create an [inventory file for Ansible](http://docs.ansible.com/ansible/intro_inventory.html). You can do this manually or via a dynamic inventory script. For more information, see "[Building your own inventory](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/getting-started.md#building-your-own-inventory)".
54+
After you provision your servers, create an [inventory file for Ansible](https://docs.ansible.com/ansible/intro_inventory.html). You can do this manually or via a dynamic inventory script. For more information, see "[Building your own inventory](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/getting-started.md#building-your-own-inventory)".
5455

5556
### (3/5) クラスタ作成の計画
5657

@@ -68,7 +69,7 @@ Kubespray provides the ability to customize many aspects of the deployment:
6869
* {{< glossary_tooltip term_id="cri-o" >}}
6970
* Certificate generation methods
7071

71-
Kubespray customizations can be made to a [variable file](http://docs.ansible.com/ansible/playbooks_variables.html). If you are just getting started with Kubespray, consider using the Kubespray defaults to deploy your cluster and explore Kubernetes.
72+
Kubespray customizations can be made to a [variable file](https://docs.ansible.com/ansible/playbooks_variables.html). If you are just getting started with Kubespray, consider using the Kubespray defaults to deploy your cluster and explore Kubernetes.
7273

7374
### (4/5) クラスタのデプロイ
7475

@@ -110,7 +111,7 @@ When running the reset playbook, be sure not to accidentally target your product
110111

111112
## フィードバック
112113

113-
* Slack Channel: [#kubespray](https://kubernetes.slack.com/messages/kubespray/) (You can get your invite [here](http://slack.k8s.io/))
114+
* Slack Channel: [#kubespray](https://kubernetes.slack.com/messages/kubespray/) (You can get your invite [here](https://slack.k8s.io/))
114115
* [GitHub Issues](https://github.com/kubernetes-sigs/kubespray/issues)
115116

116117

0 commit comments

Comments
 (0)