From c7d5b4fa2fb3e4e5d89773840355661616667257 Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Mon, 18 May 2015 15:38:58 -0700 Subject: [PATCH] Document process for updating version of kube-dns --- cluster/addons/dns/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cluster/addons/dns/README.md b/cluster/addons/dns/README.md index 9ea465e8fdf..e32b6596dfd 100644 --- a/cluster/addons/dns/README.md +++ b/cluster/addons/dns/README.md @@ -73,5 +73,12 @@ Kubernetes installs do not configure the nodes' resolv.conf files to use the cluster DNS by default, because that process is inherently distro-specific. This should probably be implemented eventually. +## Making changes +Please observe the release process for making changes to the `kube2sky` +image that is documented in [RELEASES.md](kube2sky/RELEASES.md). 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](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/dns/README.md?pixel)]()