Skip to content

Commit 036350c

Browse files
committed
[docs] Update AWS MachineSet docs
* Removes outdated note on usable Windows server versions. * fixes formatting for variables * renames variable to more fitting name
1 parent b3affab commit 036350c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/machineset-aws.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Creating an AWS Windows MachineSet
22

3-
_\<windows_container_ami\>_ can be used as it is without any modification.
4-
You must use Windows Server 2019 with a version 10.0.17763.1457 or earlier to work
5-
around Windows containers behind a Kubernetes load balancer becoming unreachable
6-
[issue](https://github.com/microsoft/Windows-Containers/issues/78).
7-
3+
_\<windows_server_ami\>_ should be replaced with the AMI ID of a [supported version](wmco-prerequisites.md#supported-windows-server-versions) of Windows Server.
4+
85
_\<infrastructureID\>_ should be replaced with the output of:
96
```shell script
107
oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster
118
```
129
_\<region\>_ should be replaced with a valid AWS region like `us-east-1`.
10+
1311
_\<zone\>_ should be replaced with a valid AWS availability zone like `us-east-1a`.
1412

1513
```
@@ -41,7 +39,7 @@ spec:
4139
providerSpec:
4240
value:
4341
ami:
44-
id: <windows_container_ami>
42+
id: <windows_server_ami>
4543
apiVersion: awsproviderconfig.openshift.io/v1beta1
4644
blockDevices:
4745
- ebs:

0 commit comments

Comments
 (0)