mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
addressed review comments
Signed-off-by: tanujd11 <dwiveditanuj41@gmail.com>
This commit is contained in:
parent
f6bafb14e1
commit
55839f5bcb
@ -100,7 +100,7 @@ $ az role assignment create --role "Private DNS Zone Contributor" --assignee <ap
|
||||
|
||||
## Throttling
|
||||
|
||||
If the ExternalDNS managed zones list doesn't change frequently, set `--azure-zones-cache-duration` (zones list cache time-to-live) to a larger value. Note that zones list cache can be disabled with `--azure-zones-cache-duration=0s`.
|
||||
When the ExternalDNS managed zones list doesn't change frequently, one can set `--azure-zones-cache-duration` (zones list cache time-to-live). The zones list cache is disabled by default, with a value of 0s.
|
||||
|
||||
## Deploy ExternalDNS
|
||||
Configure `kubectl` to be able to communicate and authenticate with your cluster.
|
||||
|
@ -482,7 +482,7 @@ NOTE: make sure the pod is restarted whenever you make a configuration change.
|
||||
|
||||
## Throttling
|
||||
|
||||
If the ExternalDNS managed zones list doesn't change frequently, set `--azure-zones-cache-duration` (zones list cache time-to-live) to a larger value. Note that zones list cache can be disabled with `--azure-zones-cache-duration=0s`.
|
||||
When the ExternalDNS managed zones list doesn't change frequently, one can set `--azure-zones-cache-duration` (zones list cache time-to-live). The zones list cache is disabled by default, with a value of 0s.
|
||||
|
||||
## Ingress used with ExternalDNS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user