We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a4728 commit d307b7aCopy full SHA for d307b7a
1 file changed
internal/scheduling/reservations/capacity/controller.go
@@ -278,7 +278,7 @@ func (c *Controller) probeScheduler(
278
}
279
280
resp, err := c.schedulerClient.ScheduleReservation(ctx, reservations.ScheduleReservationRequest{
281
- InstanceUUID: fmt.Sprintf("capacity-%s", flavor.Name),
+ InstanceUUID: "capacity-" + flavor.Name,
282
ProjectID: "cortex-capacity-probe",
283
FlavorName: flavor.Name,
284
MemoryMB: flavor.MemoryMB,
0 commit comments