Andrey Lebedev

Results 58 comments of Andrey Lebedev

@KyleMartin901: I'm not aware of any strict rules about the commits. However I don't think that the commits made to address the review remarks really need to be upstream.

@hobti01 : https://github.com/kubernetes-sigs/external-dns/pull/2811 is intended to address the problem of the deletion of the new format TXT records.

My guess is that Azure DNS is just the stricter provider which doesn't allow the wildcard character to be anywhere except for the left most position. I don't see the...

@k0da : Yes, there is this flag: `--txt-wildcard-replacement`. It works well with `0.12.2` - `*` gets replaced with the value given in the flag. As a matter of fact, I...

@OvervCW: nice to see that it worked out for you! > I think this should be mentioned as a breaking change for those who use the Azure provider in the...

@Raffo : thanks for `0.12.2` release! Just wanted to say that I think that the note about `--txt-wildcard-replacement` is better to be added to `0.12.0` instead. As this limitation appears...

@gennady-voronkov: I managed to reproduce the log message you mentioned about the removal of the duplicate. And I found that it appears only when there is another source with the...

@oliviassss : From what I see in https://github.com/kubernetes/kubernetes/issues/121197, bumping `x/net` is not enough. The case for the authorized users seems to be not addressed. I think that's why people disable...