Skip to content

Commit

Permalink
fixup! scheduler_perf: test DRA with structured parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed Mar 7, 2024
1 parent e08b2e3 commit 9b453d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/scheduler_perf/dra.go
Expand Up @@ -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
Expand Down

0 comments on commit 9b453d1

Please sign in to comment.