mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 06:36:11 +02:00
fix(aws-provider): ListTagsForResource incorrect zone-id handling. docs updated
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
This commit is contained in:
parent
6e4a730ece
commit
82c7bcaabd
@ -1024,10 +1024,13 @@ args:
|
||||
|
||||
### Filter by Domain
|
||||
|
||||
> Specify multiple times if needed
|
||||
|
||||
```sh
|
||||
args:
|
||||
--domain-filter=example.com
|
||||
--domain-filter=.paradox.example.com
|
||||
...
|
||||
```
|
||||
|
||||
Example `--domain-filter=example.com` will allow for zone `example.com` and any zones that end in `.example.com`, including `an.example.com`, i.e., the subdomains of example.com.
|
||||
@ -1040,19 +1043,20 @@ And if the filter is prepended with `.` e.g., `--domain-filter=.example.com` it
|
||||
|
||||
### Filter by Zone ID
|
||||
|
||||
The filters could be specified multiple times, the flow logic is OR
|
||||
> Specify multiple times if needed, the flow logic is OR
|
||||
|
||||
```sh
|
||||
args:
|
||||
--zone-id-filter=ABCDEF12345678
|
||||
--zone-id-filter=XYZDEF12345888
|
||||
...
|
||||
```
|
||||
|
||||
### Filter by Tag
|
||||
|
||||
The filters could be specified multiple times, the flow logic is AND
|
||||
> Specify multiple times if needed, the flow logic is AND
|
||||
|
||||
Specify on keys
|
||||
Keys only
|
||||
|
||||
```sh
|
||||
args:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user