Skip to content

Commit 5ea59f6

Browse files
committed
azure: Setting experimental MachinePool featuregate to false
This feature gate was set to a default of true upstream. Setting it to false locally.
1 parent 4063a13 commit 5ea59f6

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
@@ -182,6 +182,7 @@ func (c *system) Run(ctx context.Context) error {
182182
"--health-addr={{suggestHealthHostPort}}",
183183
"--webhook-port={{.WebhookPort}}",
184184
"--webhook-cert-dir={{.WebhookCertDir}}",
185+
"--feature-gates=MachinePool=false",
185186
},
186187
map[string]string{},
187188
),

0 commit comments

Comments
 (0)