-
Bug
-
Resolution: Done
-
Major
-
OSSM 2.0.0, OSSM 2.1.0
-
1
-
False
-
False
-
Undefined
-
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}}
- links to
- mentioned in
-
Page Loading...