# Feature Gates (removed)

LLMS index: [llms.txt](/llms.txt)

---

<!-- overview -->

This page contains list of feature gates that have been removed. The information on this page is for reference.
A removed feature gate is different from a GA'ed or deprecated one in that a removed one is
no longer recognized as a valid feature gate.
However, a GA'ed or a deprecated feature gate is still recognized by the corresponding Kubernetes
components although they are unable to cause any behavior differences in a cluster.

For feature gates that are still recognized by the Kubernetes components, please refer to
the [Alpha/Beta feature gate table](/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features)
or the [Graduated/Deprecated feature gate table](/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-graduated-or-deprecated-features)

### Feature gates that are removed

In the following table:

- The "From" column contains the Kubernetes release when a feature is introduced
  or its release stage is changed.
- The "To" column, if not empty, contains the last Kubernetes release in which
  you can still use a feature gate. If the feature stage is either "Deprecated"
  or "GA", the "To" column is the Kubernetes release when the feature is removed.

<!-- Want to edit this table? See https://k8s.io/docs/contribute/new-content/new-features/#ready-for-review-feature-gates -->
<table class="sortable-table">
    <caption style="display:none">Feature Gates Removed</caption>
    <thead>
      <tr>
          <th>Feature</th>
          <th>Default</th>
          <th>Stage</th>
          <th>From</th>
          <th>To</th>
      </tr>
    </thead>
    <tbody>
            <tr>
                <td><code title="Provided an early form of plugin to enable Nvidia GPU support when using Docker Engine; no longer available. See Device Plugins for an alternative.
">Accelerators</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.6</td>
                <td>1.10</td>
            </tr>
            <tr>
                <td><code title="Provided an early form of plugin to enable Nvidia GPU support when using Docker Engine; no longer available. See Device Plugins for an alternative.
">Accelerators</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.11</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Enable match conditions on mutating &amp; validating admission webhooks.
">AdmissionWebhookMatchConditions</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.27</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable match conditions on mutating &amp; validating admission webhooks.
">AdmissionWebhookMatchConditions</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.28</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enable match conditions on mutating &amp; validating admission webhooks.
">AdmissionWebhookMatchConditions</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.30</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enable advanced auditing
">AdvancedAuditing</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.7</td>
                <td>1.7</td>
            </tr>
            <tr>
                <td><code title="Enable advanced auditing
">AdvancedAuditing</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.8</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Enable advanced auditing
">AdvancedAuditing</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.12</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable setting Pod affinity or anti-affinity.
">AffinityInAnnotations</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.6</td>
                <td>1.7</td>
            </tr>
            <tr>
                <td><code title="Enable setting Pod affinity or anti-affinity.
">AffinityInAnnotations</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.8</td>
                <td>1.8</td>
            </tr>
            <tr>
                <td><code title="Enable a single HTTP endpoint /discovery/&lt;version&gt; which supports native HTTP caching with ETags containing all APIResources known to the API server.
">AggregatedDiscoveryEndpoint</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.26</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enable a single HTTP endpoint /discovery/&lt;version&gt; which supports native HTTP caching with ETags containing all APIResources known to the API server.
">AggregatedDiscoveryEndpoint</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enable a single HTTP endpoint /discovery/&lt;version&gt; which supports native HTTP caching with ETags containing all APIResources known to the API server.
">AggregatedDiscoveryEndpoint</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.30</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enable a service to route external requests to node local endpoints.
">AllowExtTrafficLocalEndpoints</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.4</td>
                <td>1.6</td>
            </tr>
            <tr>
                <td><code title="Enable a service to route external requests to node local endpoints.
">AllowExtTrafficLocalEndpoints</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.7</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable the users to skip TLS verification of kubelets on Pod log requests.
">AllowInsecureBackendProxy</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.17</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable the users to skip TLS verification of kubelets on Pod log requests.
">AllowInsecureBackendProxy</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enables .status.ingress.loadBalancer to be set on Services of types other than LoadBalancer.
">AllowServiceLBStatusOnNonLB</code></td>
                <td><code>false</code></td>
                <td>Deprecated</td>
                <td>1.29</td>
                <td>1.34</td>
            </tr>
            <tr>
                <td><code title="Enable the API clients to retrieve (LIST or GET) resources from API server in chunks.
">APIListChunking</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.8</td>
            </tr>
            <tr>
                <td><code title="Enable the API clients to retrieve (LIST or GET) resources from API server in chunks.
">APIListChunking</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.9</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enable the API clients to retrieve (LIST or GET) resources from API server in chunks.
">APIListChunking</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.29</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enable managing request concurrency with prioritization and fairness at each server. (Renamed from RequestManagement)
">APIPriorityAndFairness</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.18</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable managing request concurrency with prioritization and fairness at each server. (Renamed from RequestManagement)
">APIPriorityAndFairness</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.20</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enable managing request concurrency with prioritization and fairness at each server. (Renamed from RequestManagement)
">APIPriorityAndFairness</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Activate the SelfSubjectReview API which allows users to see the requesting subject&#39;s authentication information. See API access to authentication information for a client for more details.
">APISelfSubjectReview</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.26</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Activate the SelfSubjectReview API which allows users to see the requesting subject&#39;s authentication information. See API access to authentication information for a client for more details.
">APISelfSubjectReview</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Activate the SelfSubjectReview API which allows users to see the requesting subject&#39;s authentication information. See API access to authentication information for a client for more details.
">APISelfSubjectReview</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.28</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enable use of AppArmor mandatory access control for Pods running on Linux nodes. See AppArmor Tutorial for more details.
">AppArmor</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.4</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enable use of AppArmor mandatory access control for Pods running on Linux nodes. See AppArmor Tutorial for more details.
">AppArmor</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.31</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enable AppArmor related security context settings.
For more information about AppArmor and Kubernetes, read the AppArmor section within security features in the Linux kernel.
">AppArmorFields</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.30</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enable AppArmor related security context settings.
For more information about AppArmor and Kubernetes, read the AppArmor section within security features in the Linux kernel.
">AppArmorFields</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.31</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enable volume plugins to report limits on number of volumes that can be attached to a node. See dynamic volume limits for more details.
">AttachVolumeLimit</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.11</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Enable volume plugins to report limits on number of volumes that can be attached to a node. See dynamic volume limits for more details.
">AttachVolumeLimit</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.12</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable volume plugins to report limits on number of volumes that can be attached to a node. See dynamic volume limits for more details.
">AttachVolumeLimit</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.17</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Include volume count on node to be considered for balanced resource allocation while scheduling. A node which has closer CPU, memory utilization, and volume count is favored by the scheduler while making decisions.
">BalanceAttachedNodeVolumes</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.11</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Include volume count on node to be considered for balanced resource allocation while scheduling. A node which has closer CPU, memory utilization, and volume count is favored by the scheduler while making decisions.
">BalanceAttachedNodeVolumes</code></td>
                <td><code>false</code></td>
                <td>Deprecated</td>
                <td>1.22</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable the definition and consumption of raw block devices in Pods. See Raw Block Volume Support for more details.
">BlockVolume</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.9</td>
                <td>1.12</td>
            </tr>
            <tr>
                <td><code title="Enable the definition and consumption of raw block devices in Pods. See Raw Block Volume Support for more details.
">BlockVolume</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.13</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable the definition and consumption of raw block devices in Pods. See Raw Block Volume Support for more details.
">BlockVolume</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.18</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Migrate ServiceAccount volumes to use a projected volume consisting of a ServiceAccountTokenVolumeProjection. Cluster admins can use metric serviceaccount_stale_tokens_total to monitor workloads that are depending on the extended tokens. If there are no such workloads, turn off extended tokens by starting kube-apiserver with flag --service-account-extend-token-expiration=false.
Check Bound Service Account Tokens for more details.
">BoundServiceAccountTokenVolume</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.13</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Migrate ServiceAccount volumes to use a projected volume consisting of a ServiceAccountTokenVolumeProjection. Cluster admins can use metric serviceaccount_stale_tokens_total to monitor workloads that are depending on the extended tokens. If there are no such workloads, turn off extended tokens by starting kube-apiserver with flag --service-account-extend-token-expiration=false.
Check Bound Service Account Tokens for more details.
">BoundServiceAccountTokenVolume</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Migrate ServiceAccount volumes to use a projected volume consisting of a ServiceAccountTokenVolumeProjection. Cluster admins can use metric serviceaccount_stale_tokens_total to monitor workloads that are depending on the extended tokens. If there are no such workloads, turn off extended tokens by starting kube-apiserver with flag --service-account-extend-token-expiration=false.
Check Bound Service Account Tokens for more details.
">BoundServiceAccountTokenVolume</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.22</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables dual-stack kubelet --node-ip with external cloud providers. See Configure IPv4/IPv6 dual-stack for more details.
">CloudDualStackNodeIPs</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.27</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enables dual-stack kubelet --node-ip with external cloud providers. See Configure IPv4/IPv6 dual-stack for more details.
">CloudDualStackNodeIPs</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.29</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enables dual-stack kubelet --node-ip with external cloud providers. See Configure IPv4/IPv6 dual-stack for more details.
">CloudDualStackNodeIPs</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.30</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enable the /metrics/slis endpoint on Kubernetes components like kubelet, kube-scheduler, kube-proxy, kube-controller-manager, cloud-controller-manager allowing you to scrape health check metrics.
">ComponentSLIs</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.26</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enable the /metrics/slis endpoint on Kubernetes components like kubelet, kube-scheduler, kube-proxy, kube-controller-manager, cloud-controller-manager allowing you to scrape health check metrics.
">ComponentSLIs</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enable the /metrics/slis endpoint on Kubernetes components like kubelet, kube-scheduler, kube-proxy, kube-controller-manager, cloud-controller-manager allowing you to scrape health check metrics.
">ComponentSLIs</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.32</td>
                <td>1.34</td>
            </tr>
            <tr>
                <td><code title="Allows user to configure volume permission change policy for fsGroups when mounting a volume in a Pod. See Configure volume permission and ownership change policy for Pods for more details.
">ConfigurableFSGroupPolicy</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.18</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Allows user to configure volume permission change policy for fsGroups when mounting a volume in a Pod. See Configure volume permission and ownership change policy for Pods for more details.
">ConfigurableFSGroupPolicy</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.20</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Allows user to configure volume permission change policy for fsGroups when mounting a volume in a Pod. See Configure volume permission and ownership change policy for Pods for more details.
">ConfigurableFSGroupPolicy</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.23</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Normalize HTTP get URL and Header passing for lifecycle handlers with probers.
">ConsistentHTTPGetHandlers</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enables Leader Migration for kube-controller-manager and cloud-controller-manager which allows a cluster operator to live migrate controllers from the kube-controller-manager into an external controller-manager (e.g. the cloud-controller-manager) in an HA cluster without downtime.
">ControllerManagerLeaderMigration</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables Leader Migration for kube-controller-manager and cloud-controller-manager which allows a cluster operator to live migrate controllers from the kube-controller-manager into an external controller-manager (e.g. the cloud-controller-manager) in an HA cluster without downtime.
">ControllerManagerLeaderMigration</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables Leader Migration for kube-controller-manager and cloud-controller-manager which allows a cluster operator to live migrate controllers from the kube-controller-manager into an external controller-manager (e.g. the cloud-controller-manager) in an HA cluster without downtime.
">ControllerManagerLeaderMigration</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enable container level CPU affinity support, see CPU Management Policies.
">CPUManager</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable container level CPU affinity support, see CPU Management Policies.
">CPUManager</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.10</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enable container level CPU affinity support, see CPU Management Policies.
">CPUManager</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enable container log rotation for CRI container runtime. The default max size of a log file is 10MB and the default max number of log files allowed for a container is 5. These values can be configured in the kubelet config. See logging at node level for more details.
">CRIContainerLogRotation</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.10</td>
                <td>1.10</td>
            </tr>
            <tr>
                <td><code title="Enable container log rotation for CRI container runtime. The default max size of a log file is 10MB and the default max number of log files allowed for a container is 5. These values can be configured in the kubelet config. See logging at node level for more details.
">CRIContainerLogRotation</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.11</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable container log rotation for CRI container runtime. The default max size of a log file is 10MB and the default max number of log files allowed for a container is 5. These values can be configured in the kubelet config. See logging at node level for more details.
">CRIContainerLogRotation</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Use an alternative implementation of the CronJob controller. Otherwise, version 1 of the same controller is selected.
">CronJobControllerV2</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.20</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Use an alternative implementation of the CronJob controller. Otherwise, version 1 of the same controller is selected.
">CronJobControllerV2</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Use an alternative implementation of the CronJob controller. Otherwise, version 1 of the same controller is selected.
">CronJobControllerV2</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.22</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Allow the use of the timeZone optional field in CronJobs
">CronJobTimeZone</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.24</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Allow the use of the timeZone optional field in CronJobs
">CronJobTimeZone</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Allow the use of the timeZone optional field in CronJobs
">CronJobTimeZone</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.27</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enable external CSI volume drivers to support block storage. See csi raw block volume support for more details.
">CSIBlockVolume</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.11</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="Enable external CSI volume drivers to support block storage. See csi raw block volume support for more details.
">CSIBlockVolume</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.14</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable external CSI volume drivers to support block storage. See csi raw block volume support for more details.
">CSIBlockVolume</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.18</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable all logic related to the CSIDriver API object in csi.storage.k8s.io.
">CSIDriverRegistry</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.12</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="Enable all logic related to the CSIDriver API object in csi.storage.k8s.io.
">CSIDriverRegistry</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.14</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable all logic related to the CSIDriver API object in csi.storage.k8s.io.
">CSIDriverRegistry</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.18</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable CSI Inline volumes support for pods.
">CSIInlineVolume</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.15</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Enable CSI Inline volumes support for pods.
">CSIInlineVolume</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.16</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable CSI Inline volumes support for pods.
">CSIInlineVolume</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from in-tree plugins to corresponding pre-installed CSI plugins
">CSIMigration</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.14</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from in-tree plugins to corresponding pre-installed CSI plugins
">CSIMigration</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.17</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from in-tree plugins to corresponding pre-installed CSI plugins
">CSIMigration</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the AWS-EBS in-tree plugin to EBS CSI plugin. Supports falling back to in-tree EBS plugin for mount operations to nodes that have the feature disabled or that do not have EBS CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured.
">CSIMigrationAWS</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.14</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the AWS-EBS in-tree plugin to EBS CSI plugin. Supports falling back to in-tree EBS plugin for mount operations to nodes that have the feature disabled or that do not have EBS CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured.
">CSIMigrationAWS</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.17</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the AWS-EBS in-tree plugin to EBS CSI plugin. Supports falling back to in-tree EBS plugin for mount operations to nodes that have the feature disabled or that do not have EBS CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured.
">CSIMigrationAWS</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the AWS-EBS in-tree plugin to EBS CSI plugin. Supports falling back to in-tree EBS plugin for mount operations to nodes that have the feature disabled or that do not have EBS CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured.
">CSIMigrationAWS</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Stops registering the EBS in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the AWS-EBS in-tree plugin to EBS CSI plugin. Requires CSIMigration and CSIMigrationAWS feature flags enabled and EBS CSI plugin installed and configured on all nodes in the cluster. This flag has been deprecated in favor of the InTreePluginAWSUnregister feature flag which prevents the registration of in-tree EBS plugin.
">CSIMigrationAWSComplete</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.17</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Stops registering the EBS in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the AWS-EBS in-tree plugin to EBS CSI plugin. Requires CSIMigration and CSIMigrationAWS feature flags enabled and EBS CSI plugin installed and configured on all nodes in the cluster. This flag has been deprecated in favor of the InTreePluginAWSUnregister feature flag which prevents the registration of in-tree EBS plugin.
">CSIMigrationAWSComplete</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Azure-Disk in-tree plugin to AzureDisk CSI plugin. Supports falling back to in-tree AzureDisk plugin for mount operations to nodes that have the feature disabled or that do not have AzureDisk CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationAzureDisk</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.15</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Azure-Disk in-tree plugin to AzureDisk CSI plugin. Supports falling back to in-tree AzureDisk plugin for mount operations to nodes that have the feature disabled or that do not have AzureDisk CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationAzureDisk</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Azure-Disk in-tree plugin to AzureDisk CSI plugin. Supports falling back to in-tree AzureDisk plugin for mount operations to nodes that have the feature disabled or that do not have AzureDisk CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationAzureDisk</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.23</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Azure-Disk in-tree plugin to AzureDisk CSI plugin. Supports falling back to in-tree AzureDisk plugin for mount operations to nodes that have the feature disabled or that do not have AzureDisk CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationAzureDisk</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Stops registering the Azure-Disk in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the Azure-Disk in-tree plugin to AzureDisk CSI plugin. Requires CSIMigration and CSIMigrationAzureDisk feature flags enabled and AzureDisk CSI plugin installed and configured on all nodes in the cluster. This flag has been deprecated in favor of the InTreePluginAzureDiskUnregister feature flag which prevents the registration of in-tree AzureDisk plugin.
">CSIMigrationAzureDiskComplete</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.17</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Stops registering the Azure-Disk in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the Azure-Disk in-tree plugin to AzureDisk CSI plugin. Requires CSIMigration and CSIMigrationAzureDisk feature flags enabled and AzureDisk CSI plugin installed and configured on all nodes in the cluster. This flag has been deprecated in favor of the InTreePluginAzureDiskUnregister feature flag which prevents the registration of in-tree AzureDisk plugin.
">CSIMigrationAzureDiskComplete</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Azure-File in-tree plugin to AzureFile CSI plugin. Supports falling back to in-tree AzureFile plugin for mount operations to nodes that have the feature disabled or that do not have AzureFile CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationAzureFile</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.15</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Azure-File in-tree plugin to AzureFile CSI plugin. Supports falling back to in-tree AzureFile plugin for mount operations to nodes that have the feature disabled or that do not have AzureFile CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationAzureFile</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.21</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Azure-File in-tree plugin to AzureFile CSI plugin. Supports falling back to in-tree AzureFile plugin for mount operations to nodes that have the feature disabled or that do not have AzureFile CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationAzureFile</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Azure-File in-tree plugin to AzureFile CSI plugin. Supports falling back to in-tree AzureFile plugin for mount operations to nodes that have the feature disabled or that do not have AzureFile CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationAzureFile</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Stops registering the Azure-File in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the Azure-File in-tree plugin to AzureFile CSI plugin. Requires CSIMigration and CSIMigrationAzureFile feature flags enabled and AzureFile CSI plugin installed and configured on all nodes in the cluster. This flag has been deprecated in favor of the InTreePluginAzureFileUnregister feature flag which prevents the registration of in-tree AzureFile plugin.
">CSIMigrationAzureFileComplete</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.17</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Stops registering the Azure-File in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the Azure-File in-tree plugin to AzureFile CSI plugin. Requires CSIMigration and CSIMigrationAzureFile feature flags enabled and AzureFile CSI plugin installed and configured on all nodes in the cluster. This flag has been deprecated in favor of the InTreePluginAzureFileUnregister feature flag which prevents the registration of in-tree AzureFile plugin.
">CSIMigrationAzureFileComplete</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the GCE-PD in-tree plugin to PD CSI plugin. Supports falling back to in-tree GCE plugin for mount operations to nodes that have the feature disabled or that do not have PD CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationGCE</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.14</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the GCE-PD in-tree plugin to PD CSI plugin. Supports falling back to in-tree GCE plugin for mount operations to nodes that have the feature disabled or that do not have PD CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationGCE</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.17</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the GCE-PD in-tree plugin to PD CSI plugin. Supports falling back to in-tree GCE plugin for mount operations to nodes that have the feature disabled or that do not have PD CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationGCE</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the GCE-PD in-tree plugin to PD CSI plugin. Supports falling back to in-tree GCE plugin for mount operations to nodes that have the feature disabled or that do not have PD CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationGCE</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Stops registering the GCE-PD in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the GCE-PD in-tree plugin to PD CSI plugin. Requires CSIMigration and CSIMigrationGCE feature flags enabled and PD CSI plugin installed and configured on all nodes in the cluster. This flag has been deprecated in favor of the InTreePluginGCEUnregister feature flag which prevents the registration of in-tree GCE PD plugin.
">CSIMigrationGCEComplete</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.17</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Stops registering the GCE-PD in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the GCE-PD in-tree plugin to PD CSI plugin. Requires CSIMigration and CSIMigrationGCE feature flags enabled and PD CSI plugin installed and configured on all nodes in the cluster. This flag has been deprecated in favor of the InTreePluginGCEUnregister feature flag which prevents the registration of in-tree GCE PD plugin.
">CSIMigrationGCEComplete</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Cinder in-tree plugin to Cinder CSI plugin. Supports falling back to in-tree Cinder plugin for mount operations to nodes that have the feature disabled or that do not have Cinder CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationOpenStack</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.14</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Cinder in-tree plugin to Cinder CSI plugin. Supports falling back to in-tree Cinder plugin for mount operations to nodes that have the feature disabled or that do not have Cinder CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationOpenStack</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.18</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Cinder in-tree plugin to Cinder CSI plugin. Supports falling back to in-tree Cinder plugin for mount operations to nodes that have the feature disabled or that do not have Cinder CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationOpenStack</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Stops registering the Cinder in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the Cinder in-tree plugin to Cinder CSI plugin. Requires CSIMigration and CSIMigrationOpenStack feature flags enabled and Cinder CSI plugin installed and configured on all nodes in the cluster. This flag has been deprecated in favor of the InTreePluginOpenStackUnregister feature flag which prevents the registration of in-tree openstack cinder plugin.
">CSIMigrationOpenStackComplete</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.17</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Stops registering the Cinder in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the Cinder in-tree plugin to Cinder CSI plugin. Requires CSIMigration and CSIMigrationOpenStack feature flags enabled and Cinder CSI plugin installed and configured on all nodes in the cluster. This flag has been deprecated in favor of the InTreePluginOpenStackUnregister feature flag which prevents the registration of in-tree openstack cinder plugin.
">CSIMigrationOpenStackComplete</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Portworx in-tree plugin to Portworx CSI plugin. Requires Portworx CSI driver to be installed and configured in the cluster.
">CSIMigrationPortworx</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Portworx in-tree plugin to Portworx CSI plugin. Requires Portworx CSI driver to be installed and configured in the cluster.
">CSIMigrationPortworx</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.25</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Portworx in-tree plugin to Portworx CSI plugin. Requires Portworx CSI driver to be installed and configured in the cluster.
">CSIMigrationPortworx</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.31</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the Portworx in-tree plugin to Portworx CSI plugin. Requires Portworx CSI driver to be installed and configured in the cluster.
">CSIMigrationPortworx</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.33</td>
                <td>1.35</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the RBD in-tree plugin to Ceph RBD CSI plugin. Requires CSIMigration and csiMigrationRBD feature flags enabled and Ceph CSI plugin installed and configured in the cluster.
