fix a broken link

pull/5256/head
Dhilip 2017-08-31 01:20:14 +05:30 committed by GitHub
parent 1696664888
commit 8cec9c3987
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ so that logs don't consume all available storage on the node. Kubernetes
currently is not responsible for rotating logs, but rather a deployment tool
should set up a solution to address that.
For example, in Kubernetes clusters, deployed by the `kube-up.sh` script,
there is a [`logrotate`](http://www.linuxcommand.org/man_pages/logrotate8.html)
there is a [`logrotate`](https://linux.die.net/man/8/logrotate)
tool configured to run each hour. You can also set up a container runtime to
rotate application's logs automatically, e.g. by using Docker's `log-opt`.
In the `kube-up.sh` script, the latter approach is used for COS image on GCP,