Skip to content

Commit dadaff2

Browse files
authored
Merge pull request #28230 from codyhoag/windows-server-version-update
Version recommendation update for WINC
2 parents 28f0f58 + feba5cc commit dadaff2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 with a version 10.0.17763.1457 or later.
83+
<5> Specify the AMI ID of a Windows image with a container runtime installed. You must use Windows Server 2019 with a version 10.0.17763.1457 or earlier.
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/windows-machineset-azure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $ oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster
7474
<2> Specify the infrastructure ID, worker label, and region.
7575
<3> Configure the machine set as a Windows machine.
7676
<4> Configure the Windows node as a compute machine.
77-
<5> Specify a `WindowsServer` image offering that defines the `2019-Datacenter-with-Containers` SKU with version `17763.1457.2009030514` or later.
77+
<5> Specify a `WindowsServer` image offering that defines the `2019-Datacenter-with-Containers` SKU with version `17763.1457.2009030514` or earlier.
7878
<6> Specify the Azure region, like `centralus`.
7979
<7> 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.
8080
<8> Specify the zone within your region to place machines on. Be sure that your region supports the zone that you specify.

windows_containers/windows-containers-release-notes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following Windows Server operating systems are supported in the initial rele
3434
[id="wmco-1-0-1-known-issues"]
3535
=== Known issues
3636

37-
* If you have a cluster with two Windows nodes, and you create a web server deployment with two replicas, the pods each land on a Windows compute node. In this scenario, if you create a `Service` object with type `LoadBalancer`, communication with the load balancer endpoint is flaky. To mitigate this issue, you must use Windows Server 2019 with a version 10.0.17763.1457 or later. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1905950[*BZ#1905950*])
37+
* If you have a cluster with two Windows nodes, and you create a web server deployment with two replicas, the pods each land on a Windows compute node. In this scenario, if you create a `Service` object with type `LoadBalancer`, communication with the load balancer endpoint is flaky. To mitigate this issue, you must use Windows Server 2019 with a version 10.0.17763.1457 or earlier. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1905950[*BZ#1905950*])
3838
+
3939
To pick the correct image for the `MachineSet` object, follow the instructions based on your cloud provider:
4040
+
@@ -72,7 +72,7 @@ $ az vm image list --all --location <location> \// <1>
7272
----
7373
<1> Specify the location your cluster is using.
7474

75-
. Find a `WindowsServer` image offering that defines the `2019-Datacenter-with-Containers` SKU with version `17763.1457.2009030514` or later.
75+
. Find a `WindowsServer` image offering that defines the `2019-Datacenter-with-Containers` SKU with version `17763.1457.2009030514` or earlier.
7676
+
7777
.Example output
7878
----

0 commit comments

Comments
 (0)