From e29e7a7bdf89c40315030a28d814f175370ffd70 Mon Sep 17 00:00:00 2001 From: "paul.zhang" Date: Wed, 15 Jun 2022 16:54:12 +0800 Subject: [PATCH] remove duplicate words MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit remove duplicate words:容器容器运行时->容器运行时 --- content/zh-cn/docs/concepts/cluster-administration/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/concepts/cluster-administration/logging.md b/content/zh-cn/docs/concepts/cluster-administration/logging.md index 2442b0506c..ff6e2612ed 100644 --- a/content/zh-cn/docs/concepts/cluster-administration/logging.md +++ b/content/zh-cn/docs/concepts/cluster-administration/logging.md @@ -233,7 +233,7 @@ They use the [`klog`](https://github.com/kubernetes/klog) logging library. You can find the conventions for logging severity for those components in the [development docs on logging](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md). --> -在使用 systemd 机制的服务器上,kubelet 和容器容器运行时将日志写入到 journald 中。 +在使用 systemd 机制的服务器上,kubelet 和容器运行时将日志写入到 journald 中。 如果没有 systemd,它们将日志写入到 `/var/log` 目录下的 `.log` 文件中。 容器中的系统组件通常将日志写到 `/var/log` 目录,绕过了默认的日志机制。 他们使用 [klog](https://github.com/kubernetes/klog) 日志库。