mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 18:52:38 +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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user