[DRA] Add RUNTIME_CONFIG="resource.k8s.io/v1alpha1"

This flag is required to enable the DRA resource api

Signed-off-by: Moshe Levi <moshele@nvidia.com>
This commit is contained in:
Moshe Levi 2022-11-16 23:09:16 +02:00
parent 6c65bed7ce
commit f46b66088a

View File

@ -55,7 +55,7 @@ kubelet<->dynamic resource allocation plugin interaction.
To try out the feature, build Kubernetes, then in one console run:
```console
FEATURE_GATES=DynamicResourceAllocation=true ALLOW_PRIVILEGED=1 ./hack/local-up-cluster.sh -O
RUNTIME_CONFIG="resource.k8s.io/v1alpha1" FEATURE_GATES=DynamicResourceAllocation=true ALLOW_PRIVILEGED=1 ./hack/local-up-cluster.sh -O
```
In another: