Skip to content

Commit 5690105

Browse files
authored
Merge pull request #34304 from javadoors/patch-3
remove duplicate words
2 parents 5a3a018 + e29e7a7 commit 5690105

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ They use the [`klog`](https://github.com/kubernetes/klog)
233233
logging library. You can find the conventions for logging severity for those
234234
components in the [development docs on logging](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md).
235235
-->
236-
在使用 systemd 机制的服务器上,kubelet 和容器容器运行时将日志写入到 journald 中。
236+
在使用 systemd 机制的服务器上,kubelet 和容器运行时将日志写入到 journald 中。
237237
如果没有 systemd,它们将日志写入到 `/var/log` 目录下的 `.log` 文件中。
238238
容器中的系统组件通常将日志写到 `/var/log` 目录,绕过了默认的日志机制。
239239
他们使用 [klog](https://github.com/kubernetes/klog) 日志库。

0 commit comments

Comments
 (0)