Skip to content
Snippets Groups Projects
  1. Sep 12, 2024
  2. Sep 10, 2024
    • Max Gautier's avatar
      kubeadm: allow to provide patch inline in inventories · 8e254ec1
      Max Gautier authored
      Specifying one directory for kubeadm patches is not ideal:
      1. It does not allow working with multiples inventories easily
      2. No ansible templating of the patch
      3. Ansible path searching can sometimes be confusing
      
      Instead, provide the patch directly in a variable, and add some quality
      of life to handle components targeting and patch ordering more
      explicitly (`target` and `type` which are translated to the kubeadm
      scheme which is based on the file name)
      Unverified
      8e254ec1
    • Max Gautier's avatar
      Deduplicate kubeadm_patches tasks · a8b66fd2
      Max Gautier authored
      kubernetes/control-plane and kubernetes/kubeadm roles both push kubeadm
      patches in the same way.
      Extract that code and make it a dependency of both.
      This is safe because it's only configuration for kubeadm, which only
      takes effect when kubeadm is run.
      Unverified
      a8b66fd2
  3. Sep 09, 2024
  4. Sep 06, 2024
  5. Sep 05, 2024
  6. Sep 02, 2024
  7. Sep 01, 2024
  8. Aug 31, 2024
  9. Aug 30, 2024
  10. Aug 29, 2024
  11. Aug 28, 2024
  12. Aug 27, 2024
  13. Aug 26, 2024
  14. Aug 21, 2024
  15. Aug 20, 2024
  16. Aug 19, 2024
  17. Aug 16, 2024
  18. Aug 15, 2024
Loading