Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-45889

Due to trailing dot(.) in domain name openshift installation getting failed.

XMLWordPrintable

    • Critical
    • No
    • False
    • Hide

      None

      Show
      None
    • Hide
      Cause: Users may desire to configure their AWS DHCP Option Set with a custom domain name, that contains a trailing period.
      Consequence: The current logic for extracting the hostname of EC2 instances and turning that into Kubelet node names does not trim the hostnames for trailing periods. A trailing period is not permitted in a Kubernetes object name per the DNS 1123 subdomain name standard.
      Fix: The logic has been updated to trim trailing periods should they exist.
      Result: Trailing periods are now permitted within the domain name in the DHCP Option Set.
      Show
      Cause: Users may desire to configure their AWS DHCP Option Set with a custom domain name, that contains a trailing period. Consequence: The current logic for extracting the hostname of EC2 instances and turning that into Kubelet node names does not trim the hostnames for trailing periods. A trailing period is not permitted in a Kubernetes object name per the DNS 1123 subdomain name standard. Fix: The logic has been updated to trim trailing periods should they exist. Result: Trailing periods are now permitted within the domain name in the DHCP Option Set.
    • Bug Fix
    • In Progress

      This is a clone of issue OCPBUGS-45306. The following is the description of the original issue:

      Description of problem:

      Customer is trying to install Self managed OCP cluster in aws. This customer use AWS VPC DHCPOptionSet. where it has a trailing dot (.) at the end of domain name in dhcpoptionset. due to this setting Master nodes hostname also has trailing dot & this cause failure in OpenShift installation.  

      Version-Release number of selected component (if applicable):

          

      How reproducible:

          always

      Steps to Reproduce:

      1.Please create a aws vpc with DHCPOptionSet, where DHCPoptionSet has trailing dot at the domain name.
      2.Try installation of cluster with IPI. 

      Actual results:

          Openshift Installer should allowed to create AWS Master nodes, where domain has trailing dot(.).

      Expected results:

          

      Additional info:

          

              joelspeed Joel Speed
              openshift-crt-jira-prow OpenShift Prow Bot
              Huali Liu Huali Liu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: