Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.01 KB

byoh-instance-pre-requisites.md

File metadata and controls

13 lines (12 loc) · 1.01 KB

BYOH Instance Pre-requisites

The following pre-requisites must be fulfilled in order to add a Windows BYOH node.

  • The Docker container runtime must be installed on the instance.
  • The instance must be on the same network as the Linux worker nodes in the cluster.
  • Port 22 must be open and running an SSH server.
  • Port 10250 must be open in order for log collection to function.
  • An administrator user is present with the private key used in the secret set as an authorized SSH key.
  • The hostname of the instance must follow the RFC 1123 DNS label standard:
    • Contain only lowercase alphanumeric characters or '-'.
    • Start with an alphanumeric character.
    • End with an alphanumeric character.
  • A PTR record must exist corresponding to the instance address which resolves to the instance hostname for successful reverse DNS lookups.