Skip to content
Snippets Groups Projects
  1. Nov 08, 2023
    • Max Gautier's avatar
      Move control plane certs renewal "spread out" into the systemd timer (#10596) · b3f6d051
      Max Gautier authored
      * Use RandomizedDelaySec to spread out control certificates renewal plane
      
      If the number of control plane node is superior to 6, using (index * 10
      minutes) will fail (03:60:00 is not a valid timestamp).
      
      Compared to just fixing the jinja expression (to use a modulo for
      example), this should avoid having two control planes certificates
      update node being triggered at the same time.
      
      * Make k8s-certs-renew.timer Persistent
      
      If the control plane happens to be offline during the scheduled
      certificates renewal (node failure or anything like that), we still want
      the renewal to happen.
      Unverified
      b3f6d051
  2. Oct 30, 2023
  3. Jul 05, 2023
  4. Jun 13, 2023
  5. Mar 29, 2023
  6. Oct 14, 2022
  7. Oct 06, 2022
  8. Aug 18, 2022
    • Tomas Zvala's avatar
      Add the option to enable default Pod Security Configuration (#9017) · 30c77ea4
      Tomas Zvala authored
      * Add the option to enable default Pod Security Configuration
      
      Enable Pod Security in all namespaces by default with the option to
      exempt some namespaces. Without the change only namespaces explicitly
      configured will receive the admission plugin treatment.
      
      * Fix the PR according to code review comments
      
      * Revert the latest changes
      
      - leave the empty file when kube_pod_security_use_default, but add comment explaining the empty file
      - don't attempt magic at conditionally adding PodSecurity to kube_apiserver_admission_plugins_needs_configuration
      Unverified
      30c77ea4
  9. Jun 22, 2022
  10. Jun 15, 2022
  11. May 06, 2022
  12. May 02, 2022
  13. Feb 23, 2022
  14. Feb 22, 2022
  15. Dec 06, 2021
  16. Sep 17, 2021
  17. Apr 21, 2021
  18. Apr 12, 2021
  19. Apr 06, 2021
  20. Mar 22, 2021
  21. Feb 01, 2021
  22. Jan 08, 2021
  23. Oct 12, 2020
  24. Sep 25, 2020
  25. Sep 21, 2020
  26. Sep 17, 2020
  27. Sep 11, 2020
  28. Sep 04, 2020
  29. Aug 24, 2020
  30. Aug 18, 2020
  31. Aug 05, 2020
  32. Jul 20, 2020
  33. Jun 24, 2020
  34. Jun 16, 2020
  35. Mar 20, 2020
  36. Feb 19, 2020
  37. Nov 05, 2019
  38. Sep 26, 2019
  39. Sep 18, 2019
Loading