mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
fix multiple node cidr masks in providerless build
This commit is contained in:
parent
753774d9ea
commit
cf510ac285
@ -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")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user