From 266a0b24343039e08cec3a2ec073292784ee933d Mon Sep 17 00:00:00 2001 From: Mike Pytlak Date: Mon, 15 Aug 2022 11:40:03 -0400 Subject: [PATCH] BZ2104374: Removed period (.) as supported character from metadata.name --- modules/installation-configuration-parameters.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/installation-configuration-parameters.adoc b/modules/installation-configuration-parameters.adoc index c6241edbb3a5..5a3c41f40e49 100644 --- a/modules/installation-configuration-parameters.adoc +++ b/modules/installation-configuration-parameters.adoc @@ -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[]