-
Notifications
You must be signed in to change notification settings - Fork 1.4k
⚠️ Add MinReadySeconds to Machine and remove it from MachineDeployment, MachineSet, MachinePool. #12153
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 MinReadySeconds to Machine and remove it from MachineDeployment, MachineSet, MachinePool. #12153
Conversation
535bbca to
a4cd79e
Compare
|
/area clusterclass |
a4cd79e to
8466738
Compare
13bafcb to
d992b7b
Compare
|
/hold work in progress |
a9a1946 to
97be584
Compare
|
/remove-area clusterclass |
Signed-off-by: sivchari <[email protected]>
Signed-off-by: sivchari <[email protected]>
Signed-off-by: sivchari <[email protected]>
Signed-off-by: sivchari <[email protected]>
Signed-off-by: sivchari <[email protected]>
Signed-off-by: sivchari <[email protected]>
Signed-off-by: sivchari <[email protected]>
Signed-off-by: sivchari <[email protected]>
Signed-off-by: sivchari <[email protected]>
daf49d9 to
522e627
Compare
|
/unhold |
Signed-off-by: sivchari <[email protected]>
Signed-off-by: sivchari <[email protected]>
Signed-off-by: sivchari <[email protected]>
|
@sbueringer |
sbueringer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
LGTM label has been added. Git tree hash: 2ed0a9d5e87182fb88d762f8481c8b172188e4ce
|
fabriziopandini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is my first task that changes API.
Sorry if I'm making a wrong fix or if I'm making the review process too much of a hassle. You can close this PR if you want, but I'd really appreciate if you could help me with this task.
What this PR does / why we need it:
As a title, added MinReadySeconds to Machine Spec and remove it from MachineDeployment, MachineSet, MachinePool and ClusterClass.
KCP doesn't have it, so I don't touch it.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Part of #11947
/area machinedeployment
/area machineset
/area machinepool
/area machine