-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Data Path Port configuration support #1509
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1509 +/- ##
==========================================
- Coverage 55.22% 55.15% -0.08%
==========================================
Files 289 289
Lines 19384 19376 -8
==========================================
- Hits 10705 10686 -19
- Misses 7983 7997 +14
+ Partials 696 693 -3 |
@albers @thaJeztah @vdemeester PTAL |
This commit brings Swarmkit and docker chnages Signed-off-by: selansen <elango.siva@docker.com>
2eee1a1
to
a01545f
Compare
I checked all your review comments multiple times and not sure if I still not seeing any of your comment. Pls let me know if I miss anything. PATL @thaJeztah @albers |
@thaJeztah Do I still need to make any change? Pls let me know |
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.
bash completion LGTM, thanks.
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, thanks!
@albers @vdemeester PTAL |
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.
Only one comment, LGTM if fixed, thank you @selansen !
This PR chnages allow user to configure data path port number. By default we use 4789 port number. But this commit will allow user to configure port number during swarm init. Data path port can't be modified after swarm init. Signed-off-by: selansen <elango.siva@docker.com>
@thaJeztah PTAL |
This PR chnages allow user to configure data path
port number. By default we use 4789 port number. But this commit
will allow user to configure port number during swarm init.
Data path port can't be modified after swarm init.
Signed-off-by: selansen elango.siva@docker.com
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)