mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 20:29:18 +03:00
create separate options files for network plugins
remove plugin options from common files
This commit is contained in:
15
inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml
Normal file
15
inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# see roles/network_plugin/calico/defaults/main.yml
|
||||
|
||||
# Enables Internet connectivity from containers
|
||||
# nat_outgoing: true
|
||||
|
||||
# add default ippool name
|
||||
# calico_pool_name: "default-pool"
|
||||
|
||||
# Global as_num (/calico/bgp/v1/global/as_num)
|
||||
# global_as_num: "64512"
|
||||
|
||||
# You can set MTU value here. If left undefined or empty, it will
|
||||
# not be specified in calico CNI config, so Calico will use built-in
|
||||
# defaults. The value should be a number, not a string.
|
||||
# calico_mtu: 1500
|
||||
Reference in New Issue
Block a user