-
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
Make StatefulSets safe during cluster failure #119
Comments
@smarterclayton please, update the naming and description with regards to "StatefulSets" renaming. |
Ping. Is there a docs PR for this? |
This is covered by kubernetes/website#1774 |
I've relabeled this as beta, not alpha. SS is beta. The change to node controller behavior sorta sidestepped the whole alpha/beta/GA thing. |
@erictune thank you. |
@smarterclayton @erictune can you confirm that this item targets stable in 1.6? |
Statefulset set will still be beta in 1.6. Progress will be made in this
area.
…On Dec 13, 2016 10:04 AM, "Ihor Dvoretskyi" ***@***.***> wrote:
@smarterclayton <https://github.com/smarterclayton> @erictune
<https://github.com/erictune> can you confirm that this item targets
stable in 1.6?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#119 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHuudg4XhIkZ38Wpc02FD0BbuLUXmPGwks5rHt4IgaJpZM4KR26q>
.
|
This is stable in 1.6, ongoing work for DaemonSets is being tracked in #353 |
architecture: make runtime reference more generic
Add baremetal provisioning configuration to a new CR
Description
In order to safely run clustered software, the PetSet controller (and other high level components) must be able to ensure only one instance of a pet is running at any one time. This change will correct the core cluster logic controlling pod deletion to ensure pods can be used with this guarantee, and set direction for future improvements for reliable clusters around fencing and storage safety.
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: