Skip to content

Commit 5f943c1

Browse files
committed
[zh] Umbrella Sync: task pages for kubeadm-certs,kubeadm-upgrade,_index.md
* Sync with english version in 'Fix errors by linkchecker.py in tasks folder (#27172)' Signed-off-by: ydFu <[email protected]>
1 parent a6a0ece commit 5f943c1

File tree

3 files changed

+23
-24
lines changed

3 files changed

+23
-24
lines changed

content/zh/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,10 @@ controllerManager:
328328
### 创建证书签名请求 (CSR)
329329

330330
<!--
331-
See [Create CertificateSigningRequest](https://kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/#create-certificatesigningrequest) for creating CSRs with the Kubernetes API.
331+
See [Create CertificateSigningRequest](/docs/reference/access-authn-authz/certificate-signing-requests/#create-certificatesigningrequest) for creating CSRs with the Kubernetes API.
332332
-->
333333
有关使用 Kubernetes API 创建 CSR 的信息,
334-
请参见[创建 CertificateSigningRequest](https://kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/#create-certificatesigningrequest)。
335-
334+
请参见[创建 CertificateSigningRequest](/zh/docs/reference/access-authn-authz/certificate-signing-requests/#create-certificatesigningrequest)。
336335

337336
<!--
338337
## Renew certificates with external CA

content/zh/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ The upgrade workflow at high level is the following:
7474
<!--
7575
### Additional information
7676
77-
- [Draining nodes](https://kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/) before kubelet MINOR version
77+
- [Draining nodes](/docs/tasks/administer-cluster/safely-drain-node/) before kubelet MINOR version
7878
upgrades is required. In the case of control plane nodes, they could be running CoreDNS Pods or other critical workloads.
7979
- All containers are restarted after upgrade, because the container spec hash value is changed.
8080
-->
8181
### 附加信息
8282

83-
- 在对 kubelet 作次版本升级时需要[腾空节点](/zh/docs/tasks/administer-cluster/safely-drain-node/)
83+
- 在对 kubelet 作次版本升版时需要[腾空节点](/zh/docs/tasks/administer-cluster/safely-drain-node/)
8484
对于控制面节点,其上可能运行着 CoreDNS Pods 或者其它非常重要的负载。
8585
- 升级后,因为容器规约的哈希值已更改,所有容器都会被重新启动。
8686

content/zh/docs/tasks/tools/_index.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,34 @@ no_list: true
1515
<!--
1616
## kubectl
1717
18-
The Kubernetes command-line tool, `kubectl`, allows you to run commands against
19-
Kubernetes clusters. You can use `kubectl` to deploy applications, inspect and
20-
manage cluster resources, and view logs.
21-
22-
See [Install and Set Up `kubectl`](/docs/tasks/tools/install-kubectl/) for
23-
information about how to download and install `kubectl` and set it up for
24-
accessing your cluster.
18+
The Kubernetes command-line tool, [kubectl](/docs/reference/kubectl/kubectl/), allows
19+
you to run commands against Kubernetes clusters.
20+
You can use kubectl to deploy applications, inspect and manage cluster resources,
21+
and view logs. For more information including a complete list of kubectl operations, see the
22+
[`kubectl` reference documentation](/docs/reference/kubectl/).
2523
-->
2624
## kubectl
2725

28-
Kubernetes 命令行工具,`kubectl`,使得你可以对 Kubernetes 集群运行命令。
29-
你可以使用 `kubectl` 来部署应用、监测和管理集群资源以及查看日志。
26+
Kubernetes 命令行工具,[kubectl](/docs/reference/kubectl/kubectl/),使得你可以对 Kubernetes 集群运行命令。
27+
你可以使用 kubectl 来部署应用、监测和管理集群资源以及查看日志。
3028

31-
关于如何下载和安装 `kubectl` 并配置其访问你的集群,可参阅
32-
[安装和配置 `kubectl`](/zh/docs/tasks/tools/install-kubectl/)
29+
有关更多信息,包括 kubectl 操作的完整列表,请参见[`kubectl`
30+
参考文件](/zh/docs/reference/kubectl/)
3331

3432
<!--
35-
a class="btn btn-primary" href="/docs/tasks/tools/install-kubectl/" role="button" aria-label="View kubectl Install and Set Up Guide">View kubectl Install and Set Up Guide</a>
33+
kubectl is installable on a variety of Linux platforms, macOS and Windows.
34+
Find your preferred operating system below.
3635
37-
You can also read the
38-
[`kubectl` reference documentation](/docs/reference/kubectl/).
36+
- [Install kubectl on Linux](/docs/tasks/tools/install-kubectl-linux)
37+
- [Install kubectl on macOS](/docs/tasks/tools/install-kubectl-macos)
38+
- [Install kubectl on Windows](/docs/tasks/tools/install-kubectl-windows)
3939
-->
40-
<a class="btn btn-primary" href="/zh/docs/tasks/tools/install-kubectl/"
41-
role="button" aria-label="查看 kubectl 安装和配置指南">
42-
查看 kubectl 安装和配置指南
43-
</a>
40+
kubectl 可安装在各种 Linux 平台、 macOS 和 Windows 上。
41+
在下面找到你喜欢的操作系统。
4442

45-
你也可以阅读 [`kubectl` 参考文档](/zh/docs/reference/kubectl/).
43+
- [在 Linux 上安装 kubectl](/zh/docs/tasks/tools/install-kubectl-linux)
44+
- [在 macOS 上安装 kubectl](/zh/docs/tasks/tools/install-kubectl-macos)
45+
- [在 Windows 上安装 kubectl](/zh/docs/tasks/tools/install-kubectl-windows)
4646

4747
<!--
4848
## kind

0 commit comments

Comments
 (0)