Skip to content

Commit 7cf7a44

Browse files
Merge pull request #1391 from JoelSpeed/gcp-concurrent-reconciles-4.19
[release-4.19] OCPBUGS-59386: Enabled 10 concurrent reconciles on GCP
2 parents 5eb6a36 + d67e30c commit 7cf7a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ func newContainers(config *OperatorConfig, features map[string]bool) []corev1.Co
673673

674674
machineControllerArgs := append([]string{}, featureGateArgs...)
675675
switch config.PlatformType {
676-
case v1.AzurePlatformType:
676+
case v1.AzurePlatformType, v1.GCPPlatformType:
677677
machineControllerArgs = append(machineControllerArgs, "--max-concurrent-reconciles=10")
678678
}
679679

0 commit comments

Comments
 (0)