You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/f5-virtualserver.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
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.
4
4
5
5
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).
7
7
8
8
## Start with ExternalDNS with the F5 Networks VirtualServer source
9
9
@@ -64,6 +64,7 @@ spec:
64
64
```
65
65
66
66
This configuration will create DNS A records for:
67
+
67
68
- `www.example.com`→ `192.168.1.100`
68
69
- `alias1.example.com`→ `192.168.1.100`
69
70
- `alias2.example.com`→ `192.168.1.100`
@@ -81,6 +82,7 @@ If none of these are available, the VirtualServer will be skipped.
81
82
### TTL Support
82
83
83
84
You can set a custom TTL using the annotation:
85
+
84
86
```yaml
85
87
annotations:
86
88
external-dns.alpha.kubernetes.io/ttl: "300"
@@ -89,3 +91,5 @@ annotations:
89
91
### Annotation Filtering
90
92
91
93
You can filter VirtualServers using the `--annotation-filter` flag to only process those with specific annotations.
0 commit comments