Skip to content
Snippets Groups Projects
  1. Oct 14, 2022
  2. Oct 06, 2022
  3. 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
      30c77ea4
  4. Jun 22, 2022
  5. Jun 15, 2022
  6. May 06, 2022
  7. May 02, 2022
  8. Feb 23, 2022
    • Alex's avatar
      Encrypting Secret Data at Rest (#8574) · 36393d77
      Alex authored
      * change default value for Encrypting Secret Data at Rest to secretbox, remove experimental flag and add documentation
      
      * fix MD012/no-multiple-blanks
      36393d77
  9. Feb 22, 2022
  10. Dec 06, 2021
  11. Sep 17, 2021
  12. Apr 21, 2021
  13. Apr 12, 2021
  14. Apr 06, 2021
  15. Mar 22, 2021
  16. Feb 01, 2021
  17. Jan 08, 2021
  18. Oct 12, 2020
  19. Sep 25, 2020
  20. Sep 21, 2020
  21. Sep 17, 2020
  22. Sep 11, 2020
  23. Sep 04, 2020
  24. Aug 24, 2020
  25. Aug 18, 2020
  26. Aug 05, 2020
  27. Jul 20, 2020
  28. Jun 24, 2020
  29. Jun 16, 2020
  30. Mar 20, 2020
  31. Feb 19, 2020
  32. Nov 05, 2019
  33. Sep 26, 2019
  34. Sep 18, 2019
  35. Aug 23, 2019
  36. Aug 06, 2019
  37. Jul 02, 2019
    • okamototk's avatar
      Use K8s 1.15 (#4905) · f2b8a361
      okamototk authored
      * Use K8s 1.15
      
      * Use Kubernetes 1.15 and use kubeadm.k8s.io/v1beta2 for
        InitConfiguration.
      * bump to v1.15.0
      
      * Remove k8s 1.13 checksums.
      
      * Update README kubernetes version 1.15.0.
      
      * Update metrics server 0.3.3 for k8s 1.15
      
      * Remove less than k8s 1.14 related code
      
      * Use kubeadm with --upload-certs instead of --experimental-upload-certs due to depricate
      
      * Update dnsautoscaler 1.6.0
      
      * Skip certificateKey if it's not defined
      
      * Add kubeadm-conftolplane.v2beta2 for k8s 1.15 or later
      
      * Support kubeadm control plane for k8s 1.15
      
      * Update sonobuoy version 0.15.0 for k8s 1.15
      f2b8a361
  38. Jun 20, 2019
    • Matthew Mosesohn's avatar
      Enable kubeadm etcd mode (#4818) · 4348e78b
      Matthew Mosesohn authored
      * Enable kubeadm etcd mode
      
      Uses cert commands from kubeadm experimental control plane to
      enable non-master nodes to obtain etcd certs.
      
      Related story: PROD-29434
      
      Change-Id: Idafa1d223e5c6ceadf819b6f9c06adf4c4f74178
      
      * Add validation checks and exclude calico kdd mode
      
      Change-Id: Ic234f5e71261d33191376e70d438f9f6d35f358c
      
      * Move etcd mode test to ubuntu flannel HA job
      
      Change-Id: I9af6fd80a1bbb1692ab10d6da095eb368f6bc732
      
      * rename etcd_mode to etcd_kubeadm_enabled
      
      Change-Id: Ib196d6c8a52f48cae370b026f7687ff9ca69c172
      4348e78b
  39. Apr 24, 2019
Loading