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
If private hosted zone is used (it is not supported at the moment but it does not matter) the operator panics when trying to access nameservers. The private hosted zones do not have them. Improve the error handling so that operator does not crash and proper message is shown in logs.
This issue was observed for v0.1.0 tag, the affected code:
If private hosted zone is used (it is not supported at the moment but it does not matter) the operator panics when trying to access nameservers. The private hosted zones do not have them. Improve the error handling so that operator does not crash and proper message is shown in logs.
This issue was observed for v0.1.0 tag, the affected code:
dns-operator/internal/provider/aws/aws.go
Line 167 in 515b614
Note that the private hosted zone can look like this:
In particular there is no DelegationSet nor NameServers there as it would for public zone, e.g.:
The error in policy-controller pod logs looks like:
This issue was created upon request in this slack thread:
https://kubernetes.slack.com/archives/C05J0D0V525/p1710844895665569
The text was updated successfully, but these errors were encountered: