-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Close runtime connection on watchdog call #9448
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert 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 |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #9448 +/- ##
==========================================
- Coverage 67.13% 67.05% -0.08%
==========================================
Files 202 202
Lines 28140 28143 +3
==========================================
- Hits 18891 18871 -20
- Misses 7670 7693 +23
Partials 1579 1579 🚀 New features to boost your workflow:
|
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
628a6d6
to
51ba8b4
Compare
@saschagrunert: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Closing the watchdog connection through the new API after use.
Which issue(s) this PR fixes:
Fixes #9360
Special notes for your reviewer:
Requires a vendored v1.35 version of k/k.
Does this PR introduce a user-facing change?