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

[DOC] Add documentation how to enabled automatic sidecar injection

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • OSSM 2.4.0
    • Documentation
    • None

      The official documentation is missing on how to configure SMCP for automatic sidecar injection as part of to SMCP CR:

       
      https://docs.openshift.com/container-platform/4.14/service_mesh/v2x/prepare-to-deploy-applications-ossm.html
      https://docs.openshift.com/container-platform/4.14/service_mesh/v2x/ossm-create-smcp.html
       
      The following needs to be added to the CR for automatic injection to be working (apart from annotation of the deployment):
       
      apiVersion: maistra.io/v2
      kind: ServiceMeshControlPlane
      metadata:
        name: basic
        namespace: istio-system
      spec:
        version: v2.4
        tracing:
          type: Jaeger
          sampling: 10000
        proxy:
          injection:
            autoInject: true
      ...

              rhn-support-gmonahan Gwynne Monahan
              rhn-gps-jcordes Jochen Cordes
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: