Browse Source
fix documentation example (#6216)
Signed-off-by: Wang Zhen <lazybetrayer@gmail.com>
pull/6219/head
Wang Zhen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
docs/vars.md
|
|
@ -169,12 +169,12 @@ in the form of dicts of key-value pairs of configuration parameters that will be |
|
|
|
|
|
|
|
```yml |
|
|
|
kubelet_config_extra_args: |
|
|
|
EvictionHard: |
|
|
|
memory.available: "<100Mi" |
|
|
|
EvictionSoftGracePeriod: |
|
|
|
evictionHard: |
|
|
|
memory.available: "100Mi" |
|
|
|
evictionSoftGracePeriod: |
|
|
|
memory.available: "30s" |
|
|
|
EvictionSoft: |
|
|
|
memory.available: "<300Mi" |
|
|
|
evictionSoft: |
|
|
|
memory.available: "300Mi" |
|
|
|
``` |
|
|
|
|
|
|
|
The possible vars are: |
|
|
|