Dmitry Pasiukevich

Results 70 comments of Dmitry Pasiukevich

Cool, thanks! I also found that coredns 1.8.4 is the max version we can have right now without fixing dependency chain. Right now I only need to run scalability tests...

Hi, I tried to run performance tests and verify there's no scalability regression mentioned in https://github.com/kubernetes/dns/issues/476 but couldn't find time before going on vac for 2 weeks. I've asked my...

I imported skydns, upgarded its dependences, which allowed to upgrade to the latest coredns 1.10.0 in https://github.com/kubernetes/dns/pull/551

/reopen /remove-lifecycle rotten I want to test and upgrade the dependencies to use CoreDNS 1.10.0

> This issue was fixed in CoreDNS with https://github.com/coredns/coredns/pull/5435, released in CoreDNS 1.9.4. I've upgraded the dependency to coredns 1.10.0 which should solve the issue

I imported skydns, upgarded its dependences, which allowed to unpin the dependencies and to upgrade to the latest versions. https://github.com/kubernetes/dns/pull/551 As for the import for k8s deps: ``` k8s.io/api =>...

Apologies for not taking a look, I will try to see what's going on within the week.

Also in K8S there's an optional feature [NodeLocalDNS cache](https://kubernetes.io/docs/tasks/administer-cluster/nodelocaldns/) for users which have high QPS cacheable traffic (spins up a CoreDNS cache proxy on each node of the cluster). Having...

Should be fixed by https://github.com/kubernetes-sigs/ingress2gateway/pull/128 Now for reading local files the k8sclient creation is skipped.