Ivan Ka

Results 538 comments of Ivan Ka

Hard to say, not sure in which form OVH API expects domains with punycode characters. Which option worked in 0.16.1?

From first look `external-dns.alpha.kubernetes.io/hostname: "überstuff.de"` should be just fine, as the code does normalisation https://github.com/kubernetes-sigs/external-dns/blob/017f7687ca393138b565e51757a6fa8010902066/plan/plan.go#L341, and it could in theory work with normilized form. Worth to isolate error, as not...

From first look, the solution in service.go file looks over complicated. Maybe we just remove ```go if sc.serviceTypeFilter.isRequired(v1.ServiceTypeNodePort) { _, _ = sc.nodeInformer.Informer().AddEventHandler(eventHandlerFunc(handler)) } ``` Basically, there is a `_,...

I know there is an effort added for this solution. Same time I'm on the edge The bug/behavior-change was introduced unintentionally here https://github.com/kubernetes-sigs/external-dns/pull/5613/files#diff-cf68f602fa7c20e5341f3b83054df68ade1586a144b1eae5347e0ac47096d3aa aka added event handler without any explicit...

Agree on the approach for option 1 `--interval and --events could be seen mutually exclusive` . As this going to be a breaking change, we could announce this in release...

Which version of Gateway API you have installed on cluster, and which version is detected as default? Most likely worth to share default version for all APIs that considered not...

None of the maintainers have access to GCP. So if you have a capacity, try to open a PR https://github.com/kubernetes-sigs/external-dns/blob/master/docs/contributing/index.md