-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Updated scheduler to use client-go #44188
Comments
/cc @kubernetes/sig-scheduling-feature-requests @ncdc @caesarxuchao @deads2k |
@k82cn: These labels do not exist in this repository: In response to this comment:
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. |
/label sig/scheduling |
This is a good idea. @k82cn are you actively working on it? If so, I can assign you. |
:). sure, I'll handle this. /assign |
Slack with caesarxuchao@ , we'd like to move this into 1.8 as this dependent on some client-go enhancement in 1.7 (#44784). |
Automatic merge from submit-queue (batch tested with PRs 48405, 48742, 48748, 48571, 48482) Removed scheduler dependencies to testapi. **What this PR does / why we need it**: When refactor scheduler to use client-go, k8s.io/api, it's also need to remove the dependeny to testapi. prefer to only include import/BUILD changes for kubernetes#44188, so created separated PR for other enhancement removal. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: partially fixes kubernetes#44188 **Release note**: ```release-note-none ```
/reopen |
[MILESTONENOTIFIER] Milestone Labels Incomplete Action required: This issue requires label changes. If the required changes are not made within 4 days, the issue will be moved out of the v1.8 milestone. priority: Must specify at most one of ['priority/critical-urgent', 'priority/important-soon', 'priority/important-longterm'].
Additional instructions available here
|
priority/important-longterm |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
feature request
Kubernetes version (use kubectl version):
master branch
What happened:
According to discussion at kubernetes/client-go#136 , we'd like to upgrade
scheduler
to use client-go after lister, informer is ready.The text was updated successfully, but these errors were encountered: