Skip to content

Commit e29e7a7

Browse files
authored
remove duplicate words
remove duplicate words:容器容器运行时->容器运行时
1 parent 5594b2d commit e29e7a7

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)