Skip to content

Commit 0bf661a

Browse files
fix(annotations): require --annotation-prefix to be set explicitly to prevent silent DNS record deletion
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
1 parent 70d95c9 commit 0bf661a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tags:
2020
| `--skipper-routegroup-groupversion="zalando.org/v1"` | The resource version for skipper routegroup |
2121
| `--[no-]always-publish-not-ready-addresses` | Always publish also not ready addresses for headless services (optional) |
2222
| `--annotation-filter=""` | Filter resources queried for endpoints by annotation, using label selector semantics |
23-
| `--annotation-prefix="external-dns.kubernetes.io/"` | Annotation prefix for external-dns annotations (default: external-dns.kubernetes.io/) |
23+
| `--annotation-prefix=""` | Annotation prefix for external-dns annotations (default: external-dns.kubernetes.io/) |
2424
| `--compatibility=` | Process annotation semantics from legacy implementations (optional, options: mate, molecule, kops-dns-controller) |
2525
| `--connector-source-server="localhost:8080"` | The server to connect for connector source, valid only when using connector source |
2626
| `--crd-source-apiversion="externaldns.k8s.io/v1alpha1"` | API version of the CRD for crd source, e.g. `externaldns.k8s.io/v1alpha1`, valid only when using crd source |

0 commit comments

Comments
 (0)