kubernetes-sigs/cluster-api

KCP: Consider reconciling on Pod events

开放

#11,745 创建于 2025年1月23日

 (10 条评论) (0 个反应) (1 位负责人)Go (1,532 个派生)auto 404
help wantedkind/featurepriority/important-longtermtriage/accepted

仓库指标

星标
 (4,267 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南