Skip to content

Commit ec85d34

Browse files
authored
Merge pull request #88 from isker/patch-1
Fix MAX_DURATION example in the readme
2 parents e215341 + ad3d4f3 commit ec85d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,10 @@ For example, in the same pod-reaper container:
250250

251251
```sh
252252
CHAOS_CHANCE=.01
253-
RUN_DURATION=2h
253+
MAX_DURATION=2h
254254
```
255255

256-
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`.
256+
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`.
257257

258258
### Deployments
259259

0 commit comments

Comments
 (0)