From 8ec4cb17686fe4b8b5bf4c8167f1f8f86affbe5b Mon Sep 17 00:00:00 2001 From: bin liu Date: Wed, 10 Jan 2018 16:06:03 +0800 Subject: [PATCH] fix markdown syntax to render a new line Signed-off-by: bin liu --- docs/concepts/cluster-administration/logging.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/concepts/cluster-administration/logging.md b/docs/concepts/cluster-administration/logging.md index bed53edc2e..0efe3031a1 100644 --- a/docs/concepts/cluster-administration/logging.md +++ b/docs/concepts/cluster-administration/logging.md @@ -74,6 +74,7 @@ up logging for COS image on GCP in the corresponding [script] When you run [`kubectl logs`](/docs/user-guide/kubectl/{{page.version}}/#logs) as in the basic logging example, the kubelet on the node handles the request and reads directly from the log file, returning the contents in the response. + **Note:** currently, if some external system has performed the rotation, only the contents of the latest log file will be available through `kubectl logs`. E.g. if there's a 10MB file, `logrotate` performs