-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
3
-
False
-
-
False
-
-
-
Moderate
The process of configuring the number of replicas for each Loki component is missing.
The number of replicas can be added in the lokistack instance:
$ oc explain lokistack.spec.template.ingester GROUP: loki.grafana.com KIND: LokiStack VERSION: v1 FIELD: ingester <Object> DESCRIPTION: Ingester defines the ingester component spec. FIELDS: nodeSelector <map[string]string> NodeSelector defines the labels required by a node to schedule the component onto it. podAntiAffinity <Object> PodAntiAffinity defines the pod anti affinity scheduling rules to schedule pods of a component. replicas <integer> Replicas defines the number of replica pods of the component. tolerations <[]Object> Tolerations defines the tolerations required by a node to schedule the component onto it.
It should be fine to add this point as the same way that tolerations and Loki pod placement was added.