-
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
🌱 KCP: Log the reason of a Machine rollout #8959
🌱 KCP: Log the reason of a Machine rollout #8959
Conversation
/test pull-cluster-api-e2e-full-main /assign @fabriziopandini @killianmuldoon |
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.
That's a nice improvement, I'm only proposing some changes in messages, but nothing blocking
/test pull-cluster-api-e2e-full-main |
Not sure what GitHub is doing. I pushed an additional commit on my branch: https://github.com/sbueringer/cluster-api/commits/pr-improve-kcp-logging Doesn't seem to show up here. I'll check later again |
Fun re-opening the PR helped, now the 2nd commit shows up |
/test pull-cluster-api-e2e-full-main |
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.
looks good, just few nits, otherwise good to go
59ed6fe
to
2e4f6d9
Compare
Thx for the reviews. Should be all addressed |
@killianmuldoon @fabriziopandini PTAL when you have some time, would be great to get this merged before the code freeze so we can profit from the improved logging when debugging :) |
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.
This is a really great improvement - thanks for working on it.
/lgtm
LGTM label has been added. Git tree hash: f3574db4a264462969b1d8ca898c9d4090a201b0
|
Nice improvement! |
[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 |
/area provider/control-plane-kubeadm |
What this PR does / why we need it:
This PR extends KCP to also log the reason why we trigger a rollout.
Would be nice if it could make it into the release, but if it doesn't it's okay :)
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 #5557