Skip to content

Commit

Permalink
Enhancing troubleshoot section with Windows Operational Readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
knabben committed Mar 20, 2024
1 parent 0110b43 commit c5828df
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion content/en/docs/concepts/windows/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).

0 comments on commit c5828df

Please sign in to comment.