-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check early if nodes have a hostname of localhost
and error
#3751
Comments
I don't see this as install-specific, and would rather address it with rhbz#1817774 or similar. We'd still want to follow that up with installer-side code to gather alerts and log them from the log bundle (#2569). |
This might be addressed with openshift/machine-config-operator#1813 |
I guess what I'm looking for is somehow getting a message back up the user that says: "hey, this system isn't going to work, or probably isn't going to work because your hostnames are set to Anything that makes that happen would be a win! |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Version
Platform:
baremetal
What happened?
Basically a lot of chasing random error messages on the internet to find out later my nodes didn't have hostnames set. They were all set to
localhost
because of this bug.I'd like to know if we can somehow add a rudimentary error check somewhere early on in the bootstrap/install process and bubble up a nice error message to the user that says "your hostnames are set to localhost, which is probably the root of your issues". It's been a while since I installed openshift and it took me a while to dig in and find the root of my problems. This could definitely bite a new user hard. Can we improve?
The text was updated successfully, but these errors were encountered: