You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
What happened:
We accidentally deleted a Secret of one KubeFedCluster which is ready previously. After that, we found that KubeFed controller stop working due to an informer sync check error The number of target informers mismatch with given clusters. This is because the KubeFedCluster with malformed config is still in Ready state but the controller cannot create a REST client for it.
What you expected to happen:
KubeFedClusters with malformed config should turn into a non-ready condition in order not to block the whole controller.
How to reproduce it (as minimally and precisely as possible):
Delete any ready KubeFedCluster's Secret then restart KubeFed controller.
What happened:
We accidentally deleted a Secret of one KubeFedCluster which is ready previously. After that, we found that KubeFed controller stop working due to an informer sync check error
The number of target informers mismatch with given clusters. This is because the KubeFedCluster with malformed config is still in Ready state but the controller cannot create a REST client for it.What you expected to happen:
KubeFedClusters with malformed config should turn into a non-ready condition in order not to block the whole controller.
How to reproduce it (as minimally and precisely as possible):
Delete any ready KubeFedCluster's Secret then restart KubeFed controller.
/kind bug