python icon indicating copy to clipboard operation
python copied to clipboard

feat: Add health check to watch.stream for silent connection drops (Fixes #2462)

Open bakhilin opened this issue 4 weeks ago • 8 comments

  • Add _health_check_interval parameter to watch.stream()
  • Detect and recover from silent connection drops during control plane upgrades
  • Preserve backward compatibility (disabled by default)
  • Add comprehensive tests for new functionality

Fixes: #2462

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


bakhilin avatar Nov 23 '25 12:11 bakhilin

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

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.

k8s-ci-robot avatar Nov 23 '25 12:11 k8s-ci-robot

CLA Missing ID CLA Not Signed

  • :x: The email address for the commit (4532481eee69b1ec56ef74d80a52f8c2389b7133) is not linked to the GitHub account, preventing the EasyCLA check. Consult this Help Article and GitHub Help to resolve. (To view the commit's email address, add .patch at the end of this PR page's URL.) For further assistance with EasyCLA, please submit a support request ticket.

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: bakhilin Once this PR has been reviewed and has the lgtm label, please assign roycaihw for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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 avatar Nov 23 '25 12:11 k8s-ci-robot

Welcome @bakhilin!

It looks like this is your first PR to kubernetes-client/python 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-client/python has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. :smiley:

k8s-ci-robot avatar Nov 23 '25 12:11 k8s-ci-robot

@k8s-ci-bot I have signed the CLA

bakhilin avatar Nov 23 '25 16:11 bakhilin

Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages.

The list of commits with invalid commit messages:

  • 4532481 feat: Add health check to watch.stream for silent connection drops

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.

k8s-ci-robot avatar Nov 23 '25 16:11 k8s-ci-robot

Keywords which can automatically close issues and at(@) mentions are not allowed in the title of a Pull Request.

You can edit the title by writing /retitle in a comment.

When GitHub merges a Pull Request, the title is included in the merge commit. To avoid invalid keywords in the merge commit, please edit the title of the PR.

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.

k8s-ci-robot avatar Nov 23 '25 16:11 k8s-ci-robot

Hi @bakhilin, it seems the CLA is still not signed. Could you double check?

Ref: https://github.com/cncf/cla

roycaihw avatar Dec 04 '25 21:12 roycaihw