Skip to content

Commit 09e92f3

Browse files
authored
Merge pull request #28566 from xiaoxubeii/dev-1.22
Support Memory QoS with cgroups v2 for 1.22 #2570
2 parents 794a8ff + f21eaae commit 09e92f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ different Kubernetes components.
140140
| `KubeletPodResourcesGetAllocatable` | `false` | Alpha | 1.21 | |
141141
| `MemoryManager` | `false` | Alpha | 1.21 | 1.21 |
142142
| `MemoryManager` | `true` | Beta | 1.22 | |
143+
| `MemoryQoS` | `false` | Alpha | 1.22 | |
143144
| `MixedProtocolLBService` | `false` | Alpha | 1.20 | |
144145
| `NetworkPolicyEndPort` | `false` | Alpha | 1.21 | 1.21 |
145146
| `NetworkPolicyEndPort` | `true` | Beta | 1.22 | |
@@ -779,6 +780,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
779780
based on logarithmic bucketing of pod timestamps.
780781
- `MemoryManager`: Allows setting memory affinity for a container based on
781782
NUMA topology.
783+
- `MemoryQoS`: Enable memory protection and usage throttle on pod / container using cgroup v2 memory controller.
782784
- `MixedProtocolLBService`: Enable using different protocols in the same `LoadBalancer` type
783785
Service instance.
784786
- `MountContainers`: Enable using utility containers on host as the volume mounter.

0 commit comments

Comments
 (0)