removing broken hyperlink (#13764)

removed hyperlink from "An example" in the statement An example of this approach is a small container running logrotate periodically. However, it's recommended to use stdout and stderr directly and leave rotation and retention policies to the kubelet.
This fix is for issue #13656
This commit is contained in:
Vageesha17
2019-04-15 06:56:00 +05:30
committed by Kubernetes Prow Robot
parent fcc71aabef
commit fe173de068
@@ -209,7 +209,7 @@ an application that writes to a single file, it's generally better to set
container approach. container approach.
Sidecar containers can also be used to rotate log files that cannot be Sidecar containers can also be used to rotate log files that cannot be
rotated by the application itself. [An example](https://github.com/samsung-cnct/logrotate) rotated by the application itself. An example
of this approach is a small container running logrotate periodically. of this approach is a small container running logrotate periodically.
However, it's recommended to use `stdout` and `stderr` directly and leave rotation However, it's recommended to use `stdout` and `stderr` directly and leave rotation
and retention policies to the kubelet. and retention policies to the kubelet.