Replies: 5 comments 1 reply
-
@M4t7e @ifeulner @aleksasiriski Please, I would like your input on that people 🙏 |
Beta Was this translation helpful? Give feedback.
-
@rombert Is your current implementation open-source? If so, please do share your modified cloud-init.yaml.tpl, if not, no worries. |
Beta Was this translation helpful? Give feedback.
-
@mysticaltech - I don't have a modification yet, I just tested this out my manually speciying cloud-init data for one VM. Nothing done in terraform yet. |
Beta Was this translation helpful? Give feedback.
-
(Quick tip, I do not know how familiar you are with terraform, but GPT-4 sure is a decent expert, I personally use it all the time now 😄) |
Beta Was this translation helpful? Give feedback.
-
@mysticaltech It should be configurable per node and not nodepool? This is fairly easy to implement though |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
This was discussed at #948 . Briefly, my goal is to be able to configure and start a custom Wireguard service on all provisioned nodes. To do that, I think we should expose two additional variables and end up in
terraform-hcloud-kube-hetzner/modules/host/templates/cloudinit.yaml.tpl
Line 5 in e79cfc7
terraform-hcloud-kube-hetzner/modules/host/templates/cloudinit.yaml.tpl
Line 25 in e79cfc7
The variables should initially be empty and have per-host values, since Wireguard keys cannot be shared.
I plan to work on a pull request sometime in October, but I won't mind if someone else works on it first :-)
Beta Was this translation helpful? Give feedback.
All reactions