Skip to content

Commit

Permalink
Reduce concurrency for OS SUC workers
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetrov117 committed Oct 29, 2024
1 parent 14134a3 commit 9823e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/upgrade/os.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func OSWorkerPlan(nameSuffix, releaseVersion, secretName string, releaseOS *life

labels["os-upgrade"] = "worker"
workerPlan := baseOSPlan(workerPlanName, releaseVersion, secretName, drain, labels)
workerPlan.Spec.Concurrency = 2
workerPlan.Spec.Concurrency = 1
workerPlan.Spec.NodeSelector = &metav1.LabelSelector{
MatchExpressions: []metav1.LabelSelectorRequirement{
{
Expand Down

0 comments on commit 9823e1b

Please sign in to comment.