Issues with hostname config #884
Unanswered
massimogallina
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Hey @massimogallina 👋 Can you try setting just: #cloud-config
hostname: "your_hostname_here"If the problem persist please file a bug, this is known to work in other flavors just fine. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am having issues using the
hostnameconfiguration option as per documentation.If I use this option the file
/etc/hostsis not created.I am testing with image kairos-debian-v1.5.1-k3sv1.26.1+k3s1.
Is this a known issue? A workaround can be the manually generation of
/etc/hostsusing thefileconfiguration option. Are there other ways to solve the issue?All reactions