From eea2db124011fbcaa480003b43e0c7255031b730 Mon Sep 17 00:00:00 2001 From: Johan Thomsen Date: Wed, 31 Oct 2018 13:01:14 +0100 Subject: [PATCH] nixos/kubernetes: Added rl-1903 entry documenting kubedns -> coredns --- nixos/doc/manual/release-notes/rl-1903.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-1903.xml b/nixos/doc/manual/release-notes/rl-1903.xml index 1d9b6ecc0e2e..fc38de2f7273 100644 --- a/nixos/doc/manual/release-notes/rl-1903.xml +++ b/nixos/doc/manual/release-notes/rl-1903.xml @@ -199,6 +199,19 @@ supports loading TrueCrypt volumes. + + + The Kubernetes DNS addons, kube-dns, has been replaced with CoreDNS. + This change is made in accordance with Kubernetes making CoreDNS the official default + starting from + Kubernetes v1.11. + Please beware that upgrading DNS-addon on existing clusters might induce + minor downtime while the DNS-addon terminates and re-initializes. + Also note that the DNS-service now runs with 2 pod replicas by default. + The desired number of replicas can be configured using: + . + +