Hi, I've found a problem with the current git2consul docker when deployed on k8s. The DNS search path in /etc/resolv.conf is not honoured, which requires you to specify the FQDN to access consul.
I've found this issue which is related. I rebuilt the git2consul container with FROM: alpine:3.5 and using short DNS names works as expected.
Would it be possible to bump the version of Alpine linux to 3.5?
I've raised #7 to cover this.
Hi, I've found a problem with the current git2consul docker when deployed on k8s. The DNS search path in
/etc/resolv.confis not honoured, which requires you to specify the FQDN to access consul.I've found this issue which is related. I rebuilt the
git2consulcontainer withFROM: alpine:3.5and using short DNS names works as expected.Would it be possible to bump the version of Alpine linux to 3.5?
I've raised #7 to cover this.