aenix-io / talm

Manage Talos Linux the GitOps Way!
Mozilla Public License 2.0
117 stars 4 forks source link

Node `worker` template has `floatingIP` `vip` section #7

Closed kingdonb closed 4 months ago

kingdonb commented 4 months ago

https://github.com/aenix-io/talm/blob/71dacecb82be39f98a95fc5a569a47926fc7bf5a/charts/cozystack/templates/_helpers.tpl#L42C7-L45C17

This part of the talos.config template makes the worker config invalid when a VIP is used.

I'm not sure exactly how to fix it in the template itself, but the error I got from talm CLI was suggestive pretty helpfully that removing this section from the worker node definition looked to be indicated, and that worked.

Just starting to use talm after wrapping my head around the talos-bootstrap scripts! Thanks for making this, it's great :) 😊