-
Notifications
You must be signed in to change notification settings - Fork 77
[docs] adds troubleshooting instructions for windows-exporter logs #4530
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -99,8 +99,8 @@ tracing processes during troubleshooting: | |
| running processes, `kube-log-runner.exe` is the visible parent, and the actual | ||
| service binary is its child. Log files are under `C:\var\log\<service>\`. | ||
|
|
||
| - WICD service (`windows-instance-config-daemon`) however, runs as a standalone process with no | ||
| `kube-log-runner` wrapper. It writes and rotates its own log files directly under `C:\var\log\wicd\`. | ||
| - WICD service (`windows-instance-config-daemon`), and windows-exporter (`windows-exporter`) however, run as standalone processes with no | ||
| `kube-log-runner` wrapper. They write their own log files directly under `C:\var\log\wicd\` and `C:\var\log\windows-exporter\` respectively. | ||
|
|
||
| See [Logging architecture: WICD vs managed services](log-rotation-managed-services.md#logging-architecture-wicd-vs-managed-services) | ||
| for the full explanation of why this difference exists. | ||
|
|
@@ -120,6 +120,7 @@ ip-10-0-138-252.us-east-2.compute.internal containers/ | |
| ip-10-0-138-252.us-east-2.compute.internal hybrid-overlay/ | ||
| ip-10-0-138-252.us-east-2.compute.internal kube-proxy/ | ||
| ip-10-0-138-252.us-east-2.compute.internal kubelet/ | ||
| ip-10-0-138-252.us-east-2.compute.internal windows-exporter/ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win Align the node-log root with the documented Windows path. Line 103 documents 🤖 Prompt for AI Agents
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @wgahnagl PTAL ^ |
||
| ip-10-0-138-252.us-east-2.compute.internal pods/ | ||
| ``` | ||
| You can now list files in the directories using the same command and view the individual log files. For example to view | ||
|
|
||
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.
see the correct path in #4355 (comment)