Skip to content

Commit

Permalink
Update controller/linodemachine_controller_helpers.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Vest <[email protected]>
  • Loading branch information
mhmxs and avestuk authored Feb 1, 2024
1 parent a65895f commit 6faa06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/linodemachine_controller_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func (r *LinodeMachineReconciler) getVPCInterfaceConfig(ctx context.Context, mac

return nil, err
default:
// Place node into the less busiest subnet
// Place node into the least busy subnet
sortedSubnets := make([]linodego.VPCSubnet, len(vpc.Subnets))
copy(sortedSubnets, vpc.Subnets)

Expand Down

0 comments on commit 6faa06d

Please sign in to comment.