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:
Qiming Teng 2020-12-31 11:46:33 +08:00
parent 84ed130d3a
commit 89ecb8cfb6
1 changed files with 1 additions and 1 deletions

View File

@ -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`).