Skip to content

Commit

Permalink
fixup! feat(cor-1138) Make Karpenter qovery node pools mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
mzottola committed Jan 10, 2025
1 parent 731bbaa commit 7351008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qovery/resource_cluster_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func toQoveryNodePools(obj types.Object) (*qovery.KarpenterNodePool, error) {
}

if len(requirements) == 0 {
return nil, fmt.Errorf("Requirements must be set")
return nil, fmt.Errorf("karpenter nodepool requirements are mandatory: it must be set among [InstanceFamily, InstanceSize, Arch]")
}

// Check that requirements are correctly set
Expand Down

0 comments on commit 7351008

Please sign in to comment.