Skip to content

Commit cb831d7

Browse files
authored
Merge pull request #28824 from dcoliversun/main
Fix markdown syntax error
2 parents c4f7026 + a879763 commit cb831d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/tasks/debug-application-cluster/monitor-node-health.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To learn how to install and use Node Problem Detector, see
2222
[Node Problem Detector project documentation](https://github.com/kubernetes/node-problem-detector).
2323
-->
2424

25-
*节点问题检测器(Node Problem Detector)*是一个守护程序,用于监视和报告节点的健康状况。
25+
*节点问题检测器(Node Problem Detector)* 是一个守护程序,用于监视和报告节点的健康状况。
2626
你可以将节点问题探测器以 `DaemonSet` 或独立守护程序运行。
2727
节点问题检测器从各种守护进程收集节点问题,并以
2828
[NodeCondition](/zh/docs/concepts/architecture/nodes/#condition)
@@ -203,7 +203,7 @@ Kernel monitor watches the kernel log and detects known kernel issues following
203203
-->
204204
## 内核监视器
205205

206-
*内核监视器(Kernel Monitor)*是节点问题检测器中支持的系统日志监视器守护进程。
206+
*内核监视器(Kernel Monitor)* 是节点问题检测器中支持的系统日志监视器守护进程。
207207
内核监视器观察内核日志并根据预定义规则检测已知的内核问题。
208208

209209
<!--

0 commit comments

Comments
 (0)