Skip to content
Snippets Groups Projects
  1. Nov 30, 2023
  2. Sep 30, 2023
  3. Aug 25, 2023
  4. Aug 18, 2023
  5. Jun 01, 2023
  6. May 06, 2023
  7. Apr 15, 2023
  8. Apr 05, 2023
  9. Mar 29, 2023
  10. Mar 06, 2023
  11. Jan 18, 2023
  12. Dec 09, 2022
  13. Oct 26, 2022
  14. Oct 19, 2022
  15. Sep 27, 2022
  16. Sep 16, 2022
  17. Jun 01, 2022
  18. May 25, 2022
  19. Mar 01, 2022
  20. Feb 25, 2022
  21. Feb 21, 2022
  22. Feb 10, 2022
  23. Feb 04, 2022
    • Sheogorath's avatar
      fix(kube-system): Add non-blocking network policy · 52f276d7
      Sheogorath authored
      Since kube-system is a bit delicate when it comes to blocking, this
      intial network policy tries to not block anything in order to keep
      everything working. This might be the solution to the
      globalnetworkpolicy issue.
      52f276d7
  24. Feb 03, 2022
  25. Jan 30, 2022
  26. Jan 29, 2022
  27. Jan 25, 2022
  28. Jan 15, 2022
    • Sheogorath's avatar
      fix(kube-system): Repair quorum idea for masters · e4ff8eb6
      Sheogorath authored
      This patch fixes the usage of the PodDisruptionBudget (PDB) in order to
      achieve a quorum functionality for the master nodes by deploying a pause
      container on all of them. Main reason to do that, is the inability of a
      PDB to operate on static-pods or daemonsets. Therefore this deployment
      will make sure, that only one master node will become unavailable at the
      time.
      e4ff8eb6
Loading