k3s/build-tools/kube-dns
Brandon Philips 85dcdccb2f build: kube-dns: remove out of date docs
This is doc seems out of place. It is next to the build system for this
addon and is out of date, with del tags blocking out parts. Lets delete
it and I will merge the good parts over to the admin guide:
http://kubernetes.io/docs/admin/dns/
2016-10-27 11:42:46 -07:00
..
Changelog
Dockerfile
MAINTAINERS.md
Makefile
OWNERS
README.md
RELEASES.md

README.md

DNS in Kubernetes

Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default. The source code is in cmd/kube-dns.

The Kubernetes DNS Admin Guide provides further details on this plugin.

Making Changes

The container containing the kube-dns binary needs to be built for every architecture and pushed to the registry manually whenever the kube-dns binary has code changes. Every significant change to the functionality should result in a bump of the TAG in the Makefile.

Any significant changes to the YAML template for kube-dns should result a bump of the version number for the kube-dns replication controller and well as the version label. This will permit a rolling update of kube-dns.

Analytics