-
Notifications
You must be signed in to change notification settings - Fork 40.6k
kubelet watch-manager test, restore watch-based manager default #74781
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
Conversation
/milestone v1.14 |
/cc @wenjiaswe |
@liggitt yes, this one is pretty tricky. Along with dependency update in K8s, a bunch of other places need to be updated too: #71501 (comment). /cc @PrasadG193 |
@wenjiaswe: GitHub didn't allow me to request PR reviews from the following users: PrasadG193. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
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. |
since #75289 was able to pick up the go 1.12 level of golang.org/x/net, and feedback from @kubernetes/sig-scalability-misc is that the cache-based manager does not perform as well in scale tests, moving this back into the milestone for consideration |
/assign @wojtek-t |
/lgtm Thanks a lot for that PR Jordan! /hold |
Unclear if the test failure is related to this PR or not
|
/retest |
@liggitt: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your 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/test-infra repository. I understand the commands that are listed here. |
that's the test this PR added, but it should not be running in that suite... added a missing |
CI is now green, holding pending the go1.12 decision |
@liggitt - with the go1.12.1 being merged (and it seems it helps with the issues), can we unhold this one? |
Yes |
/lgtm |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Which issue(s) this PR fixes:
xref #74412
Does this PR introduce a user-facing change?: