Uploaded image for project: 'Observability UI'
  1. Observability UI
  2. OU-828

[COO1.2] - Logging UIPlugin form view - when setting logsLimit and timeout, logging is not installed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • COO 1.2.0
    • None
    • None
    • None
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • Important
    • None
    • None
    • Sprint 271
    • None
    • None
    • None

      Pre-req:

      OCP4.14, 4.15, 4.19

      • install obo:

        • oc create namespace observability-operator

      oc label namespace observability-operator openshift.io/cluster-monitoring="true"

      oc project observability-operator

      operator-sdk run bundle quay.io/rh-ee-emurasak/observability-operator-bundle:1.2.0-alpha --namespace observability-operator --security-context-config restricted
       

      1. On OBO, switch to UIPlugin
      2. Create logging thru Form View by filling:
        1. Name: logging
        2. Type: Logging
        3. Expand Logging section
          1. logsLimit: 50
          2. timeout: 30s

      Result: Notice this status is not Reconciled, Available. You can wait for a long time and it does not get reconciled.

      3. Delete this logging UIPlugin

      4. Add again not filling logsLimit and timeout

      Result: notice logging has status = Reconciled, Available immediately. 

      Expected Result: It should be possible to set these values and get logging UIPlugin installed.

       

      Note: Thru YAML it is installed:

      apiVersion: observability.openshift.io/v1alpha1
      kind: UIPlugin
      metadata:
        name: logging
      spec:
        type: Logging
        logging:
          lokiStack:
            name: logging-loki
          logsLimit: 50
          timeout: 30s
          schema: otel

       

              jezhu@redhat.com Jenny Zhu
              rh-ee-emurasak Evelyn Murasaki
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: