Skip to content

Commit f282d42

Browse files
committed
edits
1 parent 31faa78 commit f282d42

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

modules/creating-the-vsphere-windows-vm-golden-image.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ You must use link:https://docs.microsoft.com/en-us/powershell/scripting/install/
1919

2020
.Procedure
2121

22-
. Create a new VM in the vSphere client using the Windows Server Semi-Annual Channel (SAC): Windows Server 20H2 ISO image that includes the link:https://support.microsoft.com/en-us/help/4565351/windows-10-update-kb4565351[Microsoft patch KB4565351]. This patch is required to set the VXLAN UDP port, which is required for clusters installed on vSphere. See the link:https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.hostclient.doc/GUID-77AB6625-F968-4983-A230-A020C0A70326.html[VMware documentation] for more information.
22+
. Select a compatible Windows Server version. Currently, the Windows Machine Config Operator (WMCO) stable version supports Windows Server 2022 Long-Term Servicing Channel with the OS-level container networking patch link:https://support.microsoft.com/en-us/topic/april-25-2022-kb5012637-os-build-20348-681-preview-2233d69c-d4a5-4be9-8c24-04a450861a8d[KB5012637].
23+
24+
. Create a new VM in the vSphere client using the VM golden image with a compatible Windows Server version. For more information about compatible versions, see the "Windows Machine Config Operator prerequisites" section of the "Red Hat OpenShift support for Windows Containers release notes."
2325
+
2426
[IMPORTANT]
2527
====

modules/windows-machineset-aws.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $ oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster
8080
<2> Specify the infrastructure ID, worker label, and zone.
8181
<3> Configure the machine set as a Windows machine.
8282
<4> Configure the Windows node as a compute machine.
83-
<5> Specify the AMI ID of a Windows image with a container runtime installed. You must use Windows Server 2019.
83+
<5> Specify the AMI ID of a supported Windows image with a container runtime installed.
8484
<6> Specify the AWS zone, like `us-east-1a`.
8585
<7> Specify the AWS region, like `us-east-1`.
8686
<8> Created by the WMCO when it is configuring the first Windows machine. After that, the `windows-user-data` is available for all subsequent machine sets to consume.

modules/wmco-prerequisites.adoc

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,25 @@ The following table lists the link:https://docs.microsoft.com/en-us/windows/rele
1818
|Supported Windows Server version
1919

2020
|Amazon Web Services (AWS)
21-
|Windows Server 2019
21+
|Windows Server 2019, version 1809 Long-Term Servicing Channel (LTSC)
2222

2323
|Microsoft Azure
24-
|Windows Server 2019
24+
a|* Windows Server 2022 Long-Term Servicing Channel (LTSC)
25+
* Windows Server 2019, version 1809 Long-Term Servicing Channel (LTSC)
2526

2627
|VMware vSphere
27-
|Windows Server 20H2
28+
|Windows Server 2022 Long-Term Servicing Channel (LTSC)
2829

2930
|Bare metal or provider agnostic
30-
|Windows Server 2019
31+
|Windows Server 2022 Long-Term Servicing Channel (LTSC)
32+
3133
|===
3234

3335
== Supported networking
3436

3537
Hybrid networking with OVN-Kubernetes is the only supported networking configuration. See the additional resources below for more information on this functionality. The following tables outline the type of networking configuration and Windows Server versions to use based on your platform. You must specify the network configuration when you install the cluster. Be aware that OpenShift SDN networking is the default network for {product-title} clusters. However, OpenShift SDN is not supported by WMCO.
3638

39+
3740
.Platform networking support
3841
[cols="2",options="header"]
3942
|===
@@ -60,8 +63,9 @@ Hybrid networking with OVN-Kubernetes is the only supported networking configura
6063
|Supported Windows Server version
6164

6265
|Default VXLAN port
63-
|Windows Server Long-Term Servicing Channel (LTSC): Windows Server 2019
66+
|Windows Server 2019, version 1809 Long-Term Servicing Channel (LTSC)
6467

6568
|Custom VXLAN port
66-
|Windows Server Semi-Annual Channel (SAC): Windows Server 20H2
69+
|Windows Server 2022 Long-Term Servicing Channel (LTSC)
70+
6771
|===

0 commit comments

Comments
 (0)