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 :) 😊
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 :) 😊