This feature gate was deprecated in favor of the InTreePluginRBDUnregister feature gate, which prevents the registration of in-tree RBD plugin.
">CSIMigrationRBD</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.23</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the RBD in-tree plugin to Ceph RBD CSI plugin. Requires CSIMigration and csiMigrationRBD feature flags enabled and Ceph CSI plugin installed and configured in the cluster.
This feature gate was deprecated in favor of the InTreePluginRBDUnregister feature gate, which prevents the registration of in-tree RBD plugin.
">CSIMigrationRBD</code></td>
                <td><code>false</code></td>
                <td>Deprecated</td>
                <td>1.28</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the vSphere in-tree plugin to vSphere CSI plugin. Supports falling back to in-tree vSphere plugin for mount operations to nodes that have the feature disabled or that do not have vSphere CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationvSphere</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.18</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the vSphere in-tree plugin to vSphere CSI plugin. Supports falling back to in-tree vSphere plugin for mount operations to nodes that have the feature disabled or that do not have vSphere CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationvSphere</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the vSphere in-tree plugin to vSphere CSI plugin. Supports falling back to in-tree vSphere plugin for mount operations to nodes that have the feature disabled or that do not have vSphere CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationvSphere</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.25</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enables shims and translation logic to route volume operations from the vSphere in-tree plugin to vSphere CSI plugin. Supports falling back to in-tree vSphere plugin for mount operations to nodes that have the feature disabled or that do not have vSphere CSI plugin installed and configured. Does not support falling back for provision operations, for those the CSI plugin must be installed and configured. Requires CSIMigration feature flag enabled.
">CSIMigrationvSphere</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Stops registering the vSphere in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the vSphere in-tree plugin to vSphere CSI plugin. Requires CSIMigration and CSIMigrationvSphere feature flags enabled and vSphere CSI plugin installed and configured on all nodes in the cluster. This flag has been deprecated in favor of the InTreePluginvSphereUnregister feature flag which prevents the registration of in-tree vsphere plugin.
">CSIMigrationvSphereComplete</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Stops registering the vSphere in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the vSphere in-tree plugin to vSphere CSI plugin. Requires CSIMigration and CSIMigrationvSphere feature flags enabled and vSphere CSI plugin installed and configured on all nodes in the cluster. This flag has been deprecated in favor of the InTreePluginvSphereUnregister feature flag which prevents the registration of in-tree vsphere plugin.
">CSIMigrationvSphereComplete</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.22</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable passing secret authentication data to a CSI driver for use during a NodeExpandVolume CSI operation.
">CSINodeExpandSecret</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enable passing secret authentication data to a CSI driver for use during a NodeExpandVolume CSI operation.
">CSINodeExpandSecret</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enable passing secret authentication data to a CSI driver for use during a NodeExpandVolume CSI operation.
">CSINodeExpandSecret</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enable all logic related to the CSINodeInfo API object in csi.storage.k8s.io.
">CSINodeInfo</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.12</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="Enable all logic related to the CSINodeInfo API object in csi.storage.k8s.io.
">CSINodeInfo</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.14</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable all logic related to the CSINodeInfo API object in csi.storage.k8s.io.
">CSINodeInfo</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.17</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable discovering and mounting volumes provisioned through a CSI (Container Storage Interface) compatible volume plugin.
">CSIPersistentVolume</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.9</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable discovering and mounting volumes provisioned through a CSI (Container Storage Interface) compatible volume plugin.
">CSIPersistentVolume</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.10</td>
                <td>1.12</td>
            </tr>
            <tr>
                <td><code title="Enable discovering and mounting volumes provisioned through a CSI (Container Storage Interface) compatible volume plugin.
">CSIPersistentVolume</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.13</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable CSI drivers to receive the pods&#39; service account token that they mount volumes for. See Token Requests.
">CSIServiceAccountToken</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.20</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable CSI drivers to receive the pods&#39; service account token that they mount volumes for. See Token Requests.
">CSIServiceAccountToken</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable CSI drivers to receive the pods&#39; service account token that they mount volumes for. See Token Requests.
">CSIServiceAccountToken</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.22</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables CSI drivers to publish storage capacity information and the Kubernetes scheduler to use that information when scheduling pods. See Storage Capacity. Check the csi volume type documentation for more details.
">CSIStorageCapacity</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.19</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enables CSI drivers to publish storage capacity information and the Kubernetes scheduler to use that information when scheduling pods. See Storage Capacity. Check the csi volume type documentation for more details.
">CSIStorageCapacity</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.21</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables CSI drivers to publish storage capacity information and the Kubernetes scheduler to use that information when scheduling pods. See Storage Capacity. Check the csi volume type documentation for more details.
">CSIStorageCapacity</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Allows CSIDrivers to use the fsGroupPolicy field. This field controls whether volumes created by a CSIDriver support volume ownership and permission modifications when these volumes are mounted.
">CSIVolumeFSGroupPolicy</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.19</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Allows CSIDrivers to use the fsGroupPolicy field. This field controls whether volumes created by a CSIDriver support volume ownership and permission modifications when these volumes are mounted.
">CSIVolumeFSGroupPolicy</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.20</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Allows CSIDrivers to use the fsGroupPolicy field. This field controls whether volumes created by a CSIDriver support volume ownership and permission modifications when these volumes are mounted.
">CSIVolumeFSGroupPolicy</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.23</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Allows clients to request a duration for certificates issued via the Kubernetes CSR API.
">CSRDuration</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Allows clients to request a duration for certificates issued via the Kubernetes CSR API.
">CSRDuration</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enable customizing the DNS settings for a Pod using its dnsConfig property. Check Pod&#39;s DNS Config for more details.
">CustomPodDNS</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.9</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable customizing the DNS settings for a Pod using its dnsConfig property. Check Pod&#39;s DNS Config for more details.
">CustomPodDNS</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.10</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="Enable customizing the DNS settings for a Pod using its dnsConfig property. Check Pod&#39;s DNS Config for more details.
">CustomPodDNS</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.14</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable CRD support for default values in OpenAPI v3 validation schemas.
">CustomResourceDefaulting</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.15</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Enable CRD support for default values in OpenAPI v3 validation schemas.
">CustomResourceDefaulting</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.16</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable CRD support for default values in OpenAPI v3 validation schemas.
">CustomResourceDefaulting</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.17</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enables publishing of CRD OpenAPI specs.
">CustomResourcePublishOpenAPI</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.14</td>
                <td>1.14</td>
            </tr>
            <tr>
                <td><code title="Enables publishing of CRD OpenAPI specs.
">CustomResourcePublishOpenAPI</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.15</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Enables publishing of CRD OpenAPI specs.
">CustomResourcePublishOpenAPI</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.16</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable /status and /scale subresources on resources created from CustomResourceDefinition.
">CustomResourceSubresources</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.10</td>
                <td>1.10</td>
            </tr>
            <tr>
                <td><code title="Enable /status and /scale subresources on resources created from CustomResourceDefinition.
">CustomResourceSubresources</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.11</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Enable /status and /scale subresources on resources created from CustomResourceDefinition.
">CustomResourceSubresources</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.16</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable schema based validation on resources created from CustomResourceDefinition.
">CustomResourceValidation</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.8</td>
            </tr>
            <tr>
                <td><code title="Enable schema based validation on resources created from CustomResourceDefinition.
">CustomResourceValidation</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.9</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Enable schema based validation on resources created from CustomResourceDefinition.
">CustomResourceValidation</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.16</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable expression language validation in CRD which will validate customer resource based on validation rules written in the x-kubernetes-validations extension.
">CustomResourceValidationExpressions</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable expression language validation in CRD which will validate customer resource based on validation rules written in the x-kubernetes-validations extension.
">CustomResourceValidationExpressions</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.25</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enable expression language validation in CRD which will validate customer resource based on validation rules written in the x-kubernetes-validations extension.
">CustomResourceValidationExpressions</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enable webhook-based conversion on resources created from CustomResourceDefinition.
">CustomResourceWebhookConversion</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.13</td>
                <td>1.14</td>
            </tr>
            <tr>
                <td><code title="Enable webhook-based conversion on resources created from CustomResourceDefinition.
">CustomResourceWebhookConversion</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.15</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Enable webhook-based conversion on resources created from CustomResourceDefinition.
">CustomResourceWebhookConversion</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.16</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enables the DaemonSet workloads to maintain availability during update per node. See Perform a Rolling Update on a DaemonSet.
">DaemonSetUpdateSurge</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables the DaemonSet workloads to maintain availability during update per node. See Perform a Rolling Update on a DaemonSet.
">DaemonSetUpdateSurge</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables the DaemonSet workloads to maintain availability during update per node. See Perform a Rolling Update on a DaemonSet.
">DaemonSetUpdateSurge</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="This feature gate controls the point at which a default value for .spec.containers[*].ports[*].hostPort is assigned, for Pods using hostNetwork: true. The default since Kubernetes v1.28 is to only set a default value in Pods.
Enabling this means a default will be assigned even to the .spec of an embedded PodTemplate (for example, in a Deployment), which is the way that older releases of Kubernetes worked. You should migrate your code so that it does not rely on the legacy behavior.
">DefaultHostNetworkHostPortsInPodTemplates</code></td>
                <td><code>false</code></td>
                <td>Deprecated</td>
                <td>1.28</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enables the use of PodTopologySpread scheduling plugin to do default spreading.
">DefaultPodTopologySpread</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.19</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enables the use of PodTopologySpread scheduling plugin to do default spreading.
">DefaultPodTopologySpread</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.20</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables the use of PodTopologySpread scheduling plugin to do default spreading.
">DefaultPodTopologySpread</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="If supported by the CSI driver, delegates the role of applying fsGroup from a Pod&#39;s securityContext to the driver by passing fsGroup through the NodeStageVolume and NodePublishVolume CSI calls.
">DelegateFSGroupToCSIDriver</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.22</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="If supported by the CSI driver, delegates the role of applying fsGroup from a Pod&#39;s securityContext to the driver by passing fsGroup through the NodeStageVolume and NodePublishVolume CSI calls.
">DelegateFSGroupToCSIDriver</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.23</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="If supported by the CSI driver, delegates the role of applying fsGroup from a Pod&#39;s securityContext to the driver by passing fsGroup through the NodeStageVolume and NodePublishVolume CSI calls.
">DelegateFSGroupToCSIDriver</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable support to CDI device IDs in the Device Plugin API.
">DevicePluginCDIDevices</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.28</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enable support to CDI device IDs in the Device Plugin API.
">DevicePluginCDIDevices</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enable support to CDI device IDs in the Device Plugin API.
">DevicePluginCDIDevices</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.31</td>
                <td>1.33</td>
            </tr>
            <tr>
                <td><code title="Enable the device-plugins based resource provisioning on nodes.
">DevicePlugins</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable the device-plugins based resource provisioning on nodes.
">DevicePlugins</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.10</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enable the device-plugins based resource provisioning on nodes.
">DevicePlugins</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Disable accelerator metrics collected by the kubelet.
">DisableAcceleratorUsageMetrics</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.19</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Disable accelerator metrics collected by the kubelet.
">DisableAcceleratorUsageMetrics</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.20</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Disable accelerator metrics collected by the kubelet.
">DisableAcceleratorUsageMetrics</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enabling this feature gate deactivated functionality in kube-apiserver, kube-controller-manager and kubelet that related to the --cloud-provider command line argument.
In Kubernetes v1.31 and later, the only valid values for --cloud-provider are the empty string (no cloud provider integration), or &quot;external&quot; (integration via a separate cloud-controller-manager).
">DisableCloudProviders</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.22</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enabling this feature gate deactivated functionality in kube-apiserver, kube-controller-manager and kubelet that related to the --cloud-provider command line argument.
In Kubernetes v1.31 and later, the only valid values for --cloud-provider are the empty string (no cloud provider integration), or &quot;external&quot; (integration via a separate cloud-controller-manager).
">DisableCloudProviders</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enabling this feature gate deactivated functionality in kube-apiserver, kube-controller-manager and kubelet that related to the --cloud-provider command line argument.
In Kubernetes v1.31 and later, the only valid values for --cloud-provider are the empty string (no cloud provider integration), or &quot;external&quot; (integration via a separate cloud-controller-manager).
">DisableCloudProviders</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.31</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enabling the feature gate deactivated the legacy in-tree functionality within the kubelet, that allowed the kubelet to to authenticate to a cloud provider container registry for container image pulls.
">DisableKubeletCloudCredentialProviders</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.23</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enabling the feature gate deactivated the legacy in-tree functionality within the kubelet, that allowed the kubelet to to authenticate to a cloud provider container registry for container image pulls.
">DisableKubeletCloudCredentialProviders</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enabling the feature gate deactivated the legacy in-tree functionality within the kubelet, that allowed the kubelet to to authenticate to a cloud provider container registry for container image pulls.
">DisableKubeletCloudCredentialProviders</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.31</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enables usage of hugepages in downward API.
">DownwardAPIHugePages</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.20</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enables usage of hugepages in downward API.
">DownwardAPIHugePages</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables usage of hugepages in downward API.
">DownwardAPIHugePages</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enables usage of hugepages in downward API.
">DownwardAPIHugePages</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.27</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enables support for resources with custom parameters and a lifecycle that is independent of a Pod. Allocation of resources is handled by a resource driver&#39;s control plane controller.
">DRAControlPlaneController</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.26</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enable server-side dry run requests so that validation, merging, and mutation can be tested without committing.
">DryRun</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.12</td>
                <td>1.12</td>
            </tr>
            <tr>
                <td><code title="Enable server-side dry run requests so that validation, merging, and mutation can be tested without committing.
">DryRun</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.13</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable server-side dry run requests so that validation, merging, and mutation can be tested without committing.
">DryRun</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.19</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Used to enable dynamic auditing before v1.19.
">DynamicAuditing</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.13</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Used to enable dynamic auditing before v1.19.
">DynamicAuditing</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.19</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable the dynamic configuration of kubelet. The feature is no longer supported outside of supported skew policy. The feature gate was removed from kubelet in 1.24.
">DynamicKubeletConfig</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.4</td>
                <td>1.10</td>
            </tr>
            <tr>
                <td><code title="Enable the dynamic configuration of kubelet. The feature is no longer supported outside of supported skew policy. The feature gate was removed from kubelet in 1.24.
">DynamicKubeletConfig</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.11</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable the dynamic configuration of kubelet. The feature is no longer supported outside of supported skew policy. The feature gate was removed from kubelet in 1.24.
">DynamicKubeletConfig</code></td>
                <td><code>false</code></td>
                <td>Deprecated</td>
                <td>1.22</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Extend the default scheduler to be aware of volume topology and handle PV provisioning. This feature was superseded by the VolumeScheduling feature in v1.12.
">DynamicProvisioningScheduling</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.11</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Extend the default scheduler to be aware of volume topology and handle PV provisioning. This feature was superseded by the VolumeScheduling feature in v1.12.
">DynamicProvisioningScheduling</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.12</td>
                <td>–</td>
            </tr>
            <tr>
                <td><code title="Enable the dynamic provisioning of persistent volumes to Pods.
">DynamicVolumeProvisioning</code></td>
                <td><code>true</code></td>
                <td>Alpha</td>
                <td>1.3</td>
                <td>1.7</td>
            </tr>
            <tr>
                <td><code title="Enable the dynamic provisioning of persistent volumes to Pods.
">DynamicVolumeProvisioning</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.8</td>
                <td>1.12</td>
            </tr>
            <tr>
                <td><code title="Allows for storage-originated bookmark (progress notify) events to be delivered to the users. This is only applied to watch operations.
">EfficientWatchResumption</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.20</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Allows for storage-originated bookmark (progress notify) events to be delivered to the users. This is only applied to watch operations.
">EfficientWatchResumption</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.21</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Allows for storage-originated bookmark (progress notify) events to be delivered to the users. This is only applied to watch operations.
">EfficientWatchResumption</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enable the five second timeout on aggregated discovery calls.
">EnableAggregatedDiscoveryTimeout</code></td>
                <td><code>true</code></td>
                <td>Deprecated</td>
                <td>1.16</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable the scheduler to cache equivalence of nodes when scheduling Pods.
">EnableEquivalenceClassCache</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.12</td>
            </tr>
            <tr>
                <td><code title="Enable the scheduler to cache equivalence of nodes when scheduling Pods.
">EnableEquivalenceClassCache</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.13</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables EndpointSlices for more scalable and extensible network endpoints. See Enabling EndpointSlices.
">EndpointSlice</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.16</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enables EndpointSlices for more scalable and extensible network endpoints. See Enabling EndpointSlices.
">EndpointSlice</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.17</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enables EndpointSlices for more scalable and extensible network endpoints. See Enabling EndpointSlices.
">EndpointSlice</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.18</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enables EndpointSlices for more scalable and extensible network endpoints. See Enabling EndpointSlices.
">EndpointSlice</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables EndpointSlice nodeName field.
">EndpointSliceNodeName</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.20</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enables EndpointSlice nodeName field.
">EndpointSliceNodeName</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="When enabled, kube-proxy running on Linux will use EndpointSlices as the primary data source instead of Endpoints, enabling scalability and performance improvements. See Enabling Endpoint Slices.
">EndpointSliceProxying</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.18</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="When enabled, kube-proxy running on Linux will use EndpointSlices as the primary data source instead of Endpoints, enabling scalability and performance improvements. See Enabling Endpoint Slices.
">EndpointSliceProxying</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="When enabled, kube-proxy running on Linux will use EndpointSlices as the primary data source instead of Endpoints, enabling scalability and performance improvements. See Enabling Endpoint Slices.
">EndpointSliceProxying</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.22</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables EndpointSlice terminating and serving condition fields.
">EndpointSliceTerminatingCondition</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.20</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables EndpointSlice terminating and serving condition fields.
">EndpointSliceTerminatingCondition</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enables EndpointSlice terminating and serving condition fields.
">EndpointSliceTerminatingCondition</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable the ability to add ephemeral containers to running Pods.
">EphemeralContainers</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.16</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable the ability to add ephemeral containers to running Pods.
">EphemeralContainers</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable the ability to add ephemeral containers to running Pods.
">EphemeralContainers</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enable pods to be scheduled evenly across topology domains. See Pod Topology Spread Constraints.
">EvenPodsSpread</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.16</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable pods to be scheduled evenly across topology domains. See Pod Topology Spread Constraints.
">EvenPodsSpread</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.18</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable pods to be scheduled evenly across topology domains. See Pod Topology Spread Constraints.
">EvenPodsSpread</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.19</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable the expanding of CSI volumes.
">ExpandCSIVolumes</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.14</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Enable the expanding of CSI volumes.
">ExpandCSIVolumes</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.16</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enable the expanding of CSI volumes.
">ExpandCSIVolumes</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enable kubelet and kube-apiserver to allow more DNS search paths and longer list of DNS search paths. This feature requires container runtime support(Containerd: v1.5.6 or higher, CRI-O: v1.22 or higher). See Expanded DNS Configuration.
">ExpandedDNSConfig</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.22</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enable kubelet and kube-apiserver to allow more DNS search paths and longer list of DNS search paths. This feature requires container runtime support(Containerd: v1.5.6 or higher, CRI-O: v1.22 or higher). See Expanded DNS Configuration.
">ExpandedDNSConfig</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.26</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable kubelet and kube-apiserver to allow more DNS search paths and longer list of DNS search paths. This feature requires container runtime support(Containerd: v1.5.6 or higher, CRI-O: v1.22 or higher). See Expanded DNS Configuration.
">ExpandedDNSConfig</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.28</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enable expanding in-use PVCs. See Resizing an in-use PersistentVolumeClaim.
">ExpandInUsePersistentVolumes</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.11</td>
                <td>1.14</td>
            </tr>
            <tr>
                <td><code title="Enable expanding in-use PVCs. See Resizing an in-use PersistentVolumeClaim.
">ExpandInUsePersistentVolumes</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.15</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enable expanding in-use PVCs. See Resizing an in-use PersistentVolumeClaim.
">ExpandInUsePersistentVolumes</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enable the expanding of persistent volumes. See Expanding Persistent Volumes Claims.
">ExpandPersistentVolumes</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.10</td>
            </tr>
            <tr>
                <td><code title="Enable the expanding of persistent volumes. See Expanding Persistent Volumes Claims.
">ExpandPersistentVolumes</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.11</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enable the expanding of persistent volumes. See Expanding Persistent Volumes Claims.
">ExpandPersistentVolumes</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enable annotating specific pods as critical so that their scheduling is guaranteed. This feature is deprecated by Pod Priority and Preemption as of v1.13.
">ExperimentalCriticalPodAnnotation</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.5</td>
                <td>1.12</td>
            </tr>
            <tr>
                <td><code title="Enable annotating specific pods as critical so that their scheduling is guaranteed. This feature is deprecated by Pod Priority and Preemption as of v1.13.
">ExperimentalCriticalPodAnnotation</code></td>
                <td><code>false</code></td>
                <td>Deprecated</td>
                <td>1.13</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enabling the defaulting user namespace to host. This is for containers that are using other host namespaces, host mounts, or containers that are privileged or using specific non-namespaced capabilities (e.g. MKNODE, SYS_MODULE etc.). This should only be enabled if user namespace remapping is enabled in the Docker daemon.
">ExperimentalHostUserNamespaceDefaulting</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.5</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enabling the defaulting user namespace to host. This is for containers that are using other host namespaces, host mounts, or containers that are privileged or using specific non-namespaced capabilities (e.g. MKNODE, SYS_MODULE etc.). This should only be enabled if user namespace remapping is enabled in the Docker daemon.
">ExperimentalHostUserNamespaceDefaulting</code></td>
                <td><code>false</code></td>
                <td>Deprecated</td>
                <td>1.28</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Fix a bug where ExternalTrafficPolicy is not applied to Service ExternalIPs.
">ExternalPolicyForExternalIP</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.18</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable the regional PD feature on GCE.
">GCERegionalPersistentDisk</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.10</td>
                <td>1.12</td>
            </tr>
            <tr>
                <td><code title="Enable the regional PD feature on GCE.
">GCERegionalPersistentDisk</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.13</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enables ephemeral, inline volumes that support all features of normal volumes (can be provided by third-party storage vendors, storage capacity tracking, restore from snapshot, etc.). See Ephemeral Volumes.
">GenericEphemeralVolume</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.19</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enables ephemeral, inline volumes that support all features of normal volumes (can be provided by third-party storage vendors, storage capacity tracking, restore from snapshot, etc.). See Ephemeral Volumes.
">GenericEphemeralVolume</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.21</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enables ephemeral, inline volumes that support all features of normal volumes (can be provided by third-party storage vendors, storage capacity tracking, restore from snapshot, etc.). See Ephemeral Volumes.
">GenericEphemeralVolume</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables the gRPC probe method for {Liveness,Readiness,Startup}Probe. See Configure Liveness, Readiness and Startup Probes.
">GRPCContainerProbe</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.23</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables the gRPC probe method for {Liveness,Readiness,Startup}Probe. See Configure Liveness, Readiness and Startup Probes.
">GRPCContainerProbe</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.24</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enables the gRPC probe method for {Liveness,Readiness,Startup}Probe. See Configure Liveness, Readiness and Startup Probes.
">GRPCContainerProbe</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.27</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Honor persistent volume reclaim policy when it is Delete irrespective of PV-PVC deletion ordering. For more details, check the PersistentVolume deletion protection finalizer documentation.
">HonorPVReclaimPolicy</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.23</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Honor persistent volume reclaim policy when it is Delete irrespective of PV-PVC deletion ordering. For more details, check the PersistentVolume deletion protection finalizer documentation.
">HonorPVReclaimPolicy</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.31</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Honor persistent volume reclaim policy when it is Delete irrespective of PV-PVC deletion ordering. For more details, check the PersistentVolume deletion protection finalizer documentation.
">HonorPVReclaimPolicy</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.33</td>
                <td>1.35</td>
            </tr>
            <tr>
                <td><code title="Allow HorizontalPodAutoscalers to scale based on metrics from individual containers within target pods.
">HPAContainerMetrics</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.20</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Allow HorizontalPodAutoscalers to scale based on metrics from individual containers within target pods.
">HPAContainerMetrics</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Allow HorizontalPodAutoscalers to scale based on metrics from individual containers within target pods.
">HPAContainerMetrics</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.30</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enable the allocation and consumption of pre-allocated huge pages.
">HugePages</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable the allocation and consumption of pre-allocated huge pages.
">HugePages</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.10</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="Enable the allocation and consumption of pre-allocated huge pages.
">HugePages</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.14</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable support for multiple sizes pre-allocated huge pages.
">HugePageStorageMediumSize</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.18</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable support for multiple sizes pre-allocated huge pages.
">HugePageStorageMediumSize</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable support for multiple sizes pre-allocated huge pages.
">HugePageStorageMediumSize</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.22</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable Hyper-V isolation for Windows containers.
">HyperVContainer</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.10</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable Hyper-V isolation for Windows containers.
">HyperVContainer</code></td>
                <td><code>false</code></td>
                <td>Deprecated</td>
                <td>1.20</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Allows the Pod OS field to be specified. This helps in identifying the OS of the pod authoritatively during the API server admission time.
">IdentifyPodOS</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.23</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Allows the Pod OS field to be specified. This helps in identifying the OS of the pod authoritatively during the API server admission time.
">IdentifyPodOS</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.24</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Allows the Pod OS field to be specified. This helps in identifying the OS of the pod authoritatively during the API server admission time.
">IdentifyPodOS</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Allows for marking individual Secrets and ConfigMaps as immutable for better safety and performance.
">ImmutableEphemeralVolumes</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.18</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Allows for marking individual Secrets and ConfigMaps as immutable for better safety and performance.
">ImmutableEphemeralVolumes</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Allows for marking individual Secrets and ConfigMaps as immutable for better safety and performance.
">ImmutableEphemeralVolumes</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Allows the Job controller to manage Pod completions per completion index.
">IndexedJob</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Allows the Job controller to manage Pod completions per completion index.
">IndexedJob</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Allows the Job controller to manage Pod completions per completion index.
">IndexedJob</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Allow namespace-scoped parameters reference in IngressClass resource. This feature adds two fields - Scope and Namespace to IngressClass.spec.parameters.
">IngressClassNamespacedParams</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Allow namespace-scoped parameters reference in IngressClass resource. This feature adds two fields - Scope and Namespace to IngressClass.spec.parameters.
">IngressClassNamespacedParams</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Allow namespace-scoped parameters reference in IngressClass resource. This feature adds two fields - Scope and Namespace to IngressClass.spec.parameters.
">IngressClassNamespacedParams</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Allow asynchronous coordination of object creation using the Initializers admission plugin.
">Initializers</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.7</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="Allow asynchronous coordination of object creation using the Initializers admission plugin.
">Initializers</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.14</td>
                <td>1.14</td>
            </tr>
            <tr>
                <td><code title="Stops registering the aws-ebs in-tree plugin in kubelet and volume controllers.
">InTreePluginAWSUnregister</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Stops registering the azuredisk in-tree plugin in kubelet and volume controllers.
">InTreePluginAzureDiskUnregister</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Stops registering the azurefile in-tree plugin in kubelet and volume controllers.
">InTreePluginAzureFileUnregister</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Stops registering the gce-pd in-tree plugin in kubelet and volume controllers.
">InTreePluginGCEUnregister</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Stops registering the OpenStack cinder in-tree plugin in kubelet and volume controllers.
">InTreePluginOpenStackUnregister</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Stops registering the Portworx in-tree plugin in kubelet and volume controllers.
">InTreePluginPortworxUnregister</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.23</td>
                <td>1.35</td>
            </tr>
            <tr>
                <td><code title="Stops registering the RBD in-tree plugin within kubelet and volume controllers.
">InTreePluginRBDUnregister</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.23</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Stops registering the RBD in-tree plugin within kubelet and volume controllers.
">InTreePluginRBDUnregister</code></td>
                <td><code>false</code></td>
                <td>Deprecated</td>
                <td>1.28</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Stops registering the vSphere in-tree plugin in kubelet and volume controllers.
">InTreePluginvSphereUnregister</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="This causes kubelet to no longer create legacy iptables rules.
">IPTablesOwnershipCleanup</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="This causes kubelet to no longer create legacy iptables rules.
">IPTablesOwnershipCleanup</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="This causes kubelet to no longer create legacy iptables rules.
">IPTablesOwnershipCleanup</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.28</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enable dual stack support for IPv6.
">IPv6DualStack</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.15</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable dual stack support for IPv6.
">IPv6DualStack</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.21</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable dual stack support for IPv6.
">IPv6DualStack</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Allows updating node scheduling directives in the pod template of Job.
">JobMutableNodeSchedulingDirectives</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.23</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Allows updating node scheduling directives in the pod template of Job.
">JobMutableNodeSchedulingDirectives</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.27</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Allow users to specify handling of pod failures based on container exit codes and pod conditions.
">JobPodFailurePolicy</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.25</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Allow users to specify handling of pod failures based on container exit codes and pod conditions.
">JobPodFailurePolicy</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.26</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Allow users to specify handling of pod failures based on container exit codes and pod conditions.
">JobPodFailurePolicy</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.31</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enables tracking the number of Pods that have a Ready condition. The count of Ready pods is recorded in the status of a Job status.
">JobReadyPods</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.23</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables tracking the number of Pods that have a Ready condition. The count of Ready pods is recorded in the status of a Job status.
">JobReadyPods</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.24</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enables tracking the number of Pods that have a Ready condition. The count of Ready pods is recorded in the status of a Job status.
">JobReadyPods</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enables tracking Job completions without relying on Pods remaining in the cluster indefinitely. The Job controller uses Pod finalizers and a field in the Job status to keep track of the finished Pods to count towards completion.
">JobTrackingWithFinalizers</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.22</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enables tracking Job completions without relying on Pods remaining in the cluster indefinitely. The Job controller uses Pod finalizers and a field in the Job status to keep track of the finished Pods to count towards completion.
">JobTrackingWithFinalizers</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables tracking Job completions without relying on Pods remaining in the cluster indefinitely. The Job controller uses Pod finalizers and a field in the Job status to keep track of the finished Pods to count towards completion.
">JobTrackingWithFinalizers</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.25</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enables tracking Job completions without relying on Pods remaining in the cluster indefinitely. The Job controller uses Pod finalizers and a field in the Job status to keep track of the finished Pods to count towards completion.
">JobTrackingWithFinalizers</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enables KMS v2 API for encryption at rest. See Using a KMS Provider for data encryption for more details.
">KMSv2</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enables KMS v2 API for encryption at rest. See Using a KMS Provider for data encryption for more details.
">KMSv2</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enables KMS v2 API for encryption at rest. See Using a KMS Provider for data encryption for more details.
">KMSv2</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.29</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enables KMS v2 to generate single use data encryption keys. See Using a KMS Provider for data encryption for more details. If the KMSv2 feature gate is not enabled in your cluster, the value of the KMSv2KDF feature gate has no effect.
">KMSv2KDF</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.28</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enables KMS v2 to generate single use data encryption keys. See Using a KMS Provider for data encryption for more details. If the KMSv2 feature gate is not enabled in your cluster, the value of the KMSv2KDF feature gate has no effect.
">KMSv2KDF</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.29</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enable loading kubelet configuration from a file specified using a config file. See setting kubelet parameters via a config file for more details.
">KubeletConfigFile</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable loading kubelet configuration from a file specified using a config file. See setting kubelet parameters via a config file for more details.
">KubeletConfigFile</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.10</td>
                <td>1.10</td>
            </tr>
            <tr>
                <td><code title="Enable kubelet exec credential providers for image pull credentials.
">KubeletCredentialProviders</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.20</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enable kubelet exec credential providers for image pull credentials.
">KubeletCredentialProviders</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enable kubelet exec credential providers for image pull credentials.
">KubeletCredentialProviders</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enable probe-based plugin watcher utility to enable kubelet to discover plugins such as CSI volume drivers.
">KubeletPluginsWatcher</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.11</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Enable probe-based plugin watcher utility to enable kubelet to discover plugins such as CSI volume drivers.
">KubeletPluginsWatcher</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.12</td>
                <td>1.12</td>
            </tr>
            <tr>
                <td><code title="Enable probe-based plugin watcher utility to enable kubelet to discover plugins such as CSI volume drivers.
">KubeletPluginsWatcher</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.13</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable the kubelet&#39;s pod resources gRPC endpoint. See Support Device Monitoring for more details.
">KubeletPodResources</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.13</td>
                <td>1.14</td>
            </tr>
            <tr>
                <td><code title="Enable the kubelet&#39;s pod resources gRPC endpoint. See Support Device Monitoring for more details.
">KubeletPodResources</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.15</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable the kubelet&#39;s pod resources gRPC endpoint. See Support Device Monitoring for more details.
">KubeletPodResources</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.28</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enable the kubelet&#39;s pod resources GetAllocatableResources functionality. This API augments the resource allocation reporting
">KubeletPodResourcesGetAllocatable</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable the kubelet&#39;s pod resources GetAllocatableResources functionality. This API augments the resource allocation reporting
">KubeletPodResourcesGetAllocatable</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.23</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable the kubelet&#39;s pod resources GetAllocatableResources functionality. This API augments the resource allocation reporting
">KubeletPodResourcesGetAllocatable</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.28</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Implement connection draining for terminating nodes for externalTrafficPolicy: Cluster services.
">KubeProxyDrainingTerminatingNodes</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.28</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Implement connection draining for terminating nodes for externalTrafficPolicy: Cluster services.
">KubeProxyDrainingTerminatingNodes</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.30</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Implement connection draining for terminating nodes for externalTrafficPolicy: Cluster services.
">KubeProxyDrainingTerminatingNodes</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.31</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="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</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.16</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="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</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="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</code></td>
                <td><code>false</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable cleaning up Secret-based service account tokens when they are not used in a specified time (default to be one year).
">LegacyServiceAccountTokenCleanUp</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.28</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enable cleaning up Secret-based service account tokens when they are not used in a specified time (default to be one year).
">LegacyServiceAccountTokenCleanUp</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.29</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enable cleaning up Secret-based service account tokens when they are not used in a specified time (default to be one year).
">LegacyServiceAccountTokenCleanUp</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.30</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Stop auto-generation of Secret-based service account tokens.
">LegacyServiceAccountTokenNoAutoGeneration</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Stop auto-generation of Secret-based service account tokens.
">LegacyServiceAccountTokenNoAutoGeneration</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Track usage of Secret-based service account tokens.
">LegacyServiceAccountTokenTracking</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.26</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Track usage of Secret-based service account tokens.
">LegacyServiceAccountTokenTracking</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Track usage of Secret-based service account tokens.
">LegacyServiceAccountTokenTracking</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.28</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Allows setting ipMode for Services where type is set to LoadBalancer. See Specifying IPMode of load balancer status for more information.
">LoadBalancerIPMode</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Allows setting ipMode for Services where type is set to LoadBalancer. See Specifying IPMode of load balancer status for more information.
">LoadBalancerIPMode</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.30</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Allows setting ipMode for Services where type is set to LoadBalancer. See Specifying IPMode of load balancer status for more information.
">LoadBalancerIPMode</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.32</td>
                <td>1.34</td>
            </tr>
            <tr>
                <td><code title="Enable the consumption of local ephemeral storage and also the sizeLimit property of an emptyDir volume.
">LocalStorageCapacityIsolation</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.7</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable the consumption of local ephemeral storage and also the sizeLimit property of an emptyDir volume.
">LocalStorageCapacityIsolation</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.10</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable the consumption of local ephemeral storage and also the sizeLimit property of an emptyDir volume.
">LocalStorageCapacityIsolation</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enable minDomains in Pod topology spread constraints.
">MinDomainsInPodTopologySpread</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.24</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable minDomains in Pod topology spread constraints.
">MinDomainsInPodTopologySpread</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enable minDomains in Pod topology spread constraints.
">MinDomainsInPodTopologySpread</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enable minDomains in Pod topology spread constraints.
">MinDomainsInPodTopologySpread</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.30</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enables new performance improvement logics in the kube-proxy iptables mode.
">MinimizeIPTablesRestore</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.26</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enables new performance improvement logics in the kube-proxy iptables mode.
">MinimizeIPTablesRestore</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enables new performance improvement logics in the kube-proxy iptables mode.
">MinimizeIPTablesRestore</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.28</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enable using different protocols in the same LoadBalancer type Service instance.
">MixedProtocolLBService</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.20</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enable using different protocols in the same LoadBalancer type Service instance.
">MixedProtocolLBService</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enable using different protocols in the same LoadBalancer type Service instance.
">MixedProtocolLBService</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable using utility containers on host as the volume mounter.
">MountContainers</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.9</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable using utility containers on host as the volume mounter.
">MountContainers</code></td>
                <td><code>false</code></td>
                <td>Deprecated</td>
                <td>1.17</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable sharing volume mounted by one container to other containers or pods. For more details, please see mount propagation.
">MountPropagation</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable sharing volume mounted by one container to other containers or pods. For more details, please see mount propagation.
">MountPropagation</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.10</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Enable sharing volume mounted by one container to other containers or pods. For more details, please see mount propagation.
">MountPropagation</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.12</td>
                <td>1.14</td>
            </tr>
            <tr>
                <td><code title="Enables the MultiCIDR range allocator.
">MultiCIDRRangeAllocator</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.25</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Configure the API Server to set an immutable label kubernetes.io/metadata.name on all namespaces, containing the namespace name.
">NamespaceDefaultLabelName</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Configure the API Server to set an immutable label kubernetes.io/metadata.name on all namespaces, containing the namespace name.
">NamespaceDefaultLabelName</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.22</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Allows you to define ports in a NetworkPolicy rule as a range of port numbers.
">NetworkPolicyEndPort</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Allows you to define ports in a NetworkPolicy rule as a range of port numbers.
">NetworkPolicyEndPort</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Allows you to define ports in a NetworkPolicy rule as a range of port numbers.
">NetworkPolicyEndPort</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enable the status subresource for NetworkPolicy objects.
">NetworkPolicyStatus</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.24</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enables improved discovery of mounted volumes during kubelet startup. Since the associated code had been significantly refactored, Kubernetes versions 1.25 to 1.29 allowed you to opt-out in case the kubelet got stuck at the startup, or did not unmount volumes from terminated Pods.
This refactoring was behind the SELinuxMountReadWriteOncePod feature gate in Kubernetes releases 1.25 and 1.26.
">NewVolumeManagerReconstruction</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enables improved discovery of mounted volumes during kubelet startup. Since the associated code had been significantly refactored, Kubernetes versions 1.25 to 1.29 allowed you to opt-out in case the kubelet got stuck at the startup, or did not unmount volumes from terminated Pods.
This refactoring was behind the SELinuxMountReadWriteOncePod feature gate in Kubernetes releases 1.25 and 1.26.
">NewVolumeManagerReconstruction</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enables improved discovery of mounted volumes during kubelet startup. Since the associated code had been significantly refactored, Kubernetes versions 1.25 to 1.29 allowed you to opt-out in case the kubelet got stuck at the startup, or did not unmount volumes from terminated Pods.
This refactoring was behind the SELinuxMountReadWriteOncePod feature gate in Kubernetes releases 1.25 and 1.26.
">NewVolumeManagerReconstruction</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.30</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enable use of the Node label node.kubernetes.io/exclude-disruption which prevents nodes from being evacuated during zone failures.
">NodeDisruptionExclusion</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.16</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable use of the Node label node.kubernetes.io/exclude-disruption which prevents nodes from being evacuated during zone failures.
">NodeDisruptionExclusion</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable use of the Node label node.kubernetes.io/exclude-disruption which prevents nodes from being evacuated during zone failures.
">NodeDisruptionExclusion</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable the new Lease API to report node heartbeats, which could be used as a node health signal.
">NodeLease</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.12</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="Enable the new Lease API to report node heartbeats, which could be used as a node health signal.
">NodeLease</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.14</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable the new Lease API to report node heartbeats, which could be used as a node health signal.
">NodeLease</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.17</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="When a Node is marked out-of-service using the node.kubernetes.io/out-of-service taint, Pods on the node will be forcefully deleted if they can not tolerate this taint, and the volume detach operations for Pods terminating on the node will happen immediately. The deleted Pods can recover quickly on different nodes.
">NodeOutOfServiceVolumeDetach</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="When a Node is marked out-of-service using the node.kubernetes.io/out-of-service taint, Pods on the node will be forcefully deleted if they can not tolerate this taint, and the volume detach operations for Pods terminating on the node will happen immediately. The deleted Pods can recover quickly on different nodes.
">NodeOutOfServiceVolumeDetach</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.26</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="When a Node is marked out-of-service using the node.kubernetes.io/out-of-service taint, Pods on the node will be forcefully deleted if they can not tolerate this taint, and the volume detach operations for Pods terminating on the node will happen immediately. The deleted Pods can recover quickly on different nodes.
">NodeOutOfServiceVolumeDetach</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.28</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enable preemptionPolicy field for PriorityClass and Pod.
">NonPreemptingPriority</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.15</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable preemptionPolicy field for PriorityClass and Pod.
">NonPreemptingPriority</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enable preemptionPolicy field for PriorityClass and Pod.
">NonPreemptingPriority</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enables the API server to publish OpenAPI v3.
">OpenAPIV3</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.23</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables the API server to publish OpenAPI v3.
">OpenAPIV3</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.24</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enables the API server to publish OpenAPI v3.
">OpenAPIV3</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.27</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enables the unhealthyPodEvictionPolicy field of a PodDisruptionBudget. This specifies when unhealthy pods should be considered for eviction. Please see Unhealthy Pod Eviction Policy for more details.
">PDBUnhealthyPodEvictionPolicy</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.26</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enables the unhealthyPodEvictionPolicy field of a PodDisruptionBudget. This specifies when unhealthy pods should be considered for eviction. Please see Unhealthy Pod Eviction Policy for more details.
">PDBUnhealthyPodEvictionPolicy</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enables the unhealthyPodEvictionPolicy field of a PodDisruptionBudget. This specifies when unhealthy pods should be considered for eviction. Please see Unhealthy Pod Eviction Policy for more details.
">PDBUnhealthyPodEvictionPolicy</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.31</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enable the usage of local volume type in Pods. Pod affinity has to be specified if requesting a local volume.
">PersistentLocalVolumes</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.7</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable the usage of local volume type in Pods. Pod affinity has to be specified if requesting a local volume.
">PersistentLocalVolumes</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.10</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="Enable the usage of local volume type in Pods. Pod affinity has to be specified if requesting a local volume.
">PersistentLocalVolumes</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.14</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Adds a new field to PersistentVolume which holds a timestamp of when the volume last transitioned its phase.
">PersistentVolumeLastPhaseTransitionTime</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.28</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Adds a new field to PersistentVolume which holds a timestamp of when the volume last transitioned its phase.
">PersistentVolumeLastPhaseTransitionTime</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Adds a new field to PersistentVolume which holds a timestamp of when the volume last transitioned its phase.
">PersistentVolumeLastPhaseTransitionTime</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.31</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enable the Pod Affinity Namespace Selector and CrossNamespacePodAffinity quota scope features.
">PodAffinityNamespaceSelector</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable the Pod Affinity Namespace Selector and CrossNamespacePodAffinity quota scope features.
">PodAffinityNamespaceSelector</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enable the Pod Affinity Namespace Selector and CrossNamespacePodAffinity quota scope features.
">PodAffinityNamespaceSelector</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enable the PodDisruptionBudget feature.
">PodDisruptionBudget</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.3</td>
                <td>1.4</td>
            </tr>
            <tr>
                <td><code title="Enable the PodDisruptionBudget feature.
