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 running on non-aws platform or (aws platform which fails to be detected properly - see #84) the secret with external-dns configuration fails to be copied. This because the target namespace (hypershift) is only created by the installer if aws platform is detected:
When running on non-aws platform or (aws platform which fails to be detected properly - see #84) the secret with external-dns configuration fails to be copied. This because the target namespace (
hypershift
) is only created by the installer if aws platform is detected:hypershift-addon-operator/pkg/install/hypershift.go
Lines 182 to 192 in 47e349c
If this code block is skipped, the call to create the secret on the spoke cluster fails due to the missing namespace:
hypershift-addon-operator/pkg/install/hypershift.go
Line 231 in 47e349c
The text was updated successfully, but these errors were encountered: