-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Verify kubelet & kube-proxy recovery on Windows nodes #84886
Conversation
Hi @YangLu1031. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
/cc pjh |
b9c6780
to
3de8109
Compare
The new code LGTM. I think we'll need to modify the test configs as well to make this test run against Windows in our sig-windows test jobs. I don't remember if that's a k/k change or a test-infra change. Can you look into this? |
/ok-to-test |
/priority important-soon |
cc @adelina-t @BCLAU |
Looks like we already have this test run on sig-windows test jobs: https://testgrid.k8s.io/sig-windows#gce-windows-1.17, "DaemonRestart [Disruptive]" |
@pjh can you take a look again? |
/assign soltysh kow3ns |
3de8109
to
1366161
Compare
@pjh Changed the 2 tests to |
Thanks for the PR, but these cannot be conformance tests. These are implementation specifics. There is no reason a given distribution needs to run either of these processes, as long as they can provide the functionality of the cluster without them (kube-proxy in particular is quite replaceable). |
…lled accidentally
1366161
to
ba2cc99
Compare
@pjh changed back to normal test |
/cc @janetkuo Could you help to take a look? This small PR has been almost a month. |
/lgtm |
/cc erictune |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: janetkuo, YangLu1031 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 |
/retest Review the full test history for this PR. Silence the bot with an |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
Add test cases to verify that kubelet & kube-proxy can recover after being killed on windows nodes.
Modify the
test/e2e/apps/daemon_restart.go
to support windows scenario.Does this PR introduce a user-facing change?: