Skip to content

Commit 0115fda

Browse files
Merge pull request openshift#8628 from r4f4/aws-capa-disable-eks
OCPBUGS-35752: capi/aws: disable EKS controller in CAPA
2 parents 9ecbd30 + 9cef259 commit 0115fda

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,TagUnmanagedNetworkResources=false",
153+
"--feature-gates=BootstrapFormatIgnition=true,ExternalResourceGC=true,TagUnmanagedNetworkResources=false,EKS=false",
154154
},
155155
map[string]string{},
156156
)

0 commit comments

Comments
 (0)