7e90960ed0
* test(kwok): try standard tier for cluster * Revert "test(kwok): try standard tier for cluster" This reverts commit |
||
---|---|---|
.. | ||
README.md | ||
pod_exec.ps1 | ||
win-debug.ps1 | ||
win-debug.sh |
README.md
Introduction
This script will collect Windows NPM logs and the HNS and VFP state of the cluster and write them to a new local folder.
How to collect logs
In a PowerShell terminal, navigate to the azure-container-networking/debug/windows/npm folder
. Make sure your kubectl is configured to point to the cluster you want to collect logs from (az aks get-credentials -g <resource-group> -n <cluster-name>
)
Windows
Run .\win-debug.ps1
. The script will create a new folder called logs_DATE containing the results.
Linux
Run .\win-debug.sh
. The script will create a new folder called logs_DATE containing the results.
Note: You may not be able to unzip logs.zip in Linux since it was compressed in Windows.