-
Notifications
You must be signed in to change notification settings - Fork 123
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 hostprocess containerd logger #197
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsturtevant 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 |
# Build runtime image | ||
FROM mcr.microsoft.com/windows/nanoserver:1809 | ||
WORKDIR / | ||
COPY --from=build-env /app/out/containerd-logger.exe . |
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.
COPY --from=build-env /app/out/containerd-logger.exe . | |
COPY --from=build-env /app/out/containerd-logger.exe . | |
COPY --from=build-env eventFlowConfig.json ./ |
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 left coping the eventflowConfig.json
out here since it is copied over via config map.
Co-authored-by: Amim Knabben <[email protected]>
Co-authored-by: Amim Knabben <[email protected]>
Reason for PR:
Containerd by default logs to ETW when installed as a service. This provides a way to dynamically capture those logs via a config map configuration. By using https://github.com/Azure/diagnostics-eventflow can also configure other outputs for these files.
Issue Fixed:
Issue #
Requirements
Notes: