Skip to content
  1. Jul 26, 2023
  2. Jul 05, 2023
  3. Jun 30, 2023
  4. Jun 26, 2023
  5. May 31, 2023
  6. Feb 09, 2023
  7. Jan 11, 2023
  8. Jan 03, 2023
  9. Dec 22, 2022
  10. Dec 10, 2022
  11. Dec 05, 2022
  12. 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
  13. May 20, 2022
  14. May 04, 2022
  15. Apr 06, 2022
  16. Mar 17, 2022
  17. 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
  18. 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
  19. Feb 23, 2022
  20. Feb 02, 2022
  21. Feb 01, 2022
  22. Jan 31, 2022
  23. Jan 26, 2022
  24. Dec 16, 2021
  25. Nov 19, 2021
  26. Nov 09, 2021
  27. Nov 08, 2021
  28. Oct 28, 2021
  29. 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
  30. 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
  31. Oct 01, 2021
  32. 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
  33. Jul 01, 2021
  34. Jun 25, 2021
  35. Jun 21, 2021
  36. May 11, 2021
  37. May 07, 2021
  38. May 03, 2021
    • Samuel Liu's avatar
      Add krew support (#7464) · 96e6a6ac
      Samuel Liu authored
      * Add krew support
      
      * Add reset for krew
      
      * Update install krew(local)
      
      * ansible lint
      
      * yamllint
      
      * fix krew default vars
      
      * fix kubectl_localhost mode
      
      * replace include
      
      * fix e206
      96e6a6ac
  39. 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
Loading