Merge pull request #45612 from knabben/knabben/troubleshoot-windows

Enhancing troubleshoot section with Windows Operational Readiness
pull/45633/head
Kubernetes Prow Robot 2024-03-21 18:21:07 -07:00 committed by GitHub
commit 23471aabee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 1 deletions

View File

@ -408,6 +408,17 @@ reported previously and comment with your experience on the issue and add additi
logs. SIG Windows channel on the Kubernetes Slack is also a great avenue to get some initial support and
troubleshooting ideas prior to creating a ticket.
### Validating the Windows cluster operability
The Kubernetes project provides a _Windows Operational Readiness_ specification,
accompanied by a structured test suite. This suite is split into two sets of tests,
core and extended, each containing categories aimed at testing specific areas.
It can be used to validate all the functionalities of a Windows and hybrid system
(mixed with Linux nodes) with full coverage.
To set up the project on a newly created cluster, refer to the instructions in the
[project guide](https://github.com/kubernetes-sigs/windows-operational-readiness/blob/main/README.md).
## Deployment tools
The kubeadm tool helps you to deploy a Kubernetes cluster, providing the control
@ -422,4 +433,4 @@ For a detailed explanation of Windows distribution channels see the
Information on the different Windows Server servicing channels
including their support models can be found at
[Windows Server servicing channels](https://docs.microsoft.com/en-us/windows-server/get-started/servicing-channels-comparison).
[Windows Server servicing channels](https://docs.microsoft.com/en-us/windows-server/get-started/servicing-channels-comparison).