From ee0f03c75556abe29659187eacab433353734dc9 Mon Sep 17 00:00:00 2001 From: "Qian.Sun" Date: Wed, 7 Jul 2021 10:41:31 +0800 Subject: [PATCH 1/2] Fix markdown syntax error *XX*+space = Italic --- .../docs/tasks/debug-application-cluster/monitor-node-health.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/debug-application-cluster/monitor-node-health.md b/content/zh/docs/tasks/debug-application-cluster/monitor-node-health.md index 4e81fd8567..6b86449c12 100644 --- a/content/zh/docs/tasks/debug-application-cluster/monitor-node-health.md +++ b/content/zh/docs/tasks/debug-application-cluster/monitor-node-health.md @@ -22,7 +22,7 @@ To learn how to install and use Node Problem Detector, see [Node Problem Detector project documentation](https://github.com/kubernetes/node-problem-detector). --> -*节点问题检测器(Node Problem Detector)*是一个守护程序,用于监视和报告节点的健康状况。 +*节点问题检测器(Node Problem Detector)* 是一个守护程序,用于监视和报告节点的健康状况。 你可以将节点问题探测器以 `DaemonSet` 或独立守护程序运行。 节点问题检测器从各种守护进程收集节点问题,并以 [NodeCondition](/zh/docs/concepts/architecture/nodes/#condition) 和 From a8797638721381597adfc302ddd187c5f14a905d Mon Sep 17 00:00:00 2001 From: "Qian.Sun" Date: Wed, 7 Jul 2021 13:55:10 +0800 Subject: [PATCH 2/2] fix markdown syntax error --- .../docs/tasks/debug-application-cluster/monitor-node-health.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/debug-application-cluster/monitor-node-health.md b/content/zh/docs/tasks/debug-application-cluster/monitor-node-health.md index 6b86449c12..5d4a265b10 100644 --- a/content/zh/docs/tasks/debug-application-cluster/monitor-node-health.md +++ b/content/zh/docs/tasks/debug-application-cluster/monitor-node-health.md @@ -203,7 +203,7 @@ Kernel monitor watches the kernel log and detects known kernel issues following --> ## 内核监视器 -*内核监视器(Kernel Monitor)*是节点问题检测器中支持的系统日志监视器守护进程。 +*内核监视器(Kernel Monitor)* 是节点问题检测器中支持的系统日志监视器守护进程。 内核监视器观察内核日志并根据预定义规则检测已知的内核问题。