thanos-community / thanos-operator

WIP: Operator to manage Thanos installation
Apache License 2.0
22 stars 3 forks source link

Fix spamming reconciliations for store due to label churn on ConfigMap #114

Closed philipgough closed 3 weeks ago

philipgough commented 3 weeks ago

This took me awhile to track down. Essentially we want the in-memory cache config ConfigMap to be a singleton so this avoids having an endless reconciliation loop by setting strict static labels on that resource.