mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 20:29:18 +03:00
Add cilium_tunnel_mode variable to the cilium config (#5295)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
bc3a8a0039
commit
076f254a67
@@ -104,7 +104,7 @@ data:
|
||||
# - disabled
|
||||
# - vxlan (default)
|
||||
# - geneve
|
||||
tunnel: "vxlan"
|
||||
tunnel: "{{ cilium_tunnel_mode }}"
|
||||
|
||||
# Name of the cluster. Only relevant when building a mesh of clusters.
|
||||
cluster-name: default
|
||||
|
||||
Reference in New Issue
Block a user