Skip to content

Commit 82573b5

Browse files
authored
Merge pull request #50129 from mburke5678/winc-add-byoh-aws-note
BZ#2078913:[WMCO] Adding BYOH instance in AWS IPI fails with: Tag KubernetesCluster nor kubernetes.io/cluster/
2 parents c85e9f7 + 5b58674 commit 82573b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/byoh-configuring.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: PROCEDURE
66
[id="configuring-byoh-windows-instance"]
7-
= Configuring BYOH Windows instance
7+
= Configuring a BYOH Windows instance
88

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

@@ -16,6 +16,7 @@ Any Windows instances that are to be attached to the cluster as a node must fulf
1616
* The default shell for the SSH server must be the link:https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_server_configuration#configuring-the-default-shell-for-openssh-in-windows[Windows Command shell], or `cmd.exe`.
1717
* Port 10250 must be open for log collection.
1818
* An administrator user is present with the private key used in the secret set as an authorized SSH key.
19+
* If you are creating a BYOH Windows instance for an installer-provisioned infrastructure (IPI) AWS cluster, you must add a tag to the AWS instance that matches the `spec.template.spec.value.tag` value in the machine set for your worker nodes. For example, `kubernetes.io/cluster/<cluster_id>: owned` or `kubernetes.io/cluster/<cluster_id>: shared`.
1920
* If you are creating a BYOH Windows instance on vSphere, communication with the internal API server must be enabled.
2021
* The hostname of the instance must follow the link:https://datatracker.ietf.org/doc/html/rfc1123[RFC 1123] DNS label requirements, which include the following standards:
2122
** Contains only lowercase alphanumeric characters or '-'.

0 commit comments

Comments
 (0)