Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-9020

Fix command in "gateways/ossm-getting-traffic-into-a-mesh" page

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Duplicate
    • Icon: Undefined Undefined
    • None
    • None
    • Documentation, Istio
    • None

      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"}}'

              Unassigned Unassigned
              rh-ee-efenness Eoin Fennessy (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: