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

Changing and Managing Eip address pools #391

Open
bdowling opened this issue Mar 8, 2024 · 1 comment
Open

Changing and Managing Eip address pools #391

bdowling opened this issue Mar 8, 2024 · 1 comment

Comments

@bdowling
Copy link

bdowling commented Mar 8, 2024

Is there an easy/recommended process for changing VIP pool ranges. I see that the only change currently allowed is spec.disable.

return fmt.Errorf("only allow modify field disable")

It would be nice if you could adjust the range as needed without impacting existing LoadBalanced services. It seem like if I delete and create the pool, the LoadBalanced services will move around since the status field is not accepted on creating the Eip object. So any services that did not Pin their IP address will get new IP addresses.

Additionally, is there any way to "blacklist" IPs in the pool range if a need occurred?

@renyunkang
Copy link
Member

Dynamically modifying the IP range of EIP is not a good suggestion. It is recommended to meet the demand for IP pool expansion by creating a new EIP.
If there are some IPs that need to be reserved or blocked in an entire network segment, it is suggested to create EIP through the IP-range method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants