-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🌱 Move compute and create ms to rollout planner #12841
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
🌱 Move compute and create ms to rollout planner #12841
Conversation
a651610 to
9e88529
Compare
|
/test pull-cluster-api-e2e-main |
1 similar comment
|
/test pull-cluster-api-e2e-main |
internal/controllers/machinedeployment/machinedeployment_rollout_rollingupdate.go
Show resolved
Hide resolved
internal/controllers/machinedeployment/machinedeployment_rollout_ondelete.go
Outdated
Show resolved
Hide resolved
internal/controllers/machinedeployment/machinedeployment_rollout_planner_test.go
Show resolved
Hide resolved
internal/controllers/machinedeployment/machinedeployment_rollout_planner_test.go
Show resolved
Hide resolved
internal/controllers/machinedeployment/machinedeployment_controller.go
Outdated
Show resolved
Hide resolved
|
/test pull-cluster-api-e2e-main |
|
/test pull-cluster-api-e2e-main For more data, but needs some fixes: https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/kubernetes-sigs_cluster-api/12841/pull-cluster-api-e2e-main/1977759888578711552 |
|
/test pull-cluster-api-e2e-main |
125b80e to
38f819a
Compare
|
/test pull-cluster-api-e2e-main |
internal/controllers/machinedeployment/machinedeployment_rollout_planner_test.go
Show resolved
Hide resolved
|
/test pull-cluster-api-e2e-main |
|
LGTM label has been added. Git tree hash: e0e506614c711c49460fa61d30f541393310511c
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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:
This PR completes the introduction of the rollout planner in the MD controller, paving the ground for adding the logic for in-place upgrades in a follow up PR
Notably with this PR
Which issue(s) this PR fixes:
Part of #12291
Fix case 3 in #10753
/area machinedeployment