diff --git a/content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md b/content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md index 3166a86c7816b..9a38fa4e4e9c1 100644 --- a/content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md +++ b/content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md @@ -530,15 +530,6 @@ Extended resource allocation by DRA is a *beta feature* and is enabled by defaul `DRAExtendedResource` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/#DRAExtendedResource) in the kube-apiserver, kube-scheduler, kube-controller-manager, and kubelet. -## DRA alpha features {#alpha-features} - -The following sections describe DRA features that are available in the Alpha -[feature stage](/docs/reference/command-line-tools-reference/feature-gates/#feature-stages). -They depend on enabling feature gates and may depend on additional -{{< glossary_tooltip text="API groups" term_id="api-group" >}}. -For more information, see -[Set up DRA in the cluster](/docs/tasks/configure-pod-container/assign-resources/set-up-dra-cluster/). - ### Partitionable devices {#partitionable-devices} {{< feature-state feature_gate_name="DRAPartitionableDevices" >}} @@ -607,9 +598,18 @@ spec: value: 6Gi ``` -Partitionable devices is an *alpha feature* and only enabled when the `DRAPartitionableDevices` -[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) -is enabled in the kube-apiserver and kube-scheduler. +Partitionable devices is a *beta feature* and is enabled by default with the `DRAPartitionableDevices` +[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) in the kube-apiserver +and kube-scheduler. + +## DRA alpha features {#alpha-features} + +The following sections describe DRA features that are available in the Alpha +[feature stage](/docs/reference/command-line-tools-reference/feature-gates/#feature-stages). +They depend on enabling feature gates and may depend on additional +{{< glossary_tooltip text="API groups" term_id="api-group" >}}. +For more information, see +[Set up DRA in the cluster](/docs/tasks/configure-pod-container/assign-resources/set-up-dra-cluster/). ## Consumable capacity diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/DRAPartitionableDevices.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/DRAPartitionableDevices.md index 9121d0ce9b8d1..adb150daaa9ae 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/DRAPartitionableDevices.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/DRAPartitionableDevices.md @@ -9,6 +9,10 @@ stages: - stage: alpha defaultValue: false fromVersion: "1.33" + toVersion: "1.35" + - stage: beta + defaultValue: true + fromVersion: "1.36" --- Enables support for requesting [Partitionable Devices](/docs/concepts/scheduling-eviction/dynamic-resource-allocation/#partitionable-devices) for DRA. This lets drivers advertise multiple devices that maps to the same resources