-
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 MachinePool Machine implementation to CAPD components #8842
Conversation
/hold Hold as this is rebased on top of #8828 |
/retest |
1 similar comment
/retest |
4f03a91
to
8143963
Compare
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.
Consider adding a detailed PR description since this PR will be used by others in the future as reference implementation for MachinePoolMachines in providers
test/infrastructure/docker/internal/controllers/dockermachine_controller.go
Outdated
Show resolved
Hide resolved
test/infrastructure/docker/internal/controllers/dockermachine_controller.go
Outdated
Show resolved
Hide resolved
test/infrastructure/docker/exp/internal/controllers/dockermachinepool_controller.go
Outdated
Show resolved
Hide resolved
test/infrastructure/docker/exp/internal/controllers/dockermachinepool_controller.go
Outdated
Show resolved
Hide resolved
test/infrastructure/docker/internal/controllers/dockermachine_controller.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.
I'll take a closer look once we are a bit further with #8828
test/infrastructure/docker/exp/internal/controllers/dockermachinepool_controller.go
Outdated
Show resolved
Hide resolved
test/infrastructure/docker/exp/internal/controllers/dockermachinepool_controller.go
Outdated
Show resolved
Hide resolved
test/infrastructure/docker/exp/internal/controllers/dockermachinepool_controller.go
Outdated
Show resolved
Hide resolved
test/infrastructure/docker/exp/internal/controllers/dockermachinepool_controller.go
Outdated
Show resolved
Hide resolved
6de4ec0
to
7644767
Compare
cab7870
to
54f33ae
Compare
/retest |
LGTM label has been added. Git tree hash: 84d0854427d0dfbd951dfb8d67a7ad29ced9d531
|
/test pull-cluster-api-e2e-full-main |
@CecileRobertMichon @fabriziopandini I've reverted the commits that caused the test failure and instead opened an issue #9724 to address that in a follow up as the requeues are not blocking this PR. |
/lgtm |
LGTM label has been added. Git tree hash: 09e973f37bc3f94cdb5b3ca097ce1af0baac3c21
|
/hold cancel |
@fabriziopandini Full e2e test passed, are we good to merge? |
Thanks, @Jont828 for all the work here! |
[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 |
Thanks @Jont828 @CecileRobertMichon working on this one. Do we need to refer to #9522 from this PR as |
Never mind: I think it is better if we keep it open to track and get CI signal since it is merged now. |
/remove-area clusterctl |
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 #4063 #9096