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

Set the tcp_rmem sysctl in bootstrap script #10654

Merged
merged 1 commit into from
Jan 25, 2021

Conversation

justinsb
Copy link
Member

This ensures that we're using our settings for downloading nodeup
itself and any assets that nodeup downloads. This is a workaround for
reported problems with the initial download on some kernels otherwise.

Issue #10206

This ensures that we're using our settings for downloading nodeup
itself and any assets that nodeup downloads.  This is a workaround for
reported problems with the initial download on some kernels otherwise.

Issue kubernetes#10206
@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jan 25, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: justinsb

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jan 25, 2021
@olemarkus
Copy link
Member

This looks good.

Do we know if there is any kernel issue worth tracking? I suspect it won't hit older distros like Debian 9 anyway though.

@hakman
Copy link
Member

hakman commented Jan 25, 2021

Seems there was some discussion around the patch and workaround, but no conclusion:
https://lore.kernel.org/netdev/CANn89iL48fnjMQ=rt7oGRC_cejhuwfvcyy5JcUs=k5Cet+-Vwg@mail.gmail.com/

@justinsb justinsb changed the title WIP: Set the tcp_rmem sysctl in bootstrap script Set the tcp_rmem sysctl in bootstrap script Jan 25, 2021
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jan 25, 2021
@justinsb
Copy link
Member Author

justinsb commented Jan 25, 2021

Removed the WIP, based on feedback (thanks @olemarkus and @hakman ), and a similar workaround described here: #10206 (comment)

The sysctls might be setting up larger windows than we should by default, but we can tackle that separately.

@hakman
Copy link
Member

hakman commented Jan 25, 2021

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 25, 2021
@k8s-ci-robot k8s-ci-robot merged commit a4e611a into kubernetes:master Jan 25, 2021
@k8s-ci-robot k8s-ci-robot added this to the v1.20 milestone Jan 25, 2021
k8s-ci-robot added a commit that referenced this pull request Jan 26, 2021
…-upstream-release-1.19

Automated cherry pick of #10654: Set the tcp_rmem sysctl in bootstrap script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants