-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Add example for entrypoint on one ip address #6483
Conversation
Hello, It will be better to add a dedicated example instead of changing an existing one. |
I can write a short section within some days. Found the syntax for ipv6 on https://golang.org/pkg/net/#Listen and https://golang.org/pkg/net/#Dial But this is the ip address from within the container. I still have no idea what ip address to choose for which provider (docker container, docker swarm, ...) |
Just add a simple example in the entry point page: https://docs.traefik.io/v2.1/routing/entrypoints/#configuration-examples |
I rebased and did force push because it was on the wrong branch. |
ready for another review |
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.
As suggested, we moved the content as example and removed the provider specific part.
Thanks
LGTM
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 👍
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 👍
Add an example and short descripton, similar as in traefik#1194
Co-Authored-By: Daniel Tomcej <[email protected]>
Co-Authored-By: Daniel Tomcej <[email protected]>
* avoid the confusing term "network ip address" * move under level of chapter `address`
What does this PR do?
Show how to bind an entrypoint to a single ip address. Similar as earlyer by #1194.
Motivation
There is not mentioned anywhere in the doc that an IP address can be set for an entry point. (Except in #1193)
Started a list showing how to do the address matching for different orchestrators. Instructions for other orchestrators would be handy (as requested in #5059.
More
Additional Notes
I linked to original sources for users can find more details themselves.