-
Notifications
You must be signed in to change notification settings - Fork 32
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
[RFE] Hetzner support #1412
Comments
Just for reference, there's also https://github.com/Thor77/hetzner-flatcar |
These PRs add basic support for Hetzner (3rd checkbox in the list above):
(Disclaimer: This was done because of personal interest, not in my capacity as a Hetzner employee) |
With the above PRs merged, to quote @tormath1 in chat:
What WorksThese change already support:
Whats still missingAs far as I can tell we are still missing the following functionality for feature parity with the official images. All of these feature are very much oriented at the beginner users, who are probably not running Flatcar. I do not think we require them, and adding a note about this in the docs should be fine. hc-utilsunits for configuring networksThis seems to work out-of-the-box on flatcar Units for volume automountsThis is just a udev rules file, should be easy to get in the oem sysext. One issue I encountered was, that the hc-utils file modified /etc/fstab which is not an option on Flatcar. Not sure how to dynamically generate and persist systemd .mount files here Root PasswordsInitial Root PasswordOn Hetzner Cloud its possible to start a server without SSH Key. We generate a root password and show it to the user once. This is then configured on the server through cloud-init Root Password ResetIts possible to reset the root password through the API. This is being handled by qemu-guest-agent on the official images. I found that qemu-guest-agent on Flatcar was only installed on the amd64 board, not on arm64. Another issue is, that the message received is for the |
Hetzner are images are now available on Alpha and Beta 🥳
|
Current situation
There is no Flatcar images for Hetzner.
Impact
Folks can't simply use Flatcar on Hetzner.
Ideal future situation
Folks can deploy Flatcar on Hetzner without additional steps.
Implementation options
Additional information
The text was updated successfully, but these errors were encountered: