-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add conditions to MachineDeployment Object #3486
Comments
Ideally, we would have something similar to DeploymentProgressing. This is more to bring in line with how |
/cc @fabriziopandini |
/milestone v0.4.0 |
/milestone v0.4.0 |
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. |
/remove-lifecycle stale |
Can I be assigned this ticket? Not that anyone else is jumping to work on it 😆 |
@Arvinderpal Sure, feel free to take it! /priority important-soon |
/lifecycle active |
/kind release-blocking |
@fabriziopandini to check if the PR is ready to go and double check the release blocking status |
/area api |
/milestone v1.0 |
/triage accepted |
This issue is labeled with You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
/triage accepted |
/remove-priority important-soon |
/help |
@fabriziopandini: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
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. |
cc @muraee |
This issue has not been updated in over 1 year, and should be re-triaged. You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
Solution is proposed in #10897 /close |
@sbueringer: Closing this issue. In response to this:
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-sigs/prow repository. |
User Story
As a developer/user/operator I would like to have conditions documenting the operational state of MachineDeployment objects.
Anything else you would like to add:
As required by the condition CAEP, the MachineDeployment objects should also provide a Ready condition describing the overall state of the object.
Tasks:
ReadyCondition
and Node availability conditionAvailableCondition
✨ AddsAvailableCondition
andReadyCondition
Conditions to MachineDeployment #4625MachinesCreatedCondition
,MachinesReadyCondition
andResizedCondition
✨ Add Conditions to MachineSet for Machine Create and Ready #5056MachinesSpecUpToDateCondition
andResizedCondition
Related: Conditions for KCP
/kind feature
The text was updated successfully, but these errors were encountered: