Skip to content

Commit 09e26ba

Browse files
authored
Merge pull request #33643 from shenshaojun1993/patch-1
Update logging.md
2 parents f105223 + a66263c commit 09e26ba

File tree

1 file changed

+1
-1
lines changed
  • content/zh/docs/concepts/cluster-administration

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/cluster-administration/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ While Kubernetes does not provide a native solution for cluster-level logging, t
280280
<!--
281281
You can implement cluster-level logging by including a _node-level logging agent_ on each node. The logging agent is a dedicated tool that exposes logs or pushes logs to a backend. Commonly, the logging agent is a container that has access to a directory with log files from all of the application containers on that node.
282282
-->
283-
你可以通过在每个节点上使用 _节点级的日志记录代理_ 来实现群集级日志记录
283+
你可以通过在每个节点上使用 _节点级的日志记录代理_ 来实现集群级日志记录
284284
日志记录代理是一种用于暴露日志或将日志推送到后端的专用工具。
285285
通常,日志记录代理程序是一个容器,它可以访问包含该节点上所有应用程序容器的日志文件的目录。
286286

0 commit comments

Comments
 (0)