From 9b453d13ee9e5ab2258c2e62b26299bfd8725696 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 7 Mar 2024 21:48:54 +0100 Subject: [PATCH] fixup! scheduler_perf: test DRA with structured parameters --- test/integration/scheduler_perf/dra.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/scheduler_perf/dra.go b/test/integration/scheduler_perf/dra.go index 05626af4e25bf..103c35ae33337 100644 --- a/test/integration/scheduler_perf/dra.go +++ b/test/integration/scheduler_perf/dra.go @@ -126,7 +126,8 @@ type createResourceDriverOp struct { MaxClaimsPerNodeParam string // Nodes matching this glob pattern have resources managed by the driver. Nodes string - // StructuredParameters is true if the controller is used needed. + // StructuredParameters is true if the controller that is built into the scheduler + // is used and the control-plane controller is not needed. // Because we don't run the kubelet plugin, ResourceSlices must // get created for all nodes. StructuredParameters bool