Skip to content
Snippets Groups Projects
  1. Feb 24, 2025
  2. Jan 10, 2025
  3. Jan 09, 2025
    • kaiyou's avatar
      Enable the defaulttolerationseconds controller · 7f4babca
      kaiyou authored
      The controller was never explicitely enabled, although it must have
      been working previously, possibly enabled silently inside vanilla code.
      It stopped working when we released 1.31, which in turn disabled
      automatic rescheduling of pods from unavailable nodes.
      7f4babca
  4. Dec 02, 2024
  5. Nov 08, 2024
  6. Nov 07, 2024
  7. Nov 06, 2024
  8. Nov 05, 2024
    • kaiyou's avatar
      Fix the garbage collector not handling CRDs · 954ddd8f
      kaiyou authored
      The garbage collector was failing to handle CRDs due to not being
      able to create an informer for CRD types, which in turn was breaking
      garbage collection altogether.
      
      The issue was related to using the wrong informer factory (a core
      factory from apimachinery instead of the dynamic factory from the
      controller-manager module)
      954ddd8f
    • kaiyou's avatar
      Fully commit to using clients.Started · 7bf55e1d
      kaiyou authored
      7bf55e1d
  9. Nov 03, 2024
  10. Nov 02, 2024
  11. Oct 30, 2024
  12. Oct 10, 2024
  13. Oct 09, 2024
  14. Jul 29, 2024
  15. Jul 28, 2024
  16. Jul 27, 2024
  17. Jul 24, 2024
  18. Jul 21, 2024
  19. Jul 07, 2024
Loading