mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-04 22:26:11 +02:00
Updated infoblox docs with section on --infoblox-name-regex
This commit is contained in:
parent
fabc588750
commit
7cd5d5782a
@ -271,6 +271,14 @@ There is also the ability to filter results from the Infoblox zone_auth service
|
||||
--infoblox-fqdn-regex=^staging.*test.com$
|
||||
```
|
||||
|
||||
## Ability to filter A, Host, CNAME and TXT records from the by name using a regular expression
|
||||
|
||||
Infoblox supports filtering records by name using a regular expression. See the [Infoblox API document](https://www.infoblox.com/wp-content/uploads/infoblox-deployment-infoblox-rest-api.pdf) for examples. To use this feature, set the parameter infoblox-name-regex for external-dns to a regular expression that makes sense for you. For instance, if all your dns records end with `cluster1.example.com`, you can fetch records matching this style by setting the following:
|
||||
|
||||
```
|
||||
--infoblox-name-regex=cluster1.example.com
|
||||
```
|
||||
|
||||
## Infoblox PTR record support
|
||||
|
||||
There is an option to enable PTR records support for infoblox provider. PTR records allow to do reverse dns search. To enable PTR records support, add following into arguments for external-dns:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user