kubernetes-sigs/cluster-api

KCP: Consider reconciling on Pod events

オープン

#11,745 opened on 2025/01/23

 (10 件のコメント) (0 件のリアクション) (1 人の担当者)Go (1,532 件のフォーク)auto 404
help wantedkind/featurepriority/important-longtermtriage/accepted

Repository metrics

Stars
 (4,267 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド