Skip to content

Commit 9f33131

Browse files
committed
fix: markdown lint
1 parent 774d9a8 commit 9f33131

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/sources/f5-virtualserver.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This tutorial describes how to configure ExternalDNS to use the F5 Networks VirtualServer Source. It is meant to supplement the other provider-specific setup tutorials.
44

55
The F5 Networks VirtualServer CRD is part of [this](https://github.com/F5Networks/k8s-bigip-ctlr) project.
6-
See more in-depth info regarding the VirtualServer CRD [here](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/config_examples/customResource/CustomResource.md#virtualserver).
6+
See more in-depth info regarding the VirtualServer CRD [in the official documentation](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/config_examples/customResource/CustomResource.md#virtualserver).
77

88
## Start with ExternalDNS with the F5 Networks VirtualServer source
99

@@ -64,6 +64,7 @@ spec:
6464
```
6565

6666
This configuration will create DNS A records for:
67+
6768
- `www.example.com` → `192.168.1.100`
6869
- `alias1.example.com` → `192.168.1.100`
6970
- `alias2.example.com` → `192.168.1.100`
@@ -81,6 +82,7 @@ If none of these are available, the VirtualServer will be skipped.
8182
### TTL Support
8283

8384
You can set a custom TTL using the annotation:
85+
8486
```yaml
8587
annotations:
8688
external-dns.alpha.kubernetes.io/ttl: "300"
@@ -89,3 +91,5 @@ annotations:
8991
### Annotation Filtering
9092

9193
You can filter VirtualServers using the `--annotation-filter` flag to only process those with specific annotations.
94+
95+
```

0 commit comments

Comments
 (0)