f5-declarative-onboarding
f5-declarative-onboarding copied to clipboard
Ability to manage other tunnel types such as VXLAN
Is your feature request related to a problem? Please describe.
Currently DO does not support the ability to manage tunnels such as VXLAN. VXLAN tunnels are needed to support CIS where the K8S cluster is using Flannel as the CNI.
Describe the solution you'd like
Add support for VXLAN tunnels as part of DO
Describe alternatives you've considered
Currently we can create the basic configuration with DO and then build the tunnels necessary selfIps manually.
Additional context
net tunnels tunnel /Common/flannel_vxlan {
key 1
local-address 10.0.20.245
profile /Common/fl-vxlan
remote-address any
secondary-address any
}
net tunnels vxlan /Common/fl-vxlan {
app-service none
defaults-from /Common/vxlan
description none
flooding-type none
port 8472
}
net self /Common/flannel_self {
address 10.244.255.245/16
traffic-group /Common/traffic-group-local-only
vlan /Common/flannel_vxlan
}
Thank you for your feedback. This feature request has been added to our internal product backlog as AUTOTOOL-2750.