Skip to content

Commit c6d22d8

Browse files
authored
Merge pull request #39229 from Zhuzhenghao/fix/install-kubeadm
[zh-cn] Resync install-kubeadm.md
2 parents 9a6cc40 + 2c559fa commit c6d22d8

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ card:
2222
<!--
2323
<img src="/images/kubeadm-stacked-color.png" align="right" width="150px"></img>
2424
This page shows how to install the `kubeadm` toolbox.
25-
For information on how to create a cluster with kubeadm once you have performed this installation process, see the [Creating a cluster with kubeadm](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/) page.
25+
For information on how to create a cluster with kubeadm once you have performed this installation process,
26+
see the [Creating a cluster with kubeadm](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/) page.
2627
-->
2728
<img src="/images/kubeadm-stacked-color.png" align="right" width="150px"></img>
2829
本页面显示如何安装 `kubeadm` 工具箱。
@@ -32,7 +33,8 @@ For information on how to create a cluster with kubeadm once you have performed
3233
## {{% heading "prerequisites" %}}
3334

3435
<!--
35-
* A compatible Linux host. The Kubernetes project provides generic instructions for Linux distributions based on Debian and Red Hat, and those distributions without a package manager.
36+
* A compatible Linux host. The Kubernetes project provides generic instructions for Linux distributions
37+
based on Debian and Red Hat, and those distributions without a package manager.
3638
* 2 GB or more of RAM per machine (any less will leave little room for your apps).
3739
* 2 CPUs or more.
3840
* Full network connectivity between all machines in the cluster (public or private network is fine).
@@ -85,8 +87,9 @@ route, we recommend you add IP route(s) so Kubernetes cluster addresses go via t
8587
<!--
8688
## Check required ports
8789
These
88-
[required ports](/docs/reference/networking/ports-and-protocols/)
89-
need to be open in order for Kubernetes components to communicate with each other. You can use tools like netcat to check if a port is open. For example:
90+
These [required ports](/docs/reference/networking/ports-and-protocols/)
91+
need to be open in order for Kubernetes components to communicate with each other.
92+
You can use tools like netcat to check if a port is open. For example:
9093
-->
9194
## 检查所需端口{#check-required-ports}
9295

@@ -347,8 +350,8 @@ sudo systemctl enable --now kubelet
347350
- You can leave SELinux enabled if you know how to configure it but it may require settings that are not supported by kubeadm.
348351
349352
- If the `baseurl` fails because your Red Hat-based distribution cannot interpret `basearch`, replace `\$basearch` with your computer's architecture.
350-
Type `uname -m` to see that value.
351-
For example, the `baseurl` URL for `x86_64` could be: `https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64`.
353+
Type `uname -m` to see that value.
354+
For example, the `baseurl` URL for `x86_64` could be: `https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64`.
352355
-->
353356
**请注意:**
354357

0 commit comments

Comments
 (0)