1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

OSSM-3169 Missing Documentation for setting CPU/Memory requests/limits to OSSM components(Jaeger, Kiali,Grafana)

This commit is contained in:
Gwynne Monahan
2024-03-19 10:07:11 -05:00
committed by openshift-cherrypick-robot
parent 1a1a514755
commit 897a7ae39e
2 changed files with 29 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ The settings in the following example are based on 1,000 services and 1,000 requ
+
.. Click the *YAML* tab.
+
.. Set the values for `spec.proxy.runtime.container.resources.requests.cpu` and `spec.proxy.runtime.container.resources.requests.memory` in your `ServiceMeshControlPlane` resource.
.. Set the values for `spec.proxy.runtime.container.resources.requests.cpu`, `spec.proxy.runtime.container.resources.requests.memory`, `components.kiali.container`, and `components.global.oauthproxy` in your `ServiceMeshControlPlane` resource.
+
.Example version {MaistraVersion} ServiceMeshControlPlane
[source,yaml, subs="attributes,verbatim"]
@@ -43,7 +43,6 @@ spec:
cpu: 600m
memory: 50Mi
limits: {}
runtime:
components:
pilot:
@@ -53,8 +52,28 @@ spec:
cpu: 1000m
memory: 1.6Gi
limits: {}
kiali:
container:
resources:
limits:
cpu: "90m"
memory: "245Mi"
requests:
cpu: "30m"
memory: "108Mi"
global.oauthproxy:
container:
resources:
requests:
cpu: "101m"
memory: "256Mi"
limits:
cpu: "201m"
memory: "512Mi"
----
+
.. To set values for {JaegerName}, see "Configuring and deploying the distributed tracing platform Jaeger".
+
.. Click *Save*.
. Click *Reload* to verify the `ServiceMeshControlPlane` resource was configured correctly.

View File

@@ -12,5 +12,13 @@ The default `ServiceMeshControlPlane` settings are not intended for production u
include::modules/ossm-recommended-resources.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources
ifndef::openshift-rosa,openshift-dedicated[]
* xref:../../observability/distr_tracing/distr_tracing_jaeger/distr-tracing-jaeger-configuring.adoc#distr-tracing-deploy-default_deploying-distributed-tracing-platform[Configuring and deploying the distributed tracing platform Jaeger].
endif::[]
include::modules/ossm-load-test-results.adoc[leveloffset=+1]