Skip to content

Commit 267b5c7

Browse files
author
Arvind Thirumurugan
committed
address comment
Signed-off-by: Arvind Thirumurugan <arvindth@microsoft.com>
1 parent 62c6d26 commit 267b5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/placement/v1beta1/stageupdate_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ type StageConfig struct {
278278

279279
// MaxConcurrency specifies the maximum number of clusters that can be updated concurrently within this stage.
280280
// Value can be an absolute number (ex: 5) or a percentage of the total clusters in the stage (ex: 50%).
281-
// Absolute number is calculated from percentage by rounding up.
281+
// Fractional results are rounded down. A minimum of 1 update is enforced.
282282
// If not specified, all clusters in the stage are updated sequentially (effectively maxConcurrency = 1).
283283
// Defaults to 1.
284284
// +kubebuilder:default=1

0 commit comments

Comments
 (0)