What's Changed
Added
Changed
- Suppressed noisy
Reconciler errorlogs andPodGrouperWarningevents on transient PodGroup update conflicts. The podgrouper now treatsIsConflicterrors as expected and silently requeues the reconcile instead of surfacing the apiserver's "object has been modified" message.
Fixed
- Fixed kai-operator not reconciling on Prometheus and ServiceMonitor changes. The Config controller now watches owned
PrometheusandServiceMonitorresources, so deletions and drift trigger reconciliation. CRD presence is checked at startup against the API server (the scheme-only check used previously could not detect missing CRDs), and the watch is registered only when the CRDs are installed. #877
Full Changelog: v0.14.1...v0.14.2