mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-14 21:07:42 -02:30
fix documentation example (#6216)
Signed-off-by: Wang Zhen <lazybetrayer@gmail.com>
This commit is contained in:
10
docs/vars.md
10
docs/vars.md
@@ -169,12 +169,12 @@ in the form of dicts of key-value pairs of configuration parameters that will be
|
|||||||
|
|
||||||
```yml
|
```yml
|
||||||
kubelet_config_extra_args:
|
kubelet_config_extra_args:
|
||||||
EvictionHard:
|
evictionHard:
|
||||||
memory.available: "<100Mi"
|
memory.available: "100Mi"
|
||||||
EvictionSoftGracePeriod:
|
evictionSoftGracePeriod:
|
||||||
memory.available: "30s"
|
memory.available: "30s"
|
||||||
EvictionSoft:
|
evictionSoft:
|
||||||
memory.available: "<300Mi"
|
memory.available: "300Mi"
|
||||||
```
|
```
|
||||||
|
|
||||||
The possible vars are:
|
The possible vars are:
|
||||||
|
|||||||
Reference in New Issue
Block a user