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

OSSM Doc: Add a section about SMCP installation on a ROSA cluster

    XMLWordPrintable

Details

    • Story
    • Resolution: Done
    • Major
    • OSSM 2.3.0
    • OSSM 2.1.0
    • Documentation
    • None

    Description

      OSSM Doc: Add a section about SMCP creation on a ROSA cluster

      This doc change request is related to https://issues.redhat.com/browse/OSSM-1053

      We tested OSSM 2.1.x on a ROSA cluster. The operators installation is fine.
      The SMCP creation is different. We need an additional SMCP spec change when creating a SMCP on a ROSA cluster.

      OCP 4.6 is a long term support version. We need to add the doc change for both SMCP creation on OCP 4.6 ROSA and on latest OCP 4.x ROSA e.g. OCP 4.9 ROSA.

      Request change(s):
      1. in https://docs.openshift.com/container-platform/4.9/service_mesh/v2x/ossm-create-smcp.html#ossm-control-plane-deploy-cli_ossm-create-smcp

      • Add a note . The default SMCP spec will not work on a ROSA cluster. A user need to update a SMCP CR with "spec.security.identity.type=ThirdParty"

      2. in https://docs.openshift.com/container-platform/4.9/service_mesh/v2x/ossm-create-smcp.html#ossm-control-plane-deploy-cli_ossm-create-smcp

      • Add a section about SMCP creation on ROSA
        and provide an example version 2.1 istio-installation.yaml
      apiVersion: maistra.io/v2
      kind: ServiceMeshControlPlane
      metadata:
        name: basic
        namespace: istio-system
      spec:
        version: v2.1
        security:
          identity:
            type: ThirdParty
        tracing:
          type: Jaeger
          sampling: 10000
        policy:
          type: Istiod
        addons:
          grafana:
            enabled: true
          jaeger:
            install:
              storage:
                type: Memory
          kiali:
            enabled: true
          prometheus:
            enabled: true
        
        telemetry:
          type: Istiod
      

      Attachments

        Activity

          People

            jstickler Julie Stickler (Inactive)
            yuaxu@redhat.com Yuanlin Xu
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: