This message was deleted.
# random
a
This message was deleted.
w
-> #harvester
b
@busy-photographer-15014 we’re installing Harvester using IPMI that pulls the configuration from Cloudflare Workers, if you’re interested I can share the code
*we’ve deployed the latest stable release without any problems on an Hetzner dedicated server
n
Hi @blue-kitchen-51801, can you share me too for the configuration harvester install iso on an Hetzner dedicated server
b
@narrow-winter-1634 sure, if you’re interested I can open-source how we’re doing it, in summary we’re doing these steps: • order a USB stick, flash ipxe OS pre-configured to get Harvester ISO and configs from Cloudflare Workers • upload configs and ISO images to Cloudflare Workers • on boot, Harvester will be installed and the configs from Cloudflare Workers will be deleted (to not re-install the OS again automatically)
n
cool @blue-kitchen-51801 we'll wait your share configuration, and how you deal with network configuration do you use 1 iNIC or order another network or your using vswitch (VLAN) to communication each node on hetzner dedicated server and given mode DHCP to harvester hci?
b
yes, I can include information about this too, but it might be a bit more complicated, usually it’s better to have the mgmt network using static IPs and jus the internet interface to be DHCP (there are a lot of challenges here but I can share what we have if you need this)
@narrow-winter-1634 I’ve created this repo with how we did it: https://github.com/iosifnicolae2/harvester-installed-on-hetzner • it might be pretty complex, maybe it would be easier to have a KVM console and then upload the harvester configuration manually via ssh and trigger the installation (but I don’t know how to trigger an installation using our own Harvester configuration..)
n
Many thanks! @blue-kitchen-51801
b
you’re welcome. if you had any questions please let me know
n
Hi @blue-kitchen-51801 is any new way to setup harvester on hetzner?
b
hi @narrow-winter-1634, yes we’ve deployed Harvester on Hetzner dedicated servers
it’s a bit more complicated but it works
also, you can order a USB stick to flash Harvester ISO there..
n
I see thabks