kubernetes-sigs/cluster-api

KCP: Consider reconciling on Pod events

Offen

#11.745 geöffnet am 23.01.2025

 (10 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (1.532 Forks)auto 404
help wantedkind/featurepriority/important-longtermtriage/accepted

Repository-Metriken

Stars
 (4.267 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

We recently changed KCP to use a cached client to retrieve the Pods we care about.

This means we already have informers for Pods of workload clusters.

I'm wondering if we should also trigger reconciles if these Pods change (similar to how we watch on Node events in the Machine controller).

Pro

  • we can instantly react to Pod changes instead of using requeue after

Con

Contributor Guide