Skip to content

v0.14.2

Latest

Choose a tag to compare

@gshaibi gshaibi released this 07 May 11:53
e94f9ef

What's Changed

Added

Changed

  • Suppressed noisy Reconciler error logs and PodGrouperWarning events on transient PodGroup update conflicts. The podgrouper now treats IsConflict errors 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 Prometheus and ServiceMonitor resources, 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