-
Notifications
You must be signed in to change notification settings - Fork 114
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
[liqoctl] set gateway server Service location in peer
command
#2913
Conversation
Hi @fra98. Thanks for your PR! I am @adamjensenbot.
Make sure this PR appears in the liqo changelog, adding one of the following labels:
|
peer
command
/rebase |
91aad33
to
cb2934c
Compare
/test |
cb2934c
to
9741cc1
Compare
peer
commandpeer
command
/test |
/test |
9741cc1
to
2048e52
Compare
/test |
1 similar comment
/test |
2048e52
to
62f1883
Compare
/test |
/rebase test=true |
62f1883
to
00f95f2
Compare
Difficult for me to understand what "server" means in the command line, "--server-service-location". |
56ce986
to
c780282
Compare
Hi @frisso, the purpose of this flag is to allow the user to customize the location of the k8s Service that exposes the Gateway Server.
|
Hello @fra98 |
/rebase test=true |
c780282
to
6e57717
Compare
@frisso |
/test |
2 similar comments
/test |
/test |
/rebase test=true |
1 similar comment
/rebase test=true |
6e57717
to
708715b
Compare
/merge |
/rebase |
/merge |
Description
This PR introduces the support to specify the gateway client and server location in a peering.
The
--server-service-location
flag inliqoctl peer
allows to place the gateway server service in the provider (default) or consumer.This can be useful if you cannot expose Services (or don't have LB UDP support) in the provider cluster or if the provider is behind a NAT (without going through the manual peering procedure or setting up the networking module individually).