Skip to content

Commit b5ca1c9

Browse files
committed
Fix image tag typo, simplify prereqs
Signed-off-by: Laura Lorenz <[email protected]>
1 parent 09f9f22 commit b5ca1c9

File tree

2 files changed

+7
-24
lines changed

2 files changed

+7
-24
lines changed

content/en/docs/tutorials/cluster-management/install-use-dra.md

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ new fields in the Pod spec itself.
5555
## {{% heading "prerequisites" %}}
5656

5757
Your cluster should support [RBAC](/docs/reference/access-authn-authz/rbac/).
58-
You can try this tutorial with a cluster using
59-
a different authorization mechanism, but in that case you will have to adapt the
60-
steps around defining roles and permissions.
58+
You can try this tutorial with a cluster using a different authorization
59+
mechanism, but in that case you will have to adapt the steps around defining
60+
roles and permissions.
6161

6262
{{< include "task-tutorial-prereqs.md" >}}
6363

@@ -66,26 +66,9 @@ other types of nodes.
6666

6767
{{< version-check >}}
6868

69-
Your cluster also must be configured to use the Dynamic Resource Allocation
70-
feature.
71-
To enable the DRA feature, you must enable the following feature gates and API groups:
72-
73-
1. Enable the `DynamicResourceAllocation`
74-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
75-
on all of the following components:
76-
77-
* `kube-apiserver`
78-
* `kube-controller-manager`
79-
* `kube-scheduler`
80-
* `kubelet`
81-
82-
1. Enable the following
83-
{{< glossary_tooltip text="API groups" term_id="api-group" >}}:
84-
85-
* `resource.k8s.io/v1`
86-
87-
For more information, see
88-
[Enabling or disabling API groups](/docs/reference/using-api/#enabling-or-disabling).
69+
If your cluster is not currently running Kubernetes {{< skew currentVersion
70+
>}} then please check the documentation for the version of Kubernetes that you
71+
plan to use.
8972

9073

9174
<!-- lessoncontent -->

content/en/examples/dra/driver-install/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- name: plugin
2525
securityContext:
2626
privileged: true
27-
image: registry.k8s.io/dra-example-driver/dra-example-driver:v.0.2.0
27+
image: registry.k8s.io/dra-example-driver/dra-example-driver:v0.2.0
2828
imagePullPolicy: IfNotPresent
2929
command: ["dra-example-kubeletplugin"]
3030
resources:

0 commit comments

Comments
 (0)