Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikumawat7716 authored Oct 1, 2020
1 parent f99937e commit c436ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ $ docker run -d \

> Maxage is sixty days and minsize is 100 kilobytes.
## Custom Skript execution
## Custom Script execution

Sometimes it is necessary to signal the process in order to start logrotation or stop logrotation. You
can do this with the environment variables `LOGROTATE_PREROTATE_COMMAND` and `LOGROTATE_POSTROTATE_COMMAND`.
Expand Down Expand Up @@ -429,7 +429,7 @@ $ docker run -d \

When we run container in Kubernetes, we can use the logrotate container to rotate the logs. As we create

an DaemonSet in cluster ,we can deploy an logrotate container in every nodes of the cluster.
An DaemonSet in cluster ,we can deploy an logrotate container in every nodes of the cluster.

```sh
# kubectl create -f logrotate_ds.yaml
Expand Down

0 comments on commit c436ac4

Please sign in to comment.