Merge pull request #45933 from steve-hardman/fix-feature-state

Fix feature-state for "Memory QoS with cgroup v2"
pull/45934/head
Kubernetes Prow Robot 2024-04-19 16:37:58 -07:00 committed by GitHub
commit 085b35ca23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ Containers in a Pod can request other resources (not CPU or memory) and still be
## Memory QoS with cgroup v2 ## 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 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` Memory requests and limits of containers in pod are used to set specific interfaces `memory.min`