Work around silly limitation of 6 search domains in /etc/resolv.conf.
authorWard Vandewege <ward@jhvc.com>
Tue, 28 Apr 2020 17:36:31 +0000 (13:36 -0400)
committerWard Vandewege <ward@jhvc.com>
Tue, 28 Apr 2020 17:39:20 +0000 (13:39 -0400)
commitf0ef2afd7890f6f20e0415e084313934a283d498
tree7aac55749e48531189167299e5281e41d08ffb8d
parent5c2d0b346aa9a95050218d2d08e2fb55516f7314
Work around silly limitation of 6 search domains in /etc/resolv.conf.
This limitation was removed from the GNU C library release 2.26 in 2017
but Kubernetes still enforces it. Kubernetes uses 3 search domains. This
is no problem on Minikube, but on GKE the other 3 slots are populated by
GCP.

We can actually edit resolv.conf, but only in place, which is why we
fall back on `ed`...

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@jhvc.com>
charts/arvados/templates/slurm-controller-deployment.yaml