Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefer node PodCIDR from an annotation (#720)
Current implementation never considers the "kube-router.io/pod-cidr" annotation when creating an ipset for the node pod network CIDR. The Node.Spec.PodCIDR is always used instead. This patch prefers the annotation PodCIDR over the Node.Spec.PodCIDR
- Loading branch information