">PodDisruptionBudget</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.5</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable the PodDisruptionBudget feature.
">PodDisruptionBudget</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enabled support for appending a dedicated pod condition indicating that the pod is being deleted due to a disruption.
">PodDisruptionConditions</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.25</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enabled support for appending a dedicated pod condition indicating that the pod is being deleted due to a disruption.
">PodDisruptionConditions</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.26</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enabled support for appending a dedicated pod condition indicating that the pod is being deleted due to a disruption.
">PodDisruptionConditions</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.31</td>
                <td>1.33</td>
            </tr>
            <tr>
                <td><code title="Enable the kubelet to mark the PodHasNetwork condition on pods. This was renamed to PodReadyToStartContainersCondition in 1.28.
">PodHasNetworkCondition</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.25</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable the status.hostIPs field for pods and the downward API. The field lets you expose host IP addresses to workloads.
">PodHostIPs</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.28</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enable the status.hostIPs field for pods and the downward API. The field lets you expose host IP addresses to workloads.
">PodHostIPs</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enable the status.hostIPs field for pods and the downward API. The field lets you expose host IP addresses to workloads.
">PodHostIPs</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.30</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enable the PodOverhead feature to account for pod overheads.
">PodOverhead</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.16</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable the PodOverhead feature to account for pod overheads.
">PodOverhead</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.18</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enable the PodOverhead feature to account for pod overheads.
">PodOverhead</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enable the descheduling and preemption of Pods based on their priorities.
">PodPriority</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.10</td>
            </tr>
            <tr>
                <td><code title="Enable the descheduling and preemption of Pods based on their priorities.
">PodPriority</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.11</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="Enable the descheduling and preemption of Pods based on their priorities.
">PodPriority</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.14</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable the setting of PodReadinessGate field for extending Pod readiness evaluation. See Pod readiness gate for more details.
">PodReadinessGates</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.11</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Enable the setting of PodReadinessGate field for extending Pod readiness evaluation. See Pod readiness gate for more details.
">PodReadinessGates</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.12</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="Enable the setting of PodReadinessGate field for extending Pod readiness evaluation. See Pod readiness gate for more details.
">PodReadinessGates</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.14</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enables the PodSecurity admission plugin.
">PodSecurity</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.22</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enables the PodSecurity admission plugin.
">PodSecurity</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables the PodSecurity admission plugin.
">PodSecurity</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable the setting of shareProcessNamespace in a Pod for sharing a single process namespace between containers running in a pod. More details can be found in Share Process Namespace between Containers in a Pod.
">PodShareProcessNamespace</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.10</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Enable the setting of shareProcessNamespace in a Pod for sharing a single process namespace between containers running in a pod. More details can be found in Share Process Namespace between Containers in a Pod.
">PodShareProcessNamespace</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.12</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable the setting of shareProcessNamespace in a Pod for sharing a single process namespace between containers running in a pod. More details can be found in Share Process Namespace between Containers in a Pod.
">PodShareProcessNamespace</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.17</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="This flag tells the scheduler whether the nominated nodes will be checked first before looping through all the other nodes in the cluster.
">PreferNominatedNode</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="This flag tells the scheduler whether the nominated nodes will be checked first before looping through all the other nodes in the cluster.
">PreferNominatedNode</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="This flag tells the scheduler whether the nominated nodes will be checked first before looping through all the other nodes in the cluster.
">PreferNominatedNode</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enable setting probe-level terminationGracePeriodSeconds on pods. See the enhancement proposal for more details.
">ProbeTerminationGracePeriod</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable setting probe-level terminationGracePeriodSeconds on pods. See the enhancement proposal for more details.
">ProbeTerminationGracePeriod</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable setting probe-level terminationGracePeriodSeconds on pods. See the enhancement proposal for more details.
">ProbeTerminationGracePeriod</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.25</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable setting probe-level terminationGracePeriodSeconds on pods. See the enhancement proposal for more details.
">ProbeTerminationGracePeriod</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.28</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enable the kube-proxy to handle terminating endpoints when ExternalTrafficPolicy=Local.
">ProxyTerminatingEndpoints</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.22</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enable the kube-proxy to handle terminating endpoints when ExternalTrafficPolicy=Local.
">ProxyTerminatingEndpoints</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.26</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable the kube-proxy to handle terminating endpoints when ExternalTrafficPolicy=Local.
">ProxyTerminatingEndpoints</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.28</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enable the prevention of a PersistentVolumeClaim (PVC) from being deleted when it is still used by any Pod.
">PVCProtection</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.9</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable the prevention of a PersistentVolumeClaim (PVC) from being deleted when it is still used by any Pod.
">PVCProtection</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.10</td>
                <td>1.10</td>
            </tr>
            <tr>
                <td><code title="Set configMap, secret, downwardAPI and projected volumes to be mounted read-only.
Since Kubernetes v1.10, these volume types are always read-only and you cannot opt out.
">ReadOnlyAPIDataVolumes</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.8</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Set configMap, secret, downwardAPI and projected volumes to be mounted read-only.
Since Kubernetes v1.10, these volume types are always read-only and you cannot opt out.
">ReadOnlyAPIDataVolumes</code></td>
                <td>–</td>
                <td>GA</td>
                <td>1.10</td>
                <td>1.10</td>
            </tr>
            <tr>
                <td><code title="Enables the usage of ReadWriteOncePod PersistentVolume access mode.
">ReadWriteOncePod</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.22</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enables the usage of ReadWriteOncePod PersistentVolume access mode.
">ReadWriteOncePod</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enables the usage of ReadWriteOncePod PersistentVolume access mode.
">ReadWriteOncePod</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Allow the API servers to show a count of remaining items in the response to a chunking list request.
">RemainingItemCount</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.15</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Allow the API servers to show a count of remaining items in the response to a chunking list request.
">RemainingItemCount</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.16</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Allow the API servers to show a count of remaining items in the response to a chunking list request.
">RemainingItemCount</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.29</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Sets the .metadata.selfLink field to blank (empty string) for all objects and collections. This field has been deprecated since the Kubernetes v1.16 release. When this feature is enabled, the .metadata.selfLink field remains part of the Kubernetes API, but is always unset.
">RemoveSelfLink</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.16</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Sets the .metadata.selfLink field to blank (empty string) for all objects and collections. This field has been deprecated since the Kubernetes v1.16 release. When this feature is enabled, the .metadata.selfLink field remains part of the Kubernetes API, but is always unset.
">RemoveSelfLink</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.20</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Sets the .metadata.selfLink field to blank (empty string) for all objects and collections. This field has been deprecated since the Kubernetes v1.16 release. When this feature is enabled, the .metadata.selfLink field remains part of the Kubernetes API, but is always unset.
">RemoveSelfLink</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enables managing request concurrency with prioritization and fairness at each API server. Deprecated by APIPriorityAndFairness since 1.17.
">RequestManagement</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.15</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enables managing request concurrency with prioritization and fairness at each API server. Deprecated by APIPriorityAndFairness since 1.17.
">RequestManagement</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.17</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable a scheduler priority function that assigns a lowest possible score of 1 to a node that satisfies at least one of the input Pod&#39;s cpu and memory limits. The intent is to break ties between nodes with same scores.
">ResourceLimitsPriorityFunction</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.9</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable a scheduler priority function that assigns a lowest possible score of 1 to a node that satisfies at least one of the input Pod&#39;s cpu and memory limits. The intent is to break ties between nodes with same scores.
">ResourceLimitsPriorityFunction</code></td>
                <td>–</td>
                <td>Deprecated</td>
                <td>1.19</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable resource quota scope selectors.
">ResourceQuotaScopeSelectors</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.11</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Enable resource quota scope selectors.
">ResourceQuotaScopeSelectors</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.12</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable resource quota scope selectors.
">ResourceQuotaScopeSelectors</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.17</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Allow assigning StorageClass to unbound PVCs retroactively.
">RetroactiveDefaultStorageClass</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.25</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Allow assigning StorageClass to unbound PVCs retroactively.
">RetroactiveDefaultStorageClass</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.26</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Allow assigning StorageClass to unbound PVCs retroactively.
">RetroactiveDefaultStorageClass</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.28</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Configure the kube-controller-manager to publish a ConfigMap named kube-root-ca.crt to every namespace. This ConfigMap contains a CA bundle used for verifying connections to the kube-apiserver. See Bound Service Account Tokens for more details.
">RootCAConfigMap</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.13</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Configure the kube-controller-manager to publish a ConfigMap named kube-root-ca.crt to every namespace. This ConfigMap contains a CA bundle used for verifying connections to the kube-apiserver. See Bound Service Account Tokens for more details.
">RootCAConfigMap</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.20</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Configure the kube-controller-manager to publish a ConfigMap named kube-root-ca.crt to every namespace. This ConfigMap contains a CA bundle used for verifying connections to the kube-apiserver. See Bound Service Account Tokens for more details.
">RootCAConfigMap</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable the rotation of the client TLS certificate on the kubelet. See kubelet configuration for more details.
">RotateKubeletClientCertificate</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.8</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable the rotation of the client TLS certificate on the kubelet. See kubelet configuration for more details.
">RotateKubeletClientCertificate</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.19</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable control over the primary group ID set on the init processes of containers.
">RunAsGroup</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.14</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable control over the primary group ID set on the init processes of containers.
">RunAsGroup</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable the RuntimeClass feature for selecting container runtime configurations.
">RuntimeClass</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.12</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="Enable the RuntimeClass feature for selecting container runtime configurations.
">RuntimeClass</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.14</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable the RuntimeClass feature for selecting container runtime configurations.
">RuntimeClass</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.20</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable DaemonSet Pods to be scheduled by the default scheduler instead of the DaemonSet controller.
">ScheduleDaemonSetPods</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.11</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Enable DaemonSet Pods to be scheduled by the default scheduler instead of the DaemonSet controller.
">ScheduleDaemonSetPods</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.12</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable DaemonSet Pods to be scheduled by the default scheduler instead of the DaemonSet controller.
">ScheduleDaemonSetPods</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.17</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enables the SCTP protocol value in Pod, Service, Endpoints, EndpointSlice, and NetworkPolicy definitions.
">SCTPSupport</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.12</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enables the SCTP protocol value in Pod, Service, Endpoints, EndpointSlice, and NetworkPolicy definitions.
">SCTPSupport</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enables the SCTP protocol value in Pod, Service, Endpoints, EndpointSlice, and NetworkPolicy definitions.
">SCTPSupport</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.20</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enables the use of RuntimeDefault as the default seccomp profile for all workloads. The seccomp profile is specified in the securityContext of a Pod and/or a Container.
">SeccompDefault</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.22</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables the use of RuntimeDefault as the default seccomp profile for all workloads. The seccomp profile is specified in the securityContext of a Pod and/or a Container.
">SeccompDefault</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enables the use of RuntimeDefault as the default seccomp profile for all workloads. The seccomp profile is specified in the securityContext of a Pod and/or a Container.
">SeccompDefault</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.27</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="This gate signals that the SecurityContextDeny admission controller is deprecated.
">SecurityContextDeny</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.27</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Allows label and field based indexes in API server watch cache to accelerate list operations.
">SelectorIndex</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.18</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Allows label and field based indexes in API server watch cache to accelerate list operations.
">SelectorIndex</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Allows label and field based indexes in API server watch cache to accelerate list operations.
">SelectorIndex</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.20</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enables the Sever Side Apply (SSA) feature on the API Server.
">ServerSideApply</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.14</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Enables the Sever Side Apply (SSA) feature on the API Server.
">ServerSideApply</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.16</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables the Sever Side Apply (SSA) feature on the API Server.
">ServerSideApply</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.22</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enables server-side field validation. This means the validation of resource schema is performed at the API server side rather than the client side (for example, the kubectl create or kubectl apply command line).
">ServerSideFieldValidation</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables server-side field validation. This means the validation of resource schema is performed at the API server side rather than the client side (for example, the kubectl create or kubectl apply command line).
">ServerSideFieldValidation</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enables server-side field validation. This means the validation of resource schema is performed at the API server side rather than the client side (for example, the kubectl create or kubectl apply command line).
">ServerSideFieldValidation</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.27</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enable OIDC discovery endpoints (issuer and JWKS URLs) for the service account issuer in the API server. See Configure Service Accounts for Pods for more details.
">ServiceAccountIssuerDiscovery</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.18</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable OIDC discovery endpoints (issuer and JWKS URLs) for the service account issuer in the API server. See Configure Service Accounts for Pods for more details.
">ServiceAccountIssuerDiscovery</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.20</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable OIDC discovery endpoints (issuer and JWKS URLs) for the service account issuer in the API server. See Configure Service Accounts for Pods for more details.
">ServiceAccountIssuerDiscovery</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables the appProtocol field on Services and Endpoints.
">ServiceAppProtocol</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.18</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enables the appProtocol field on Services and Endpoints.
">ServiceAppProtocol</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enables the appProtocol field on Services and Endpoints.
">ServiceAppProtocol</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.20</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enables the internalTrafficPolicy field on Services
">ServiceInternalTrafficPolicy</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables the internalTrafficPolicy field on Services
">ServiceInternalTrafficPolicy</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enables the internalTrafficPolicy field on Services
">ServiceInternalTrafficPolicy</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enables a strategy for Services ClusterIP allocations, whereby the ClusterIP range is subdivided. Dynamic allocated ClusterIP addresses will be allocated preferently from the upper range allowing users to assign static ClusterIPs from the lower range with a low risk of collision. See Avoiding collisions for more details.
">ServiceIPStaticSubrange</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.24</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables a strategy for Services ClusterIP allocations, whereby the ClusterIP range is subdivided. Dynamic allocated ClusterIP addresses will be allocated preferently from the upper range allowing users to assign static ClusterIPs from the lower range with a low risk of collision. See Avoiding collisions for more details.
">ServiceIPStaticSubrange</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.25</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enables a strategy for Services ClusterIP allocations, whereby the ClusterIP range is subdivided. Dynamic allocated ClusterIP addresses will be allocated preferently from the upper range allowing users to assign static ClusterIPs from the lower range with a low risk of collision. See Avoiding collisions for more details.
">ServiceIPStaticSubrange</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enables the allocateLoadBalancerNodePorts field on Services.
">ServiceLBNodePortControl</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.20</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables the allocateLoadBalancerNodePorts field on Services.
">ServiceLBNodePortControl</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables the allocateLoadBalancerNodePorts field on Services.
">ServiceLBNodePortControl</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enables the loadBalancerClass field on Services. See Specifying class of load balancer implementation for more details.
">ServiceLoadBalancerClass</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enables the loadBalancerClass field on Services. See Specifying class of load balancer implementation for more details.
">ServiceLoadBalancerClass</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enables the loadBalancerClass field on Services. See Specifying class of load balancer implementation for more details.
">ServiceLoadBalancerClass</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enable finalizer protection for Service load balancers.
">ServiceLoadBalancerFinalizer</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.15</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Enable finalizer protection for Service load balancers.
">ServiceLoadBalancerFinalizer</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.16</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable finalizer protection for Service load balancers.
">ServiceLoadBalancerFinalizer</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.17</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable the exclusion of nodes from load balancers created by a cloud provider. A node is eligible for exclusion if labelled with &quot;node.kubernetes.io/exclude-from-external-load-balancers&quot;.
">ServiceNodeExclusion</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable the exclusion of nodes from load balancers created by a cloud provider. A node is eligible for exclusion if labelled with &quot;node.kubernetes.io/exclude-from-external-load-balancers&quot;.
">ServiceNodeExclusion</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable the exclusion of nodes from load balancers created by a cloud provider. A node is eligible for exclusion if labelled with &quot;node.kubernetes.io/exclude-from-external-load-balancers&quot;.
">ServiceNodeExclusion</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enables the use of different port allocation strategies for NodePort Services. For more details, see reserve NodePort ranges to avoid collisions.
">ServiceNodePortStaticSubrange</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.27</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enables the use of different port allocation strategies for NodePort Services. For more details, see reserve NodePort ranges to avoid collisions.
">ServiceNodePortStaticSubrange</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.28</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Enables the use of different port allocation strategies for NodePort Services. For more details, see reserve NodePort ranges to avoid collisions.
">ServiceNodePortStaticSubrange</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enable service to route traffic based upon the Node topology of the cluster.
">ServiceTopology</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.17</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable service to route traffic based upon the Node topology of the cluster.
">ServiceTopology</code></td>
                <td><code>false</code></td>
                <td>Deprecated</td>
                <td>1.20</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable the ability of setting Fully Qualified Domain Name(FQDN) as the hostname of a pod. See Pod&#39;s setHostnameAsFQDN field.
">SetHostnameAsFQDN</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.19</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable the ability of setting Fully Qualified Domain Name(FQDN) as the hostname of a pod. See Pod&#39;s setHostnameAsFQDN field.
">SetHostnameAsFQDN</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.20</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable the ability of setting Fully Qualified Domain Name(FQDN) as the hostname of a pod. See Pod&#39;s setHostnameAsFQDN field.
">SetHostnameAsFQDN</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.22</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable kubelets to determine the size limit for memory-backed volumes (mainly emptyDir volumes).
">SizeMemoryBackedVolumes</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.20</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable kubelets to determine the size limit for memory-backed volumes (mainly emptyDir volumes).
">SizeMemoryBackedVolumes</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enable kubelets to determine the size limit for memory-backed volumes (mainly emptyDir volumes).
">SizeMemoryBackedVolumes</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.32</td>
                <td>1.34</td>
            </tr>
            <tr>
                <td><code title="Skip validation that GCE PersistentDisk volumes are in read-only mode.
">SkipReadOnlyValidationGCE</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.28</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Skip validation that GCE PersistentDisk volumes are in read-only mode.
">SkipReadOnlyValidationGCE</code></td>
                <td><code>true</code></td>
                <td>Deprecated</td>
                <td>1.29</td>
                <td>1.30</td>
            </tr>
            <tr>
                <td><code title="Enables less load balancer re-configurations by the service controller (KCCM) as an effect of changing node state.
">StableLoadBalancerNodeSet</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.27</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enables less load balancer re-configurations by the service controller (KCCM) as an effect of changing node state.
">StableLoadBalancerNodeSet</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.30</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enable the startup probe in the kubelet.
">StartupProbe</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.16</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable the startup probe in the kubelet.
">StartupProbe</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.18</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable the startup probe in the kubelet.
">StartupProbe</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.20</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Allows minReadySeconds to be respected by the StatefulSet controller.
">StatefulSetMinReadySeconds</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.22</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Allows minReadySeconds to be respected by the StatefulSet controller.
">StatefulSetMinReadySeconds</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Allows minReadySeconds to be respected by the StatefulSet controller.
">StatefulSetMinReadySeconds</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.25</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Postpone the deletion of PersistentVolume or PersistentVolumeClaim objects if they are still being used.
">StorageObjectInUseProtection</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.10</td>
                <td>1.10</td>
            </tr>
            <tr>
                <td><code title="Postpone the deletion of PersistentVolume or PersistentVolumeClaim objects if they are still being used.
