PyratLabs / ansible-role-k3s

Ansible role for installing k3s as either a standalone server or HA cluster.
BSD 3-Clause "New" or "Revised" License
627 stars 135 forks source link

Add --prefer-bundled-bin to systemd service #213

Closed matteyeux closed 10 months ago

matteyeux commented 11 months ago

Summary

Hello,

What is the best way to add --prefer-bundled-bin to the flags of execstart systemd service ? Does it even support extra args ?

If not I can add support for this in k3s.service.j2, but I'd like to get some advises for a better solution if there is one.

Thanks.