diff --git a/pkg/operator/sync.go b/pkg/operator/sync.go index 8af283a19e..e839883609 100644 --- a/pkg/operator/sync.go +++ b/pkg/operator/sync.go @@ -670,7 +670,7 @@ func newContainers(config *OperatorConfig, features map[string]bool) []corev1.Co machineControllerArgs := append([]string{}, featureGateArgs...) switch config.PlatformType { - case v1.AzurePlatformType: + case v1.AzurePlatformType, v1.GCPPlatformType: machineControllerArgs = append(machineControllerArgs, "--max-concurrent-reconciles=10") }