-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix: Disable keep alives for helm https connections (#13468) #13695
Conversation
Signed-off-by: Marie Katrine Ekeberg <marie.ekeberg@tietoevry.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #13695 +/- ##
===========================================
+ Coverage 0 49.18% +49.18%
===========================================
Files 0 248 +248
Lines 0 42873 +42873
===========================================
+ Hits 0 21085 +21085
- Misses 0 19687 +19687
- Partials 0 2101 +2101
☔ View full report in Codecov by Sentry. |
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, @mkekeberg!
/cherry-pick release-2.7 |
Cherry-pick failed with |
/cherry-pick release-2.6 |
Cherry-pick failed with |
/cherry-pick release-2.5 |
Cherry-pick failed with |
@mkekeberg would you mind opening cherry-pick PRs against the release-2.5, release-2.6, and release-2.7 branches? The bot is finicky. |
@crenshaw-dev , did that in my latest PRs 🙂 Got some conflicts when cherry picking. Might be that there is more changes that should have gone into them before my change. |
Signed-off-by: Marie Katrine Ekeberg <marie.ekeberg@tietoevry.com>
@crenshaw-dev is there anything left out here to get these fixes into a release? |
@sastorsl , I created the "cherry pick" PRs for specific releases. Seems like nothing ever happened on those: If the build issues on those important, I have no way of knowing. No reply from any maintainers on this project. Release-branches in the dozens like this is always tedious... |
Apologies for the slow responses! Merged for 2.7 and 2.6. Skipping 2.5 since it went EOL. @sastorsl this change is already in 2.8.0. It will be in 2.7.13 and 2.6.14 when we cut those. |
Signed-off-by: Marie Katrine Ekeberg <marie.ekeberg@tietoevry.com>
Fixes #13468
Like for git (#3531), it seems that we don't re-use the connection. Keeping them alive only ends up with many stale http connections after a while, like the issue mentions.
Checklist:
Please see Contribution FAQs if you have questions about your pull-request.