diff --git a/docs/cluster_spec.md b/docs/cluster_spec.md index bf19b187c7..3cbc24838a 100644 --- a/docs/cluster_spec.md +++ b/docs/cluster_spec.md @@ -583,7 +583,7 @@ spec: ## Node local DNS cache -If you are using CoreDNS, you can enable NodeLocal DNSCache. It is used to improve improve the Cluster DNS performance by running a dns caching agent on cluster nodes as a DaemonSet. +As of kops 1.18, you can enable NodeLocal DNSCache if you are using CoreDNS. It is used to improve improve the Cluster DNS performance by running a dns caching agent on cluster nodes as a DaemonSet. ```yaml spec: diff --git a/docs/releases/1.18-NOTES.md b/docs/releases/1.18-NOTES.md index 44f919b5d0..97bba2f71b 100644 --- a/docs/releases/1.18-NOTES.md +++ b/docs/releases/1.18-NOTES.md @@ -32,6 +32,8 @@ * Google API client libraries updated from v0.beta to v1. +* Support for [NodeLocalDNS cache](https://kops.sigs.k8s.io/cluster_spec/#node-local-dns-cache). + # Breaking changes * Support for Docker versions 1.11, 1.12 and 1.13 has been removed because of the [dockerproject.org shut down](https://www.docker.com/blog/changes-dockerproject-org-apt-yum-repositories/). Those affected must upgrade to a newer Docker version.