open-cluster-management-io / ocm

Core components in the OCM project. Report here if you found any issues in OCM.
https://open-cluster-management.io
Apache License 2.0
737 stars 92 forks source link

revisit the ManagedClusterConditionAvailable condition #541

Open haoqing0110 opened 2 months ago

haoqing0110 commented 2 months ago

Describe the enhancement Today the ManagedCluster condition ManagedClusterConditionAvailable status could be True, False and Unknown. The status is set to false when kube API server is unavailable, and to unknown when lease stop update. Some feedback shows that this condition will be flapping, for example, when API server is not stable. Log this issue to revisit the conditions to set ManagedClusterConditionAvailable status.

haoqing0110 commented 2 months ago

cc @qiujian16

haoqing0110 commented 2 months ago

cc @haowells