Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConfigMap IP Range Bug! #11

Closed
hugo345816 opened this issue Oct 11, 2021 · 2 comments
Closed

ConfigMap IP Range Bug! #11

hugo345816 opened this issue Oct 11, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@hugo345816
Copy link

kubectl create configmap --namespace kube-system kubevip --from-literal range-global=192.168.0.200-192.168.0.202

if range ip pool is over ip/prefix 24,kube-vip-cloud-provider will be crash.

example:
cidr-global: 192.168.0.0/20 ---- OK
range-global: 192.168.0.1-192.168.0.255 ----- OK
range-global: 192.168.0.1-192.168.1.255 ------- kube-vip-cloud-provider will crash with no logs.
range-global: 192.168.0.1-192.168.0.255,192.168.1.0-192.168.1.255 ------- OK too

@thebsdbox thebsdbox self-assigned this Oct 11, 2021
@thebsdbox thebsdbox added the bug Something isn't working label Oct 11, 2021
@thebsdbox
Copy link
Contributor

Good catch, i'll look into that.

@thebsdbox
Copy link
Contributor

Fixed the ipam logic! (#13 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants