Skip to content

Commit

Permalink
azure: Setting experimental MachinePool featuregate to false
Browse files Browse the repository at this point in the history
This feature gate was set to a default of true upstream.
Setting it to false locally.
  • Loading branch information
sadasu committed Jun 20, 2024
1 parent 4063a13 commit 5ea59f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/clusterapi/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func (c *system) Run(ctx context.Context) error {
"--health-addr={{suggestHealthHostPort}}",
"--webhook-port={{.WebhookPort}}",
"--webhook-cert-dir={{.WebhookCertDir}}",
"--feature-gates=MachinePool=false",
},
map[string]string{},
),
Expand Down

0 comments on commit 5ea59f6

Please sign in to comment.