kubernetes-sigs / node-ipam-controller

Out of tree implementation of https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/2593-multiple-cluster-cidrs
Apache License 2.0
9 stars 9 forks source link

Will Pod IPs in PodCIDRs Allocated from Multiple ClusterCIDR Objects be Duplicated? #18

Closed EanWo closed 3 months ago

EanWo commented 3 months ago

While using the controller, I am considering a question: suppose there are two nodes, each using a PodCIDR allocated from different ClusterCIDR objects. If I schedule several pods on these two nodes, is it possible for the pod IPs to be duplicated? If duplication occurs, it would be a significant issue.