kubernetes-sigs/cluster-api

KCP: Consider reconciling on Pod events

Ouverte

#11 745 ouverte le 23 janv. 2025

 (10 commentaires) (0 réaction) (1 personne assignée)Go (1 532 forks)auto 404
help wantedkind/featurepriority/important-longtermtriage/accepted

Métriques du dépôt

Stars
 (4 267 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur