-
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
Workload spreading across failure domains (fix pod anti-affinity performance problem) #51
Comments
@aronchick Ooh. I don't seem to have permission to assign issues on this repo. Can someone grant me permission? @erictune might know what's going on here, because I think this repo was his idea. |
SIG Scheduling |
(since it is primarily a new scheduling feature -- it just happens that the last bit of work that had to be done was making the performance acceptable to enable it, which @wojtek-t just finished) |
@davidopp says done. |
Updated check-list. Only docs remains for alpha in 1.4. |
@davidopp @wojtek-t Please update the docs in https://github.com/kubernetes/kubernetes.github.io, and then add PR numbers and check the docs box in the issue description |
Ping. Any update on docs? |
This is |
@davidopp has the feature development been finished? If not, it would be better to reopen the issue and mark it with non-1.4 milestone. |
This is finished. It maybe should have never been filed as a feature; the real feature is #60 and this is just one use case for it (and one piece of the work to bringing it to GA). |
@davidopp thank you for explanation, I've been confused a bit about closing the feature in "Alpha" status. |
start a document about kube-apiserver certs
Description
As a user, I want to be able to spread workloads to multiple clusters spread across multiple failure domains to improve my application uptime.
(Note: This is just one use case for pod affinity/anti-affinity.)
Progress Tracker
/pkg/apis/...
)FEATURE_STATUS is used for feature tracking and to be updated by @kubernetes/feature-reviewers.
FEATURE_STATUS: IN_DEVELOPMENT
More advice:
Design
Coding
and sometimes http://github.com/kubernetes/contrib, or other repos.
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.
Docs
The text was updated successfully, but these errors were encountered: