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 @@ -140,6 +140,7 @@ different Kubernetes components.
140
140
| ` KubeletPodResourcesGetAllocatable ` | ` false ` | Alpha | 1.21 | |
141
141
| ` MemoryManager ` | ` false ` | Alpha | 1.21 | 1.21 |
142
142
| ` MemoryManager ` | ` true ` | Beta | 1.22 | |
143
+ | ` MemoryQoS ` | ` false ` | Alpha | 1.22 | |
143
144
| ` MixedProtocolLBService ` | ` false ` | Alpha | 1.20 | |
144
145
| ` NetworkPolicyEndPort ` | ` false ` | Alpha | 1.21 | 1.21 |
145
146
| ` NetworkPolicyEndPort ` | ` true ` | Beta | 1.22 | |
@@ -779,6 +780,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
779
780
based on logarithmic bucketing of pod timestamps.
780
781
- ` MemoryManager ` : Allows setting memory affinity for a container based on
781
782
NUMA topology.
783
+ - ` MemoryQoS ` : Enable memory protection and usage throttle on pod / container using cgroup v2 memory controller.
782
784
- ` MixedProtocolLBService ` : Enable using different protocols in the same ` LoadBalancer ` type
783
785
Service instance.
784
786
- ` MountContainers ` : Enable using utility containers on host as the volume mounter.
You can’t perform that action at this time.
0 commit comments