phase 2: ipam filter secondary service cidr
Kubernetes-commit: 313a5c57347026055fdcfefcdd626a7ab3357f84
This commit is contained in:
parent
7369fb7b5d
commit
9604cbd30b
|
|
@ -361,6 +361,8 @@ type NamespaceControllerConfiguration struct {
|
||||||
type NodeIPAMControllerConfiguration struct {
|
type NodeIPAMControllerConfiguration struct {
|
||||||
// serviceCIDR is CIDR Range for Services in cluster.
|
// serviceCIDR is CIDR Range for Services in cluster.
|
||||||
ServiceCIDR string
|
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 is the mask size for node cidr in cluster.
|
||||||
NodeCIDRMaskSize int32
|
NodeCIDRMaskSize int32
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue