Skip to content

Commit 3ab39e2

Browse files
authored
Merge pull request #49100 from mjpytlak/bz2104374
BZ2104374: Removed period (.) as supported character from metadata.name
2 parents 7bbae5b + ba76a40 commit 3ab39e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,12 @@ Required installation configuration parameters are described in the following ta
245245

246246
|`metadata.name`
247247
|The name of the cluster. DNS records for the cluster are all subdomains of `{{.metadata.name}}.{{.baseDomain}}`.
248-
ifndef::nutanix[]
248+
ifndef::bare,nutanix,vmc,vsphere[]
249249
|String of lowercase letters, hyphens (`-`), and periods (`.`), such as `dev`.
250-
endif::nutanix[]
251-
ifdef::nutanix[]
250+
endif::bare,nutanix,vmc,vsphere[]
251+
ifdef::bare,nutanix,vmc,vsphere[]
252252
|String of lowercase letters and hyphens (`-`), such as `dev`.
253-
endif::nutanix[]
253+
endif::bare,nutanix,vmc,vsphere[]
254254
ifdef::osp[]
255255
The string must be 14 characters or fewer long.
256256
endif::osp[]

0 commit comments

Comments
 (0)