mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
create separate options files for network plugins
remove plugin options from common files
This commit is contained in:
11
inventory/sample/group_vars/k8s-cluster/k8s-net-canal.yml
Normal file
11
inventory/sample/group_vars/k8s-cluster/k8s-net-canal.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# see roles/network_plugin/canal/defaults/main.yml
|
||||
|
||||
# The interface used by canal for host <-> host communication.
|
||||
# If left blank, then the interface is chosing using the node's
|
||||
# default route.
|
||||
# canal_iface: ""
|
||||
|
||||
# Whether or not to masquerade traffic to destinations not within
|
||||
# the pod network.
|
||||
# canal_masquerade: "true"
|
||||
|
||||
Reference in New Issue
Block a user