">StorageObjectInUseProtection</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.11</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Instructs the API server to intercept (and follow) redirects from the backend (kubelet) for streaming requests. Examples of streaming requests include the exec, attach and port-forward requests.
">StreamingProxyRedirects</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.5</td>
                <td>1.5</td>
            </tr>
            <tr>
                <td><code title="Instructs the API server to intercept (and follow) redirects from the backend (kubelet) for streaming requests. Examples of streaming requests include the exec, attach and port-forward requests.
">StreamingProxyRedirects</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.6</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Instructs the API server to intercept (and follow) redirects from the backend (kubelet) for streaming requests. Examples of streaming requests include the exec, attach and port-forward requests.
">StreamingProxyRedirects</code></td>
                <td><code>true</code></td>
                <td>Deprecated</td>
                <td>1.18</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Instructs the API server to intercept (and follow) redirects from the backend (kubelet) for streaming requests. Examples of streaming requests include the exec, attach and port-forward requests.
">StreamingProxyRedirects</code></td>
                <td><code>false</code></td>
                <td>Deprecated</td>
                <td>1.22</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable providing in-cluster service load balancing using IPVS. See service proxies for more details.
">SupportIPVSProxyMode</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.8</td>
            </tr>
            <tr>
                <td><code title="Enable providing in-cluster service load balancing using IPVS. See service proxies for more details.
">SupportIPVSProxyMode</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.9</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable providing in-cluster service load balancing using IPVS. See service proxies for more details.
">SupportIPVSProxyMode</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.10</td>
                <td>1.10</td>
            </tr>
            <tr>
                <td><code title="Enable providing in-cluster service load balancing using IPVS. See service proxies for more details.
">SupportIPVSProxyMode</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.11</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable the support to limiting PIDs on the Node. The parameter pid=&lt;number&gt; in the --system-reserved and --kube-reserved options can be specified to ensure that the specified number of process IDs will be reserved for the system as a whole and for Kubernetes system daemons respectively.
">SupportNodePidsLimit</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.14</td>
                <td>1.14</td>
            </tr>
            <tr>
                <td><code title="Enable the support to limiting PIDs on the Node. The parameter pid=&lt;number&gt; in the --system-reserved and --kube-reserved options can be specified to ensure that the specified number of process IDs will be reserved for the system as a whole and for Kubernetes system daemons respectively.
">SupportNodePidsLimit</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.15</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable the support to limiting PIDs on the Node. The parameter pid=&lt;number&gt; in the --system-reserved and --kube-reserved options can be specified to ensure that the specified number of process IDs will be reserved for the system as a whole and for Kubernetes system daemons respectively.
">SupportNodePidsLimit</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.20</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enable the support to limiting PIDs in Pods.
">SupportPodPidsLimit</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.10</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="Enable the support to limiting PIDs in Pods.
">SupportPodPidsLimit</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.14</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable the support to limiting PIDs in Pods.
">SupportPodPidsLimit</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.20</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enable support to suspend and resume Jobs. For more details, see the Jobs docs.
">SuspendJob</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable support to suspend and resume Jobs. For more details, see the Jobs docs.
">SuspendJob</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.22</td>
                <td>1.23</td>
            </tr>
            <tr>
                <td><code title="Enable support to suspend and resume Jobs. For more details, see the Jobs docs.
">SuspendJob</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.24</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enable support for namespaced kernel parameters (sysctls) that can be set for each pod. See sysctls for more details.
">Sysctls</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.11</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable support for namespaced kernel parameters (sysctls) that can be set for each pod. See sysctls for more details.
">Sysctls</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.21</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enable evicting pods from nodes based on taints on Nodes and tolerations on Pods. See taints and tolerations for more details.
">TaintBasedEvictions</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.6</td>
                <td>1.12</td>
            </tr>
            <tr>
                <td><code title="Enable evicting pods from nodes based on taints on Nodes and tolerations on Pods. See taints and tolerations for more details.
">TaintBasedEvictions</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.13</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable evicting pods from nodes based on taints on Nodes and tolerations on Pods. See taints and tolerations for more details.
">TaintBasedEvictions</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.18</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Enable automatic tainting nodes based on node conditions.
">TaintNodesByCondition</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.8</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Enable automatic tainting nodes based on node conditions.
">TaintNodesByCondition</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.12</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable automatic tainting nodes based on node conditions.
">TaintNodesByCondition</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.17</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enable the TokenRequest endpoint on service account resources.
">TokenRequest</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.10</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Enable the TokenRequest endpoint on service account resources.
">TokenRequest</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.12</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable the TokenRequest endpoint on service account resources.
">TokenRequest</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.20</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable the injection of service account tokens into a Pod through a projected volume.
">TokenRequestProjection</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.11</td>
                <td>1.11</td>
            </tr>
            <tr>
                <td><code title="Enable the injection of service account tokens into a Pod through a projected volume.
">TokenRequestProjection</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.12</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable the injection of service account tokens into a Pod through a projected volume.
">TokenRequestProjection</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.20</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable a mechanism to coordinate fine-grained hardware resource assignments for different components in Kubernetes. See Control Topology Management Policies on a node.
">TopologyManager</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.16</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable a mechanism to coordinate fine-grained hardware resource assignments for different components in Kubernetes. See Control Topology Management Policies on a node.
">TopologyManager</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.18</td>
                <td>1.26</td>
            </tr>
            <tr>
                <td><code title="Enable a mechanism to coordinate fine-grained hardware resource assignments for different components in Kubernetes. See Control Topology Management Policies on a node.
">TopologyManager</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.27</td>
                <td>1.28</td>
            </tr>
            <tr>
                <td><code title="Allow a TTL controller to clean up resources after they finish execution.
">TTLAfterFinished</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.12</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Allow a TTL controller to clean up resources after they finish execution.
">TTLAfterFinished</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.21</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Allow a TTL controller to clean up resources after they finish execution.
">TTLAfterFinished</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.23</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable Pod Security Standards policies relaxation for pods that run with namespaces. You must set the value of this feature gate consistently across all nodes in your cluster, and you must also enable UserNamespacesSupport to use this feature.
This feature gate is not part of Kubernetes v1.35 (and onwards) because, for those versions of Kubernetes, all supported kubelet versions will fail to create a pod if it requests a user namespace, but the node does not.
">UserNamespacesPodSecurityStandards</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.29</td>
                <td>1.34</td>
            </tr>
            <tr>
                <td><code title="Enable user namespace support for stateless Pods. This feature gate was superseded by the UserNamespacesSupport feature gate in the Kubernetes v1.28 release.
">UserNamespacesStatelessPodsSupport</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.25</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="This flag controls whether the API server should validate that redirects are only followed to the same host. Only used if the StreamingProxyRedirects flag is enabled.
">ValidateProxyRedirects</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.12</td>
                <td>1.13</td>
            </tr>
            <tr>
                <td><code title="This flag controls whether the API server should validate that redirects are only followed to the same host. Only used if the StreamingProxyRedirects flag is enabled.
">ValidateProxyRedirects</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.14</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="This flag controls whether the API server should validate that redirects are only followed to the same host. Only used if the StreamingProxyRedirects flag is enabled.
">ValidateProxyRedirects</code></td>
                <td><code>true</code></td>
                <td>Deprecated</td>
                <td>1.22</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable ValidatingAdmissionPolicy support for CEL validations be used in Admission Control.
">ValidatingAdmissionPolicy</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.26</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable ValidatingAdmissionPolicy support for CEL validations be used in Admission Control.
">ValidatingAdmissionPolicy</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.28</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Enable ValidatingAdmissionPolicy support for CEL validations be used in Admission Control.
">ValidatingAdmissionPolicy</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.30</td>
                <td>1.31</td>
            </tr>
            <tr>
                <td><code title="Enable support for prioritizing nodes in different topologies based on available PV capacity. This feature is renamed to StorageCapacityScoring in v1.33.
">VolumeCapacityPriority</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.21</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="Enable support for specifying an existing PVC as a DataSource.
">VolumePVCDataSource</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.15</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Enable support for specifying an existing PVC as a DataSource.
">VolumePVCDataSource</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.16</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable support for specifying an existing PVC as a DataSource.
">VolumePVCDataSource</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.18</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Enable volume topology aware scheduling and make the PersistentVolumeClaim (PVC) binding aware of scheduling decisions. It also enables the usage of local volume type when used together with the PersistentLocalVolumes feature gate.
">VolumeScheduling</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.9</td>
                <td>1.9</td>
            </tr>
            <tr>
                <td><code title="Enable volume topology aware scheduling and make the PersistentVolumeClaim (PVC) binding aware of scheduling decisions. It also enables the usage of local volume type when used together with the PersistentLocalVolumes feature gate.
">VolumeScheduling</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.10</td>
                <td>1.12</td>
            </tr>
            <tr>
                <td><code title="Enable volume topology aware scheduling and make the PersistentVolumeClaim (PVC) binding aware of scheduling decisions. It also enables the usage of local volume type when used together with the PersistentLocalVolumes feature gate.
">VolumeScheduling</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.13</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable volume snapshot data source support.
">VolumeSnapshotDataSource</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.12</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable volume snapshot data source support.
">VolumeSnapshotDataSource</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.17</td>
                <td>1.19</td>
            </tr>
            <tr>
                <td><code title="Enable volume snapshot data source support.
">VolumeSnapshotDataSource</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.20</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Allow mounting a subpath of a volume in a container.
">VolumeSubpath</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.10</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable subPathExpr field for expanding environment variables into a subPath.
">VolumeSubpathEnvExpansion</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.14</td>
                <td>1.14</td>
            </tr>
            <tr>
                <td><code title="Enable subPathExpr field for expanding environment variables into a subPath.
">VolumeSubpathEnvExpansion</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.15</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable subPathExpr field for expanding environment variables into a subPath.
">VolumeSubpathEnvExpansion</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.17</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Allow sending warning headers in API responses.
">WarningHeaders</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.19</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="Allow sending warning headers in API responses.
">WarningHeaders</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.22</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enable support for watch bookmark events.
">WatchBookmark</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.15</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Enable support for watch bookmark events.
">WatchBookmark</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.16</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable support for watch bookmark events.
">WatchBookmark</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.17</td>
                <td>1.32</td>
            </tr>
            <tr>
                <td><code title="When enabled, kube-proxy running on Windows will use EndpointSlices as the primary data source instead of Endpoints, enabling scalability and performance improvements. See Enabling Endpoint Slices.
">WindowsEndpointSliceProxying</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.19</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="When enabled, kube-proxy running on Windows will use EndpointSlices as the primary data source instead of Endpoints, enabling scalability and performance improvements. See Enabling Endpoint Slices.
">WindowsEndpointSliceProxying</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.21</td>
                <td>1.21</td>
            </tr>
            <tr>
                <td><code title="When enabled, kube-proxy running on Windows will use EndpointSlices as the primary data source instead of Endpoints, enabling scalability and performance improvements. See Enabling Endpoint Slices.
">WindowsEndpointSliceProxying</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.22</td>
                <td>1.24</td>
            </tr>
            <tr>
                <td><code title="Enables passing of GMSA credential specs from pods to container runtimes.
">WindowsGMSA</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.14</td>
                <td>1.15</td>
            </tr>
            <tr>
                <td><code title="Enables passing of GMSA credential specs from pods to container runtimes.
">WindowsGMSA</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.16</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enables passing of GMSA credential specs from pods to container runtimes.
">WindowsGMSA</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.18</td>
                <td>1.18</td>
            </tr>
            <tr>
                <td><code title="Enables support for Windows HostProcess containers.
">WindowsHostProcessContainers</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.22</td>
                <td>1.22</td>
            </tr>
            <tr>
                <td><code title="Enables support for Windows HostProcess containers.
">WindowsHostProcessContainers</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.23</td>
                <td>1.25</td>
            </tr>
            <tr>
                <td><code title="Enables support for Windows HostProcess containers.
">WindowsHostProcessContainers</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.26</td>
                <td>1.27</td>
            </tr>
            <tr>
                <td><code title="Enable support for running applications in Windows containers with as a non-default user. See Configuring RunAsUserName for more details.
">WindowsRunAsUserName</code></td>
                <td><code>false</code></td>
                <td>Alpha</td>
                <td>1.16</td>
                <td>1.16</td>
            </tr>
            <tr>
                <td><code title="Enable support for running applications in Windows containers with as a non-default user. See Configuring RunAsUserName for more details.
">WindowsRunAsUserName</code></td>
                <td><code>true</code></td>
                <td>Beta</td>
                <td>1.17</td>
                <td>1.17</td>
            </tr>
            <tr>
                <td><code title="Enable support for running applications in Windows containers with as a non-default user. See Configuring RunAsUserName for more details.
">WindowsRunAsUserName</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.18</td>
                <td>1.20</td>
            </tr>
            <tr>
                <td><code title="Allow priority &amp; fairness in the API server to use a zero value for the nominalConcurrencyShares field of the limited section of a priority level.
">ZeroLimitedNominalConcurrencyShares</code></td>
                <td><code>false</code></td>
                <td>Beta</td>
                <td>1.29</td>
                <td>1.29</td>
            </tr>
            <tr>
                <td><code title="Allow priority &amp; fairness in the API server to use a zero value for the nominalConcurrencyShares field of the limited section of a priority level.
">ZeroLimitedNominalConcurrencyShares</code></td>
                <td><code>true</code></td>
                <td>GA</td>
                <td>1.30</td>
                <td>1.31</td>
            </tr></tbody>
</table>

## Descriptions for removed feature gates

<!-- Want to edit this list? See https://k8s.io/docs/contribute/new-content/new-features/#ready-for-review-feature-gates -->
<dl class="feature-gate-list"><dt id="Accelerators"><code class="feature-gate-name">Accelerators</code></dt>
      <dd><p>Provided an early form of plugin to enable Nvidia GPU support when using
Docker Engine; no longer available. See
<a href="/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/">Device Plugins</a> for
an alternative.</p></dd><dt id="AdmissionWebhookMatchConditions"><code class="feature-gate-name">AdmissionWebhookMatchConditions</code></dt>
      <dd><p>Enable <a href="/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions">match conditions</a>
on mutating &amp; validating admission webhooks.</p></dd><dt id="AdvancedAuditing"><code class="feature-gate-name">AdvancedAuditing</code></dt>
      <dd><p>Enable <a href="/docs/tasks/debug/debug-cluster/audit/#advanced-audit">advanced auditing</a></p></dd><dt id="AffinityInAnnotations"><code class="feature-gate-name">AffinityInAnnotations</code></dt>
      <dd><p>Enable setting
<a href="/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity">Pod affinity or anti-affinity</a>.</p></dd><dt id="AggregatedDiscoveryEndpoint"><code class="feature-gate-name">AggregatedDiscoveryEndpoint</code></dt>
      <dd><p>Enable a single HTTP endpoint <code>/discovery/&lt;version&gt;</code> which
supports native HTTP caching with ETags containing all APIResources known to the API server.</p></dd><dt id="AllowExtTrafficLocalEndpoints"><code class="feature-gate-name">AllowExtTrafficLocalEndpoints</code></dt>
      <dd><p>Enable a service to route external requests to node local endpoints.</p></dd><dt id="AllowInsecureBackendProxy"><code class="feature-gate-name">AllowInsecureBackendProxy</code></dt>
      <dd><p>Enable the users to skip TLS verification of
kubelets on Pod log requests.</p></dd><dt id="AllowServiceLBStatusOnNonLB"><code class="feature-gate-name">AllowServiceLBStatusOnNonLB</code></dt>
      <dd><p>Enables <code>.status.ingress.loadBalancer</code> to be set on Services of types other than <code>LoadBalancer</code>.</p></dd><dt id="APIListChunking"><code class="feature-gate-name">APIListChunking</code></dt>
      <dd><p>Enable the API clients to retrieve (<code>LIST</code> or <code>GET</code>)
resources from API server in chunks.</p></dd><dt id="APIPriorityAndFairness"><code class="feature-gate-name">APIPriorityAndFairness</code></dt>
      <dd><p>Enable managing request concurrency with
prioritization and fairness at each server. (Renamed from <code>RequestManagement</code>)</p></dd><dt id="APISelfSubjectReview"><code class="feature-gate-name">APISelfSubjectReview</code></dt>
      <dd><p>Activate the <code>SelfSubjectReview</code> API which allows users
to see the requesting subject's authentication information.
See <a href="/docs/reference/access-authn-authz/authentication/#self-subject-review">API access to authentication information for a client</a>
for more details.</p></dd><dt id="AppArmor"><code class="feature-gate-name">AppArmor</code></dt>
      <dd><p>Enable use of AppArmor mandatory access control for Pods running on Linux nodes.
See <a href="/docs/tutorials/security/apparmor/">AppArmor Tutorial</a> for more details.</p></dd><dt id="AppArmorFields"><code class="feature-gate-name">AppArmorFields</code></dt>
      <dd><p>Enable AppArmor related security context settings.</p>
<p>For more information about AppArmor and Kubernetes, read the
<a href="/docs/concepts/security/linux-kernel-security-constraints/#apparmor">AppArmor</a> section
within
<a href="/docs/concepts/security/linux-kernel-security-constraints/#linux-security-features">security features in the Linux kernel</a>.</p>
</dd><dt id="AttachVolumeLimit"><code class="feature-gate-name">AttachVolumeLimit</code></dt>
      <dd><p>Enable volume plugins to report limits on number of volumes
that can be attached to a node.
See <a href="/docs/concepts/storage/storage-limits/#dynamic-volume-limits">dynamic volume limits</a>
for more details.</p></dd><dt id="BalanceAttachedNodeVolumes"><code class="feature-gate-name">BalanceAttachedNodeVolumes</code></dt>
      <dd><p>Include volume count on node to be considered for
balanced resource allocation while scheduling. A node which has closer CPU,
memory utilization, and volume count is favored by the scheduler while making decisions.</p></dd><dt id="BlockVolume"><code class="feature-gate-name">BlockVolume</code></dt>
      <dd><p>Enable the definition and consumption of raw block devices in Pods.
See <a href="/docs/concepts/storage/persistent-volumes/#raw-block-volume-support">Raw Block Volume Support</a>
for more details.</p></dd><dt id="BoundServiceAccountTokenVolume"><code class="feature-gate-name">BoundServiceAccountTokenVolume</code></dt>
      <dd><p>Migrate ServiceAccount volumes to use a projected volume
consisting of a ServiceAccountTokenVolumeProjection. Cluster admins can use metric
<code>serviceaccount_stale_tokens_total</code> to monitor workloads that are depending on the extended
tokens. If there are no such workloads, turn off extended tokens by starting <code>kube-apiserver</code> with
flag <code>--service-account-extend-token-expiration=false</code>.</p>
<p>Check <a href="https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/1205-bound-service-account-tokens/README.md">Bound Service Account Tokens</a>
for more details.</p>
</dd><dt id="CloudDualStackNodeIPs"><code class="feature-gate-name">CloudDualStackNodeIPs</code></dt>
      <dd><p>Enables dual-stack <code>kubelet --node-ip</code> with external cloud providers.
See <a href="/docs/concepts/services-networking/dual-stack/#configure-ipv4-ipv6-dual-stack">Configure IPv4/IPv6 dual-stack</a>
for more details.</p></dd><dt id="ComponentSLIs"><code class="feature-gate-name">ComponentSLIs</code></dt>
      <dd><p>Enable the <code>/metrics/slis</code> endpoint on Kubernetes components like
kubelet, kube-scheduler, kube-proxy, kube-controller-manager, cloud-controller-manager
allowing you to scrape health check metrics.</p></dd><dt id="ConfigurableFSGroupPolicy"><code class="feature-gate-name">ConfigurableFSGroupPolicy</code></dt>
      <dd><p>Allows user to configure volume permission change policy
for fsGroups when mounting a volume in a Pod. See
<a href="/docs/tasks/configure-pod-container/security-context/#configure-volume-permission-and-ownership-change-policy-for-pods">Configure volume permission and ownership change policy for Pods</a>
for more details.</p></dd><dt id="ConsistentHTTPGetHandlers"><code class="feature-gate-name">ConsistentHTTPGetHandlers</code></dt>
      <dd><p>Normalize HTTP get URL and Header passing for lifecycle
handlers with probers.</p></dd><dt id="ControllerManagerLeaderMigration"><code class="feature-gate-name">ControllerManagerLeaderMigration</code></dt>
      <dd><p>Enables Leader Migration for
<a href="/docs/tasks/administer-cluster/controller-manager-leader-migration/#initial-leader-migration-configuration">kube-controller-manager</a> and
<a href="/docs/tasks/administer-cluster/controller-manager-leader-migration/#deploy-cloud-controller-manager">cloud-controller-manager</a>
which allows a cluster operator to live migrate
controllers from the kube-controller-manager into an external controller-manager
(e.g. the cloud-controller-manager) in an HA cluster without downtime.</p></dd><dt id="CPUManager"><code class="feature-gate-name">CPUManager</code></dt>
      <dd><p>Enable container level CPU affinity support, see
<a href="/docs/tasks/administer-cluster/cpu-management-policies/">CPU Management Policies</a>.</p></dd><dt id="CRIContainerLogRotation"><code class="feature-gate-name">CRIContainerLogRotation</code></dt>
      <dd><p>Enable container log rotation for CRI container runtime.
The default max size of a log file is 10MB and the default max number of
log files allowed for a container is 5.
These values can be configured in the kubelet config.
See <a href="/docs/concepts/cluster-administration/logging/#logging-at-the-node-level">logging at node level</a>
for more details.</p></dd><dt id="CronJobControllerV2"><code class="feature-gate-name">CronJobControllerV2</code></dt>
      <dd><p>Use an alternative implementation of the
<a class='glossary-tooltip' title='A repeating task (a Job) that runs on a regular schedule.' data-bs-toggle='tooltip' data-bs-placement='top' href='/docs/concepts/workloads/controllers/cron-jobs/' target='_blank' aria-label='CronJob'>CronJob</a> controller. Otherwise,
version 1 of the same controller is selected.</p></dd><dt id="CronJobTimeZone"><code class="feature-gate-name">CronJobTimeZone</code></dt>
      <dd><p>Allow the use of the <code>timeZone</code> optional field in <a href="/docs/concepts/workloads/controllers/cron-jobs/">CronJobs</a></p></dd><dt id="CSIBlockVolume"><code class="feature-gate-name">CSIBlockVolume</code></dt>
      <dd><p>Enable external CSI volume drivers to support block storage.
See <a href="/docs/concepts/storage/volumes/#csi-raw-block-volume-support"><code>csi</code> raw block volume support</a>
for more details.</p></dd><dt id="CSIDriverRegistry"><code class="feature-gate-name">CSIDriverRegistry</code></dt>
      <dd><p>Enable all logic related to the CSIDriver API object in
<code>csi.storage.k8s.io</code>.</p></dd><dt id="CSIInlineVolume"><code class="feature-gate-name">CSIInlineVolume</code></dt>
      <dd><p>Enable CSI Inline volumes support for pods.</p></dd><dt id="CSIMigration"><code class="feature-gate-name">CSIMigration</code></dt>
      <dd><p>Enables shims and translation logic to route volume
operations from in-tree plugins to corresponding pre-installed CSI plugins</p></dd><dt id="CSIMigrationAWS"><code class="feature-gate-name">CSIMigrationAWS</code></dt>
      <dd><p>Enables shims and translation logic to route volume
operations from the AWS-EBS in-tree plugin to EBS CSI plugin. Supports
falling back to in-tree EBS plugin for mount operations to nodes that have
the feature disabled or that do not have EBS CSI plugin installed and
configured. Does not support falling back for provision operations, for those
the CSI plugin must be installed and configured.</p></dd><dt id="CSIMigrationAWSComplete"><code class="feature-gate-name">CSIMigrationAWSComplete</code></dt>
      <dd><p>Stops registering the EBS in-tree plugin in
kubelet and volume controllers and enables shims and translation logic to
route volume operations from the AWS-EBS in-tree plugin to EBS CSI plugin.
Requires CSIMigration and CSIMigrationAWS feature flags enabled and EBS CSI
plugin installed and configured on all nodes in the cluster. This flag has
been deprecated in favor of the <code>InTreePluginAWSUnregister</code> feature flag
which prevents the registration of in-tree EBS plugin.</p></dd><dt id="CSIMigrationAzureDisk"><code class="feature-gate-name">CSIMigrationAzureDisk</code></dt>
      <dd><p>Enables shims and translation logic to route volume
operations from the Azure-Disk in-tree plugin to AzureDisk CSI plugin.
Supports falling back to in-tree AzureDisk plugin for mount operations to
nodes that have the feature disabled or that do not have AzureDisk CSI plugin
installed and configured. Does not support falling back for provision
operations, for those the CSI plugin must be installed and configured.
Requires CSIMigration feature flag enabled.</p></dd><dt id="CSIMigrationAzureDiskComplete"><code class="feature-gate-name">CSIMigrationAzureDiskComplete</code></dt>
      <dd><p>Stops registering the Azure-Disk in-tree
plugin in kubelet and volume controllers and enables shims and translation
logic to route volume operations from the Azure-Disk in-tree plugin to
AzureDisk CSI plugin. Requires CSIMigration and CSIMigrationAzureDisk feature
flags enabled and AzureDisk CSI plugin installed and configured on all nodes
in the cluster. This flag has been deprecated in favor of the
<code>InTreePluginAzureDiskUnregister</code> feature flag which prevents the registration
of in-tree AzureDisk plugin.</p></dd><dt id="CSIMigrationAzureFile"><code class="feature-gate-name">CSIMigrationAzureFile</code></dt>
      <dd><p>Enables shims and translation logic to route volume
operations from the Azure-File in-tree plugin to AzureFile CSI plugin.
Supports falling back to in-tree AzureFile plugin for mount operations to
nodes that have the feature disabled or that do not have AzureFile CSI plugin
installed and configured. Does not support falling back for provision
operations, for those the CSI plugin must be installed and configured.
Requires CSIMigration feature flag enabled.</p></dd><dt id="CSIMigrationAzureFileComplete"><code class="feature-gate-name">CSIMigrationAzureFileComplete</code></dt>
      <dd><p>Stops registering the Azure-File in-tree
plugin in kubelet and volume controllers and enables shims and translation
logic to route volume operations from the Azure-File in-tree plugin to
AzureFile CSI plugin. Requires CSIMigration and CSIMigrationAzureFile feature
flags  enabled and AzureFile CSI plugin installed and configured on all nodes
in the cluster. This flag has been deprecated in favor of the
<code>InTreePluginAzureFileUnregister</code> feature flag which prevents the registration
of in-tree AzureFile plugin.</p></dd><dt id="CSIMigrationGCE"><code class="feature-gate-name">CSIMigrationGCE</code></dt>
      <dd><p>Enables shims and translation logic to route volume
operations from the GCE-PD in-tree plugin to PD CSI plugin. Supports falling
back to in-tree GCE plugin for mount operations to nodes that have the
feature disabled or that do not have PD CSI plugin installed and configured.
Does not support falling back for provision operations, for those the CSI
plugin must be installed and configured. Requires CSIMigration feature flag
enabled.</p></dd><dt id="CSIMigrationGCEComplete"><code class="feature-gate-name">CSIMigrationGCEComplete</code></dt>
      <dd><p>Stops registering the GCE-PD in-tree plugin in
kubelet and volume controllers and enables shims and translation logic to
route volume operations from the GCE-PD in-tree plugin to PD CSI plugin.
Requires CSIMigration and CSIMigrationGCE feature flags enabled and PD CSI
plugin installed and configured on all nodes in the cluster. This flag has
been deprecated in favor of the <code>InTreePluginGCEUnregister</code> feature flag which
prevents the registration of in-tree GCE PD plugin.</p></dd><dt id="CSIMigrationOpenStack"><code class="feature-gate-name">CSIMigrationOpenStack</code></dt>
      <dd><p>Enables shims and translation logic to route volume
operations from the Cinder in-tree plugin to Cinder CSI plugin. Supports
falling back to in-tree Cinder plugin for mount operations to nodes that have
the feature disabled or that do not have Cinder CSI plugin installed and
configured. Does not support falling back for provision operations, for those
the CSI plugin must be installed and configured. Requires CSIMigration
feature flag enabled.</p></dd><dt id="CSIMigrationOpenStackComplete"><code class="feature-gate-name">CSIMigrationOpenStackComplete</code></dt>
      <dd><p>Stops registering the Cinder in-tree plugin in
kubelet and volume controllers and enables shims and translation logic to route
volume operations from the Cinder in-tree plugin to Cinder CSI plugin.
Requires CSIMigration and CSIMigrationOpenStack feature flags enabled and Cinder
CSI plugin installed and configured on all nodes in the cluster. This flag has
been deprecated in favor of the <code>InTreePluginOpenStackUnregister</code> feature flag
which prevents the registration of in-tree openstack cinder plugin.</p></dd><dt id="CSIMigrationPortworx"><code class="feature-gate-name">CSIMigrationPortworx</code></dt>
      <dd><p>Enables shims and translation logic to route volume operations
from the Portworx in-tree plugin to Portworx CSI plugin.
Requires Portworx CSI driver to be installed and configured in the cluster.</p></dd><dt id="CSIMigrationRBD"><code class="feature-gate-name">CSIMigrationRBD</code></dt>
      <dd><p>Enables shims and translation logic to route volume
operations from the RBD in-tree plugin to Ceph RBD CSI plugin. Requires
CSIMigration and csiMigrationRBD feature flags enabled and Ceph CSI plugin
installed and configured in the cluster.</p>
<p>This feature gate was deprecated in favor of the <code>InTreePluginRBDUnregister</code> feature gate,
which prevents the registration of in-tree RBD plugin.</p>
</dd><dt id="CSIMigrationvSphere"><code class="feature-gate-name">CSIMigrationvSphere</code></dt>
      <dd><p>Enables shims and translation logic to route volume operations
from the vSphere in-tree plugin to vSphere CSI plugin. Supports falling back
to in-tree vSphere plugin for mount operations to nodes that have the feature
disabled or that do not have vSphere CSI plugin installed and configured.
Does not support falling back for provision operations, for those the CSI
plugin must be installed and configured. Requires CSIMigration feature flag
enabled.</p></dd><dt id="CSIMigrationvSphereComplete"><code class="feature-gate-name">CSIMigrationvSphereComplete</code></dt>
      <dd><p>Stops registering the vSphere in-tree plugin in kubelet
and volume controllers and enables shims and translation logic to route volume operations
from the vSphere in-tree plugin to vSphere CSI plugin. Requires CSIMigration and
CSIMigrationvSphere feature flags enabled and vSphere CSI plugin installed and
configured on all nodes in the cluster. This flag has been deprecated in favor
of the <code>InTreePluginvSphereUnregister</code> feature flag which prevents the
registration of in-tree vsphere plugin.</p></dd><dt id="CSINodeExpandSecret"><code class="feature-gate-name">CSINodeExpandSecret</code></dt>
      <dd><p>Enable passing secret authentication data to a CSI driver for use
during a <code>NodeExpandVolume</code> CSI operation.</p></dd><dt id="CSINodeInfo"><code class="feature-gate-name">CSINodeInfo</code></dt>
      <dd><p>Enable all logic related to the CSINodeInfo API object in <code>csi.storage.k8s.io</code>.</p></dd><dt id="CSIPersistentVolume"><code class="feature-gate-name">CSIPersistentVolume</code></dt>
      <dd><p>Enable discovering and mounting volumes provisioned through a
<a href="https://git.k8s.io/design-proposals-archive/storage/container-storage-interface.md">CSI (Container Storage Interface)</a>
compatible volume plugin.</p></dd><dt id="CSIServiceAccountToken"><code class="feature-gate-name">CSIServiceAccountToken</code></dt>
      <dd><p>Enable CSI drivers to receive the pods' service account token
that they mount volumes for. See
<a href="https://kubernetes-csi.github.io/docs/token-requests.html">Token Requests</a>.</p></dd><dt id="CSIStorageCapacity"><code class="feature-gate-name">CSIStorageCapacity</code></dt>
      <dd><p>Enables CSI drivers to publish storage capacity information
and the Kubernetes scheduler to use that information when scheduling pods. See
<a href="/docs/concepts/storage/storage-capacity/">Storage Capacity</a>.
Check the <a href="/docs/concepts/storage/volumes/#csi"><code>csi</code> volume type</a> documentation for more details.</p></dd><dt id="CSIVolumeFSGroupPolicy"><code class="feature-gate-name">CSIVolumeFSGroupPolicy</code></dt>
      <dd><p>Allows CSIDrivers to use the <code>fsGroupPolicy</code> field.
This field controls whether volumes created by a CSIDriver support volume ownership
and permission modifications when these volumes are mounted.</p></dd><dt id="CSRDuration"><code class="feature-gate-name">CSRDuration</code></dt>
      <dd><p>Allows clients to request a duration for certificates issued
via the Kubernetes CSR API.</p></dd><dt id="CustomPodDNS"><code class="feature-gate-name">CustomPodDNS</code></dt>
      <dd><p>Enable customizing the DNS settings for a Pod using its <code>dnsConfig</code> property.
Check <a href="/docs/concepts/services-networking/dns-pod-service/#pod-dns-config">Pod's DNS Config</a>
for more details.</p></dd><dt id="CustomResourceDefaulting"><code class="feature-gate-name">CustomResourceDefaulting</code></dt>
      <dd><p>Enable CRD support for default values in OpenAPI v3 validation schemas.</p></dd><dt id="CustomResourcePublishOpenAPI"><code class="feature-gate-name">CustomResourcePublishOpenAPI</code></dt>
      <dd><p>Enables publishing of CRD OpenAPI specs.</p></dd><dt id="CustomResourceSubresources"><code class="feature-gate-name">CustomResourceSubresources</code></dt>
      <dd><p>Enable <code>/status</code> and <code>/scale</code> subresources
on resources created from <a href="/docs/concepts/extend-kubernetes/api-extension/custom-resources/">CustomResourceDefinition</a>.</p></dd><dt id="CustomResourceValidation"><code class="feature-gate-name">CustomResourceValidation</code></dt>
      <dd><p>Enable schema based validation on resources created from
<a href="/docs/concepts/extend-kubernetes/api-extension/custom-resources/">CustomResourceDefinition</a>.</p></dd><dt id="CustomResourceValidationExpressions"><code class="feature-gate-name">CustomResourceValidationExpressions</code></dt>
      <dd><p>Enable expression language validation in CRD
which will validate customer resource based on validation rules written in
the <code>x-kubernetes-validations</code> extension.</p></dd><dt id="CustomResourceWebhookConversion"><code class="feature-gate-name">CustomResourceWebhookConversion</code></dt>
      <dd><p>Enable webhook-based conversion
on resources created from <a href="/docs/concepts/extend-kubernetes/api-extension/custom-resources/">CustomResourceDefinition</a>.</p></dd><dt id="DaemonSetUpdateSurge"><code class="feature-gate-name">DaemonSetUpdateSurge</code></dt>
      <dd><p>Enables the DaemonSet workloads to maintain
availability during update per node.
See <a href="/docs/tasks/manage-daemon/update-daemon-set/">Perform a Rolling Update on a DaemonSet</a>.</p></dd><dt id="DefaultHostNetworkHostPortsInPodTemplates"><code class="feature-gate-name">DefaultHostNetworkHostPortsInPodTemplates</code></dt>
      <dd><p>This feature gate controls the point at which a default value for
<code>.spec.containers[*].ports[*].hostPort</code>
is assigned, for Pods using <code>hostNetwork: true</code>. The default since Kubernetes v1.28 is to only set a default
value in Pods.</p>
<p>Enabling this means a default will be assigned even to the <code>.spec</code> of an embedded
<a href="/docs/concepts/workloads/pods/#pod-templates">PodTemplate</a> (for example, in a Deployment),
which is the way that older releases of Kubernetes worked.
You should migrate your code so that it does not rely on the legacy behavior.</p>
</dd><dt id="DefaultPodTopologySpread"><code class="feature-gate-name">DefaultPodTopologySpread</code></dt>
      <dd><p>Enables the use of <code>PodTopologySpread</code> scheduling plugin to do
<a href="/docs/concepts/scheduling-eviction/topology-spread-constraints/#internal-default-constraints">default spreading</a>.</p></dd><dt id="DelegateFSGroupToCSIDriver"><code class="feature-gate-name">DelegateFSGroupToCSIDriver</code></dt>
      <dd><p>If supported by the CSI driver, delegates the
role of applying <code>fsGroup</code> from a Pod's <code>securityContext</code> to the driver by
passing <code>fsGroup</code> through the NodeStageVolume and NodePublishVolume CSI calls.</p></dd><dt id="DevicePluginCDIDevices"><code class="feature-gate-name">DevicePluginCDIDevices</code></dt>
      <dd><p>Enable support to CDI device IDs in the
<a href="/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/">Device Plugin</a> API.</p></dd><dt id="DevicePlugins"><code class="feature-gate-name">DevicePlugins</code></dt>
      <dd><p>Enable the <a href="/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/">device-plugins</a>
based resource provisioning on nodes.</p></dd><dt id="DisableAcceleratorUsageMetrics"><code class="feature-gate-name">DisableAcceleratorUsageMetrics</code></dt>
      <dd><p><a href="/docs/concepts/cluster-administration/system-metrics/#disable-accelerator-metrics">Disable accelerator metrics collected by the kubelet</a>.</p></dd><dt id="DisableCloudProviders"><code class="feature-gate-name">DisableCloudProviders</code></dt>
      <dd><p>Enabling this feature gate deactivated functionality in <code>kube-apiserver</code>,
<code>kube-controller-manager</code> and <code>kubelet</code> that related to the <code>--cloud-provider</code>
command line argument.</p>
<p>In Kubernetes v1.31 and later, the only valid values for <code>--cloud-provider</code>
are the empty string (no cloud provider integration), or &quot;external&quot;
(integration via a separate cloud-controller-manager).</p>
</dd><dt id="DisableKubeletCloudCredentialProviders"><code class="feature-gate-name">DisableKubeletCloudCredentialProviders</code></dt>
      <dd><p>Enabling the feature gate deactivated the legacy in-tree functionality within the
kubelet, that allowed the kubelet to to authenticate to a cloud provider container registry
for container image pulls.</p></dd><dt id="DownwardAPIHugePages"><code class="feature-gate-name">DownwardAPIHugePages</code></dt>
      <dd><p>Enables usage of hugepages in
<a href="/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/">downward API</a>.</p></dd><dt id="DRAControlPlaneController"><code class="feature-gate-name">DRAControlPlaneController</code></dt>
      <dd><p>Enables support for resources with custom parameters and a lifecycle
that is independent of a Pod. Allocation of resources is handled
by a resource driver's control plane controller.</p></dd><dt id="DryRun"><code class="feature-gate-name">DryRun</code></dt>
      <dd><p>Enable server-side <a href="/docs/reference/using-api/api-concepts/#dry-run">dry run</a> requests
so that validation, merging, and mutation can be tested without committing.</p></dd><dt id="DynamicAuditing"><code class="feature-gate-name">DynamicAuditing</code></dt>
      <dd><p>Used to enable dynamic auditing before v1.19.</p></dd><dt id="DynamicKubeletConfig"><code class="feature-gate-name">DynamicKubeletConfig</code></dt>
      <dd><p>Enable the dynamic configuration of kubelet. The
feature is no longer supported outside of supported skew policy. The feature
gate was removed from kubelet in 1.24.</p></dd><dt id="DynamicProvisioningScheduling"><code class="feature-gate-name">DynamicProvisioningScheduling</code></dt>
      <dd><p>Extend the default scheduler to be aware of
volume topology and handle PV provisioning.
This feature was superseded by the <code>VolumeScheduling</code> feature  in v1.12.</p></dd><dt id="DynamicVolumeProvisioning"><code class="feature-gate-name">DynamicVolumeProvisioning</code></dt>
      <dd><p>Enable the
<a href="/docs/concepts/storage/dynamic-provisioning/">dynamic provisioning</a> of persistent volumes to Pods.</p></dd><dt id="EfficientWatchResumption"><code class="feature-gate-name">EfficientWatchResumption</code></dt>
      <dd><p>Allows for storage-originated bookmark (progress
notify) events to be delivered to the users. This is only applied to watch operations.</p></dd><dt id="EnableAggregatedDiscoveryTimeout"><code class="feature-gate-name">EnableAggregatedDiscoveryTimeout</code></dt>
      <dd><p>Enable the five second
timeout on aggregated discovery calls.</p></dd><dt id="EnableEquivalenceClassCache"><code class="feature-gate-name">EnableEquivalenceClassCache</code></dt>
      <dd><p>Enable the scheduler to cache equivalence of
nodes when scheduling Pods.</p></dd><dt id="EndpointSlice"><code class="feature-gate-name">EndpointSlice</code></dt>
      <dd><p>Enables EndpointSlices for more scalable and extensible
network endpoints. See <a href="/docs/concepts/services-networking/endpoint-slices/">Enabling EndpointSlices</a>.</p></dd><dt id="EndpointSliceNodeName"><code class="feature-gate-name">EndpointSliceNodeName</code></dt>
      <dd><p>Enables EndpointSlice <code>nodeName</code> field.</p></dd><dt id="EndpointSliceProxying"><code class="feature-gate-name">EndpointSliceProxying</code></dt>
      <dd><p>When enabled, kube-proxy running
on Linux will use EndpointSlices as the primary data source instead of
Endpoints, enabling scalability and performance improvements. See
<a href="/docs/concepts/services-networking/endpoint-slices/">Enabling Endpoint Slices</a>.</p></dd><dt id="EndpointSliceTerminatingCondition"><code class="feature-gate-name">EndpointSliceTerminatingCondition</code></dt>
      <dd><p>Enables EndpointSlice <code>terminating</code> and <code>serving</code>
condition fields.</p></dd><dt id="EphemeralContainers"><code class="feature-gate-name">EphemeralContainers</code></dt>
      <dd><p>Enable the ability to add
<a class='glossary-tooltip' title='A type of container type that you can temporarily run inside a Pod' data-bs-toggle='tooltip' data-bs-placement='top' href='/docs/concepts/workloads/pods/ephemeral-containers/' target='_blank' aria-label='ephemeral containers'>ephemeral containers</a>
to running Pods.</p></dd><dt id="EvenPodsSpread"><code class="feature-gate-name">EvenPodsSpread</code></dt>
      <dd><p>Enable pods to be scheduled evenly across topology domains. See
<a href="/docs/concepts/scheduling-eviction/topology-spread-constraints/">Pod Topology Spread Constraints</a>.</p></dd><dt id="ExpandCSIVolumes"><code class="feature-gate-name">ExpandCSIVolumes</code></dt>
      <dd><p>Enable the expanding of CSI volumes.</p></dd><dt id="ExpandedDNSConfig"><code class="feature-gate-name">ExpandedDNSConfig</code></dt>
      <dd><p>Enable kubelet and kube-apiserver to allow more DNS
