@@ -379,14 +379,11 @@ spec:
379379You may also be able to mutate the incoming Pod, at admission time, to unset
380380the `.spec.nodeName` field and to use a node selector instead.
381381
382- # # DRA alpha features {#alpha -features}
382+ # # DRA beta features {#beta -features}
383383
384- The following sections describe DRA features that are available in the Alpha
384+ The following sections describe DRA features that are available in the Beta
385385[feature stage](/docs/reference/command-line-tools-reference/feature-gates/#feature-stages).
386- To use any of these features, you must also set up DRA in your clusters by
387- enabling the DynamicResourceAllocation feature gate and the DRA
388- {{< glossary_tooltip text="API groups" term_id="api-group" >}}. For more
389- information, see
386+ For more information, see
390387[Set up DRA in the cluster](/docs/tasks/configure-pod-container/assign-resources/set-up-dra-cluster/).
391388
392389# ## Admin access {#admin-access}
@@ -422,7 +419,17 @@ multi-tenant clusters. Starting with Kubernetes v1.33, only users authorized to
422419create ResourceClaim or ResourceClaimTemplate objects in namespaces labeled with
423420`resource.k8s.io/admin-access : " true" ` (case-sensitive) can use the
424421` adminAccess` field. This ensures that non-admin users cannot misuse the
425- feature.
422+ feature. Starting with Kubernetes v1.34, this label has been updated to `resource.kubernetes.io/admin-access : " true" ` .
423+
424+ ## DRA alpha features {#alpha-features}
425+
426+ The following sections describe DRA features that are available in the Alpha
427+ [feature stage](/docs/reference/command-line-tools-reference/feature-gates/#feature-stages).
428+ To use any of these features, you must also set up DRA in your clusters by
429+ enabling the DynamicResourceAllocation feature gate and the DRA
430+ {{< glossary_tooltip text="API groups" term_id="api-group" >}}. For more
431+ information, see
432+ [Set up DRA in the cluster](/docs/tasks/configure-pod-container/assign-resources/set-up-dra-cluster/).
426433
427434### Prioritized list {#prioritized-list}
428435
0 commit comments