-
Notifications
You must be signed in to change notification settings - Fork 1.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
[docker-up] Set the MTU using ceth0 value #9356
Conversation
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.
@aledbf Looks good with nits. Please take look at my comments.
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.
💯
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.
Just a question and a comment
The change fixes the issue with docker but docker-compose does not use the dockerd MTU value.
|
Fix and test for docker-compose already merged gitpod-samples/template-docker-compose#4 |
ad303d6
to
ee3056c
Compare
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
Description
The default dockerd MTU value is 1500. If the container interface value is lower than that, the behavior of the containers could end up in intermittent network behavior.
Release Notes
fixes #9354