File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
content/en/docs/reference/command-line-tools-reference Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ different Kubernetes components.
143
143
| ` KubeletPodResourcesGetAllocatable ` | ` false ` | Alpha | 1.21 | |
144
144
| ` MemoryManager ` | ` false ` | Alpha | 1.21 | 1.21 |
145
145
| ` MemoryManager ` | ` true ` | Beta | 1.22 | |
146
+ | ` MemoryQoS ` | ` false ` | Alpha | 1.22 | |
146
147
| ` MixedProtocolLBService ` | ` false ` | Alpha | 1.20 | |
147
148
| ` NetworkPolicyEndPort ` | ` false ` | Alpha | 1.21 | 1.21 |
148
149
| ` NetworkPolicyEndPort ` | ` true ` | Beta | 1.22 | |
@@ -772,6 +773,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
772
773
based on logarithmic bucketing of pod timestamps.
773
774
- ` MemoryManager ` : Allows setting memory affinity for a container based on
774
775
NUMA topology.
776
+ - ` MemoryQoS ` : Enable memory protection and usage throttle on pod / container using cgroup v2 memory controller.
775
777
- ` MixedProtocolLBService ` : Enable using different protocols in the same ` LoadBalancer ` type
776
778
Service instance.
777
779
- ` MountContainers ` : Enable using utility containers on host as the volume mounter.
You can’t perform that action at this time.
0 commit comments