Replies: 6 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.
-
|
Implemented in PR: #2070 Closing this discussion as addressed for the v3 workstream. |
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
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