mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
[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:
parent
6c65bed7ce
commit
f46b66088a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user