-
Task
-
Resolution: Duplicate
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
-
The gateways/ossm-getting-traffic-into-a-mesh page has the following command that does not specify the service or namespace:
oc patch service -n -p '{"spec": {"type": "ClusterIP"'}}
It should be changed to this:
oc patch service <gateway_name> -n <gateway_namespace> -p '{"spec": {"type": "ClusterIP"}}'