@@ -55,9 +55,9 @@ new fields in the Pod spec itself.
55
55
## {{% heading "prerequisites" %}}
56
56
57
57
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.
61
61
62
62
{{< include "task-tutorial-prereqs.md" >}}
63
63
@@ -66,26 +66,9 @@ other types of nodes.
66
66
67
67
{{< version-check >}}
68
68
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.
89
72
90
73
91
74
<!-- lessoncontent -->
0 commit comments