Goe Joe
Goe Joe
This issue hit me too. AKS (with Azure CNI) unfortunately forces me to host nodes and pods within the same IP range - so I am not able to make...
@sebader: Anything remaining but the LGTMs?
@sebader: The test fails because it expects this record to get deleted: https://github.com/sebader/external-dns/blob/feature/sebader-azure-ns/provider/azure/azure_test.go#L508 What blocks the deletion is the domain filter of the test provider: https://github.com/sebader/external-dns/blob/feature/sebader-azure-ns/provider/azure/azure_test.go#L546 The test will pass...
Any thoughts on when we can get a review here, @Raffo?
The suggestion of @BYEDUCK did the trick for me. Did an awful workaround using `go mod vendor` - rather than maintaining a fork. My project uses the original Go compiler,...
Sounds like a good idea, Tim. I also think that the content on graceful Pod deletion [1] should reflect these issues, caused by eventual consistency. When performing a regular rolling...