-
Notifications
You must be signed in to change notification settings - Fork 1.4k
⚠️ Restructure strategy fields #12506
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
⚠️ Restructure strategy fields #12506
Conversation
b2517cc
to
f84e6ca
Compare
Signed-off-by: Stefan Büringer buringerst@vmware.com
Signed-off-by: Stefan Büringer buringerst@vmware.com
a79dfea
to
80fe3ae
Compare
3a97821
to
64cf2b3
Compare
Signed-off-by: Stefan Büringer buringerst@vmware.com
64cf2b3
to
9ad6d09
Compare
Signed-off-by: Stefan Büringer buringerst@vmware.com
9ad6d09
to
4ac636d
Compare
api/controlplane/kubeadm/v1beta2/kubeadm_control_plane_types.go
Outdated
Show resolved
Hide resolved
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.
first part of the review (I will continue tomorrow)
internal/controllers/machinedeployment/machinedeployment_controller_test.go
Outdated
Show resolved
Hide resolved
internal/controllers/machinedeployment/machinedeployment_rolling.go
Outdated
Show resolved
Hide resolved
@fabriziopandini @JoelSpeed PTAL, all findings should be addressed. Keeping hold, still trying to update the doc later :) |
/test pull-cluster-api-e2e-main-gke |
Apart from the potential improvement to the time fields to remove the pointer, all looks good to me from an API review perspective |
/test pull-cluster-api-e2e-main-gke |
77c0d83
to
9f1a794
Compare
/test pull-cluster-api-e2e-main-gke |
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
LGTM label has been added. Git tree hash: 39f0e882262b0057b1f5716e2ab1cc85e79a2fe0
|
/hold cancel Moved documentation to a separate PR (#12521 ) |
@sbueringer: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
/override pull-cluster-api-e2e-main-gke Same tests are failing on main after we merged #12516 Will look into it, but has nothing to do with this PR |
@sbueringer: Overrode contexts on behalf of sbueringer: pull-cluster-api-e2e-main-gke 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. |
/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 |
Signed-off-by: Stefan Büringer buringerst@vmware.com
What this PR does / why we need it:
Entirely WIP atm, please wait with reviews
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 #12497