Closed bells17 closed 6 months ago
/wg structured-logging /area logging /priority important-longterm /kind cleanup /cc @kubernetes/wg-structured-logging-reviews
@bells17: GitHub didn't allow me to request PR reviews from the following users: kubernetes/wg-structured-logging-reviews.
Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs.
@bells17: The label(s) area/logging
cannot be applied, because the repository doesn't have them.
Signature of NewProvisionController
changes and therefore it's a breaking change. Please update the release note accordingly.
@jsafrane, I'm thinking of using the following text for the release notes. Do you think this is appropriate?
Signature of NewProvisionController has been changed to support contextual logging for eventRecorder. This is a breaking change that requires updates to code that calls this function.
Signature of NewProvisionController has been changed to support contextual logging for eventRecorder. This is a breaking change that requires updates to code that calls this function.
That would work nicely.
@jsafrane Thank you! I've updated the release note.
/lgtm /approvee
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: bells17, jsafrane
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What type of PR is this?
/kind feature
What this PR does / why we need it:
In the following PR, support for contextual logging was implemented, but the broadcaster and eventRecorder were not updated to support contextual logging. https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner/pull/154
Therefore, I made changes to enable the use of contextual logging within the broadcaster and eventRecorder as well.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
https://github.com/kubernetes/kubernetes/pull/120729
Does this PR introduce a user-facing change?: