mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Merge pull request #298 from rancher/docs-etc-hosts-hostname
Update README for hostname req
This commit is contained in:
commit
cfe837a57a
@ -79,6 +79,13 @@ flag
|
||||
|
||||
At this point, you can run the agent as a separate process or not run it on this node at all.
|
||||
|
||||
If you encounter an error like `"stream server error: listen tcp: lookup some-host on X.X.X.X:53: no such host"`
|
||||
when starting k3s please ensure `/etc/hosts` contains your current hostname (output of `hostname`),
|
||||
set to a 127.x.x.x address. For example:
|
||||
```
|
||||
127.0.1.1 myhost
|
||||
```
|
||||
|
||||
Joining nodes
|
||||
-------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user