website/content/en/docs/reference/command-line-tools-reference/feature-gates/DRAAdminAccess.md

863 B

title content_type _build stages
DRAAdminAccess feature_gate
list render
never false
stage defaultValue fromVersion
alpha false 1.32

Enables support for requesting admin access in a ResourceClaim or a ResourceClaimTemplate. Admin access grants access to in-use devices and may enable additional permissions when making the device available in a container. Starting with Kubernetes v1.33, only users authorized to create ResourceClaim or ResourceClaimTemplate objects in namespaces labeled with resource.k8s.io/admin-access: "true" (case-sensitive) can use the adminAccess field. This ensures that non-admin users cannot misuse the feature.

This feature gate has no effect unless you also enable the DynamicResourceAllocation feature gate.