Skip to content
Snippets Groups Projects
  1. Dec 12, 2023
  2. Nov 27, 2023
  3. 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
  4. Oct 30, 2023
  5. Jul 05, 2023
  6. Jun 13, 2023
  7. Mar 29, 2023
  8. Oct 14, 2022
  9. Oct 06, 2022
  10. 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
  11. Jun 22, 2022
  12. Jun 15, 2022
  13. May 06, 2022
  14. May 02, 2022
  15. Feb 23, 2022
  16. Feb 22, 2022
  17. Dec 06, 2021
  18. Sep 17, 2021
  19. Apr 21, 2021
  20. Apr 12, 2021
  21. Apr 06, 2021
  22. Mar 22, 2021
  23. Feb 01, 2021
  24. Jan 08, 2021
  25. Oct 12, 2020
  26. Sep 25, 2020
  27. Sep 21, 2020
  28. Sep 17, 2020
  29. Sep 11, 2020
  30. Sep 04, 2020
  31. Aug 24, 2020
  32. Aug 18, 2020
  33. Aug 05, 2020
  34. Jul 20, 2020
  35. Jun 24, 2020
  36. Jun 16, 2020
  37. Mar 20, 2020
  38. Feb 19, 2020
  39. Nov 05, 2019
Loading