Skip to content

Commit 9e40456

Browse files
committed
[zh-cn] sync node-conformance debug-cluster/_index.md
Signed-off-by: xin.li <[email protected]>
1 parent ee45ad0 commit 9e40456

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

content/zh-cn/docs/setup/best-practices/node-conformance.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ daemons installed:
4343
要运行节点一致性测试,节点必须满足与标准 Kubernetes 节点相同的前提条件。节点至少应安装以下守护程序:
4444

4545
<!--
46-
* Container Runtime (Docker)
46+
* CRI-compatible container runtimes such as Docker, Containerd and CRI-O
4747
* Kubelet
4848
-->
49-
* 容器运行时 (Docker)
49+
* 与 CRI 兼容的容器运行时,例如 Docker、Containerd 和 CRI-O
5050
* Kubelet
5151

5252
<!--
@@ -74,7 +74,6 @@ To run the node conformance test, perform the following steps:
7474
一些其他的 kubelet 命令行参数可能会被用到:
7575
* `--cloud-provider`:如果使用 `--cloud-provider=gce`,需要移除这个参数来运行测试。
7676

77-
7877
<!--
7978
2. Run the node conformance test with command:
8079
@@ -190,4 +189,4 @@ test**, because it requires much more complex configuration to run non-conforman
190189
-->
191190

192191
* 测试会在节点上遗留一些 Docker 镜像,包括节点一致性测试本身的镜像和功能测试相关的镜像。
193-
* 测试会在节点上遗留一些死的容器。这些容器是在功能测试的过程中创建的。
192+
* 测试会在节点上遗留一些死的容器。这些容器是在功能测试的过程中创建的。

content/zh-cn/docs/tasks/debug/debug-cluster/_index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ You may also visit the [troubleshooting overview document](/docs/tasks/debug/) f
2525
对于应用的调试,请参阅[应用故障排查指南](/zh-cn/docs/tasks/debug/debug-application/)
2626
你也可以访问[故障排查](/zh-cn/docs/tasks/debug/)来获取更多的信息。
2727

28+
<!--
29+
For troubleshooting {{<glossary_tooltip text="kubectl" term_id="kubectl">}}, refer to
30+
[Troubleshooting kubectl](/docs/tasks/debug/debug-cluster/troubleshoot-kubectl/).
31+
-->
32+
有关 {{<glossary_tooltip text="kubectl" term_id="kubectl">}} 的故障排查,
33+
请参阅 [kubectl 故障排查](/zh-cn/docs/tasks/debug/debug-cluster/troubleshoot-kubectl/)
34+
2835
<!-- body -->
2936

3037
<!--
@@ -469,4 +476,4 @@ This is an incomplete list of things that could go wrong, and how to adjust your
469476
* 使用 `kubectl debug node` [调试 Kubernetes 节点](/zh-cn/docs/tasks/debug/debug-cluster/kubectl-node-debug)
470477
* 使用 `crictl` 来[调试 Kubernetes 节点](/zh-cn/docs/tasks/debug/debug-cluster/crictl/)
471478
* 获取更多关于 [Kubernetes 审计](/zh-cn/docs/tasks/debug/debug-cluster/audit/)的信息
472-
* 使用 `telepresence` [本地开发和调试服务](/zh-cn/docs/tasks/debug/debug-cluster/local-debugging/)
479+
* 使用 `telepresence` [本地开发和调试服务](/zh-cn/docs/tasks/debug/debug-cluster/local-debugging/)

0 commit comments

Comments
 (0)