Uploaded image for project: 'Observability Documentation'
  1. Observability Documentation
  2. OBSDOCS-861

Replicas per LokiStack component

    XMLWordPrintable

Details

    • 3
    • False
    • Hide

      None

      Show
      None
    • False
    • Moderate

    Description

      In https://docs.openshift.com/container-platform/4.14/logging/log_storage/cluster-logging-loki.html#logging-loki-pod-placement_cluster-logging-loki.

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            acandelp Adrian Candel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: