File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/en/docs/tasks/configure-pod-container/assign-resources Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ For details, see
37
37
38
38
<!-- steps -->
39
39
40
- ## Optional: enable additional DRA API groups {#enable-dra}
40
+ ## Optional: enable legacy DRA API groups {#enable-dra}
41
41
42
- DRA reached GA in Kubernetes 1.34 and is enabled by default.
42
+ DRA graduated to stable in Kubernetes 1.34 and is enabled by default.
43
43
Some older DRA drivers or workloads might still need the
44
44
v1beta1 API from Kubernetes 1.30 or v1beta2 from Kubernetes 1.32.
45
45
If and only if support for those is desired, then enable the following
@@ -76,9 +76,9 @@ Try the following troubleshooting steps:
76
76
77
77
1 . Reconfigure and restart the ` kube-apiserver ` component.
78
78
79
- 1 . If the complete ` pod .spec.resourceClaims` field gets removed from Pods or
79
+ 1 . If the complete ` .spec.resourceClaims ` field gets removed from Pods, or if
80
80
Pods get scheduled without considering the ResourceClaims, then verify
81
- that the ` DynamicResourceAllocation ` feature gate is not turned off
81
+ that the ` DynamicResourceAllocation ` [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ ) is not turned off
82
82
for kube-apiserver, kube-controller-manager, kube-scheduler or the kubelet.
83
83
84
84
## Install device drivers {#install-drivers}
You can’t perform that action at this time.
0 commit comments