Fixes #6740: Allow disabling reverse DNS lookups in coredns (#6741)

* created variable to enable/disable reverse dns lookups in coredns

* fixed linting-error in dns-stack.md
This commit is contained in:
axelgobletbdr
2020-09-25 11:33:11 +02:00
committed by GitHub
parent 28839f6b71
commit 77149e5d89
3 changed files with 8 additions and 1 deletions

View File

@@ -82,6 +82,10 @@ dns_etchosts: |
192.168.0.200 ingress.example.com
```
### enable_coredns_reverse_dns_lookups
Whether reverse DNS lookups are enabled in the coredns config. Defaults to `true`.
## DNS modes supported by Kubespray
You can modify how Kubespray sets up DNS for your cluster with the variables ``dns_mode`` and ``resolvconf_mode``.