We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab27c52 commit 8d1d570Copy full SHA for 8d1d570
content/en/docs/reference/command-line-tools-reference/feature-gates/DRAResourceClaimDeviceStatus.md
@@ -9,6 +9,11 @@ stages:
9
- stage: alpha
10
defaultValue: false
11
fromVersion: "1.32"
12
+ toVersion: "1.32"
13
+ - stage: beta
14
+ defaultValue: true
15
+ fromVersion: "1.33"
16
---
17
Enables support the ResourceClaim.status.devices field and for setting this
-status from DRA drivers.
18
+status from DRA drivers. It requires the `DynamicResourceAllocation` feature
19
+gate to be enabled.
0 commit comments