addressed review comments

Signed-off-by: tanujd11 <dwiveditanuj41@gmail.com>
This commit is contained in:
tanujd11 2024-10-18 11:59:36 +05:30
parent f6bafb14e1
commit 55839f5bcb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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