flannel-io / flannel

flannel is a network fabric for containers, designed for Kubernetes
Apache License 2.0
8.61k stars 2.87k forks source link

Remove multiclustercidr logic from code #1838

Closed galal-hussein closed 6 months ago

galal-hussein commented 6 months ago

Remove all logic around multiclustercidr flag becasuse Kubernetes 1.29 has removed ClusterCIDR type completely from the networking group

Description

Since Kubernetes v1.29 has removed the ClusterCIDR type completely from the networking group https://github.com/kubernetes/kubernetes/commit/c2d473f0d438cedab2f1831d23457d24961e0f4e and the code still reference this type, we are having a problem to build k3s with the latest kubernetes 1.29 because it references flannel code.