We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c6d26 commit 267b5c7Copy full SHA for 267b5c7
apis/placement/v1beta1/stageupdate_types.go
@@ -278,7 +278,7 @@ type StageConfig struct {
278
279
// MaxConcurrency specifies the maximum number of clusters that can be updated concurrently within this stage.
280
// 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.
+ // Fractional results are rounded down. A minimum of 1 update is enforced.
282
// If not specified, all clusters in the stage are updated sequentially (effectively maxConcurrency = 1).
283
// Defaults to 1.
284
// +kubebuilder:default=1
0 commit comments