Skip to content

Commit 1b2888a

Browse files
pohlylmktfy
andauthored
Apply suggestions from code review
Co-authored-by: Tim Bannister <[email protected]>
1 parent 73eabf6 commit 1b2888a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/tasks/configure-pod-container/assign-resources/set-up-dra-cluster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ For details, see
3737

3838
<!-- steps -->
3939

40-
## Optional: enable additional DRA API groups {#enable-dra}
40+
## Optional: enable legacy DRA API groups {#enable-dra}
4141

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.
4343
Some older DRA drivers or workloads might still need the
4444
v1beta1 API from Kubernetes 1.30 or v1beta2 from Kubernetes 1.32.
4545
If and only if support for those is desired, then enable the following
@@ -76,9 +76,9 @@ Try the following troubleshooting steps:
7676

7777
1. Reconfigure and restart the `kube-apiserver` component.
7878

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
8080
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
8282
for kube-apiserver, kube-controller-manager, kube-scheduler or the kubelet.
8383

8484
## Install device drivers {#install-drivers}

0 commit comments

Comments
 (0)