kubernetes-sigs/cluster-api

KCP: Consider reconciling on Pod events

Aberta

#11.745 aberto em 23 de jan. de 2025

 (10 comentários) (0 reação) (1 responsável)Go (1.532 forks)auto 404
help wantedkind/featurepriority/important-longtermtriage/accepted

Métricas do repositório

Stars
 (4.267 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador