Skip to content
Snippets Groups Projects
  1. Mar 14, 2024
  2. Nov 15, 2023
  3. Jun 28, 2023
  4. May 18, 2023
    • Kenichi Omichi's avatar
      Drop canal network_plugin (#10100) · 7afbdb3e
      Kenichi Omichi authored
      According to the canal github[1] the repo is not maintained over 5 years.
      In addition, the README says
      ```
        Originally, we thought we might more deeply integrate the two projects
        (possibly even going as far as a rebranding!). However, over time it
        became clear that that wasn't really necessary to fulfil our goal of
        making them work well together. Ultimately, we decided to focus on
        adding features to both projects rather than doing work just to
        combine them.
      ```
      So it is difficult to support canal by Kubespray at this situation.
      
      [1]: https://github.com/projectcalico/canal
      Unverified
      7afbdb3e
  5. Mar 02, 2023
  6. Jan 31, 2023
  7. Jan 03, 2023
  8. Dec 28, 2022
  9. Oct 07, 2022
  10. Aug 30, 2022
  11. Jun 09, 2022
  12. Jun 06, 2022
  13. May 16, 2022
  14. Apr 07, 2022
  15. Mar 30, 2022
  16. Feb 28, 2022
  17. Jan 22, 2022
  18. Dec 03, 2021
  19. Nov 05, 2021
  20. Oct 27, 2021
  21. Sep 28, 2021
  22. Sep 02, 2021
  23. 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
      Unverified
      7516fe14
  24. Jul 01, 2021
  25. 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
      Unverified
      360aff4a
  26. Apr 26, 2021
  27. Mar 24, 2021
  28. Dec 03, 2020
  29. Jun 24, 2020
  30. Apr 24, 2020
    • Sergey's avatar
      add strategy mitogen_linear when installed mitogen (#5985) · 69603aed
      Sergey authored
      * add strategy mitogen_linear when installed mitogen
      
      * add small docs
      
      Rename playbook file
      
      The raw action executes as a regular Mitogen connection, which requires Python on the target, so add strategy: linear to bootstrap-os role playbook.
      
      * add mitogen to  CI test
      fix typo
      
      * enable mitogen test on deploy-part1 tests
      change version from master to release
      download tar.gz archive
      
      * run all CI tests with mitogen
      
      * disable mitogen with upgrade CI tests
      
      * enable mitogen on CI tests via env vars
      
      * disable mitogen on CI test by default, enable on some different OS
      
      * disable mitogen CI test on centos8
      (get error  /usr/bin/python: No such file or directory)
      Unverified
      69603aed
  31. Mar 16, 2020
    • Michael Shnit's avatar
      Add AWS ALB Ingress Controller (#5489) · 29128eb3
      Michael Shnit authored
      * Add AWS ALB Ingress Controller Ansible role
      
      * remove trailing spaces
      
      * update owners
      
      * ALB ingress: update rbac clusterrole and remove role
      
      * Move alb-ingress role to roles/kubernetes-apps/ingress_controller folder
      Unverified
      29128eb3
  32. Feb 14, 2020
  33. Dec 04, 2019
  34. Apr 29, 2019
  35. Apr 23, 2019
    • Justin Chao's avatar
      Update ansible.md (#4599) · 64f48bf8
      Justin Chao authored
      Ansible 2.0 has deprecated the “ssh” from ansible_ssh_host.
      
      Updating the docs to be more aligned with the Ansible version used in the sample/inventory.ini file as well.
      Also adding `[bastion]` group in the docs to avoid confusion.
      64f48bf8
  36. Apr 01, 2019
  37. Oct 26, 2018
  38. Aug 22, 2018
  39. May 22, 2018
Loading