From f46b66088ab432d9f937c1a6562997555588de52 Mon Sep 17 00:00:00 2001 From: Moshe Levi Date: Wed, 16 Nov 2022 23:09:16 +0200 Subject: [PATCH] [DRA] Add RUNTIME_CONFIG="resource.k8s.io/v1alpha1" This flag is required to enable the DRA resource api Signed-off-by: Moshe Levi --- test/e2e/dra/test-driver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/dra/test-driver/README.md b/test/e2e/dra/test-driver/README.md index b79edda6dd1..5b507f5c20d 100644 --- a/test/e2e/dra/test-driver/README.md +++ b/test/e2e/dra/test-driver/README.md @@ -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: