vmware-archive / kops

Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
Apache License 2.0
3 stars 3 forks source link

Add CoreDNS support into DNS controller addon image. #9

Closed luomiao closed 7 years ago

luomiao commented 7 years ago

Currently a DNS controller addon will be started on each node to help update DNS record of nodes/pods/services. This addon's image repo is by default kopes/dns-controller. CoreDNS need a different initialization inside the dns-controller, which requires update of dns-controller code. However before the support of vSphere/CoreDNS is upstream, we need to use CoreDNS supported dns-controller image from other repo. This can be set by env VSPHERE_DNSCONTROLLER_IMAGE for now. Please refer docs/development/vsphere-dev.md for detailed instructions.