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
No related branches found
No related tags found
No related merge requests found
...@@ -169,12 +169,12 @@ in the form of dicts of key-value pairs of configuration parameters that will be ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment