Skip to content
  1. Apr 11, 2023
  2. Mar 27, 2023
  3. Feb 06, 2023
  4. Dec 28, 2022
  5. Dec 20, 2022
  6. Dec 15, 2022
  7. Dec 05, 2022
  8. Oct 26, 2022
  9. Oct 06, 2022
  10. Sep 29, 2022
  11. 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
  12. Jul 04, 2022
  13. Jun 15, 2022
  14. May 23, 2022
  15. May 09, 2022
  16. May 06, 2022
  17. May 02, 2022
  18. Apr 05, 2022
  19. Feb 24, 2022
  20. Feb 22, 2022
  21. Jan 27, 2022
  22. Jan 06, 2022
  23. Dec 21, 2021
    • Cristian Calin's avatar
      Support deploying kubernetes 1.23 (#8323) · c1954ff9
      Cristian Calin authored
      * Ensure entries for 1.23 are added for supported_versions vars
      
      * cri-o: add support for kubernetes 1.23 but still use cri-o 1.22
      
      * kubescheduler-config: diferentiate config versions based on kube_version
      c1954ff9
  24. Dec 20, 2021
  25. Nov 16, 2021
  26. Sep 21, 2021
  27. Jun 07, 2021
  28. Apr 30, 2021
    • MRoci's avatar
      change coredns image name to `coredns/coredns` and prefix `v` to tag (#7570) · a0ee5690
      MRoci authored
      follow new naming conventions for gcr's coredns image.
      starting from 1.21 kubeadm assumes it to be `coredns/coredns`:
      this causes the kubeadm deployment being unable to pull image, beacuse `v`
      was also added in image tag, until the role `kubernetes-apps` ovverides
      it with the old name, which is only compatible with <=1.7.
      
      Backward comptability with kubeadm <=1.20 is mantained checking
      kubernetes version and falling back to old names (`coredns:1.xx`) when
      the version is less than 1.21
      a0ee5690
  29. Apr 29, 2021
    • Cristian Calin's avatar
      Rename ansible groups to use _ instead of - (#7552) · 360aff4a
      Cristian Calin authored
      * rename ansible groups to use _ instead of -
      
      k8s-cluster -> k8s_cluster
      k8s-node -> k8s_node
      calico-rr -> calico_rr
      no-floating -> no_floating
      
      Note: kube-node,k8s-cluster groups in upgrade CI
            need clean-up after v2.16 is tagged
      
      * ensure old groups are mapped to the new ones
      360aff4a
  30. Apr 21, 2021
  31. Apr 12, 2021
  32. Apr 09, 2021
  33. Apr 08, 2021
  34. Apr 06, 2021
  35. Mar 31, 2021
  36. Mar 26, 2021
Loading