search paths and longer list of DNS search paths. This feature requires container
runtime support(Containerd: v1.5.6 or higher, CRI-O: v1.22 or higher). See
<a href="/docs/concepts/services-networking/dns-pod-service/#expanded-dns-configuration">Expanded DNS Configuration</a>.</p></dd><dt id="ExpandInUsePersistentVolumes"><code class="feature-gate-name">ExpandInUsePersistentVolumes</code></dt>
      <dd><p>Enable expanding in-use PVCs. See
<a href="/docs/concepts/storage/persistent-volumes/#resizing-an-in-use-persistentvolumeclaim">Resizing an in-use PersistentVolumeClaim</a>.</p></dd><dt id="ExpandPersistentVolumes"><code class="feature-gate-name">ExpandPersistentVolumes</code></dt>
      <dd><p>Enable the expanding of persistent volumes. See
<a href="/docs/concepts/storage/persistent-volumes/#expanding-persistent-volumes-claims">Expanding Persistent Volumes Claims</a>.</p></dd><dt id="ExperimentalCriticalPodAnnotation"><code class="feature-gate-name">ExperimentalCriticalPodAnnotation</code></dt>
      <dd><p>Enable annotating specific pods as <em>critical</em>
so that their <a href="/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/">scheduling is guaranteed</a>.
This feature is deprecated by Pod Priority and Preemption as of v1.13.</p></dd><dt id="ExperimentalHostUserNamespaceDefaulting"><code class="feature-gate-name">ExperimentalHostUserNamespaceDefaulting</code></dt>
      <dd><p>Enabling the defaulting user
namespace to host. This is for containers that are using other host namespaces,
host mounts, or containers that are privileged or using specific non-namespaced
capabilities (e.g. <code>MKNODE</code>, <code>SYS_MODULE</code> etc.). This should only be enabled
if user namespace remapping is enabled in the Docker daemon.</p></dd><dt id="ExternalPolicyForExternalIP"><code class="feature-gate-name">ExternalPolicyForExternalIP</code></dt>
      <dd><p>Fix a bug where ExternalTrafficPolicy is not
applied to Service ExternalIPs.</p></dd><dt id="GCERegionalPersistentDisk"><code class="feature-gate-name">GCERegionalPersistentDisk</code></dt>
      <dd><p>Enable the regional PD feature on GCE.</p></dd><dt id="GenericEphemeralVolume"><code class="feature-gate-name">GenericEphemeralVolume</code></dt>
      <dd><p>Enables ephemeral, inline volumes that support all features
of normal volumes (can be provided by third-party storage vendors, storage capacity tracking,
restore from snapshot, etc.).
See <a href="/docs/concepts/storage/ephemeral-volumes/">Ephemeral Volumes</a>.</p></dd><dt id="GRPCContainerProbe"><code class="feature-gate-name">GRPCContainerProbe</code></dt>
      <dd><p>Enables the gRPC probe method for {Liveness,Readiness,Startup}Probe.
See <a href="/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe">Configure Liveness, Readiness and Startup Probes</a>.</p></dd><dt id="HonorPVReclaimPolicy"><code class="feature-gate-name">HonorPVReclaimPolicy</code></dt>
      <dd><p>Honor persistent volume reclaim policy when it is <code>Delete</code> irrespective of PV-PVC deletion ordering.
For more details, check the
<a href="/docs/concepts/storage/persistent-volumes/#persistentvolume-deletion-protection-finalizer">PersistentVolume deletion protection finalizer</a>
documentation.</p></dd><dt id="HPAContainerMetrics"><code class="feature-gate-name">HPAContainerMetrics</code></dt>
      <dd><p>Allow <a class='glossary-tooltip' title='Object that automatically scales the number of pod replicas based on targeted resource utilization or custom metric targets.' data-bs-toggle='tooltip' data-bs-placement='top' href='/docs/concepts/workloads/autoscaling/horizontal-pod-autoscale/' target='_blank' aria-label='HorizontalPodAutoscalers'>HorizontalPodAutoscalers</a>
to scale based on metrics from individual containers within target pods.</p></dd><dt id="HugePages"><code class="feature-gate-name">HugePages</code></dt>
      <dd><p>Enable the allocation and consumption of pre-allocated
<a href="/docs/tasks/manage-hugepages/scheduling-hugepages/">huge pages</a>.</p></dd><dt id="HugePageStorageMediumSize"><code class="feature-gate-name">HugePageStorageMediumSize</code></dt>
      <dd><p>Enable support for multiple sizes pre-allocated
<a href="/docs/tasks/manage-hugepages/scheduling-hugepages/">huge pages</a>.</p></dd><dt id="HyperVContainer"><code class="feature-gate-name">HyperVContainer</code></dt>
      <dd><p>Enable
<a href="https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/hyperv-container">Hyper-V isolation</a>
for Windows containers.</p></dd><dt id="IdentifyPodOS"><code class="feature-gate-name">IdentifyPodOS</code></dt>
      <dd><p>Allows the Pod OS field to be specified. This helps in identifying
the OS of the pod authoritatively during the API server admission time.</p></dd><dt id="ImmutableEphemeralVolumes"><code class="feature-gate-name">ImmutableEphemeralVolumes</code></dt>
      <dd><p>Allows for marking individual Secrets and ConfigMaps as
immutable for better safety and performance.</p></dd><dt id="IndexedJob"><code class="feature-gate-name">IndexedJob</code></dt>
      <dd><p>Allows the <a href="/docs/concepts/workloads/controllers/job/">Job</a>
controller to manage Pod completions per completion index.</p></dd><dt id="IngressClassNamespacedParams"><code class="feature-gate-name">IngressClassNamespacedParams</code></dt>
      <dd><p>Allow namespace-scoped parameters reference in
<code>IngressClass</code> resource. This feature adds two fields - <code>Scope</code> and <code>Namespace</code>
to <code>IngressClass.spec.parameters</code>.</p></dd><dt id="Initializers"><code class="feature-gate-name">Initializers</code></dt>
      <dd><p>Allow asynchronous coordination of object creation using the
Initializers admission plugin.</p></dd><dt id="InTreePluginAWSUnregister"><code class="feature-gate-name">InTreePluginAWSUnregister</code></dt>
      <dd><p>Stops registering the aws-ebs in-tree plugin in kubelet
and volume controllers.</p></dd><dt id="InTreePluginAzureDiskUnregister"><code class="feature-gate-name">InTreePluginAzureDiskUnregister</code></dt>
      <dd><p>Stops registering the azuredisk in-tree plugin in kubelet
and volume controllers.</p></dd><dt id="InTreePluginAzureFileUnregister"><code class="feature-gate-name">InTreePluginAzureFileUnregister</code></dt>
      <dd><p>Stops registering the azurefile in-tree plugin in kubelet
and volume controllers.</p></dd><dt id="InTreePluginGCEUnregister"><code class="feature-gate-name">InTreePluginGCEUnregister</code></dt>
      <dd><p>Stops registering the gce-pd in-tree plugin in kubelet
and volume controllers.</p></dd><dt id="InTreePluginOpenStackUnregister"><code class="feature-gate-name">InTreePluginOpenStackUnregister</code></dt>
      <dd><p>Stops registering the OpenStack cinder in-tree plugin in kubelet
and volume controllers.</p></dd><dt id="InTreePluginPortworxUnregister"><code class="feature-gate-name">InTreePluginPortworxUnregister</code></dt>
      <dd><p>Stops registering the Portworx in-tree plugin in kubelet
and volume controllers.</p></dd><dt id="InTreePluginRBDUnregister"><code class="feature-gate-name">InTreePluginRBDUnregister</code></dt>
      <dd><p>Stops registering the RBD in-tree plugin within kubelet and volume controllers.</p></dd><dt id="InTreePluginvSphereUnregister"><code class="feature-gate-name">InTreePluginvSphereUnregister</code></dt>
      <dd><p>Stops registering the vSphere in-tree plugin in kubelet
and volume controllers.</p></dd><dt id="IPTablesOwnershipCleanup"><code class="feature-gate-name">IPTablesOwnershipCleanup</code></dt>
      <dd><p>This causes kubelet to no longer create legacy iptables rules.</p></dd><dt id="IPv6DualStack"><code class="feature-gate-name">IPv6DualStack</code></dt>
      <dd><p>Enable <a href="/docs/concepts/services-networking/dual-stack/">dual stack</a>
support for IPv6.</p></dd><dt id="JobMutableNodeSchedulingDirectives"><code class="feature-gate-name">JobMutableNodeSchedulingDirectives</code></dt>
      <dd><p>Allows updating node scheduling directives in
the pod template of <a href="/docs/concepts/workloads/controllers/job/">Job</a>.</p></dd><dt id="JobPodFailurePolicy"><code class="feature-gate-name">JobPodFailurePolicy</code></dt>
      <dd><p>Allow users to specify handling of pod failures based on container
exit codes and pod conditions.</p></dd><dt id="JobReadyPods"><code class="feature-gate-name">JobReadyPods</code></dt>
      <dd><p>Enables tracking the number of Pods that have a <code>Ready</code>
<a href="/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions">condition</a>.
The count of <code>Ready</code> pods is recorded in the
<a href="/docs/reference/kubernetes-api/workload-resources/job-v1/#JobStatus">status</a>
of a <a href="/docs/concepts/workloads/controllers/job/">Job</a> status.</p></dd><dt id="JobTrackingWithFinalizers"><code class="feature-gate-name">JobTrackingWithFinalizers</code></dt>
      <dd><p>Enables tracking <a href="/docs/concepts/workloads/controllers/job/">Job</a>
completions without relying on Pods remaining in the cluster indefinitely.
The Job controller uses Pod finalizers and a field in the Job status to keep
track of the finished Pods to count towards completion.</p></dd><dt id="KMSv2"><code class="feature-gate-name">KMSv2</code></dt>
      <dd><p>Enables KMS v2 API for encryption at rest. See
<a href="/docs/tasks/administer-cluster/kms-provider/">Using a KMS Provider for data encryption</a>
for more details.</p></dd><dt id="KMSv2KDF"><code class="feature-gate-name">KMSv2KDF</code></dt>
      <dd><p>Enables KMS v2 to generate single use data encryption keys.
See <a href="/docs/tasks/administer-cluster/kms-provider/">Using a KMS Provider for data encryption</a> for more details.
If the <code>KMSv2</code> feature gate is not enabled in your cluster, the value of the <code>KMSv2KDF</code> feature gate has no effect.</p></dd><dt id="KubeletConfigFile"><code class="feature-gate-name">KubeletConfigFile</code></dt>
      <dd><p>Enable loading kubelet configuration from
a file specified using a config file.
See <a href="/docs/tasks/administer-cluster/kubelet-config-file/">setting kubelet parameters via a config file</a>
for more details.</p></dd><dt id="KubeletCredentialProviders"><code class="feature-gate-name">KubeletCredentialProviders</code></dt>
      <dd><p>Enable kubelet exec credential providers for
image pull credentials.</p></dd><dt id="KubeletPluginsWatcher"><code class="feature-gate-name">KubeletPluginsWatcher</code></dt>
      <dd><p>Enable probe-based plugin watcher utility to enable kubelet
to discover plugins such as <a href="/docs/concepts/storage/volumes/#csi">CSI volume drivers</a>.</p></dd><dt id="KubeletPodResources"><code class="feature-gate-name">KubeletPodResources</code></dt>
      <dd><p>Enable the kubelet's pod resources gRPC endpoint. See
<a href="https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/606-compute-device-assignment/README.md">Support Device Monitoring</a>
for more details.</p></dd><dt id="KubeletPodResourcesGetAllocatable"><code class="feature-gate-name">KubeletPodResourcesGetAllocatable</code></dt>
      <dd><p>Enable the kubelet's pod resources
<code>GetAllocatableResources</code> functionality. This API augments the
<a href="/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources">resource allocation reporting</a></p></dd><dt id="KubeProxyDrainingTerminatingNodes"><code class="feature-gate-name">KubeProxyDrainingTerminatingNodes</code></dt>
      <dd><p>Implement connection draining for
terminating nodes for <code>externalTrafficPolicy: Cluster</code> services.</p></dd><dt id="LegacyNodeRoleBehavior"><code class="feature-gate-name">LegacyNodeRoleBehavior</code></dt>
      <dd><p>When disabled, legacy behavior in service load balancers and
node disruption will ignore the <code>node-role.kubernetes.io/master</code> label in favor of the
feature-specific labels provided by <code>NodeDisruptionExclusion</code> and <code>ServiceNodeExclusion</code>.</p></dd><dt id="LegacyServiceAccountTokenCleanUp"><code class="feature-gate-name">LegacyServiceAccountTokenCleanUp</code></dt>
      <dd><p>Enable cleaning up Secret-based
<a href="/docs/concepts/security/service-accounts/#get-a-token">service account tokens</a>
when they are not used in a specified time (default to be one year).</p></dd><dt id="LegacyServiceAccountTokenNoAutoGeneration"><code class="feature-gate-name">LegacyServiceAccountTokenNoAutoGeneration</code></dt>
      <dd><p>Stop auto-generation of Secret-based
<a href="/docs/concepts/security/service-accounts/#get-a-token">service account tokens</a>.</p></dd><dt id="LegacyServiceAccountTokenTracking"><code class="feature-gate-name">LegacyServiceAccountTokenTracking</code></dt>
      <dd><p>Track usage of Secret-based
<a href="/docs/concepts/security/service-accounts/#get-a-token">service account tokens</a>.</p></dd><dt id="LoadBalancerIPMode"><code class="feature-gate-name">LoadBalancerIPMode</code></dt>
      <dd><p>Allows setting <code>ipMode</code> for Services where <code>type</code> is set to <code>LoadBalancer</code>.
See <a href="/docs/concepts/services-networking/service/#load-balancer-ip-mode">Specifying IPMode of load balancer status</a>
for more information.</p></dd><dt id="LocalStorageCapacityIsolation"><code class="feature-gate-name">LocalStorageCapacityIsolation</code></dt>
      <dd><p>Enable the consumption of
<a href="/docs/concepts/configuration/manage-resources-containers/">local ephemeral storage</a>
and also the <code>sizeLimit</code> property of an
<a href="/docs/concepts/storage/volumes/#emptydir">emptyDir volume</a>.</p></dd><dt id="MinDomainsInPodTopologySpread"><code class="feature-gate-name">MinDomainsInPodTopologySpread</code></dt>
      <dd><p>Enable <code>minDomains</code> in
<a href="/docs/concepts/scheduling-eviction/topology-spread-constraints/">Pod topology spread constraints</a>.</p></dd><dt id="MinimizeIPTablesRestore"><code class="feature-gate-name">MinimizeIPTablesRestore</code></dt>
      <dd><p>Enables new performance improvement logics
in the kube-proxy iptables mode.</p></dd><dt id="MixedProtocolLBService"><code class="feature-gate-name">MixedProtocolLBService</code></dt>
      <dd><p>Enable using different protocols in the same <code>LoadBalancer</code> type
Service instance.</p></dd><dt id="MountContainers"><code class="feature-gate-name">MountContainers</code></dt>
      <dd><p>Enable using utility containers on host as the volume mounter.</p></dd><dt id="MountPropagation"><code class="feature-gate-name">MountPropagation</code></dt>
      <dd><p>Enable sharing volume mounted by one container to other containers or pods.
For more details, please see <a href="/docs/concepts/storage/volumes/#mount-propagation">mount propagation</a>.</p></dd><dt id="MultiCIDRRangeAllocator"><code class="feature-gate-name">MultiCIDRRangeAllocator</code></dt>
      <dd><p>Enables the MultiCIDR range allocator.</p></dd><dt id="NamespaceDefaultLabelName"><code class="feature-gate-name">NamespaceDefaultLabelName</code></dt>
      <dd><p>Configure the API Server to set an immutable
<a class='glossary-tooltip' title='Tags objects with identifying attributes that are meaningful and relevant to users.' data-bs-toggle='tooltip' data-bs-placement='top' href='/docs/concepts/overview/working-with-objects/labels' target='_blank' aria-label='label'>label</a> <code>kubernetes.io/metadata.name</code>
on all namespaces, containing the namespace name.</p></dd><dt id="NetworkPolicyEndPort"><code class="feature-gate-name">NetworkPolicyEndPort</code></dt>
      <dd><p>Allows you to define ports in a
<a href="/docs/concepts/services-networking/network-policies/">NetworkPolicy</a>
rule as a range of port numbers.</p></dd><dt id="NetworkPolicyStatus"><code class="feature-gate-name">NetworkPolicyStatus</code></dt>
      <dd><p>Enable the <code>status</code> subresource for NetworkPolicy objects.</p></dd><dt id="NewVolumeManagerReconstruction"><code class="feature-gate-name">NewVolumeManagerReconstruction</code></dt>
      <dd><p>Enables improved discovery of mounted volumes during kubelet
startup. Since the associated code had been significantly refactored, Kubernetes versions 1.25 to 1.29
allowed you to opt-out in case the kubelet got stuck at the startup, or did not unmount volumes
from terminated Pods.</p>
<p>This refactoring was behind the <code>SELinuxMountReadWriteOncePod</code>  feature gate in Kubernetes
releases 1.25 and 1.26.</p>
</dd><dt id="NodeDisruptionExclusion"><code class="feature-gate-name">NodeDisruptionExclusion</code></dt>
      <dd><p>Enable use of the Node label <code>node.kubernetes.io/exclude-disruption</code>
which prevents nodes from being evacuated during zone failures.</p></dd><dt id="NodeLease"><code class="feature-gate-name">NodeLease</code></dt>
      <dd><p>Enable the new Lease API to report node heartbeats, which could be used as a node health signal.</p></dd><dt id="NodeOutOfServiceVolumeDetach"><code class="feature-gate-name">NodeOutOfServiceVolumeDetach</code></dt>
      <dd><p>When a Node is marked out-of-service using the
<code>node.kubernetes.io/out-of-service</code> taint, Pods on the node will be forcefully deleted
if they can not tolerate this taint, and the volume detach operations for Pods terminating
on the node will happen immediately. The deleted Pods can recover quickly on different nodes.</p></dd><dt id="NonPreemptingPriority"><code class="feature-gate-name">NonPreemptingPriority</code></dt>
      <dd><p>Enable <code>preemptionPolicy</code> field for PriorityClass and Pod.</p></dd><dt id="OpenAPIV3"><code class="feature-gate-name">OpenAPIV3</code></dt>
      <dd><p>Enables the API server to publish OpenAPI v3.</p></dd><dt id="PDBUnhealthyPodEvictionPolicy"><code class="feature-gate-name">PDBUnhealthyPodEvictionPolicy</code></dt>
      <dd><p>Enables the <code>unhealthyPodEvictionPolicy</code> field of a <code>PodDisruptionBudget</code>. This specifies
when unhealthy pods should be considered for eviction. Please see <a href="/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy">Unhealthy Pod Eviction Policy</a>
for more details.</p></dd><dt id="PersistentLocalVolumes"><code class="feature-gate-name">PersistentLocalVolumes</code></dt>
      <dd><p>Enable the usage of <code>local</code> volume type in Pods.
Pod affinity has to be specified if requesting a <code>local</code> volume.</p></dd><dt id="PersistentVolumeLastPhaseTransitionTime"><code class="feature-gate-name">PersistentVolumeLastPhaseTransitionTime</code></dt>
      <dd><p>Adds a new field to PersistentVolume
which holds a timestamp of when the volume last transitioned its phase.</p></dd><dt id="PodAffinityNamespaceSelector"><code class="feature-gate-name">PodAffinityNamespaceSelector</code></dt>
      <dd><p>Enable the
<a href="/docs/concepts/scheduling-eviction/assign-pod-node/#namespace-selector">Pod Affinity Namespace Selector</a>
and <a href="/docs/concepts/policy/resource-quotas/#cross-namespace-pod-affinity-quota">CrossNamespacePodAffinity</a>
quota scope features.</p></dd><dt id="PodDisruptionBudget"><code class="feature-gate-name">PodDisruptionBudget</code></dt>
      <dd><p>Enable the <a href="/docs/tasks/run-application/configure-pdb/">PodDisruptionBudget</a> feature.</p></dd><dt id="PodDisruptionConditions"><code class="feature-gate-name">PodDisruptionConditions</code></dt>
      <dd><p>Enabled support for appending a dedicated pod condition indicating that the pod is being deleted due to a disruption.</p></dd><dt id="PodHasNetworkCondition"><code class="feature-gate-name">PodHasNetworkCondition</code></dt>
      <dd><p>Enable the kubelet to mark the <a href="/docs/concepts/workloads/pods/pod-lifecycle/#pod-has-network">PodHasNetwork</a>
condition on pods. This was renamed to <code>PodReadyToStartContainersCondition</code> in 1.28.</p></dd><dt id="PodHostIPs"><code class="feature-gate-name">PodHostIPs</code></dt>
      <dd><p>Enable the <code>status.hostIPs</code> field for pods and the <a class='glossary-tooltip' title='A mechanism to expose Pod and container field values to code running in a container.' data-bs-toggle='tooltip' data-bs-placement='top' href='/docs/concepts/workloads/pods/downward-api/' target='_blank' aria-label='downward API'>downward API</a>.
The field lets you expose host IP addresses to workloads.</p></dd><dt id="PodOverhead"><code class="feature-gate-name">PodOverhead</code></dt>
      <dd><p>Enable the <a href="/docs/concepts/scheduling-eviction/pod-overhead/">PodOverhead</a>
