NCEAS / metadig-engine

MetaDig Engine: multi-dialect metadata assessment engine
7 stars 5 forks source link

Fix k8s DNS resolution problem #312

Closed gothub closed 2 years ago

gothub commented 2 years ago

This issue and resolution is described in the k8s-cluster repo, here.

Note that specifying the DNS configuration in the manifest files that will be checked in/updated in this repo is only a temporary fix, as these static YAML files will be replaced by helm deployments.

gothub commented 2 years ago

Added the dnsPolicy and dnsConfig section to the YAML files to insulate the metadig pods from changes to the host system resolve.conf file.