mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +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,
|
||||
clusterCIDRs []*net.IPNet,
|
||||
serviceCIDR *net.IPNet,
|
||||
nodeCIDRMaskSize int,
|
||||
nodeCIDRMaskSizes []int,
|
||||
) {
|
||||
klog.Fatal("Error trying to Init(): legacy cloud provider support disabled at build time")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user