Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
21 results

kubernetes-apps

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    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
    History
    Name Last commit Last update
    ..