-
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 topology field for MinReadySeconds #7362
✨ Add topology field for MinReadySeconds #7362
Conversation
Welcome @farodin91! |
Hi @farodin91. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
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.
/ok-to-test
Can you go into a bit of detail on what the goal of this change is? I don't think there's a way to set MinReadySecond in the control plane as it's used in the MachineSet controller - Control Plane Machines are created without a MachineSet. Would it meet your needs to just set MinReadySeconds in the MachineDeploymentTopology? |
@killianmuldoon I will remove it for control plane. I thought i saw it. |
eab25fe
to
20274f2
Compare
@killianmuldoon Controlplane changes are removed |
test/e2e/data/infrastructure-docker/v1beta1/main/bases/cluster-with-topology.yaml
Outdated
Show resolved
Hide resolved
Thx for this PR. Looks good overall. Looks like you have to run the following target to re-generate the OpenAPI spec
|
20274f2
to
ee3e5d5
Compare
Signed-off-by: Jan Jansen <[email protected]>
ee3e5d5
to
2815007
Compare
@sbueringer I executed generate go openai, but it didn't work so i copied the patch from the build server. |
Thx! /lgtm |
/assign @fabriziopandini |
@farodin91 this is a great first contribution, looking forward to see more 😜 |
[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 |
What this PR does / why we need 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):Fixes #