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

Incorrect information in Configuration File

XMLWordPrintable

      https://github.com/openshift/openshift-docs/issues/33052

       

      [enterprise-4.7] Issue in file service_mesh/v2x/ossm-custom-resources.adoc

       

      Which section(s) is the issue in?

      Red Hat OpenShift Service Mesh custom resources

      What needs fixing?

      The example shows that ServiceMeshControlPlane resources can be set with spec.proxy.resources:
      spec:
         proxy:
           resources:
             requests:
               cpu: 100m
               memory: 128Mi
             limits:
               cpu: 500m
               memory: 128Mi}}
      However, according to the CRD I think it should be:
      spec:
         proxy:
           runtime:
             container:
               resources:
                 limits:
                   cpu: 100m
                   memory: 128Mi
                 requests:
                   cpu: 500m
                   memory: 128Mi}}

              jstickler Julie Stickler (Inactive)
              jstickler Julie Stickler (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: