-
Notifications
You must be signed in to change notification settings - Fork 84
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
NodePort type service #243
Comments
What would you prefer the rsync target to be? |
Yes. I think pulling one from |
Hi, I also was looking on how to setup NodePort. I suppose this flag should do it:
|
@pavlovnicola It wouldn't work unfortunately, it needs explicit support. Setting some helm values can prevent pv-migrate to work correctly, and this is one of the cases - the whole logic depends on service type being |
@utkuozdemir I tried it anyway and you are right. It does not work. Thanks for clarifying. |
Any update on this? I would use |
I'm surprised to not have seen this request yet, but my request would be to implement a NodePort type service.
Is your feature request related to a problem? Please describe.
LoadBalancer type service is great, if you have IPs to play around with or a L2 implementation in-cluster like MetalLB. Local is great, but unstable and slow with large PVs. A NodePort service implementation would be easier to implement and possibly solve a missing piece between these solutions.
Describe the solution you'd like
A NodePort option that creates a service of type NodePort, therefore opening a high-port on each node for incoming traffic (40000 for instance) and forwarding SSH from that port to 22 on the pod.
The text was updated successfully, but these errors were encountered: