-
Notifications
You must be signed in to change notification settings - Fork 193
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
Add loadbalancerIP and annotation to submariner LB service #2322
Comments
Hello @jbperrin88, Can you elaborate it a bit, so that we know the use-case better? |
When you use MetalLB , you need to define IpPool and set inside your service definition some custom information:
https://metallb.universe.tf/usage/example/ Inside submariner , you can already set 'type : LoadBalancer' when you force loadbalancer mode true. I was trying to use it, by changing paramter inside the service defined by submariner but it'll be cound be override at anytime because i was using Operator install. (OLM) If i instal only with SUBCTL , I may customize the service like i want. Regards |
What resource are you labeling? |
Talking about this on the PR scrub, it seems this will require changes across the operator and main repos (at least). It would be good if we can make an enhancement proposal to figure out the changes, scope, before starting. @jbperrin88 https://github.com/submariner-io/enhancements/blob/devel/template.md |
This issue has been automatically marked as stale because it has not had activity for 60 days. It will be closed if no further activity occurs. Please make a comment if this issue/pr is still valid. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further |
This relates to if we want to use LB for bare metal deployments. Note also submariner-io/shipyard#1622. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further |
Hi there,
I would like to know if it'll be possible to add custom parameter for the loadBalancing service inside 'kind: Submariner'
We have no external Loadbalancing in our openshift cluster but we use MetalLB.
It would be really usedfull to set MetalLB annotation and loadbalancerIP inside submariner service
Best regards
The text was updated successfully, but these errors were encountered: