-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
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
- install logging operator and do not create Cluster Log Forwarder
- install loki and do not create lokiStack
- run https://github.com/observability-ui/development-tools/blob/main/logging/components/start.sh and choose A (otel)
- On OBO, switch to UIPlugin
- Create logging thru Form View by filling:
- Name: logging
- Type: Logging
- Expand Logging section
- logsLimit: 50
- 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