Fix feature gate for hugepage
The text says "disable" because the gate is in Beta, but the example says "enable". That is awkward.
This commit is contained in:
parent
84ed130d3a
commit
89ecb8cfb6
|
@ -117,4 +117,4 @@ token.
|
|||
gate](/docs/reference/command-line-tools-reference/feature-gates/) on the {{<
|
||||
glossary_tooltip text="kubelet" term_id="kubelet" >}} and {{<
|
||||
glossary_tooltip text="kube-apiserver"
|
||||
term_id="kube-apiserver" >}} (`--feature-gates=HugePageStorageMediumSize=true`).
|
||||
term_id="kube-apiserver" >}} (`--feature-gates=HugePageStorageMediumSize=false`).
|
||||
|
|
Loading…
Reference in New Issue