Ben Kochie
Ben Kochie
FYI, `github.com/golang/groupcache` is a bit of an unmaintained package. I haven't fully reviewed this, but are you sure groupcache is appropriate here? The groupcache data model is such that there...
I'm guessing this is related to the user ID change. https://github.com/coredns/coredns/pull/5969
You have a highly restricted environment and you use public container images?
Yes, I agree, it would be nice to have one of the two "return one" plugins added to our standard set. Client re-ordering and things like RFC 3484's numeric sorting...
We have two ways of doing release branches in the Prometheus project: To start, we only add bugfixes (which includes security fixes) to our patch releases. In `prometheus/prometheus` we fork...
This looks like a problem with Kubernetes and your deployment, not a CoreDNS issue.
What if instead we made it possible for `forward` to continue? Something like this: ``` int.example.com { # pref=0 forward . 192.0.2.53 192.0.2.54 { policy random continue true } #...
This needs a DCO sign-off. You can use `git commit -s --amend` to add it.
It looks like we have a bunch of golangci-lint issues to fix.
Here's the current list of non-chore changes: * plugin/rewrite: add rcode as a rewrite option by @pschou in https://github.com/coredns/coredns/pull/6204 * Handle UDP responses that overflow with TC bit by @SriHarsha001...