feature to account for pod overheads.</p></dd><dt id="PodPriority"><code class="feature-gate-name">PodPriority</code></dt>
      <dd><p>Enable the descheduling and preemption of Pods based on their
<a href="/docs/concepts/scheduling-eviction/pod-priority-preemption/">priorities</a>.</p></dd><dt id="PodReadinessGates"><code class="feature-gate-name">PodReadinessGates</code></dt>
      <dd><p>Enable the setting of <code>PodReadinessGate</code> field for extending
Pod readiness evaluation. See <a href="/docs/concepts/workloads/pods/pod-lifecycle/#pod-readiness-gate">Pod readiness gate</a>
for more details.</p></dd><dt id="PodSecurity"><code class="feature-gate-name">PodSecurity</code></dt>
      <dd><p>Enables the <code>PodSecurity</code> admission plugin.</p></dd><dt id="PodShareProcessNamespace"><code class="feature-gate-name">PodShareProcessNamespace</code></dt>
      <dd><p>Enable the setting of <code>shareProcessNamespace</code> in a Pod for sharing
a single process namespace between containers running in a pod.  More details can be found in
<a href="/docs/tasks/configure-pod-container/share-process-namespace/">Share Process Namespace between Containers in a Pod</a>.</p></dd><dt id="PreferNominatedNode"><code class="feature-gate-name">PreferNominatedNode</code></dt>
      <dd><p>This flag tells the scheduler whether the nominated
nodes will be checked first before looping through all the other nodes in
the cluster.</p></dd><dt id="ProbeTerminationGracePeriod"><code class="feature-gate-name">ProbeTerminationGracePeriod</code></dt>
      <dd><p>Enable <a href="/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#probe-level-terminationgraceperiodseconds">setting probe-level
<code>terminationGracePeriodSeconds</code></a>
on pods. See the <a href="https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2238-liveness-probe-grace-period">enhancement proposal</a>
for more details.</p></dd><dt id="ProxyTerminatingEndpoints"><code class="feature-gate-name">ProxyTerminatingEndpoints</code></dt>
      <dd><p>Enable the kube-proxy to handle terminating
endpoints when <code>ExternalTrafficPolicy=Local</code>.</p></dd><dt id="PVCProtection"><code class="feature-gate-name">PVCProtection</code></dt>
      <dd><p>Enable the prevention of a PersistentVolumeClaim (PVC) from
being deleted when it is still used by any Pod.</p></dd><dt id="ReadOnlyAPIDataVolumes"><code class="feature-gate-name">ReadOnlyAPIDataVolumes</code></dt>
      <dd><p>Set <a href="/docs/concepts/storage/volumes/#configmap"><code>configMap</code></a>,
<a href="/docs/concepts/storage/volumes/#secret"><code>secret</code></a>,
<a href="/docs/concepts/storage/volumes/#downwardapi"><code>downwardAPI</code></a> and
<a href="/docs/concepts/storage/volumes/#projected"><code>projected</code></a>
<a class='glossary-tooltip' title='A directory containing data, accessible to the containers in a pod.' data-bs-toggle='tooltip' data-bs-placement='top' href='/docs/concepts/storage/volumes/' target='_blank' aria-label='volumes'>volumes</a> to be mounted read-only.</p>
<p>Since Kubernetes v1.10, these volume types are always read-only and you cannot opt out.</p>
</dd><dt id="ReadWriteOncePod"><code class="feature-gate-name">ReadWriteOncePod</code></dt>
      <dd><p>Enables the usage of <code>ReadWriteOncePod</code> PersistentVolume
access mode.</p></dd><dt id="RemainingItemCount"><code class="feature-gate-name">RemainingItemCount</code></dt>
      <dd><p>Allow the API servers to show a count of remaining
items in the response to a
<a href="/docs/reference/using-api/api-concepts/#retrieving-large-results-sets-in-chunks">chunking list request</a>.</p></dd><dt id="RemoveSelfLink"><code class="feature-gate-name">RemoveSelfLink</code></dt>
      <dd><p>Sets the <code>.metadata.selfLink</code> field to blank (empty string) for all
objects and collections. This field has been deprecated since the Kubernetes v1.16
release. When this feature is enabled, the <code>.metadata.selfLink</code> field remains part of
the Kubernetes API, but is always unset.</p></dd><dt id="RequestManagement"><code class="feature-gate-name">RequestManagement</code></dt>
      <dd><p>Enables managing request concurrency with prioritization and fairness
at each API server. Deprecated by <code>APIPriorityAndFairness</code> since 1.17.</p></dd><dt id="ResourceLimitsPriorityFunction"><code class="feature-gate-name">ResourceLimitsPriorityFunction</code></dt>
      <dd><p>Enable a scheduler priority function that
assigns a lowest possible score of 1 to a node that satisfies at least one of
the input Pod's cpu and memory limits. The intent is to break ties between
nodes with same scores.</p></dd><dt id="ResourceQuotaScopeSelectors"><code class="feature-gate-name">ResourceQuotaScopeSelectors</code></dt>
      <dd><p>Enable resource quota scope selectors.</p></dd><dt id="RetroactiveDefaultStorageClass"><code class="feature-gate-name">RetroactiveDefaultStorageClass</code></dt>
      <dd><p>Allow assigning StorageClass to unbound PVCs retroactively.</p></dd><dt id="RootCAConfigMap"><code class="feature-gate-name">RootCAConfigMap</code></dt>
      <dd><p>Configure the <code>kube-controller-manager</code> to publish a
<a class='glossary-tooltip' title='An API object used to store non-confidential data in key-value pairs. Can be consumed as environment variables, command-line arguments, or configuration files in a volume.' data-bs-toggle='tooltip' data-bs-placement='top' href='/docs/concepts/configuration/configmap/' target='_blank' aria-label='ConfigMap'>ConfigMap</a> named <code>kube-root-ca.crt</code>
to every namespace. This ConfigMap contains a CA bundle used for verifying connections
to the kube-apiserver. See
<a href="https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/1205-bound-service-account-tokens/README.md">Bound Service Account Tokens</a>
for more details.</p></dd><dt id="RotateKubeletClientCertificate"><code class="feature-gate-name">RotateKubeletClientCertificate</code></dt>
      <dd><p>Enable the rotation of the client TLS certificate on the kubelet.
See <a href="/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#kubelet-configuration">kubelet configuration</a>
for more details.</p></dd><dt id="RunAsGroup"><code class="feature-gate-name">RunAsGroup</code></dt>
      <dd><p>Enable control over the primary group ID set on the init processes of containers.</p></dd><dt id="RuntimeClass"><code class="feature-gate-name">RuntimeClass</code></dt>
      <dd><p>Enable the <a href="/docs/concepts/containers/runtime-class/">RuntimeClass</a> feature for
selecting container runtime configurations.</p></dd><dt id="ScheduleDaemonSetPods"><code class="feature-gate-name">ScheduleDaemonSetPods</code></dt>
      <dd><p>Enable DaemonSet Pods to be scheduled by the default scheduler instead
of the DaemonSet controller.</p></dd><dt id="SCTPSupport"><code class="feature-gate-name">SCTPSupport</code></dt>
      <dd><p>Enables the <em>SCTP</em> <code>protocol</code> value in Pod, Service, Endpoints, EndpointSlice,
and NetworkPolicy definitions.</p></dd><dt id="SeccompDefault"><code class="feature-gate-name">SeccompDefault</code></dt>
      <dd><p>Enables the use of <code>RuntimeDefault</code> as the default seccomp profile
for all workloads.
The seccomp profile is specified in the <code>securityContext</code> of a Pod and/or a Container.</p></dd><dt id="SecurityContextDeny"><code class="feature-gate-name">SecurityContextDeny</code></dt>
      <dd><p>This gate signals that the <code>SecurityContextDeny</code> admission controller is deprecated.</p></dd><dt id="SelectorIndex"><code class="feature-gate-name">SelectorIndex</code></dt>
      <dd><p>Allows label and field based indexes in API server watch cache to accelerate
list operations.</p></dd><dt id="ServerSideApply"><code class="feature-gate-name">ServerSideApply</code></dt>
      <dd><p>Enables the <a href="/docs/reference/using-api/server-side-apply/">Sever Side Apply (SSA)</a>
feature on the API Server.</p></dd><dt id="ServerSideFieldValidation"><code class="feature-gate-name">ServerSideFieldValidation</code></dt>
      <dd><p>Enables server-side field validation. This means the validation
of resource schema is performed at the API server side rather than the client side
(for example, the <code>kubectl create</code> or <code>kubectl apply</code> command line).</p></dd><dt id="ServiceAccountIssuerDiscovery"><code class="feature-gate-name">ServiceAccountIssuerDiscovery</code></dt>
      <dd><p>Enable OIDC discovery endpoints (issuer and JWKS URLs) for the
service account issuer in the API server. See
<a href="/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery">Configure Service Accounts for Pods</a>
for more details.</p></dd><dt id="ServiceAppProtocol"><code class="feature-gate-name">ServiceAppProtocol</code></dt>
      <dd><p>Enables the <code>appProtocol</code> field on Services and Endpoints.</p></dd><dt id="ServiceInternalTrafficPolicy"><code class="feature-gate-name">ServiceInternalTrafficPolicy</code></dt>
      <dd><p>Enables the <code>internalTrafficPolicy</code> field on Services</p></dd><dt id="ServiceIPStaticSubrange"><code class="feature-gate-name">ServiceIPStaticSubrange</code></dt>
      <dd><p>Enables a strategy for Services ClusterIP allocations, whereby the
ClusterIP range is subdivided. Dynamic allocated ClusterIP addresses will be allocated preferently
from the upper range allowing users to assign static ClusterIPs from the lower range with a low
risk of collision. See
<a href="/docs/reference/networking/virtual-ips/#avoiding-collisions">Avoiding collisions</a>
for more details.</p></dd><dt id="ServiceLBNodePortControl"><code class="feature-gate-name">ServiceLBNodePortControl</code></dt>
      <dd><p>Enables the <code>allocateLoadBalancerNodePorts</code> field on Services.</p></dd><dt id="ServiceLoadBalancerClass"><code class="feature-gate-name">ServiceLoadBalancerClass</code></dt>
      <dd><p>Enables the <code>loadBalancerClass</code> field on Services. See
<a href="/docs/concepts/services-networking/service/#load-balancer-class">Specifying class of load balancer implementation</a>
for more details.</p></dd><dt id="ServiceLoadBalancerFinalizer"><code class="feature-gate-name">ServiceLoadBalancerFinalizer</code></dt>
      <dd><p>Enable finalizer protection for Service load balancers.</p></dd><dt id="ServiceNodeExclusion"><code class="feature-gate-name">ServiceNodeExclusion</code></dt>
      <dd><p>Enable the exclusion of nodes from load balancers created by a cloud provider.
A node is eligible for exclusion if labelled with &quot;<code>node.kubernetes.io/exclude-from-external-load-balancers</code>&quot;.</p></dd><dt id="ServiceNodePortStaticSubrange"><code class="feature-gate-name">ServiceNodePortStaticSubrange</code></dt>
      <dd><p>Enables the use of different port allocation
strategies for NodePort Services. For more details, see
<a href="/docs/concepts/services-networking/service/#avoid-nodeport-collisions">reserve NodePort ranges to avoid collisions</a>.</p></dd><dt id="ServiceTopology"><code class="feature-gate-name">ServiceTopology</code></dt>
      <dd><p>Enable service to route traffic based upon the Node topology of the cluster.</p></dd><dt id="SetHostnameAsFQDN"><code class="feature-gate-name">SetHostnameAsFQDN</code></dt>
      <dd><p>Enable the ability of setting Fully Qualified Domain Name(FQDN) as the
hostname of a pod. See
<a href="/docs/concepts/services-networking/dns-pod-service/#pod-sethostnameasfqdn-field">Pod's <code>setHostnameAsFQDN</code> field</a>.</p></dd><dt id="SizeMemoryBackedVolumes"><code class="feature-gate-name">SizeMemoryBackedVolumes</code></dt>
      <dd><p>Enable kubelets to determine the size limit for
memory-backed volumes (mainly <code>emptyDir</code> volumes).</p></dd><dt id="SkipReadOnlyValidationGCE"><code class="feature-gate-name">SkipReadOnlyValidationGCE</code></dt>
      <dd><p>Skip validation that GCE PersistentDisk volumes are in read-only mode.</p></dd><dt id="StableLoadBalancerNodeSet"><code class="feature-gate-name">StableLoadBalancerNodeSet</code></dt>
      <dd><p>Enables less load balancer re-configurations by
the service controller (KCCM) as an effect of changing node state.</p></dd><dt id="StartupProbe"><code class="feature-gate-name">StartupProbe</code></dt>
      <dd><p>Enable the <a href="/docs/concepts/workloads/pods/pod-lifecycle/#when-should-you-use-a-startup-probe">startup</a>
probe in the kubelet.</p></dd><dt id="StatefulSetMinReadySeconds"><code class="feature-gate-name">StatefulSetMinReadySeconds</code></dt>
      <dd><p>Allows <code>minReadySeconds</code> to be respected by
the StatefulSet controller.</p></dd><dt id="StorageObjectInUseProtection"><code class="feature-gate-name">StorageObjectInUseProtection</code></dt>
      <dd><p>Postpone the deletion of PersistentVolume or
PersistentVolumeClaim objects if they are still being used.</p></dd><dt id="StreamingProxyRedirects"><code class="feature-gate-name">StreamingProxyRedirects</code></dt>
      <dd><p>Instructs the API server to intercept (and follow) redirects from the
backend (kubelet) for streaming requests. Examples of streaming requests include the <code>exec</code>,
<code>attach</code> and <code>port-forward</code> requests.</p></dd><dt id="SupportIPVSProxyMode"><code class="feature-gate-name">SupportIPVSProxyMode</code></dt>
      <dd><p>Enable providing in-cluster service load balancing using IPVS.
See <a href="/docs/reference/networking/virtual-ips/">service proxies</a> for more details.</p></dd><dt id="SupportNodePidsLimit"><code class="feature-gate-name">SupportNodePidsLimit</code></dt>
      <dd><p>Enable the support to limiting PIDs on the Node.  The parameter
<code>pid=&lt;number&gt;</code> in the <code>--system-reserved</code> and <code>--kube-reserved</code> options can be specified to
ensure that the specified number of process IDs will be reserved for the system as a whole and for
Kubernetes system daemons respectively.</p></dd><dt id="SupportPodPidsLimit"><code class="feature-gate-name">SupportPodPidsLimit</code></dt>
      <dd><p>Enable the support to limiting PIDs in Pods.</p></dd><dt id="SuspendJob"><code class="feature-gate-name">SuspendJob</code></dt>
      <dd><p>Enable support to suspend and resume Jobs. For more details, see
<a href="/docs/concepts/workloads/controllers/job/">the Jobs docs</a>.</p></dd><dt id="Sysctls"><code class="feature-gate-name">Sysctls</code></dt>
      <dd><p>Enable support for namespaced kernel parameters (sysctls) that can be set for each pod.
See <a href="/docs/tasks/administer-cluster/sysctl-cluster/">sysctls</a> for more details.</p></dd><dt id="TaintBasedEvictions"><code class="feature-gate-name">TaintBasedEvictions</code></dt>
      <dd><p>Enable evicting pods from nodes based on taints on Nodes and tolerations
on Pods.  See <a href="/docs/concepts/scheduling-eviction/taint-and-toleration/">taints and tolerations</a>
for more details.</p></dd><dt id="TaintNodesByCondition"><code class="feature-gate-name">TaintNodesByCondition</code></dt>
      <dd><p>Enable automatic tainting nodes based on
<a href="/docs/concepts/architecture/nodes/#condition">node conditions</a>.</p></dd><dt id="TokenRequest"><code class="feature-gate-name">TokenRequest</code></dt>
      <dd><p>Enable the <code>TokenRequest</code> endpoint on service account resources.</p></dd><dt id="TokenRequestProjection"><code class="feature-gate-name">TokenRequestProjection</code></dt>
      <dd><p>Enable the injection of service account tokens into a Pod through a
<a href="/docs/concepts/storage/volumes/#projected"><code>projected</code> volume</a>.</p></dd><dt id="TopologyManager"><code class="feature-gate-name">TopologyManager</code></dt>
      <dd><p>Enable a mechanism to coordinate fine-grained hardware resource
assignments for different components in Kubernetes. See
<a href="/docs/tasks/administer-cluster/topology-manager/">Control Topology Management Policies on a node</a>.</p></dd><dt id="TTLAfterFinished"><code class="feature-gate-name">TTLAfterFinished</code></dt>
      <dd><p>Allow a <a href="/docs/concepts/workloads/controllers/ttlafterfinished/">TTL controller</a>
to clean up resources after they finish execution.</p></dd><dt id="UserNamespacesPodSecurityStandards"><code class="feature-gate-name">UserNamespacesPodSecurityStandards</code></dt>
      <dd><p>Enable Pod Security Standards policies relaxation for pods
that run with namespaces. You must set the value of this feature gate consistently across all nodes in
your cluster, and you must also enable <code>UserNamespacesSupport</code> to use this feature.</p>
<p>This feature gate is not part of Kubernetes v1.35 (and onwards) because,
for those versions of Kubernetes, all supported kubelet versions will fail to
create a pod if it requests a user namespace, but the node does not.</p>
</dd><dt id="UserNamespacesStatelessPodsSupport"><code class="feature-gate-name">UserNamespacesStatelessPodsSupport</code></dt>
      <dd><p>Enable user namespace support for stateless Pods. This feature gate was superseded
by the <code>UserNamespacesSupport</code> feature gate in the Kubernetes v1.28 release.</p></dd><dt id="ValidateProxyRedirects"><code class="feature-gate-name">ValidateProxyRedirects</code></dt>
      <dd><p>This flag controls whether the API server should validate that redirects
are only followed to the same host. Only used if the <code>StreamingProxyRedirects</code> flag is enabled.</p></dd><dt id="ValidatingAdmissionPolicy"><code class="feature-gate-name">ValidatingAdmissionPolicy</code></dt>
      <dd><p>Enable <a href="/docs/reference/access-authn-authz/validating-admission-policy/">ValidatingAdmissionPolicy</a> support for CEL validations be used in Admission Control.</p></dd><dt id="VolumeCapacityPriority"><code class="feature-gate-name">VolumeCapacityPriority</code></dt>
      <dd><p>Enable support for prioritizing nodes in different
topologies based on available PV capacity.
This feature is renamed to <code>StorageCapacityScoring</code> in v1.33.</p></dd><dt id="VolumePVCDataSource"><code class="feature-gate-name">VolumePVCDataSource</code></dt>
      <dd><p>Enable support for specifying an existing PVC as a DataSource.</p></dd><dt id="VolumeScheduling"><code class="feature-gate-name">VolumeScheduling</code></dt>
      <dd><p>Enable volume topology aware scheduling and make the PersistentVolumeClaim
(PVC) binding aware of scheduling decisions. It also enables the usage of
<a href="/docs/concepts/storage/volumes/#local"><code>local</code></a> volume type when used together with the
<code>PersistentLocalVolumes</code> feature gate.</p></dd><dt id="VolumeSnapshotDataSource"><code class="feature-gate-name">VolumeSnapshotDataSource</code></dt>
      <dd><p>Enable volume snapshot data source support.</p></dd><dt id="VolumeSubpath"><code class="feature-gate-name">VolumeSubpath</code></dt>
      <dd><p>Allow mounting a subpath of a volume in a container.</p></dd><dt id="VolumeSubpathEnvExpansion"><code class="feature-gate-name">VolumeSubpathEnvExpansion</code></dt>
      <dd><p>Enable <code>subPathExpr</code> field for expanding environment
variables into a <code>subPath</code>.</p></dd><dt id="WarningHeaders"><code class="feature-gate-name">WarningHeaders</code></dt>
      <dd><p>Allow sending warning headers in API responses.</p></dd><dt id="WatchBookmark"><code class="feature-gate-name">WatchBookmark</code></dt>
      <dd><p>Enable support for watch bookmark events.</p></dd><dt id="WindowsEndpointSliceProxying"><code class="feature-gate-name">WindowsEndpointSliceProxying</code></dt>
      <dd><p>When enabled, kube-proxy running on Windows will use
EndpointSlices as the primary data source instead of Endpoints, enabling scalability and
performance improvements. See
<a href="/docs/concepts/services-networking/endpoint-slices/">Enabling Endpoint Slices</a>.</p></dd><dt id="WindowsGMSA"><code class="feature-gate-name">WindowsGMSA</code></dt>
      <dd><p>Enables passing of GMSA credential specs from pods to container runtimes.</p></dd><dt id="WindowsHostProcessContainers"><code class="feature-gate-name">WindowsHostProcessContainers</code></dt>
      <dd><p>Enables support for Windows HostProcess containers.</p></dd><dt id="WindowsRunAsUserName"><code class="feature-gate-name">WindowsRunAsUserName</code></dt>
      <dd><p>Enable support for running applications in Windows containers with as a
non-default user. See <a href="/docs/tasks/configure-pod-container/configure-runasusername/">Configuring RunAsUserName</a>
for more details.</p></dd><dt id="ZeroLimitedNominalConcurrencyShares"><code class="feature-gate-name">ZeroLimitedNominalConcurrencyShares</code></dt>
      <dd><p>Allow <a href="/docs/concepts/cluster-administration/flow-control/">priority &amp; fairness</a>
in the API server to use a zero value for the <code>nominalConcurrencyShares</code> field of
the <code>limited</code> section of a priority level.</p></dd></dl>
