mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 04:08:02 +03:00
Allow configureable vni and port for flannel overlay (#5939)
This commit is contained in:
@@ -32,7 +32,10 @@ data:
|
||||
{
|
||||
"Network": "{{ kube_pods_subnet }}",
|
||||
"Backend": {
|
||||
"Type": "{{ flannel_backend_type }}"
|
||||
"Type": "{{ flannel_backend_type }}"{% if flannel_backend_type == "vxlan" %},
|
||||
"VNI": {{ flannel_vxlan_vni }},
|
||||
"Port": {{ flannel_vxlan_port }}
|
||||
{% endif %}
|
||||
}
|
||||
}
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user