Skip to content
  1. Jul 08, 2021
  2. Jul 01, 2021
  3. 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
  4. Apr 26, 2021
  5. Apr 12, 2021
  6. Apr 05, 2021
  7. Apr 02, 2021
  8. Mar 24, 2021
  9. Feb 05, 2021
  10. Feb 01, 2021
  11. Dec 03, 2020
  12. Dec 02, 2020
  13. Oct 12, 2020
  14. Oct 09, 2020
  15. Sep 11, 2020
  16. Sep 04, 2020
  17. Sep 03, 2020
  18. Jun 26, 2020
  19. Jun 25, 2020
  20. Jun 02, 2020
  21. May 06, 2020
  22. Apr 14, 2020
  23. Feb 20, 2020
  24. Feb 17, 2020
  25. Feb 15, 2020
  26. Feb 14, 2020
  27. Feb 13, 2020
  28. Feb 11, 2020
  29. Dec 12, 2019
  30. Dec 04, 2019
  31. Aug 23, 2019
  32. Aug 17, 2019
  33. Jul 31, 2019
  34. Jul 16, 2019
  35. Jul 08, 2019
  36. May 19, 2019
  37. Apr 29, 2019
  38. Apr 03, 2019
  39. Apr 01, 2019
  40. Dec 27, 2018
    • Earl C. Ruby III's avatar
      Documented docker_version acceptable values (#3901) · 3ce03399
      Earl C. Ruby III authored
      Added a line documenting where to find acceptable values for the
      `docker_version` setting. If you use a value that is not used as
      a key value by `docker_versioned_pkg` the container-engine/docker
      playbook will throw a "Unexpected templating type error". (e.g.
      If you use '18.06.1' or '18.06.1-ce', neither of which is used
      as a key value of `docker_versioned_pkg`, rather than '18.06',
      you'll get an error when installing on Ubuntu 18.04.)
      3ce03399
Loading