fix multiple node cidr masks in providerless build
This commit is contained in:
@@ -34,7 +34,7 @@ func startLegacyIPAM(
|
|||||||
kubeClient clientset.Interface,
|
kubeClient clientset.Interface,
|
||||||
clusterCIDRs []*net.IPNet,
|
clusterCIDRs []*net.IPNet,
|
||||||
serviceCIDR *net.IPNet,
|
serviceCIDR *net.IPNet,
|
||||||
nodeCIDRMaskSize int,
|
nodeCIDRMaskSizes []int,
|
||||||
) {
|
) {
|
||||||
klog.Fatal("Error trying to Init(): legacy cloud provider support disabled at build time")
|
klog.Fatal("Error trying to Init(): legacy cloud provider support disabled at build time")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user