1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/k8s.io/kubernetes/build-tools/kube-dns
2016-12-03 22:43:32 -08:00
..
CHANGELOG.md Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
Dockerfile Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
MAINTAINERS.md Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
Makefile Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
OWNERS Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
README.md Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
RELEASES.md Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00

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