Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/installation-configuration-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,12 @@ Required installation configuration parameters are described in the following ta

|`metadata.name`
|The name of the cluster. DNS records for the cluster are all subdomains of `{{.metadata.name}}.{{.baseDomain}}`.
ifndef::nutanix[]
ifndef::bare,nutanix,vmc,vsphere[]
|String of lowercase letters, hyphens (`-`), and periods (`.`), such as `dev`.
endif::nutanix[]
ifdef::nutanix[]
endif::bare,nutanix,vmc,vsphere[]
ifdef::bare,nutanix,vmc,vsphere[]
|String of lowercase letters and hyphens (`-`), such as `dev`.
endif::nutanix[]
endif::bare,nutanix,vmc,vsphere[]
ifdef::osp[]
The string must be 14 characters or fewer long.
endif::osp[]
Expand Down