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
When the management cluster itself is deployed by Hypershift with ImageDigestMirrors configured and if we're deploying a Hosted Cluster on this Management cluster, the ImageDigestMirrors are being used even though we haven't configured the same in the HC spec. In such scenario, if there are any private mirrors configured for the upstream quay, the deployment of hosted cluster is getting failed as its not able to pull from the mirror. Currently hypershift is always honoring the ImageDigestMirrors irrespective of the current Hosted Cluster spec. Looking for the suggestions for this feature to have a control flag based on which it can be decided whether to use mirrors or not.