Skip to content

Commit f4d64f0

Browse files
Merge pull request openshift#8602 from r4f4/aws-capa-disable-tag-fgate
OCPBUGS-35467: capi/aws: disable CAPA's TagUnmanagedNetworkResources feature gate
2 parents cb6ced8 + 99430f6 commit f4d64f0

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
@@ -150,7 +150,7 @@ func (c *system) Run(ctx context.Context) error {
150150
"--health-addr={{suggestHealthHostPort}}",
151151
"--webhook-port={{.WebhookPort}}",
152152
"--webhook-cert-dir={{.WebhookCertDir}}",
153-
"--feature-gates=BootstrapFormatIgnition=true,ExternalResourceGC=true",
153+
"--feature-gates=BootstrapFormatIgnition=true,ExternalResourceGC=true,TagUnmanagedNetworkResources=false",
154154
},
155155
map[string]string{},
156156
)

0 commit comments

Comments
 (0)