Skip to content

Collect windows logs#23

Open
princepereira wants to merge 1 commit intomicrosoft:mainfrom
princepereira:user/ppereira/collect-windows-logs
Open

Collect windows logs#23
princepereira wants to merge 1 commit intomicrosoft:mainfrom
princepereira:user/ppereira/collect-windows-logs

Conversation

@princepereira
Copy link
Copy Markdown
Contributor

Adding collect windows logs script from the windows node, so that if customer needs any change, we can use this to make a custom one and share it with the customer.

$paths += "$ENV:TEMP\processes.txt"

Write-Host "Collecting networking related logs"
& 'c:\k\debug\collectlogs.ps1' | write-Host
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we fallback to pulling this script from this gh repo, if it doesn't exist?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a copy from AKS Windows nodes. I am keeping the script as it is, so that if we want to make any custom changes in customer's nodes, we can use this to change and share.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants