- Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
javaPull requests that update Java codePull requests that update Java codekind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
When a reconcile loop is triggered because of the change of one of the owned resources it should be easy to detect if the change was done by the operator itself or someone manually modified the resource.
A concrete use case is the following:
- the controller read a CRD and create a
Deployment - the
Deploymentgets manually patched in the cluster - the operator should easily detect the situation and restore the desired
Deployment
Metadata
Metadata
Assignees
Labels
javaPull requests that update Java codePull requests that update Java codekind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.