coralogix / coralogix-operator

Coralogix Operator for integration with Kubernetes clusters.
https://coralogix.com
Apache License 2.0
0 stars 7 forks source link

Ensure Operator Reconciles to Desired State Despite Manual Changes #114

Closed nicolastakashi closed 3 months ago

nicolastakashi commented 3 months ago

Currently, the Operator stores the resource status and uses it to compare with the object during the reconcile loop. If they match, it doesn’t update the alert in Coralogix.

However, this approach has a problem. If someone manually changes the alert, the Operator won’t correct it to the desired state. We need to fix this to ensure the Operator always enforces the desired state during reconciliation.

nicolastakashi commented 3 months ago

After talk to @OrNovo I could understand we're fetching the alert from backend to compare, so the issue is not happening, I'm closing it.