Closed norhther closed 2 months ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
/lifecycle frozen
@norhther did you ever find a solution to this?
Excuse the deadposting but I came across similar recently. The keyword here is "lookup" - a DNS issue. I'm using dnsmasq so I put the appropriate entries in /etc/hosts
, and referenced it in /etc/dnsmasq.conf
. Restart the daemon and bingo!
Just for completeness, and as it was already hinted in this thread, you need to setup DNS records for the api and ingress, as documented here.
These need to be in the form of:
api.<cluster name>.<base domain>. IN A <apiFloatingIP>
*.apps.<cluster name>.<base domain>. IN A <ingressFloatingIP>
I'm closing this issue as the DNS requirement is already properly documented. /close
@mandre: Closing this issue.
Version
Platform:
openstack
What happened?
I'm trying to install openshift in a custom environment, with only one floating ip address. What I did was to create a machine in openstack and launch the installer from there. However, I get the debug message repeatedly:
DEBUG Still waiting for the Kubernetes API: Get "https://xxx:6443/version": dial tcp: lookup api.okd-cluster.okd.xxx on xxx: no such host
What you expected to happen?
Properly completion of the installer
How to reproduce it (as minimally and precisely as possible)?