Merge pull request #113960 from moshe010/doc

[DRA] Add RUNTIME_CONFIG="resource.k8s.io/v1alpha1"
This commit is contained in:
Kubernetes Prow Robot 2022-11-18 04:12:30 -08:00 committed by GitHub
commit 77022402c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: