@@ -392,14 +392,11 @@ spec:
392392You may also be able to mutate the incoming Pod, at admission time, to unset
393393the `.spec.nodeName` field and to use a node selector instead.
394394
395- # # DRA alpha features {#alpha -features}
395+ # # DRA beta features {#beta -features}
396396
397- The following sections describe DRA features that are available in the Alpha
397+ The following sections describe DRA features that are available in the Beta
398398[feature stage](/docs/reference/command-line-tools-reference/feature-gates/#feature-stages).
399- To use any of these features, you must also set up DRA in your clusters by
400- enabling the DynamicResourceAllocation feature gate and the DRA
401- {{< glossary_tooltip text="API groups" term_id="api-group" >}}. For more
402- information, see
399+ For more information, see
403400[Set up DRA in the cluster](/docs/tasks/configure-pod-container/assign-resources/set-up-dra-cluster/).
404401
405402# ## Admin access {#admin-access}
@@ -435,7 +432,17 @@ multi-tenant clusters. Starting with Kubernetes v1.33, only users authorized to
435432create ResourceClaim or ResourceClaimTemplate objects in namespaces labeled with
436433`resource.k8s.io/admin-access : " true" ` (case-sensitive) can use the
437434` adminAccess` field. This ensures that non-admin users cannot misuse the
438- feature.
435+ feature. Starting with Kubernetes v1.34, this label has been updated to `resource.kubernetes.io/admin-access : " true" ` .
436+
437+ ## DRA alpha features {#alpha-features}
438+
439+ The following sections describe DRA features that are available in the Alpha
440+ [feature stage](/docs/reference/command-line-tools-reference/feature-gates/#feature-stages).
441+ To use any of these features, you must also set up DRA in your clusters by
442+ enabling the DynamicResourceAllocation feature gate and the DRA
443+ {{< glossary_tooltip text="API groups" term_id="api-group" >}}. For more
444+ information, see
445+ [Set up DRA in the cluster](/docs/tasks/configure-pod-container/assign-resources/set-up-dra-cluster/).
439446
440447### Prioritized list {#prioritized-list}
441448
0 commit comments