-
Notifications
You must be signed in to change notification settings - Fork 407
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
[feature request] add --tunnelserver-addr for yurtctl convert comand #461
Comments
@adamzhoul Thanks for raising issue. I think that |
thanks @rambohe-ch As I mentioned here:
the IP I get is node IP, which is unreachable. And this is only for discussion, to solve the isolated network situation. |
@adamzhoul Thanks for your feedback. Now, I have understood your scenario, and |
great. I can work on this. @rambohe-ch |
/assign @adamzhoul |
hi @rambohe-ch Background:
I want to use
what do you think about all this? |
PS:
|
@adamzhoul It's a good question. In my opinion, we need to define the custom nodePort for
so we can open the fixed nodePort on the public IP. |
@adamzhoul At present, yurt-tunnel is used to proxy monitoring traffic like we have no solution to manage business pods traffic between cloud and edge. but now we have some ideas to manage business pods traffic between different regions. for example: cloud-edge, or edge-edge, maybe we will discuss these ideas in the later OpenYurt community meeting. |
using fixed nodePort is great. besides:
|
@adamzhoul It's a good idea to add control plane for node sidecar, maybe we can discuss these issues at the OpenYurt community meeting. |
What would you like to be added:
yurtcl convert --tunnelserver-addr xxxx
Why is this needed:
yurtcl convert
use job to runyurtctl convert edgenode
. However, job template hardcode command line without thisopenyurt/pkg/yurtctl/constants/constants.go
Line 278 in 47a88ea
if not set, tunnel-agent get nodeIp、clusterIp、127.0.0.1。and choose to use the first nodeIp as tunnel-server Ip
However, node Ip is unreachable. When we edge node and cloud node are isolated networks.
So, when we first use
yurtctl convert
command, we shall get everything done.others
/kind feature
The text was updated successfully, but these errors were encountered: