-
Notifications
You must be signed in to change notification settings - Fork 248
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
🇩🇪 Add support for Hetzner cloud #1262
Conversation
CoreOS works well on Hetzner's cloud instances with embedded ignition configurations in `/boot/ignition/config.ign`. Add support for ignition to pull userdata configurations from Hetzner's metadata service. Signed-off-by: Major Hayden <[email protected]>
I swear there was some sort of previous PR/discussion with a team from Hetzner about this but I can't find it right now. It may be that previously they had a custom metadata system, but this looks very "AWS/OpenStack/etc." esque? |
I think this has evolved a bit over time, but it now looks a lot more standardized. |
Thanks for working on that. As Ignition is only one of the pieces required for platform support, could you file a new platform request with as much info as possible so that we can track that properly? Thanks! |
@travier Can do! |
Previous discussion in #667 and coreos/afterburn#125. |
Any updates? This would be great to have. |
I've gotten sidetracked onto a bunch of other projects and haven't had time to come back to this. 😢 |
New here but looking forward to this! Thanks in advance :-) |
I'm also looking forward to this |
Thanks for opening this PR. This should be fixed with #1707. Feel free to re-open if something is missing. Thanks! |
CoreOS works well on Hetzner's cloud instances with embedded ignition
configurations in
/boot/ignition/config.ign
. Add support for ignitionto pull userdata configurations from Hetzner's metadata service.
Signed-off-by: Major Hayden [email protected]