Skip to content

Commit aea78fb

Browse files
Merge pull request openshift#8637 from sadasu/azure-disable-machinepool-feature-gate
CORS-3562: azure: Setting experimental MachinePool featuregate to false
2 parents be18395 + 5ea59f6 commit aea78fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/clusterapi/system.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ func (c *system) Run(ctx context.Context) error {
181181
"--health-addr={{suggestHealthHostPort}}",
182182
"--webhook-port={{.WebhookPort}}",
183183
"--webhook-cert-dir={{.WebhookCertDir}}",
184+
"--feature-gates=MachinePool=false",
184185
},
185186
map[string]string{},
186187
),

0 commit comments

Comments
 (0)