Skip to content

Commit a1f548d

Browse files
author
Michael Burke
committed
Use userdata task to persistent instance metadata routes in AWS
1 parent 89e80b0 commit a1f548d

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

modules/windows-machineset-aws.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ $ oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster
8181
<3> Configure the compute machine set as a Windows machine.
8282
<4> Configure the Windows node as a compute machine.
8383
<5> Specify the AMI ID of a supported Windows image with a container runtime installed.
84+
+
85+
[NOTE]
86+
====
87+
For disconnected clusters, the Windows AMI must have the EC2LaunchV2 agent version 2.0.1643 or later installed. For more information, see the link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2launch-v2-install.html[Install the latest version of EC2Launch v2] in the AWS documentation.
88+
====
89+
+
8490
<6> Specify the AWS zone, like `us-east-1a`.
8591
<7> Specify the AWS region, like `us-east-1`.
8692
<8> Created by the WMCO when it is configuring the first Windows machine. After that, the `windows-user-data` is available for all subsequent compute machine sets to consume.

windows_containers/creating_windows_machinesets/creating-windows-machineset-aws.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ where:
3636
<aws_region_name>:: Specifies the name of your AWS region.
3737
--
3838

39+
* For disconnected clusters, the Windows AMI must have the EC2LaunchV2 agent version 2.0.1643 or later installed. For more information, see the link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2launch-v2-install.html[Install the latest version of EC2Launch v2] in the AWS documentation.
40+
3941
include::modules/machine-api-overview.adoc[leveloffset=+1]
4042
include::modules/windows-machineset-aws.adoc[leveloffset=+1]
4143
include::modules/machineset-creating.adoc[leveloffset=+1]

windows_containers/wmco_rn/windows-containers-release-notes-10-17-x-prereqs.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ The following table lists the link:https://docs.microsoft.com/en-us/windows/rele
1717
|Supported Windows Server version
1818

1919
|Amazon Web Services (AWS)
20-
|Windows Server 2019, version 1809
20+
a|* Windows Server 2022, OS Build link:https://support.microsoft.com/en-us/topic/april-25-2022-kb5012637-os-build-20348-681-preview-2233d69c-d4a5-4be9-8c24-04a450861a8d[20348.681] or later ^[1]^
21+
* Windows Server 2019, version 1809
2122

2223
|Microsoft Azure
2324
a|* Windows Server 2022, OS Build link:https://support.microsoft.com/en-us/topic/april-25-2022-kb5012637-os-build-20348-681-preview-2233d69c-d4a5-4be9-8c24-04a450861a8d[20348.681] or later
@@ -36,6 +37,8 @@ a|* Windows Server 2022, OS Build link:https://support.microsoft.com/en-us/topic
3637
a|* Windows Server 2022, OS Build link:https://support.microsoft.com/en-us/topic/april-25-2022-kb5012637-os-build-20348-681-preview-2233d69c-d4a5-4be9-8c24-04a450861a8d[20348.681] or later
3738
* Windows Server 2019, version 1809
3839
|===
40+
[.small]
41+
. For disconnected clusters, the Windows AMI must have the EC2LaunchV2 agent version 2.0.1643 or later installed. For more information, see the link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2launch-v2-install.html[Install the latest version of EC2Launch v2] in the AWS documentation.
3942

4043
== Supported networking
4144

0 commit comments

Comments
 (0)