Skip to content
  1. Jan 22, 2024
  2. Dec 21, 2023
  3. Oct 11, 2023
  4. Sep 20, 2023
  5. Jul 26, 2023
  6. Jul 05, 2023
  7. Jun 30, 2023
  8. Jun 26, 2023
  9. May 31, 2023
  10. Feb 09, 2023
  11. Jan 11, 2023
  12. Jan 03, 2023
  13. Dec 22, 2022
  14. Dec 10, 2022
  15. Dec 05, 2022
  16. Aug 18, 2022
    • GreatLazyMan's avatar
      Add 'flush ip6tables' task in reset role (#9168) · 175cdba9
      GreatLazyMan authored
      
      
      * Add 'flush ip6tables' task in reset role 
      
      If enable_dual_stack_networks is set to true and ip6 is defined,ip6tables will be created. But when reset the kubernetes cluster, kubespray doesn't flush ip6tables.
      
      * [CI] fix molecule tests on opensuse by upgrading to 15.4 (#9175)
      
      * [CI] fix molecule tests on opensuse by upgrading to 15.4
      
      * [opensuse] use correct python crytography package name depending on distribution version
      
      Co-authored-by: default avatarCristian Calin <6627509+cristicalin@users.noreply.github.com>
      175cdba9
  17. May 20, 2022
  18. May 04, 2022
  19. Apr 06, 2022
  20. Mar 17, 2022
  21. Mar 07, 2022
    • Takuya Murakami's avatar
      Update ansible-lint to 5.4.0 (#8607) (#8608) · 39acb2b8
      Takuya Murakami authored
      * Update ansible-lint to 5.4.0 (#8607)
      
      It seems that the Rich version 11.0.0 has a breaking change.
      So need to update ansible-lint to 5.3.2 or later.
      
      * Fix for ansible-lint no-changed-when rule (#8607)
      39acb2b8
  22. Mar 03, 2022
    • Cristian Calin's avatar
      [containerd] Upgrade containerd to 1.6.0 and re-enable arm64 architecture with... · bf7a506f
      Cristian Calin authored
      [containerd] Upgrade containerd to 1.6.0 and re-enable arm64 architecture with default options (#8555)
      
      * [containerd] add checksums for 1.6.0
      
      * [containerd] promote 1.6.0 as the new default
      
      * [runc] promote 1.1.0 as the new default to allow arm deployments out of the box
      
      * [nerdctl] bump to 0.17.0 to align with containerd 1.6.0
      
      * [reset] allow crictl stopp and rmp commands to fail
      bf7a506f
  23. Feb 23, 2022
  24. Feb 02, 2022
  25. Feb 01, 2022
  26. Jan 31, 2022
  27. Jan 26, 2022
  28. Dec 16, 2021
  29. Nov 19, 2021
  30. Nov 09, 2021
  31. Nov 08, 2021
  32. Oct 28, 2021
  33. 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
  34. Oct 12, 2021
    • Max Gautier's avatar
      etcd: deploy container engine if needed (#7532) · e4c8c718
      Max Gautier authored
      If the etcd cluster is separate and the etcd_deployment_type is "host",
      there is no need for a container engine on the etcd nodes
      
      Do not rely on a 'default(true)' filter, but define a proper default in
      kubespray-defaults depending on etcd deployment method and if internal
      or external etcd is used
      e4c8c718
  35. Oct 01, 2021
  36. Jul 12, 2021
    • Cristian Calin's avatar
      Move to Ansible 3.4.0 (#7672) · 7516fe14
      Cristian Calin authored
      * Ansible: move to Ansible 3.4.0 which uses ansible-base 2.10.10
      
      * Docs: add a note about ansible upgrade post 2.9.x
      
      * CI: ensure ansible is removed before ansible 3.x is installed to avoid pip failures
      
      * Ansible: use newer ansible-lint
      
      * Fix ansible-lint 5.0.11 found issues
      
      * syntax issues
      * risky-file-permissions
      * var-naming
      * role-name
      * molecule tests
      
      * Mitogen: use 0.3.0rc1 which adds support for ansible 2.10+
      
      * Pin ansible-base to 2.10.11 to get package fix on RHEL8
      7516fe14
  37. Jul 01, 2021
  38. Jun 25, 2021
  39. Jun 21, 2021
Loading