Francois Tur

Results 6 comments of Francois Tur

comment provided on the Survey "CoreDNS Adoption": > kube-dns debugging has been (still is) a pain. a debugging tutorial or case studies with coredns would be greatly appreciated

Yes, from Caddy behavior, the `setup` function of each plugin will be called as many `keys` are defined in the `ServerBlock`. It is defined in `executeDirectives` [here]( https://github.com/mholt/caddy/blob/605787f6717602982f7f485353a7cb479b659802/caddy.go#L618) In other...

It is not manage by other plugins. For `metrics` the problem is larger than only the KEY at the ServerBloc. The same listening port could be share between several plugin...

From CoreDNS/CI, the start of launching the test is from: startIntegrationTest() function in https://github.com/coredns/ci/build/pr-comment-hook.sh however the main work is in the Makefile https://github.com/coredns/ci/Makefile **2 ways (we need to agree on...

@chrisohaver : Chris, please feel free to add your comments

FYI, I may have made some mistake when running the script, as I ran it with "sudo" on the first place. And then, seeing that I had a bunch of...