kubernetes-sigs/cluster-api

KCP: Consider reconciling on Pod events

Aperta

#11.745 aperta il 23 gen 2025

 (10 commenti) (0 reazioni) (1 assegnatario)Go (1532 fork)auto 404
help wantedkind/featurepriority/important-longtermtriage/accepted

Metriche repository

Star
 (4267 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor