-
Hi, I'd like to execute some per-instance provisioning to enroll nodes in a Wireguard network. I know that:
However, it seems cloud-init it not exposed for extensions in this module - https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner/blob/e79cfc775fc1fb6752b31c299487aa568f48390a/modules/host/templates/cloudinit.yaml.tpl . Is this something that you would be willing to take as a feature request? I am also open to other solutions but all I could find was #483 and that did not seem to reach a conclusion. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
@M4t7e Maybe you could answer that one better! 🙏 @rombert Basically, anything that do not add too much complexity on top of the current code, and that is reasonably backward compatible, we are willing to consider. PRs always welcome. |
Beta Was this translation helpful? Give feedback.
I manually created a new node from the same snapshot used for the MicroOS k3s nodes. I added the wireguard cloud-init definition to the respective text box. I don't see it being acted on in the instance though. Looking in the debug log I see
but when I try and in…