Skip to content

[feature] Easy way to detect external modification to owned resources #829

@andreaTP

Description

@andreaTP

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 Deployment gets 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 codekind/featureCategorizes 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions