Skip to content
Snippets Groups Projects
  1. Feb 19, 2024
  2. 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>
      Unverified
      bf42ccee
  3. Jul 05, 2023
  4. Jun 01, 2023
  5. May 24, 2023
  6. Feb 23, 2023
  7. Feb 06, 2023
  8. Oct 31, 2022
  9. Oct 20, 2022
  10. Oct 19, 2022
  11. Sep 19, 2022
  12. Sep 08, 2022
  13. Aug 09, 2022
  14. Jul 15, 2022
    • Mohamed Zaian's avatar
      [ingress-nginx] upgrade to 1.3.0 (#9088) · ce04fdde
      Mohamed Zaian authored
      * This release removes support for Kubernetes v1.19.0
      * This release adds support for Kubernetes v1.24.0
      * Starting with this release, we will need permissions on the coordination.k8s.io/leases resource for leaderelection lock
      Unverified
      ce04fdde
  15. Jul 11, 2022
  16. Jun 28, 2022
  17. Mar 13, 2022
  18. Jan 09, 2022
  19. Dec 02, 2021
  20. Oct 28, 2021
  21. Sep 06, 2021
  22. Jun 01, 2021
    • Cristian Calin's avatar
      Docs improvements (#7660) · 6a2ea94b
      Cristian Calin authored
      * Docs: update sidebar
      
      * Docs: move registry documentation into docs/
      
      * Docs: move rbd_provisioner documentation into docs/
      
      * Docs: move cephfs_provisioner into docs/
      
      * Docs: move local_volume_provisioner documentation into docs/
      
      * Docs: move ambassador.md to docs/ingress_controller/
      
      * Docs: move metallb.md to docs/ingress_controller/
      
      * Docs: move ingress_nginx documentation into docs/
      
      * Docs: move alb_ingress_controller documentation into docs/
      
      * Docs: merge ambassador documentation into docs/ingress_controller/
      
      * Docs: move cert_manager documentation into docs/
      
      * Docs: move bootstrap-os documentation into docs/
      
      * Docs: update file locations in sidebar
      Unverified
      6a2ea94b
  23. Apr 22, 2021
  24. Mar 24, 2021
  25. Feb 09, 2021
  26. Jan 26, 2021
  27. Dec 30, 2020
  28. Dec 02, 2020
  29. Oct 28, 2020
    • David Medinets's avatar
      update version of ingress-nginx controller in docs. (#6855) · 12ab8b7a
      David Medinets authored
      * update version of ingress-nginx controller.
      
      Change tag from controller-v0.34.0 to controller-v0.40.2 to use newest tag.
      
      * Update docs about aws deploy templates.
      
      In the yaml templates, there is no mention of idle timeouts. This is why I removed the documentation about it. This might be a mistake. Please verify this. I don't know enough to verify it myself.
      
      * Change label when checking version.
      
      When checking for `app.kubernetes.io/name=ingress-nginx`, a completed pod was selected which is not helpful when trying to `exec`. Changing the label selects the running controller pod.
      
      * put back the information about ELB Idle Timeouts.
      
      When I removed the information, I had overlooked that it was mentioned in the L7 yaml file. Thanks.
      Unverified
      12ab8b7a
  30. Oct 06, 2020
  31. Sep 30, 2020
  32. Sep 04, 2020
  33. Aug 27, 2020
  34. Jul 30, 2020
  35. Jun 09, 2020
  36. May 28, 2020
  37. Apr 22, 2020
  38. Apr 17, 2020
  39. Apr 15, 2020
Loading