Bug 1652453
Summary: | Master has a duplicate domain name | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Itzik Brown <itbrown> | ||||||
Component: | Installer | Assignee: | Luis Tomas Bolivar <ltomasbo> | ||||||
Installer sub component: | openshift-ansible | QA Contact: | Udi Shkalim <ushkalim> | ||||||
Status: | CLOSED ERRATA | Docs Contact: | |||||||
Severity: | high | ||||||||
Priority: | unspecified | CC: | ltomasbo, ushkalim | ||||||
Version: | 3.11.0 | ||||||||
Target Milestone: | --- | ||||||||
Target Release: | 3.11.z | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2019-01-10 09:04:12 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Itzik Brown
2018-11-22 07:07:41 UTC
Created attachment 1507884 [details]
OSEv3.yml
Can you elaborate on the problem you're facing? What's actually broken or doesn't work as you'd expect? Please provide `oc config view` output Output of 'oc config view' apiVersion: v1 clusters: - cluster: certificate-authority-data: REDACTED server: https://console.openshift.example.com:8443 name: console-openshift-example-com:8443 - cluster: certificate-authority-data: REDACTED server: https://master-0.openshift.example.com.openshift.example.com:8443 name: master-0-openshift-example-com-openshift-example-com:8443 contexts: - context: cluster: console-openshift-example-com:8443 namespace: default user: system:admin/master-0-openshift-example-com-openshift-example-com:8443 name: default/console-openshift-example-com:8443/system:admin - context: cluster: master-0-openshift-example-com-openshift-example-com:8443 namespace: default user: system:admin/master-0-openshift-example-com-openshift-example-com:8443 name: default/master-0-openshift-example-com-openshift-example-com:8443/system:admin current-context: default/master-0-openshift-example-com-openshift-example-com:8443/system:admin kind: Config preferences: {} users: - name: system:admin/master-0-openshift-example-com-openshift-example-com:8443 user: client-certificate-data: REDACTED client-key-data: REDACTED *** Bug 1656061 has been marked as a duplicate of this bug. *** Verified fix on 3.11 [root@master-0 ~]# hostname -A master-0.openshift.example.com master-0.openshift.example.com [root@master-0 ~]# hostname -f master-0.openshift.example.com [root@master-0 ~]# grep console .kube/config server: https://console.openshift.example.com:8443 name: console-openshift-example-com:8443 cluster: console-openshift-example-com:8443 user: system:admin/console-openshift-example-com:8443 name: default/console-openshift-example-com:8443/system:admin current-context: default/console-openshift-example-com:8443/system:admin - name: system:admin/console-openshift-example-com:8443 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0024 |