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

[openstack-cloud-controller-manager] Add an additional-vip subnet-id parameter for LoadBalancer #2735

Open
maxcoolmakarov opened this issue Dec 4, 2024 · 2 comments

Comments

@maxcoolmakarov
Copy link

maxcoolmakarov commented Dec 4, 2024

Is this a BUG REPORT or FEATURE REQUEST?:

kind feature

What happened:

My cloud provider has it's load balancer setup so the only way to create LB is calling

openstack loadbalancer create --vip-subnet-id IPv6 --additional-vip subnet-id=IPv4 --flavor amph-failover-standard --name lb1

Currently your plugin supports setting only --vip-subnet-id parameter throw config file, but I also need to set up --additional-vip subnet-id as well. Could you please add this feature? (I guess the LB address shoud be then obtained form additional-vip subnet, because the vip-subnet-id will give you only IPv6 address.

@maxcoolmakarov
Copy link
Author

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