Skip to content

How to pull the logs from the rancher-wins service on a Windows node in a Rancher v2.x provisioned Kubernetes cluster

This document (000020107) is provided subject to the disclaimer at the end of this document.

Environment

A Rancher v2.6+ provisioned RKE2 cluster with Windows nodes

Situation

In Windows Kubernetes clusters the rancher-wins service provides a method for Rancher to operate the Windows host. Whilst troubleshooting a Windows cluster issue it may be necessary to pull the logs from this service, as documented in this article.

Resolution

To pull the logs from the rancher-wins service, execute the following command in a Powershell session on the node:

Get-EventLog -LogName Application -Source 'rancher-wins' | format-table  -Property TimeGenerated, ReplacementStrings -Wrap > wins.log

This will write the logs to the file wins.log in the working directory, which you can then provide in your Rancher Support Ticket, for analysis.

Disclaimer

This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.