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

Enable BBR congestion control algorithm #67

Closed
jpds opened this issue Nov 30, 2017 · 7 comments
Closed

Enable BBR congestion control algorithm #67

jpds opened this issue Nov 30, 2017 · 7 comments

Comments

@jpds
Copy link

jpds commented Nov 30, 2017

Feature Request

I'd like to use the BBR congestion control algorithm on my Typhoon deployed cluster. This was enabled in CoreOS itself in coreos/bugs#1719 .

@dghubble
Copy link
Member

dghubble commented Dec 5, 2017

Any desire to explore this, provide some pros/cons/analysis, or draft something and run it for a while on some platforms? Typhoon is non-commercial so it relies on interest like that. As it stands, I probably won't look into this until after the winter holidays or later.

@jpds
Copy link
Author

jpds commented Dec 13, 2017

BBR is a new congestion algorithm released by Google a few months ago. I've been using it in production with no issues that I've seen since then. Here's a technical article on it:

The other good pair of articles is:

Enabling it is as simple as setting these values in sysctl:

net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr

@xiang90
Copy link

xiang90 commented Dec 24, 2017

i feel this kinds (post-boot time configurable) of on host configuration should be configed post k8s installation via on-shot pods on nodes.

@dghubble
Copy link
Member

Since this is an additive change, it might be a good use for #140

@dghubble
Copy link
Member

dghubble commented Feb 25, 2018

#145 will allow users to provide custom Container Linux Config snippets. The feature will allow users to perform this type of customization, but in an elegant and validated way that merges Container Linux Config snippets into a single declarative Ignition document.

Adding files like /etc/sysctl.d/bbr.conf, systemd units, network configuration, raid arrays, or other host disk provisioning customizations will be possible and supersede the need for this issue.

@dghubble
Copy link
Member

You can now make this and other host customizations using Container Linux Config snippets. These snippets are validated on terraform plan and used during first boot from disk initrd/Ignition provisioning to retain immutability. https://typhoon.psdn.io/advanced/customization/#hosts

Its supported on AWS, Google Cloud, and Digital Ocean, with bare-metal coming soon. I don't think you specified your platform?

@dghubble
Copy link
Member

This type of customization is provided through Container Linux Config snippets. This is available on cloud platforms today. Track #140 for the feature to be added for bare-metal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants