Calico: Ability to define the default IPPool CIDR (instead of kube_pods_subnet) (#4131)

* Calico: Ability to define the default IPPool CIDR (instead of kube_pods_subnet)

* Documentation for calico_pool_cidr (and calico_advertise_cluster_ips which has been forgotten...)
This commit is contained in:
Erwan Miran
2019-01-31 22:39:13 +01:00
committed by Kubernetes Prow Robot
parent 40f1c51ec3
commit f6d60a7e89
4 changed files with 32 additions and 4 deletions

View File

@@ -11,6 +11,9 @@
# add default ippool name
# calico_pool_name: "default-pool"
# add default ippool CIDR (must be inside kube_pods_subnet, defaults to kube_pods_subnet otherwise)
# calico_pool_cidr: 1.2.3.4/5
# Global as_num (/calico/bgp/v1/global/as_num)
# global_as_num: "64512"