Skip to content

Commit

Permalink
Typo - The example code doesn't match to the explantation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cainzhong authored Feb 19, 2020
1 parent 2d0bde0 commit 3d9f527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ For example, with the following configuration:

```
--eviction-hard=memory.available<500Mi,nodefs.available<1Gi,imagefs.available<100Gi
--eviction-minimum-reclaim="memory.available=0Mi,nodefs.available=500Mi,imagefs.available=2Gi"`
--eviction-minimum-reclaim="memory.available=500Mi,nodefs.available=1.5Gi,imagefs.available=102Gi"`
```

If an eviction threshold is triggered for `memory.available`, the `kubelet` works to ensure
Expand Down

0 comments on commit 3d9f527

Please sign in to comment.