-
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
⚠️ Objects generated by KCP, MachineSets and MachinePools will now consistently use machine name #9833
Conversation
/assign @fabriziopandini @enxebre @chrischdi |
76bb6da
to
0e8bc16
Compare
/test pull-cluster-api-e2e-full-main |
0e8bc16
to
849db80
Compare
/test pull-cluster-api-e2e-full-main |
Small improvement nit. As of that |
LGTM label has been added. Git tree hash: 5534221d993ba9ec69fbefd0470773086ee45cf8
|
849db80
to
7fefd78
Compare
/lgtm |
LGTM label has been added. Git tree hash: 1457714298633f883ebb3d485f72cc8e91b71bd5
|
/assign @killianmuldoon If you have some time |
Signed-off-by: Stefan Büringer [email protected]
7fefd78
to
8d62deb
Compare
Rebased /assign @chrischdi @fabriziopandini |
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: 8b42b6e9dc5ad4c25fbb8829b29420105cdc773b
|
/lgtm Thanks! Name consistency will greatly improve triaging and investigating issues, as well as navigating the CAPI object hierarchy |
Changed the title to bubble this up in the release note |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre 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 [email protected]
What this PR does / why we need it:
(Compared to the issue) I also implemented it for MachinePool Machines. There is nothing we can do about BootstrapConfig there because it belongs to the MachinePool not to individual Machines, but at least Machines and InfraMachines now have the same name.
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 #9733