1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

[enterprise-4.20] OSDOCS WMCO rework RN to make more version generic

This commit is contained in:
Michael Burke
2025-06-23 09:49:05 -04:00
parent 2037c11744
commit ff89d1dc69
9 changed files with 97 additions and 84 deletions

View File

@@ -2865,47 +2865,47 @@ Distros: openshift-origin,openshift-enterprise
Topics:
- Name: Red Hat OpenShift support for Windows Containers overview
File: index
#- Name: Release notes
# Dir: wmco_rn
# Topics:
# - Name: Red Hat OpenShift support for Windows Containers release notes
# File: windows-containers-release-notes-10-17-x
# - Name: Past releases
# File: windows-containers-release-notes-10-17-x-past
# - Name: Windows Machine Config Operator prerequisites
# File: windows-containers-release-notes-10-17-x-prereqs
# - Name: Windows Machine Config Operator known limitations
# File: windows-containers-release-notes-10-17-x-limitations
#- Name: Getting support
# File: windows-containers-support
# Distros: openshift-enterprise
#- Name: Understanding Windows container workloads
# File: understanding-windows-container-workloads
#- Name: Enabling Windows container workloads
# File: enabling-windows-container-workloads
#- Name: Creating Windows machine sets
# Dir: creating_windows_machinesets
# Topics:
# - Name: Creating a Windows machine set on AWS
# File: creating-windows-machineset-aws
# - Name: Creating a Windows machine set on Azure
# File: creating-windows-machineset-azure
# - Name: Creating a Windows machine set on GCP
# File: creating-windows-machineset-gcp
# - Name: Creating a Windows machine set on Nutanix
# File: creating-windows-machineset-nutanix
# - Name: Creating a Windows machine set on vSphere
# File: creating-windows-machineset-vsphere
#- Name: Scheduling Windows container workloads
# File: scheduling-windows-workloads
#- Name: Windows node updates
# File: windows-node-upgrades
#- Name: Using Bring-Your-Own-Host Windows instances as nodes
# File: byoh-windows-instance
#- Name: Removing Windows nodes
# File: removing-windows-nodes
#- Name: Disabling Windows container workloads
# File: disabling-windows-container-workloads
- Name: Release notes
Dir: wmco_rn
Topics:
- Name: Red Hat OpenShift support for Windows Containers release notes
File: windows-containers-release-notes
- Name: Past releases
File: windows-containers-release-notes-past
- Name: Windows Machine Config Operator prerequisites
File: windows-containers-release-notes-prereqs
- Name: Windows Machine Config Operator known limitations
File: windows-containers-release-notes-limitations
- Name: Getting support
File: windows-containers-support
Distros: openshift-enterprise
- Name: Understanding Windows container workloads
File: understanding-windows-container-workloads
- Name: Enabling Windows container workloads
File: enabling-windows-container-workloads
- Name: Creating Windows machine sets
Dir: creating_windows_machinesets
Topics:
- Name: Creating a Windows machine set on AWS
File: creating-windows-machineset-aws
- Name: Creating a Windows machine set on Azure
File: creating-windows-machineset-azure
- Name: Creating a Windows machine set on GCP
File: creating-windows-machineset-gcp
- Name: Creating a Windows machine set on Nutanix
File: creating-windows-machineset-nutanix
- Name: Creating a Windows machine set on vSphere
File: creating-windows-machineset-vsphere
- Name: Scheduling Windows container workloads
File: scheduling-windows-workloads
- Name: Windows node updates
File: windows-node-upgrades
- Name: Using Bring-Your-Own-Host Windows instances as nodes
File: byoh-windows-instance
- Name: Removing Windows nodes
File: removing-windows-nodes
- Name: Disabling Windows container workloads
File: disabling-windows-container-workloads
---
Name: OpenShift sandboxed containers
Dir: sandboxed_containers

View File

