Skip to content

Commit

Permalink
Merge pull request #88 from isker/patch-1
Browse files Browse the repository at this point in the history
Fix MAX_DURATION example in the readme
  • Loading branch information
brianberzins authored Feb 25, 2023
2 parents e215341 + ad3d4f3 commit ec85d34
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 @@ -250,10 +250,10 @@ For example, in the same pod-reaper container:

```sh
CHAOS_CHANCE=.01
RUN_DURATION=2h
MAX_DURATION=2h
```

Means that 1/100 pods that also have a run duration of over 2 hours will be reaped. If you want 1/100 pods reaped regardless of duration and also want all pods with a run duration of over hours to be reaped, run two pod-reapers. one with: `CHAOS_CHANCE=.01` and another with `RUN_DURATION=2h`.
Means that 1/100 pods that also have a run duration of over 2 hours will be reaped. If you want 1/100 pods reaped regardless of duration and also want all pods with a run duration of over hours to be reaped, run two pod-reapers. one with: `CHAOS_CHANCE=.01` and another with `MAX_DURATION=2h`.

### Deployments

Expand Down

0 comments on commit ec85d34

Please sign in to comment.