-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Support Host NetworkMode for ECS provider #2320
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
Support Host NetworkMode for ECS provider #2320
Conversation
mmatur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @FriggaHel 👏
docs/configuration/backends/ecs.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please use LabelPort instead of creating a new label.
provider/ecs/ecs.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please use types.LabelPort instead of creating a new label.
types/common_label.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please use types.LabelPort instead of creating a new label.
mmatur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👏
nmengin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ldez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Can you release that sooner than 1.5? That's not a big change, right? |
|
@zyzop the releases on 1.4 branch are only for bug fixes and documentation. |
This PR Allows to override exposed port by Label (
traefik.port) when using ECS provider.This add ability to use traefik with containers running with Host NetworkMode (#2169)
Fixes #2169