1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00
Files
installer/docs/user/vsphere/vips-dns.md
Vladimir Belousov 51a40345a7 docs: correct spelling in docs
Correct spelling to improve the readability of the documentation
2021-11-01 09:54:42 +03:00

908 B

IP Addresses

An installer-provisioned vSphere installation requires two static IP addresses:

  • API - used to access the cluster API.
  • Ingress - used for cluster ingress traffic.

A virtual IP address for each of these should be specified in the install configuration.

DNS Records

DNS records must be created for the two IP addresses in whichever DNS server is appropriate for the environment. The records should have the following values:

Name Value
api.<cluster-name>.<base-domain> API VIP
*.apps.<cluster-name>.<base-domain> Ingress VIP

Note that cluster-name and base-domain are variables custom to an installation and must correspond to the values specified in the install configuration.