Merge pull request #43726 from my-git9/path-16046
[zh-cn] sync node-conformance debug-cluster/_index.mdpull/43787/head^2
commit
789c7d2eb7
|
@ -43,10 +43,10 @@ daemons installed:
|
|||
要运行节点一致性测试,节点必须满足与标准 Kubernetes 节点相同的前提条件。节点至少应安装以下守护程序:
|
||||
|
||||
<!--
|
||||
* Container Runtime (Docker)
|
||||
* CRI-compatible container runtimes such as Docker, Containerd and CRI-O
|
||||
* Kubelet
|
||||
-->
|
||||
* 容器运行时 (Docker)
|
||||
* 与 CRI 兼容的容器运行时,例如 Docker、Containerd 和 CRI-O
|
||||
* Kubelet
|
||||
|
||||
<!--
|
||||
|
@ -74,7 +74,6 @@ To run the node conformance test, perform the following steps:
|
|||
一些其他的 kubelet 命令行参数可能会被用到:
|
||||
* `--cloud-provider`:如果使用 `--cloud-provider=gce`,需要移除这个参数来运行测试。
|
||||
|
||||
|
||||
<!--
|
||||
2. Run the node conformance test with command:
|
||||
|
||||
|
@ -190,4 +189,4 @@ test**, because it requires much more complex configuration to run non-conforman
|
|||
-->
|
||||
|
||||
* 测试会在节点上遗留一些 Docker 镜像,包括节点一致性测试本身的镜像和功能测试相关的镜像。
|
||||
* 测试会在节点上遗留一些死的容器。这些容器是在功能测试的过程中创建的。
|
||||
* 测试会在节点上遗留一些死的容器。这些容器是在功能测试的过程中创建的。
|
||||
|
|
|
@ -25,6 +25,13 @@ You may also visit the [troubleshooting overview document](/docs/tasks/debug/) f
|
|||
对于应用的调试,请参阅[应用故障排查指南](/zh-cn/docs/tasks/debug/debug-application/)。
|
||||
你也可以访问[故障排查](/zh-cn/docs/tasks/debug/)来获取更多的信息。
|
||||
|
||||
<!--
|
||||
For troubleshooting {{<glossary_tooltip text="kubectl" term_id="kubectl">}}, refer to
|
||||
[Troubleshooting kubectl](/docs/tasks/debug/debug-cluster/troubleshoot-kubectl/).
|
||||
-->
|
||||
有关 {{<glossary_tooltip text="kubectl" term_id="kubectl">}} 的故障排查,
|
||||
请参阅 [kubectl 故障排查](/zh-cn/docs/tasks/debug/debug-cluster/troubleshoot-kubectl/)。
|
||||
|
||||
<!-- body -->
|
||||
|
||||
<!--
|
||||
|
@ -469,4 +476,4 @@ This is an incomplete list of things that could go wrong, and how to adjust your
|
|||
* 使用 `kubectl debug node` [调试 Kubernetes 节点](/zh-cn/docs/tasks/debug/debug-cluster/kubectl-node-debug)
|
||||
* 使用 `crictl` 来[调试 Kubernetes 节点](/zh-cn/docs/tasks/debug/debug-cluster/crictl/)
|
||||
* 获取更多关于 [Kubernetes 审计](/zh-cn/docs/tasks/debug/debug-cluster/audit/)的信息
|
||||
* 使用 `telepresence` [本地开发和调试服务](/zh-cn/docs/tasks/debug/debug-cluster/local-debugging/)
|
||||
* 使用 `telepresence` [本地开发和调试服务](/zh-cn/docs/tasks/debug/debug-cluster/local-debugging/)
|
||||
|
|
Loading…
Reference in New Issue