Skip to content
  1. Apr 11, 2024
  2. Mar 25, 2024
  3. Mar 22, 2024
  4. Jan 31, 2024
  5. Jan 25, 2024
  6. Jan 23, 2024
  7. Jan 22, 2024
  8. Jan 09, 2024
  9. Dec 21, 2023
  10. Dec 18, 2023
  11. Nov 28, 2023
    • Max Gautier's avatar
      Check conntrack module presence instead of kernel version (#10662) · 612cfdce
      Max Gautier authored
      * Try both conntrack modules instead of checking kernel version
      
      Depending on kernel distributor, the kernel version might not be a
      correct indicator of the conntrack module use.
      Instead, we check both (and use the first found).
      
      * Use modproble.persistent rather than manual persistence
      612cfdce
  12. Nov 20, 2023
  13. Nov 17, 2023
    • Max Gautier's avatar
      Validate systemd unit files (#10597) · 0d4f57aa
      Max Gautier authored
      * Validate systemd unit files
      
      This ensure that we fail early if we have a bad systemd unit file
      (syntax error, using a version not available in the local version, etc)
      
      * Hack to check systemd version for service files validation
      
      factory-reset.target was introduced in system 250, same version as the
      aliasing feature we need for verifying systemd services with ansible.
      So we only actually executes the validation if that target is present.
      
      This is an horrible hack which should be reverted as soon as we drop
      support for distributions with systemd<250.
      0d4f57aa
  14. Nov 08, 2023
    • borgiacis's avatar
      Create variables for ipvs kernel modules (#10580) · 802da0bc
      borgiacis authored
      * Create variables for ipvs kernel modules
      
      * Corrected kubernetes role node task missing name
      
      * Added changes as suggested during review by VannTen
      802da0bc
    • Max Gautier's avatar
      Refactor "multi" handlers to use listen (#10542) · 8ebeb88e
      Max Gautier authored
      * containerd: refactor handlers to use 'listen'
      
      * cri-dockerd: refactor handlers to use 'listen'
      
      * cri-o: refactor handlers to use 'listen'
      
      * docker: refactor handlers to use 'listen'
      
      * etcd: refactor handlers to use 'listen'
      
      * control-plane: refactor handlers to use 'listen'
      
      * kubeadm: refactor handlers to use 'listen'
      
      * node: refactor handlers to use 'listen'
      
      * preinstall: refactor handlers to use 'listen'
      
      * calico: refactor handlers to use 'listen'
      
      * kube-router: refactor handlers to use 'listen'
      
      * macvlan: refactor handlers to use 'listen'
      8ebeb88e
  15. Sep 14, 2023
  16. Sep 11, 2023
  17. Sep 04, 2023
  18. Aug 18, 2023
  19. Aug 10, 2023
  20. Jul 26, 2023
  21. Jul 25, 2023
  22. Jul 24, 2023
  23. Jul 05, 2023
  24. Jun 26, 2023
  25. Jun 12, 2023
  26. Jun 08, 2023
  27. Jun 02, 2023
  28. May 29, 2023
  29. May 11, 2023
  30. Apr 23, 2023
  31. Mar 28, 2023
  32. Mar 22, 2023
  33. Mar 06, 2023
  34. Feb 27, 2023
  35. Feb 20, 2023
  36. Feb 13, 2023
  37. Feb 06, 2023
Loading