Merge pull request #6911 from liubin/master

fix markdown syntax to render a new line
This commit is contained in:
Qiming 2018-01-10 21:28:02 +08:00 committed by GitHub
commit 06e75d15cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 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 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. reads directly from the log file, returning the contents in the response.
**Note:** currently, if some external system has performed the rotation, **Note:** currently, if some external system has performed the rotation,
only the contents of the latest log file will be available through only the contents of the latest log file will be available through
`kubectl logs`. E.g. if there's a 10MB file, `logrotate` performs `kubectl logs`. E.g. if there's a 10MB file, `logrotate` performs