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