phase 2: ipam filter secondary service cidr

Kubernetes-commit: 313a5c57347026055fdcfefcdd626a7ab3357f84
This commit is contained in:
Khaled Henidak(Kal) 2019-08-19 20:53:18 +00:00 committed by Kubernetes Publisher
parent 441dea4445
commit 0934ae14bb
1 changed files with 2 additions and 0 deletions

View File

@ -361,6 +361,8 @@ type NamespaceControllerConfiguration struct {
type NodeIPAMControllerConfiguration struct {
// serviceCIDR is CIDR Range for Services in cluster.
ServiceCIDR string
// secondaryServiceCIDR is CIDR Range for Services in cluster. This is used in dual stack clusters. SecondaryServiceCIDR must be of different IP family than ServiceCIDR
SecondaryServiceCIDR string
// NodeCIDRMaskSize is the mask size for node cidr in cluster.
NodeCIDRMaskSize int32
}