-
Notifications
You must be signed in to change notification settings - Fork 467
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
Don't run kubelet in the E2E test mock cluster #606
Conversation
Hi @jingyuanliang. 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. |
/ok-to-test |
Can we have more details on the commit message on why this change is being done? |
/hold |
76bc97d
to
96cb27a
Compare
Done. And the test execution above https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/dns/606/pull-kubernetes-dns-test/1716879667937415168 completed without failure. |
/hold cancel |
96cb27a
to
7bf5f37
Compare
cc @wewark |
The existing E2E tests don't need kubelet (proven as this commit still passing presubmit), while the execution of kubelet started to cause mysterious failures recently (kubernetes#605). Let's exclude kubelet in the mock cluster for now. Not completely removing the relevant code in case some future tests need them, then kubernetes#605 can be investigated at that time.
7bf5f37
to
e907bf6
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jingyuanliang, kl52752 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 |
The existing E2E tests don't need kubelet (proven as this commit still
passing presubmit), while the execution of kubelet started to cause
mysterious failures recently (#605). Let's exclude kubelet in the mock
cluster for now. Not completely removing the relevant code in case some
future tests need them, then #605 can be investigated at that time.