Skip to content
  1. Feb 15, 2022
  2. Feb 02, 2022
    • Ilya Margolin's avatar
      Fix kubelet_kubelet_cgroups_cgroupfs (#8500) · aed187e5
      Ilya Margolin authored
      If kubelet is run with systemd (as it always is when using kubespray),
      it starts in systemd's /system.slice/kubelet.service cgroup.
      
      This commit prevents a creation and usage of a second unrelated cgroup.
      aed187e5
  3. Feb 01, 2022
  4. Jan 27, 2022
  5. Jan 24, 2022
  6. Jan 13, 2022
  7. Jan 11, 2022
  8. Jan 10, 2022
  9. Jan 06, 2022
  10. Jan 05, 2022
  11. Jan 04, 2022
  12. Jan 03, 2022
  13. 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
  14. Dec 20, 2021
  15. Dec 14, 2021
  16. Dec 10, 2021
    • Cristian Calin's avatar
      containerd: change default resolvconf_mode to host_resolvconf (#8247) · 682c8a59
      Cristian Calin authored
      * containerd: change default resolvconf_mode to host_resolvconf
      
      * Wait for kube-apiserver to come back after pod refresh
      
      * Handle resolv.conf gracefully
      
      * Retain currently configured DNS entries to ensure we don't break the resolvers
      
      * Suse uses wickedd for network management so no dhcp hooks
      
      * Molecule: increase ansible timeout
      
      * CI: Increase ansible timeout to 120s for Packet jobs
      682c8a59
  17. Dec 07, 2021
  18. Dec 06, 2021
  19. Dec 04, 2021
  20. Dec 03, 2021
  21. Nov 30, 2021
  22. Nov 26, 2021
  23. Nov 16, 2021
  24. Nov 15, 2021
  25. Nov 08, 2021
  26. Nov 05, 2021
  27. Oct 27, 2021
  28. Oct 20, 2021
    • Cristian Calin's avatar
      containerd: download containerd from upstream instead of using distro specific packages (#7970) · ea8e2fc6
      Cristian Calin authored
      * Containerd: download containerd from upstream instead of using distro specific packages
      
      split runc download to separate role
      make bootstrap-os role deploy container-selinux and seccomp libraries
      clean up package manager provided containerd
      move variables to docker role that are no longer common with containerd
      
      * Containerd: make molecule testing more relevant
      
      * replace ubuntu18 with ubuntu20
      * add centos8 and debian11 to molecule tests
      * run kubernetes/preinstall role to ensure relevancy
        of test including dependency packages
      
      * CI: adjust test scenarios for downloaded containerd
      ea8e2fc6
  29. Oct 19, 2021
    • Omar Aloraini's avatar
      Rocky Linux support (#8095) · 6aac5939
      Omar Aloraini authored
      * Add Rocky as a known OS
      
      * Make sure Rocky includes bootstrap-centos.yml
      
      * Update docs with Rocky Linux
      
      * Rocky Linux wireguard and EPEL
      
      * Rocky Linux in the list of supported distributions
      6aac5939
  30. Oct 11, 2021
  31. Oct 05, 2021
  32. Oct 01, 2021
  33. Sep 30, 2021
    • rtsp's avatar
      Ensure apparmor is installed (#8036) · af04906b
      rtsp authored
      Kubespray deployment failed when using containerd backend on nodes that apparmor was not installed or previously removed. This PR ensure apparmor is installed by adding it into required_pkgs var.
      af04906b
  34. Sep 28, 2021
  35. Sep 27, 2021
  36. Sep 24, 2021
    • rtsp's avatar
      Ensure apparmor is installed (#8011) · 4bace249
      rtsp authored
      Kubespray deployment failed when using containerd backend on nodes that apparmor was not installed or previously removed. This PR ensure apparmor is installed by adding it into required_pkgs var.
      4bace249
Loading