You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pod can specify which other pod(s) it cannot share (anti-affinity) or must share (affinity) a "topology domain" with. The most common topology domain is node. The set of "other pod(s)" is specified using a label selector.
The use cases for this feature are described in the design doc. Current user documentation is here.
Note: This feature went to alpha before the feature proposal process / feature repo was instituted.
Progress Tracker
Alpha
Write and maintain draft quality doc
During development keep a doc up-to-date about the desired experience of the feature and how someone can try the feature in its current state. Think of it as the README of your new feature and a skeleton for the docs to be written before the Kubernetes release. Paste link to Google Doc: DOC-LINK
Design Approval
Design Proposal. This goes under design-proposals. Doing a proposal as a PR allows line-by-line commenting from community, and creates the basis for later design documentation. Paste link to merged design proposal here: PROPOSAL-NUMBER
Decide which repo this feature's code will be checked into. Not everything needs to land in the core kubernetes repo. REPO-NAME
Initial API review (if API). Maybe same PR as design doc. PR-NUMBER
A shepherd is an individual who will help acquaint you with the process of getting your feature into the repo, identify reviewers and provide feedback on the feature. They are not (necessarily) the code reviewer of the feature, or tech lead for the area.
The shepherd is not responsible for showing up to Kubernetes-PM meetings and/or communicating if the feature is on-track to make the release goals. That is still your responsibility.
Identify secondary/backup contact point. My Secondary Contact Point is:replace.me@replaceme.com (and/or GH Handle)
Write (code + tests + docs) then get them merged. ALL-PR-NUMBERS
Code needs to be disabled by default. Verified by code OWNERS
Minimal testing
Minimal docs
cc @kubernetes/docs on docs PR
cc @kubernetes/feature-reviewers on this issue to get approval before checking this off
New apis: Glossary Section Item in the docs repo: kubernetes/kubernetes.github.io
Update release notes
Beta
Testing is sufficient for beta
User docs with tutorials
- Updated walkthrough / tutorial in the docs repo: kubernetes/kubernetes.github.io
- cc @kubernetes/docs on docs PR
- cc @kubernetes/feature-reviewers on this issue to get approval before checking this off
Thorough API review
cc @kubernetes/api
Stable
docs/proposals/foo.md moved to docs/design/foo.md
- cc @kubernetes/feature-reviewers on this issue to get approval before checking this off
Soak, load testing
detailed user docs and examples
cc @kubernetes/docs
cc @kubernetes/feature-reviewers on this issue to get approval before checking this off
FEATURE_STATUS is used for feature tracking and to be updated by @kubernetes/feature-reviewers. FEATURE_STATUS: IN_DEVELOPMENT
More advice:
Design
Once you get LGTM from a @kubernetes/feature-reviewers member, you can check this checkbox, and the reviewer will apply the "design-complete" label.
Coding
Use as many PRs as you need. Write tests in the same or different PRs, as is convenient for you.
When you are done with the code, apply the "code-complete" label.
When the feature has user docs, please add a comment mentioning @kubernetes/feature-reviewers and they will
check 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.
Thank you for noticing that! I thought there was already a features issue for it, but then when I searched, nothing turned up. This is definitely a duplicate, as you said.
Description
A pod can specify which other pod(s) it cannot share (anti-affinity) or must share (affinity) a "topology domain" with. The most common topology domain is node. The set of "other pod(s)" is specified using a label selector.
The use cases for this feature are described in the design doc. Current user documentation is here.
Note: This feature went to alpha before the feature proposal process / feature repo was instituted.
Progress Tracker
/pkg/apis/...
)@kubernetes/api
@kubernetes/docs
on docs PR@kubernetes/feature-reviewers
on this issue to get approval before checking this off- Updated walkthrough / tutorial in the docs repo: kubernetes/kubernetes.github.io
- cc
@kubernetes/docs
on docs PR- cc
@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/api
- cc
@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: