Bug 1669154 - Cluster name is not proper for aws environment, as it's not accepting "." character in the cluster name
Summary: Cluster name is not proper for aws environment, as it's not accepting "." c...
Keywords:
Status: CLOSED DUPLICATE of bug 1666956
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 4.1.0
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: ---
Assignee: Alex Crawford
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks: 1664187
TreeView+ depends on / blocked
 
Reported: 2019-01-24 13:33 UTC by Abhishek
Modified: 2019-03-12 14:25 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-01-28 21:05:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Abhishek 2019-01-24 13:33:38 UTC
Description of problem:  Error message while installing OCP 4.0 with cluster name vicky4.0
~~~
ERROR Error: module.vpc.aws_lb.api_external: only alphanumeric characters and hyphens allowed in "name": "vicky4.0-ext" 
~~~

if we type any special character to the installer for creating install-config it show's "-" or "." is allowed.

But in aws environment, it's creating  module.vpc.aws_lb.api_external which allows only "-" 

Custer name help:
???? The name of the cluster.  This will be used when generating sub-domains.
X Sorry, your reply was invalid: a DNS-1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
? Cluster Name [? for help]

Comment 1 W. Trevor King 2019-01-28 21:05:00 UTC

*** This bug has been marked as a duplicate of bug 1666956 ***


Note You need to log in before you can comment on or make changes to this bug.