Sargun Dhillon
Sargun Dhillon
I added a proposal to add `blake3`, where the default hash length is 256-bit as suggested in the spec.
I've seen linting used in the following projects to enforce Code "policy": * Docker: https://github.com/moby/moby/blob/master/hack/validate/gometalinter * Virtual-kubelet: https://github.com/virtual-kubelet/virtual-kubelet/blob/master/.circleci/config.yml#L12-L17 * mesos-dns: https://github.com/mesosphere/mesos-dns/blob/master/circle.yml#L35 * Kubernetes: https://github.com/kubernetes/repo-infra/blob/master/verify/go-tools/verify-gometalinter.sh It's not so much of a...
Any reason this hasn't been merged?
If you have external resolution enabled, your RFC1918 space should be delegated to IANA's blackhole servers. ``` 3c075477e55e:tmp sdhillon$ dig -t NS 10.in-addr.arpa. ; DiG 9.10.3-P4 -t NS 10.in-addr.arpa. ;;...
Just curious, what's the ask for a Mesos DNS docker image about? Can the community articulate their needs?
@jdef This isn't currently a customer requirement. I just wanted to break it out from #319. If we implement this, we'll implement it in "Mesos DNS 1.1" and not "1.0."...
@amulyas What do you mean, it cannot resolve the DNS name at DNS 172.1.1.2? Can you please post the output of the following commands: ``` dig @localhost google.com dig @localhost...
@amulyas Can you please run the commands I posted and then their output on your mesos-DNS server?
@amulyas You can use the CoreOS toolbox to do this: https://coreos.com/os/docs/latest/install-debugging-tools.html
So, from the dig commands, it looks like your state is healthy. Can you try to explain in a bit more detail what you're trying to do, and where you're...