-
Bug
-
Resolution: Done
-
Major
-
MCE 2.2.0, ACM 2.7.0
Description of problem:
When hosted cluster is offline, this should be reflected in the cluster overview page if the ManagedCluster CR still exists.
- We still show a "green" icon for node pools when the cluster is offline
- Control plane should mention cluster is offline/unavailable (similar to the msg we already have above), based on the hostedcluster CR condition if it exists
Or we can simply remove this entire section if the cluster is offline?
Version-Release number of selected component (if applicable):
2.2.0-DOWNANDBACK-2022-11-14-03-29-38
How reproducible:
everytime
Steps to Reproduce:
- deploy and import a hosted cluster into MCE
- destroy the hosted cluster (but not the managedcluster cr)
- ...