Skip to content
  1. Apr 11, 2024
  2. Apr 10, 2024
  3. Mar 15, 2024
  4. Mar 11, 2024
  5. Mar 05, 2024
  6. Feb 22, 2024
  7. Feb 19, 2024
  8. 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
  9. Feb 06, 2024
    • flxbwr's avatar
      Fix waiting for MetalLB controller (#10858) · ad565ad9
      flxbwr authored
      The current state waiting method is bad to implement.
      When changing the deployment version, which is execute with the upgrade_cluster in the previous ansible task: "Kubernetes Apps | Install and configure MetalLB", next ansible task: "Kubernetes Apps | Wait for MetalLB controller to be running" may fall with an error.
      ad565ad9
  10. Jan 24, 2024
  11. Jan 23, 2024
  12. Jan 22, 2024
  13. Jan 16, 2024
  14. Jan 15, 2024
  15. Jan 08, 2024
  16. Jan 05, 2024
  17. Dec 18, 2023
  18. Dec 15, 2023
  19. Dec 14, 2023
  20. Dec 07, 2023
  21. Dec 05, 2023
  22. Nov 28, 2023
  23. Nov 17, 2023
  24. Nov 08, 2023
  25. Oct 30, 2023
  26. Oct 17, 2023
  27. Oct 10, 2023
  28. Sep 25, 2023
  29. Sep 22, 2023
  30. Sep 20, 2023
  31. Sep 08, 2023
  32. Aug 25, 2023
    • Daniel Strufe's avatar
      Add huawei cloud controller (#10198) · e573a2f6
      Daniel Strufe authored
      * Add huaweicloud as external cloud controller
      
      * Add huaweicloud example config
      
      * Rename AK,SK to ACCESS_KEY and SECRET_KEY
      
      * Add reference to huaweicloud
      
      * Fix variable naming
      
      * Fix env var name
      
      * Update example
      
      * Fix variable naming
      
      * Fix cloud_config path
      
      * Add namespace for leader election
      
      * Revert reviewers
      
      * Delete OWNERS
      
      Delete owners who are not responsible here.
      
      * Fix build validation
      e573a2f6
  33. Aug 17, 2023
  34. Aug 16, 2023
  35. Aug 10, 2023
  36. Jul 26, 2023
Loading