Skip to content

Commit ae20026

Browse files
committed
CAPA: disable MachinePool feature gate
The MachinePool feature requires the S3:PutBucketLifecycleConfiguration permission. The installer does not support machine pools, so we can disable the featgure gate to bypass this permission requirement.
1 parent a0964e5 commit ae20026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/clusterapi/system.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func (c *system) Run(ctx context.Context) error { //nolint:gocyclo
194194
"--health-addr={{suggestHealthHostPort}}",
195195
"--webhook-port={{.WebhookPort}}",
196196
"--webhook-cert-dir={{.WebhookCertDir}}",
197-
"--feature-gates=BootstrapFormatIgnition=true,ExternalResourceGC=true,TagUnmanagedNetworkResources=false,EKS=false",
197+
"--feature-gates=BootstrapFormatIgnition=true,ExternalResourceGC=true,TagUnmanagedNetworkResources=false,EKS=false,MachinePool=false",
198198
},
199199
map[string]string{},
200200
)

0 commit comments

Comments
 (0)