Skip to content

Commit acc2e89

Browse files
authored
Merge pull request #40173 from xenolinux/OSDOCS3112
OSDOCS3112: Windows Container Support for Openshift Overview
2 parents 2eacc36 + a24ba43 commit acc2e89

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,8 @@ Name: Windows Container Support for OpenShift
18681868
Dir: windows_containers
18691869
Distros: openshift-origin,openshift-enterprise
18701870
Topics:
1871+
- Name: Windows Container Support for Openshift overview
1872+
File: index
18711873
- Name: Windows Container Support for OpenShift release notes
18721874
File: windows-containers-release-notes-4-x
18731875
- Name: Understanding Windows container workloads

windows_containers/index.adoc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[id="windows-container-overview"]
2+
= Windows Container Support for OpenShift overview
3+
include::modules/common-attributes.adoc[]
4+
:context: windows-container-overview
5+
6+
toc::[]
7+
8+
Windows Container Support for OpenShift is a feature providing the ability to run Windows compute nodes in an {product-title} cluster. This is possible by using the Red Hat Windows Machine Config Operator (WMCO) to install and manage Windows nodes. With a Red Hat subscription, you can get support for running Windows workloads in {product-title}. For more information, see the xref:../windows_containers/windows-containers-release-notes-4-x.adoc#windows-containers-release-notes-4-x[release notes].
9+
10+
For workloads including both Linux and Windows, {product-title} allows you to deploy Windows workloads running on Windows Server containers while also providing traditional Linux workloads hosted on {op-system-first} or {op-system-base-full}. For more information, see xref:../windows_containers/understanding-windows-container-workloads.adoc#understanding-windows-container-workloads[getting started with Windows container workloads].
11+
12+
You need the WMCO to run Windows workloads in your cluster. The WMCO orchestrates the process of deploying and managing Windows workloads on a cluster. For more information, see xref:../windows_containers/enabling-windows-container-workloads.adoc#enabling-windows-container-workloads[how to enable Windows container workloads].
13+
14+
You can create a Windows `MachineSet` object to create infrastructure Windows machine sets and related machines so that you can move supported Windows workloads to the new Windows machines. You can create a Windows `MachineSet` object on multiple platforms.
15+
16+
You can xref:../windows_containers/scheduling-windows-workloads.adoc#scheduling-windows-workloads[schedule Windows workloads] to Windows compute nodes.
17+
18+
You can xref:../windows_containers/windows-node-upgrades.adoc#windows-node-upgrades[perform Windows Machine Config Operator upgrades] to ensure that your Windows nodes have the latest updates.
19+
20+
You can xref:../windows_containers/removing-windows-nodes.adoc#removing-windows-nodes[remove a Windows node] by deleting a specific machine.
21+
22+
You can xref:../windows_containers/byoh-windows-instance.adoc#byoh-windows-instance[use Bring-Your-Own-Host (BYOH) Windows instances] to repurpose Windows Server VMs and bring them to {product-title}. BYOH Windows instances benefit users who are looking to mitigate major disruptions in the event that a Windows server goes offline. You can use BYOH Windows instances as nodes on {product-title} 4.8 and later versions.
23+
24+
You can xref:../windows_containers/disabling-windows-container-workloads.adoc#disabling-windows-container-workloads[disable Windows container workloads] by performing the following:
25+
26+
* Uninstalling the Windows Machine Config Operator
27+
* Deleting the Windows Machine Config Operator namespace

0 commit comments

Comments
 (0)