Skip to content
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

Networking broken without deprecated task level config #70

Closed
computator opened this issue Nov 14, 2020 · 1 comment · Fixed by #74
Closed

Networking broken without deprecated task level config #70

computator opened this issue Nov 14, 2020 · 1 comment · Fixed by #74

Comments

@computator
Copy link

As of Nomad 0.12, task level networks and port_map are both deprecated and have been replaced with group level network syntax. The podman driver does not work with the new syntax and requires the (largely undocumented) old syntax and config locations. It appears as if something similar to hashicorp/nomad#8623 needs to be implemented.

#63 seems to be the same issue, but it hasn't gotten much attention due to it's title and wording.

@towe75
Copy link
Collaborator

towe75 commented Nov 15, 2020

@computator thank you for the report.
This needs to be addressed but let us first finish the podman api v2 compatibility.
I closed #63, it's indeed a duplicate.

This was referenced Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants