Skip to content

Commit

Permalink
Update pkg/providers/instance/instance.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Leites <[email protected]>
  • Loading branch information
Bryce-Soghigian and tallaxes authored Dec 1, 2023
1 parent a5a3f52 commit 4af9061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/instance/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ func (p *Provider) handleResponseErrors(ctx context.Context, instanceType *corec
p.unavailableOfferings.MarkUnavailable(ctx, SubscriptionQuotaReachedReason, instanceType.Name, offering.Zone, capacityType)
}
}
return fmt.Errorf("subscription level quota for %s has been reached (may try provision an alternative instance type)", instanceType.Name)
return fmt.Errorf("subscription level %s vCPU quota for %s has been reached (may try provision an alternative instance type)", capacityType, instanceType.Name)
}
if isSKUNotAvailable(err) {
// https://aka.ms/azureskunotavailable: either not available for a location or zone, or out of capacity for Spot.
Expand Down

0 comments on commit 4af9061

Please sign in to comment.