Merge pull request #9351 from olemarkus/docs-nodelocaldns-release-notes

Add nodelocal dns cache to release notes and add kops version to docs
This commit is contained in:
Kubernetes Prow Robot 2020-06-12 21:33:55 -07:00 committed by GitHub
commit b8e7584086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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.