jetstack / cni-migration

A CLI to migrate the CNI on a Kubernetes cluster from Canal (Calico + Flannel) to Cilium, live with no downtime.
Apache License 2.0
74 stars 13 forks source link

[Question] Why you have decided to use --ipv4-range=x.x.x.x #3

Open metost opened 3 years ago

metost commented 3 years ago

First thanks for sharing your work, highly appreciate it!

On the question - why you have decided to use --ipv4-range=172.29.0.0/16 as an arg on the Cilium DS instead of using for example ipam: kubernetes or ipam: cluster-pool and have per-node subnets for the pods? together with:

  cluster-pool-ipv4-cidr: "x.x.x.x"
  cluster-pool-ipv4-mask-size: "24"

Is there any particular reason? @JoshVanL

Thanks in advance!