Merge pull request #45933 from steve-hardman/fix-feature-state
Fix feature-state for "Memory QoS with cgroup v2"pull/45934/head
commit
085b35ca23
|
@ -87,7 +87,7 @@ Containers in a Pod can request other resources (not CPU or memory) and still be
|
|||
|
||||
## Memory QoS with cgroup v2
|
||||
|
||||
{{< feature-state feature-gate-name="MemoryQoS" >}}
|
||||
{{< feature-state feature_gate_name="MemoryQoS" >}}
|
||||
|
||||
Memory QoS uses the memory controller of cgroup v2 to guarantee memory resources in Kubernetes.
|
||||
Memory requests and limits of containers in pod are used to set specific interfaces `memory.min`
|
||||
|
|
Loading…
Reference in New Issue