Skip to content
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

Remove hostname requirement in /etc/hosts #299

Closed
deniseschannon opened this issue Apr 3, 2019 · 2 comments · Fixed by #750
Closed

Remove hostname requirement in /etc/hosts #299

deniseschannon opened this issue Apr 3, 2019 · 2 comments · Fixed by #750
Assignees
Labels
kind/enhancement An improvement to existing functionality
Milestone

Comments

@deniseschannon
Copy link

Currently, we need to ensure in the /etc/hosts file, the current hostname (output of hostname) is set to a 127.x.x.x address. For example:

127.0.1.1	myhost
@deniseschannon deniseschannon added the kind/enhancement An improvement to existing functionality label Apr 3, 2019
@uablrek
Copy link

uablrek commented Apr 4, 2019

I guess this is to get the TLS certificates generated right. If so there is already an alternative;

k3s server --tls-san myhost ...

@uablrek
Copy link

uablrek commented Apr 4, 2019

Sorry, I did not see #193 please ignore my remark above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement An improvement to existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants