-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Problems with new Multi Interface Networking Feature with same ports to different interfaces. #8891
Comments
I got a slightly different problem but I feel like it might be related. I want to bind ports on separate interfaces to the same port inside docker container. Such a thing is not hard to do it manually.
Unfortunately, I can't get the same behavior using nomad.
Port |
Hey @hongkongkiwi I'm having a hard time trying to understand the usecase for why the port labels need to share the same name. For example if you were to define a service with |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Nomad v0.12.4
Operating system and Environment details
Linux edge0 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Issue
I would expect the following configuration to work, however Nomad complains of a collision. This is actually not true, but nomad gets confused as previously without multi interface networking this would have collided.
Nomad Job
Nomad Config
When attempting the above job, which I would expect to work however it shows:
error parsing 'job': group: network, ports -> found a port label collision: http
The text was updated successfully, but these errors were encountered: