-
Notifications
You must be signed in to change notification settings - Fork 40k
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 goroutine leak in ssh-tunnel healthcheck. #24487
Conversation
Fixes #24279 |
Test? |
LGTM. (merge now, test later...) |
GCE e2e build/test passed for commit cba5e84. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
LGTM |
GCE e2e build/test passed for commit cba5e84. |
Automatic merge from submit-queue |
…87-upstream-release-1.2 Automated cherry pick of #24487
Commit found in the "release-1.2" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
…ck-of-#24487-upstream-release-1.2 Automated cherry pick of kubernetes#24487
…ck-of-#24487-upstream-release-1.2 Automated cherry pick of kubernetes#24487
Tunnel healthchecks were not closing the HTTP response body, leading to many open goroutines.