Skip to content

Commit f21eaae

Browse files
committed
Add feature gates description for MemoryQoS.
1 parent 2923e6b commit f21eaae

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
@@ -143,6 +143,7 @@ different Kubernetes components.
143143
| `KubeletPodResourcesGetAllocatable` | `false` | Alpha | 1.21 | |
144144
| `MemoryManager` | `false` | Alpha | 1.21 | 1.21 |
145145
| `MemoryManager` | `true` | Beta | 1.22 | |
146+
| `MemoryQoS` | `false` | Alpha | 1.22 | |
146147
| `MixedProtocolLBService` | `false` | Alpha | 1.20 | |
147148
| `NetworkPolicyEndPort` | `false` | Alpha | 1.21 | 1.21 |
148149
| `NetworkPolicyEndPort` | `true` | Beta | 1.22 | |
@@ -772,6 +773,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
772773
based on logarithmic bucketing of pod timestamps.
773774
- `MemoryManager`: Allows setting memory affinity for a container based on
774775
NUMA topology.
776+
- `MemoryQoS`: Enable memory protection and usage throttle on pod / container using cgroup v2 memory controller.
775777
- `MixedProtocolLBService`: Enable using different protocols in the same `LoadBalancer` type
776778
Service instance.
777779
- `MountContainers`: Enable using utility containers on host as the volume mounter.

0 commit comments

Comments
 (0)