You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that cert-manager 1.16 has been released, --set config.enableGatewayAPI=true is now the recommended approach for projects that show instructions on how to enable cert-manager's gateway API support, especially on visible projects like Cilium:
#1586
Open
maelvls opened this issue
Oct 10, 2024
· 0 comments
Now that cert-manager 1.16 has been released, --set config.enableGatewayAPI=true is the recommended approach for projects that show instructions on how to enable cert-manager's gateway API support, especially on visible projects like Cilium.
Projects that use extraArgs + the deprecated --feature-gates=ExperimentalGatewayAPISupport=true feature flag:
Now that cert-manager 1.16 has been released,
--set config.enableGatewayAPI=true
is the recommended approach for projects that show instructions on how to enable cert-manager's gateway API support, especially on visible projects like Cilium.Projects that use
extraArgs
+ the deprecated--feature-gates=ExperimentalGatewayAPISupport=true
feature flag:tls-cert.rst
)Projects that use
extraArgs
+--enable-gateway-api
instead ofconfig.enableGatewayAPI
:Xref:
config
approach rather thanextraArgs
#1517fyi @wallrj
The text was updated successfully, but these errors were encountered: