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

Regression: Static pods are only deployed to the primary controller #206

Closed onedr0p closed 1 year ago

onedr0p commented 1 year ago

Summary

Static pod manifests should be deployed to all the control nodes but looks like they are only copied to the primary control node

https://github.com/PyratLabs/ansible-role-k3s/blob/44635027ce60c6f4b9efb73a6259543e5f6b69fd/tasks/state_installed.yml#L20C1-L23

Previous discussion:

https://github.com/PyratLabs/ansible-role-k3s/pull/120#pullrequestreview-668860739

Issue Type