-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Node affinity #106
Comments
Removing from 1.5 milestone. See #60 (comment) for details. |
We will be moving this feature to beta in 1.6. Tracking issue is |
This has been moved to Beta but we still need to update the documentation. |
@davidopp any update on this feature? Docs and release notes are required (please, provide them to the features spreadsheet. |
Updated spreadsheet with release note and link to documentation. |
Is this issue still relevant? I don't see any tracking progress on this. Even links for documentation in the original post don't work anymore... |
Issues go stale after 90d 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. |
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. |
@davidopp If so, can you please ensure the feature is up-to-date with the appropriate:
cc @idvoretskyi |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Description
Significantly expanded version of
nodeSelector
. Pods can limit which nodes are eligible for them to schedule on, or tell the scheduler they prefer certain nodes, based on label selectors.This feature has been in Kubernetes since 1.2. I'm just filing this issue so we can track moving it to Beta, which we plan to do in 1.5 (kubernetes/kubernetes#25319).
Design doc discussion in kubernetes/kubernetes#18261 and checked in [here].(https://github.com/kubernetes/kubernetes/blob/master/docs/design/nodeaffinity.md)
Implementation in kubernetes/kubernetes#19758
Progress Tracker
/pkg/apis/...
)@kubernetes/api
@kubernetes/docs
on docs PR@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/docs
on docs PR@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/api
@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/docs
@kubernetes/feature-reviewers
on this issue to get approval before checking this offFEATURE_STATUS is used for feature tracking and to be updated by
@kubernetes/feature-reviewers
.FEATURE_STATUS: IN_DEVELOPMENT
More advice:
Design
@kubernetes/feature-reviewers
member, you can check this checkbox, and the reviewer will apply the "design-complete" label.Coding
and sometimes http://github.com/kubernetes/contrib, or other repos.
@kubernetes/feature-reviewers
and they willcheck that the code matches the proposed feature and design, and that everything is done, and that there is adequate
testing. They won't do detailed code review: that already happened when your PRs were reviewed.
When that is done, you can check this box and the reviewer will apply the "code-complete" label.
Docs
@kubernetes/docs
.The text was updated successfully, but these errors were encountered: