Skip to content

Commit a08058a

Browse files
authored
Merge pull request #49297 from mburke5678/WMCO1096-Document-BYOH-DHCP-warning
edits per bscott-rh
2 parents 342e8d3 + ba1de02 commit a08058a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/byoh-configuring.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="configuring-byoh-windows-instance"]
77
= Configuring BYOH Windows instance
88

9-
Creating a BYOH Windows instance requires creating a config map in the WMCO namespace.
9+
Creating a BYOH Windows instance requires creating a config map in the Windows Machine Config Operator (WMCO) namespace.
1010

1111
.Prerequisites
1212
Any Windows instances that are to be attached to the cluster as a node must fulfill the following requirements:
@@ -45,6 +45,6 @@ data:
4545
instance.example.com: |-
4646
username=core
4747
----
48-
<1> The address to SSH in to the instance with, either a DNS name or an IPv4 address. A DNS PTR record must exist for this address. It is recommended that you use a DNS name with your BYOH instance if your organization uses DHCP to assign IP addresses. If not, you need to update the `windows-instances` ConfigMap whenever the instance is assigned a new IP address.
48+
<1> The address that the WMCO uses to reach the instance over SSH, either a DNS name or an IPv4 address. A DNS PTR record must exist for this address. It is recommended that you use a DNS name with your BYOH instance if your organization uses DHCP to assign IP addresses. If not, you need to update the `windows-instances` ConfigMap whenever the instance is assigned a new IP address.
4949
<2> The name of the administrator user created in the prerequisites.
5050

0 commit comments

Comments
 (0)