-
Task
-
Resolution: Done
-
Major
-
OSSM 2.0.0
-
None
-
False
-
False
-
Undefined
-
https://github.com/openshift/openshift-docs/pull/26265#discussion_r517494531
This item did not make it in time for 2.0 GA.
It's not a comment on the specific line that it references. It's a comment to update another section.
Commenting here about this IOR section. I think it could be rewritten as:
Disabling Automatic Route Creation
By default, Red Hat OpenShift Service Mesh control plane automatically synchronizes the Gateway resources with OpenShift routes.
If you do not wish this integration between Istio Gateways and OpenShift Routes to happen, you can disable it by setting the ServiceMeshControlPlane field gateways.openshiftRoute.enabled to false. For example, see the following resource snippet:
spec:
gateways:
openshiftRoute:
enabled: false
@neal-timpe Note that "Enabling" became "Disabling", because it comes enabled by default in 2.0, in contrast with 1.1, that had to be manually enabled. Also, this sentence: "If the Gateway contains a TLS section, the OpenShift Route will be configured to support TLS." I think could be moved up to the section above (Automatic Route creation)