Is it possible to use a already installed bare-metal machine in a cluster? #702
Unanswered
silenium-dev
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can specify any custom image in installimage, you just need to create a tarball of it and save it to an FTP server, for example. See more about how to create an image and what types of storage are supported: https://docs.hetzner.com/robot/dedicated-server/operating-systems/installing-custom-images/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use CoreOS for my nodes, which isn't supported to be installed with
installimage
.So I went ahead and wrote an ansible playbook to deploy and set up my bare-metal machine with CoreOS and all required settings/tools.
I didn't find any documentation on using these set up machines in a cluster whatsoever, and the HetznerBareMetalMachine requires a config for
installimage
.Is there any way to use CoreOS (either already set up or via
installimage
) with the CAPH?Beta Was this translation helpful? Give feedback.
All reactions