mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Add note that autoscaling supported 1.20 or later.
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
4e69550c49
commit
dc1e7e772b
@@ -22,7 +22,7 @@ The collectors are stateless and thus many instances of Jaeger Collector can be
|
||||
|
|
||||
|
||||
|autoscale:
|
||||
|This parameter controls whether to enable/disable autoscaling for the Collector. Set to `false` to explicitly disable autoscaling.
|
||||
|This parameter controls whether to enable/disable autoscaling for the Collector. Set to `false` to explicitly disable autoscaling. Note that autoscaling is only supported for Jaeger 1.20 or later.
|
||||
|`true`/`false`
|
||||
|
||||
|kafka:
|
||||
@@ -61,6 +61,11 @@ The collectors are stateless and thus many instances of Jaeger Collector can be
|
||||
|
||||
== Configuring the Collector for autoscaling
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Autoscaling is only supported for Jaeger 1.20 or later.
|
||||
====
|
||||
|
||||
You can configure the Collector to autoscale; the Collector will scale up or down based on the CPU and/or memory consumption. Configuring the Collector to autoscale can help you ensure your Jaeger environment scales up during times of increased load, and scales down when less resources are needed, saving on costs. You configure autoscaling by setting the `autoscale` parameter to `true` and specifying a value for `.spec.collector.maxReplicas` along with a reasonable value for the resources that you expect the Collector’s pod to consume. If you do not set a value for `.spec.collector.maxReplicas` the Operator will set it to `100`.
|
||||
|
||||
By default, when there is no value provided for `.spec.collector.replicas`, the Jaeger Operator creates a Horizontal Pod Autoscaler (HPA) configuration for the Collector. For more information about HPA, refer to the link:https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/[Kubernetes documentation].
|
||||
|
||||
@@ -21,7 +21,7 @@ Ingester is a service that reads from a Kafka topic and writes to another storag
|
||||
|
|
||||
|
||||
|autoscale:
|
||||
|This parameter controls whether to enable/disable autoscaling for the Ingester. Autoscaling is enabled by default. Set to `false` to explicitly disable autoscaling.
|
||||
|This parameter controls whether to enable/disable autoscaling for the Ingester. Autoscaling is enabled by default. Set to `false` to explicitly disable autoscaling. Note that autoscaling is only supported for Jaeger 1.20 or later.
|
||||
|`true`/`false`
|
||||
|
||||
|kafka:
|
||||
@@ -83,6 +83,11 @@ spec:
|
||||
|
||||
== Configuring Ingester for autoscaling
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Autoscaling is only supported for Jaeger 1.20 or later.
|
||||
====
|
||||
|
||||
You can configure the Ingester to autoscale; the Ingester will scale up or down based on the CPU and/or memory consumption. Configuring the Ingester to autoscale can help you ensure your Jaeger environment scales up during times of increased load, and scales down when less resources are needed, saving on costs. You configure autoscaling by setting the `autoscale` parameter to `true` and specifying a value for `.spec.ingester.maxReplicas` along with a reasonable value for the resources that you expect the Ingester's pod to consume. If you do not set a value for `.spec.ingester.maxReplicas` the Operator will set it to `100`.
|
||||
|
||||
By default, when there is no value provided for `.spec.ingester.replicas`, the Jaeger Operator creates a Horizontal Pod Autoscaler (HPA) configuration for the Ingester. For more information about HPA, refer to the link:https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/[Kubernetes documentation].
|
||||
|
||||
Reference in New Issue
Block a user