@@ -0,0 +1,22 @@
// Module included in the following assemblies:
//
// * windows_containers/wmco_rn/windows-containers-release-notes.adoc
:_mod-docs-content-type: CONCEPT
[id="windows-containers-release-notes-10-20-0_{context}"]
= Release notes for Red Hat Windows Machine Config Operator 10.20.0
Issued:
The components of the WMCO 10.20.0 were released in .
[id="wmco-10-20-0-new-features"]
== New features and improvements
[id="wmco-10-20-0-new-features-kubernetes"]
=== Kubernetes upgrade
The WMCO now uses Kubernetes .
[id="wmco-10-20-0-bug-fixes"]
== Bug fixes
* Previously, (link:https://issues.redhat.com/browse/OCPBUGS-46473[*OCPBUGS-46473*])

View File

@@ -31,9 +31,11 @@ Dual NIC is not supported on WMCO-managed Windows instances.
Windows instances deployed by the WMCO are configured with the containerd container runtime. Because WMCO installs and manages the runtime, it is recommended that you do not manually install containerd on nodes.
====
For the comprehensive prerequisites for the Windows Machine Config Operator, see "Windows Machine Config Operator prerequisites".
[role="_additional-resources"]
.Additional resources
* For the comprehensive prerequisites for the Windows Machine Config Operator, see xref:../windows_containers/wmco_rn/windows-containers-release-notes-10-17-x-prereqs.adoc#windows-containers-release-notes-10-17-x-prereqs[Windows Machine Config Operator prerequisites].
* xref:../windows_containers/wmco_rn/windows-containers-release-notes-prereqs.adoc#windows-containers-release-notes-prereqs[Windows Machine Config Operator prerequisites]
[id="installing-the-wmco"]
== Installing the Windows Machine Config Operator

View File

@@ -7,11 +7,11 @@ include::_attributes/common-attributes.adoc[]
toc::[]
Documentation for {productwinc} is planned to be available for {product-title} {product-version} in the near future.
////
Hiding until WMCO 10.19.0 GAs
{productwinc} 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}. Windows instances deployed by the WMCO are configured with the containerd container runtime. For more information, see the xref:../windows_containers/wmco_rn/windows-containers-release-notes-10-19-x.adoc#windows-containers-release-notes-10-19-x[release notes].
Documentation for {productwinc} is planned to be available for {product-title} {product-version} in the near future.
////
{productwinc} 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}. Windows instances deployed by the WMCO are configured with the containerd container runtime. For more information, see the xref:../windows_containers/wmco_rn/windows-containers-release-notes.adoc#windows-containers-release-notes[release notes].
You can add Windows nodes either by creating a xref:../windows_containers/creating_windows_machinesets/creating-windows-machineset-aws.adoc#creating-windows-machineset-aws[compute machine set] or by specifying existing Bring-Your-Own-Host (BYOH) Window instances through a xref:../windows_containers/byoh-windows-instance.adoc#byoh-windows-instance[configuration map].
@@ -38,4 +38,3 @@ You can xref:../windows_containers/disabling-windows-container-workloads.adoc#di
* Uninstalling the Windows Machine Config Operator
* Deleting the Windows Machine Config Operator namespace
////

View File

@@ -1,21 +0,0 @@
:_mod-docs-content-type: ASSEMBLY
[id="windows-containers-release-notes-10-17-x"]
= {productwinc} release notes
include::_attributes/common-attributes.adoc[]
:context: windows-containers-release-notes
toc::[]
[id="wmco-10-17-0"]
== Release notes for Red Hat Windows Machine Config Operator 10.17.0
This release of the WMCO provides bug fixes for running Windows compute nodes in an {product-title} cluster. The components of the WMCO 10.17.0 were released in
[id="wmco-10-17-0-new-features"]
=== New features and improvements
[id="wmco-10-17-0-bug-fixes"]
=== Bug fixes

View File

@@ -1,6 +1,6 @@
:_mod-docs-content-type: ASSEMBLY
:context: windows-containers-release-notes-10-17-x-limitations
[id="windows-containers-release-notes-10-17-x-limitations"]
:context: windows-containers-release-notes-limitations
[id="windows-containers-release-notes-limitations"]
= Windows Machine Config Operator known limitations
include::_attributes/common-attributes.adoc[]

View File

@@ -1,25 +1,25 @@
:_mod-docs-content-type: ASSEMBLY
:context: windows-containers-release-notes-10-17-x-past
[id="windows-containers-release-notes-10-17-x-past"]
:context: windows-containers-release-notes-past
[id="windows-containers-release-notes-past"]
= Release notes for past releases of the Windows Machine Config Operator
include::_attributes/common-attributes.adoc[]
toc::[]
// Release notes for past versions; cut and paste current version to top of this file for next release
The following release notes are for previous versions of the Windows Machine Config Operator (WMCO).
For the current version, see xref:../../windows_containers/wmco_rn/windows-containers-release-notes-10-17-x.adoc#windows-containers-release-notes-10-17-x[{productwinc} release notes].
For the current version, see xref:../../windows_containers/wmco_rn/windows-containers-release-notes.adoc#windows-containers-release-notes[{productwinc} release notes].
[id="wmco-10-17-"]
== Release notes for Red Hat Windows Machine Config Operator 10.17.0
[id="wmco-10-x-x-past-release-notes"]
== Release notes for Red Hat Windows Machine Config Operator 10.x.0
This release of the WMCO provides bug fixes for running Windows compute nodes in an {product-title} cluster. The components of the WMCO 10.17.0 were released in
This release of the WMCO provides bug fixes for running Windows compute nodes in an {product-title} cluster. The components of the WMCO 10.x.0 were released in
[id="wmco-10-17-past-new-features"]
[id="wmco-10-x-x-past-new-features"]
=== New features and improvements
[id="wmco-10-17-bug-fixes"]
[id="wmco-10-x-x-past-bug-fixes"]
=== Bug fixes

View File

@@ -1,6 +1,6 @@
:_mod-docs-content-type: ASSEMBLY
:context: windows-containers-release-notes-10-17-x-prereqs
[id="windows-containers-release-notes-10-17-x-prereqs"]
:context: windows-containers-release-notes-prereqs
[id="windows-containers-release-notes-prereqs"]
= Windows Machine Config Operator prerequisites
include::_attributes/common-attributes.adoc[]
@@ -13,10 +13,10 @@ The WMCO fully supports installing Windows nodes into installer-provisioned infr
For user-provisioned infrastructure (UPI) clusters, the WMCO supports installing Windows nodes only into a UPI cluster installed with the `platform: none` field set in the `install-config.yaml` file (bare-metal or provider-agnostic) and only for the xref:../../windows_containers/byoh-windows-instance.adoc#byoh-windows-instance[BYOH (Bring Your Own Host)] use case. UPI is not supported for any other platform.
[id="wmco-prerequisites-supported-10.17.0_{context}"]
== WMCO 10.17.0 supported platforms and Windows Server versions
[id="wmco-prerequisites-supported_{context}"]
== WMCO supported platforms and Windows Server versions
The following table lists the link:https://docs.microsoft.com/en-us/windows/release-health/windows-server-release-info[Windows Server versions] that are supported by WMCO 10.17.0, based on the applicable platform. Windows Server versions not listed are not supported and attempting to use them will cause errors. To prevent these errors, use only an appropriate version for your platform.
The following table lists the link:https://docs.microsoft.com/en-us/windows/release-health/windows-server-release-info[Windows Server versions] that are supported by WMCO 10.20.0, based on the applicable platform. Windows Server versions not listed are not supported and attempting to use them will cause errors. To prevent these errors, use only an appropriate version for your platform.
[cols="3,7",options="header"]
|===

View File

@@ -0,0 +1,11 @@
:_mod-docs-content-type: ASSEMBLY
[id="windows-containers-release-notes"]
= {productwinc} release notes
include::_attributes/common-attributes.adoc[]
:context: windows-containers-release-notes
toc::[]
This release of the Windows Machine Config Operator (WMCO) provides bug fixes for running Windows compute nodes in an {product-title} cluster.
include::modules/windows-containers-release-notes-10-20-0.adoc[leveloffset=+1]