phase 2: ipam filter secondary service cidr
Kubernetes-commit: 313a5c57347026055fdcfefcdd626a7ab3357f84
This commit is contained in:
parent
441dea4445
commit
0934ae14bb
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue