Dmitry Pasiukevich

Results 70 comments of Dmitry Pasiukevich

We should fix https://github.com/kubernetes/dns/issues/505 to unblock pinned dependencies to be able to update

Thanks for the PR! Let me reevaluate the issue https://github.com/kubernetes/dns/issues/476 to see if we could bump coredns version without any regression. Also I will check if it's better to update...

On the first look it appears because of the pinned version for skydns (used by kubedns) we cannot upgrade to CoreDNS to higher version than 1.8.4 Unless skydns repo is...

Yeah, there are some shared transitive dependencies to grpc client. At least I found transitive dependency collision for `google.golang.org/grpc/naming`. Other details are described here https://github.com/kubernetes/dns/issues/505 1. Could I ask you...

Regarding the > Eliminate the code that using github.com/coreos/etcd/client package in the k8s.io/dns/pkg/dns, as I found the code are just using the etcd Error types from the vendor. I checked...

You could also run `make images-clean; make build-amd64; make containers-amd64; make test` locally to check the build