Skip to content
Snippets Groups Projects
Unverified Commit 0b54e8e0 authored by Wang Zhen's avatar Wang Zhen Committed by GitHub
Browse files

fix documentation example (#6216)

parent 85b35266
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment