Skip to content
  1. Apr 16, 2024
  2. Apr 15, 2024
  3. Apr 11, 2024
  4. Apr 10, 2024
  5. Apr 09, 2024
  6. Apr 03, 2024
  7. Apr 02, 2024
  8. Apr 01, 2024
  9. Mar 30, 2024
  10. Mar 29, 2024
  11. Mar 28, 2024
  12. Mar 27, 2024
  13. Mar 25, 2024
  14. Mar 22, 2024
  15. Mar 15, 2024
  16. Mar 14, 2024
  17. Mar 12, 2024
  18. Mar 11, 2024
  19. Mar 10, 2024
  20. Mar 05, 2024
  21. Mar 03, 2024
  22. Feb 28, 2024
  23. Feb 22, 2024
  24. Feb 19, 2024
  25. Feb 18, 2024
  26. Feb 16, 2024
  27. Feb 12, 2024
    • Max Gautier's avatar
      Fix ingress-nginx controller election (#10913) · bf42ccee
      Max Gautier authored
      
      
      Under the original code, leader election failed for ingress controllers
      as a result of mismatch between election-id in the controller config,
      and the resourceName in the relevant rule of role 'ingress-nginx'.
      This appeared in the controller logs.
      
      To fix the issue, a command-line option was added to container
      execution (--election-id=...).
      
      Now, the election-id agrees with the resourceName provided in
      the role-ingress-nginx.yml file. A comment in that file was
      changed to reflect the new logic.
      
      Co-authored-by: default avatarVasilis Samoladas <vsam@softnet.tuc.gr>
      Co-authored-by: default avatarMohamed Omar Zaian <mohamedzaian@gmail.com>
      bf42ccee
Loading