-
Task
-
Resolution: Done
-
Critical
-
ACM 2.7.0
Comment in https://github.com/stolostron/hypershift-addon-operator/pull/108
This will need to be updated when bumping API hyperv1alpha1.HostedClusterAsExpectedReason -> hyperv1alpha1.AsExpectedReason, you might want to do a fallback check already to ease the transition e.g. condition.Reason == hyperv1alpha1.HostedClusterAsExpectedReason || "AsExpected"
Or even be looser for now and only check condition.Status == metav1.ConditionTrue until we go v1beta1.
With the upgrade, update the condition check for hosted control place availability.