We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753774d commit cf510acCopy full SHA for cf510ac
pkg/controller/nodeipam/nolegacyprovider.go
@@ -34,7 +34,7 @@ func startLegacyIPAM(
34
kubeClient clientset.Interface,
35
clusterCIDRs []*net.IPNet,
36
serviceCIDR *net.IPNet,
37
- nodeCIDRMaskSize int,
+ nodeCIDRMaskSizes []int,
38
) {
39
klog.Fatal("Error trying to Init(): legacy cloud provider support disabled at build time")
40
}
0 commit comments