xco-sk / eck-custom-resources

Kubernetes operator for Indices, Index Templates, Roles, Users and other Elasticsearch and Kibana related resources.
Apache License 2.0
36 stars 8 forks source link

Feature request: reconcile in a loop #68

Open PawlikMateusz opened 10 months ago

PawlikMateusz commented 10 months ago

Hey, right now operator only reconciles objects when CR's changes, would be possible to reconcile all objects in a loop? For example, reconcile/sync CR's every 5mins? So, when I create an elastic search from scratch it will automatically apply all CR's?