Uploaded image for project: 'Knative Serving'
  1. Knative Serving
  2. SRVKS-958

[DOC] Explain that users must not include knative namespace in SMMR when using Kourier

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 1.20.0, 1.21.0, 1.22.0, 1.23.0, 1.24.0
    • Documentation
    • None
    • False
    • Hide

      None

      Show
      None
    • True

      In "Integrating Service Mesh with OpenShift Serverless when Kourier is enabled" section, users must not include the knative-serving and knative-serving-ingress namespace in the ServiceMeshMemberRoll with Kourier.
      If they want to include the namespace, they must integrate it without Kourier.

      So, we should mention it in the docs.

      CURRENT:

      apiVersion: maistra.io/v1
      kind: ServiceMeshMemberRoll
      metadata:
        name: default
        namespace: istio-system
      spec:
        members:
          - <namespace> 1.
      ...
      1. A list of namespaces to be integrated with Service Mesh.
      

      TOBE:

      apiVersion: maistra.io/v1
      kind: ServiceMeshMemberRoll
      metadata:
        name: default
        namespace: istio-system
      spec:
        members:
          - <namespace> 1.
      ...
      1. A list of namespaces to be integrated with Service Mesh.
      [WARNING] You must not include knative-serving, knative-serving-ingress namespace. If you want to include them, please follow the section "Integrating Service Mesh with OpenShift Serverless".
      

              Unassigned Unassigned
              rhn-support-knakayam Kenjiro Nakayama (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: