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