|
|
@ -427,7 +427,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
|
|
|
|
- `DevicePlugins`: Enable the [device-plugins](/docs/concepts/cluster-administration/device-plugins/)
|
|
|
|
- `DevicePlugins`: Enable the [device-plugins](/docs/concepts/cluster-administration/device-plugins/)
|
|
|
|
based resource provisioning on nodes.
|
|
|
|
based resource provisioning on nodes.
|
|
|
|
- `DefaultPodTopologySpread`: Enables the use of `PodTopologySpread` scheduling plugin to do
|
|
|
|
- `DefaultPodTopologySpread`: Enables the use of `PodTopologySpread` scheduling plugin to do
|
|
|
|
[default spreading](/docs/concepts/workloads/pods/pod/pod-topology-spread-constraints/#internal-default-constraints).
|
|
|
|
[default spreading](/docs/concepts/workloads/pods/pod-topology-spread-constraints/#internal-default-constraints).
|
|
|
|
- `DryRun`: Enable server-side [dry run](/docs/reference/using-api/api-concepts/#dry-run) requests
|
|
|
|
- `DryRun`: Enable server-side [dry run](/docs/reference/using-api/api-concepts/#dry-run) requests
|
|
|
|
so that validation, merging, and mutation can be tested without committing.
|
|
|
|
so that validation, merging, and mutation can be tested without committing.
|
|
|
|
- `DynamicAuditing`(*deprecated*): Used to enable dynamic auditing before v1.19.
|
|
|
|
- `DynamicAuditing`(*deprecated*): Used to enable dynamic auditing before v1.19.
|
|
|
@ -473,8 +473,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
|
|
|
|
- `KubeletPodResources`: Enable the kubelet's pod resources grpc endpoint.
|
|
|
|
- `KubeletPodResources`: Enable the kubelet's pod resources grpc endpoint.
|
|
|
|
See [Support Device Monitoring](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/compute-device-assignment.md) for more details.
|
|
|
|
See [Support Device Monitoring](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/compute-device-assignment.md) for more details.
|
|
|
|
- `LegacyNodeRoleBehavior`: When disabled, legacy behavior in service load balancers and node disruption will ignore the `node-role.kubernetes.io/master` label in favor of the feature-specific labels provided by `NodeDisruptionExclusion` and `ServiceNodeExclusion`.
|
|
|
|
- `LegacyNodeRoleBehavior`: When disabled, legacy behavior in service load balancers and node disruption will ignore the `node-role.kubernetes.io/master` label in favor of the feature-specific labels provided by `NodeDisruptionExclusion` and `ServiceNodeExclusion`.
|
|
|
|
- `LocalStorageCapacityIsolation`: Enable the consumption of [local ephemeral storage](/docs/concepts/configuration/manage-compute-resources-container/) and also the `sizeLimit` property of an [emptyDir volume](/docs/concepts/storage/volumes/#emptydir).
|
|
|
|
- `LocalStorageCapacityIsolation`: Enable the consumption of [local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/) and also the `sizeLimit` property of an [emptyDir volume](/docs/concepts/storage/volumes/#emptydir).
|
|
|
|
- `LocalStorageCapacityIsolationFSQuotaMonitoring`: When `LocalStorageCapacityIsolation` is enabled for [local ephemeral storage](/docs/concepts/configuration/manage-compute-resources-container/) and the backing filesystem for [emptyDir volumes](/docs/concepts/storage/volumes/#emptydir) supports project quotas and they are enabled, use project quotas to monitor [emptyDir volume](/docs/concepts/storage/volumes/#emptydir) storage consumption rather than filesystem walk for better performance and accuracy.
|
|
|
|
- `LocalStorageCapacityIsolationFSQuotaMonitoring`: When `LocalStorageCapacityIsolation` is enabled for [local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/) and the backing filesystem for [emptyDir volumes](/docs/concepts/storage/volumes/#emptydir) supports project quotas and they are enabled, use project quotas to monitor [emptyDir volume](/docs/concepts/storage/volumes/#emptydir) storage consumption rather than filesystem walk for better performance and accuracy.
|
|
|
|
- `MountContainers`: Enable using utility containers on host as the volume mounter.
|
|
|
|
- `MountContainers`: Enable using utility containers on host as the volume mounter.
|
|
|
|
- `MountPropagation`: Enable sharing volume mounted by one container to other containers or pods.
|
|
|
|
- `MountPropagation`: Enable sharing volume mounted by one container to other containers or pods.
|
|
|
|
For more details, please see [mount propagation](/docs/concepts/storage/volumes/#mount-propagation).
|
|
|
|
For more details, please see [mount propagation](/docs/concepts/storage/volumes/#mount-propagation).
|
|
|
@ -484,7 +484,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
|
|
|
|
- `PersistentLocalVolumes`: Enable the usage of `local` volume type in Pods.
|
|
|
|
- `PersistentLocalVolumes`: Enable the usage of `local` volume type in Pods.
|
|
|
|
Pod affinity has to be specified if requesting a `local` volume.
|
|
|
|
Pod affinity has to be specified if requesting a `local` volume.
|
|
|
|
- `PodDisruptionBudget`: Enable the [PodDisruptionBudget](/docs/tasks/run-application/configure-pdb/) feature.
|
|
|
|
- `PodDisruptionBudget`: Enable the [PodDisruptionBudget](/docs/tasks/run-application/configure-pdb/) feature.
|
|
|
|
- `PodOverhead`: Enable the [PodOverhead](/docs/concepts/configuration/pod-overhead/) feature to account for pod overheads.
|
|
|
|
- `PodOverhead`: Enable the [PodOverhead](/docs/concepts/scheduling-eviction/pod-overhead/) feature to account for pod overheads.
|
|
|
|
- `PodPriority`: Enable the descheduling and preemption of Pods based on their [priorities](/docs/concepts/configuration/pod-priority-preemption/).
|
|
|
|
- `PodPriority`: Enable the descheduling and preemption of Pods based on their [priorities](/docs/concepts/configuration/pod-priority-preemption/).
|
|
|
|
- `PodReadinessGates`: Enable the setting of `PodReadinessGate` field for extending
|
|
|
|
- `PodReadinessGates`: Enable the setting of `PodReadinessGate` field for extending
|
|
|
|
Pod readiness evaluation. See [Pod readiness gate](/docs/concepts/workloads/pods/pod-lifecycle/#pod-readiness-gate)
|
|
|
|
Pod readiness evaluation. See [Pod readiness gate](/docs/concepts/workloads/pods/pod-lifecycle/#pod-readiness-gate)
|
|
|
|