Skip to content
  1. Apr 29, 2019
  2. Apr 24, 2019
  3. Apr 20, 2019
  4. Apr 19, 2019
  5. Apr 09, 2019
    • Markos Chandras's avatar
      openSUSE: Use Leap 15.0 instead of 42.3 (#4442) · 12c6b5c3
      Markos Chandras authored
      * Vagrantfile: Bump openSUSE to Leap 15.0
      
      * roles: container-engine: Add 'containerd' package for openSUSE
      
      The 'containerd' package contains the docker-containerd and
      docker-containerd-shim binaries. We also need to ensure that the latest
      version is installed since an older version may already be present (eg GCE
      images)
      
      * Remove docker log-opts for opensuse
      
      * roles: bootstrap-os: Use lowercase 'o' for openSUSE
      
      OpenSUSE is not a valid family name. The correct one is openSUSE
      
      * roles: bootstrap-os: Update zypper cache before first installation
      
      The zypper cache may be outdated so ensure that it's fully updated
      before we try and install the bootstrap packages.
      12c6b5c3
  6. Apr 03, 2019
  7. Apr 02, 2019
  8. Apr 01, 2019
  9. Mar 28, 2019
    • Sergey's avatar
      Default values for variable dns_servers and dns_domain are set in two files: (#3999) · e9c34fe0
      Sergey authored
      values from inventory in roles/kubespray-defaults/defaults/main.yml
      hardcoded values in roles/container-engine/defaults/main.yml
      
      dns_servers set empty in roles/container-engine/defaults/main.yml and skydns_server not set in docker_dns_servers variables
      also set default value for manual_dns_serve
      
      another variables in roles/container-engine/defaults not need to set
      e9c34fe0
  10. Feb 26, 2019
  11. Feb 19, 2019
  12. Feb 14, 2019
  13. Feb 13, 2019
  14. Feb 11, 2019
  15. Feb 01, 2019
    • Manuel Cintron's avatar
      Fixing an issue where trying to install docker-ce-18.09 on rhel7 nodes (or... · 143e2272
      Manuel Cintron authored
      Fixing an issue where trying to install docker-ce-18.09 on rhel7 nodes (or potentially centos 7) without an enabled extras repo the installation will fail because container-selinux >= 2.9 is required. The check for container-selinux upfront should obviate the need for adding an extras repo if the node is able to find it from another source. (#4161)
      
      143e2272
    • Erwan Miran's avatar
      Fix deprecation warnings (#4130) · 7f93a5a0
      Erwan Miran authored
      * use not deprecated ansible_play_hosts variable
      
      * Using tests as filters is deprecated
      
      * Fix deprecation warning about pkg list
      7f93a5a0
  16. Jan 23, 2019
  17. Jan 22, 2019
  18. Jan 15, 2019
  19. Dec 27, 2018
  20. Dec 18, 2018
  21. Dec 07, 2018
  22. Nov 16, 2018
  23. Nov 07, 2018
    • Lear Li's avatar
      Fix docker-storage was not found issue (#3584) · 33f33a73
      Lear Li authored
      33f33a73
    • Kuldip Madnani's avatar
      Added some minor changes to the docker orphan clean up process. (#3657) · 113dd214
      Kuldip Madnani authored
      * Added changes to clean up orphan containers and reload docker & kubelet directories.
      
      * Added new files for cleaning up orphans and docker & kubelet directories
      
      * Added new lines at the end of these files
      
      * removed the trailing whitespaces from main.yml and clean-up.yml
      
      * Updated as per the review comments
      
      * Updated as per the review comments
      
      * Removed service_facts and package_facts because they are not supported in ansible 2.4.0
      
      * Corrected yaml syntax errors
      
      * Removed the use of json_query filter and utilized selectattr
      
      * Removed trailing spaces
      
      * Changed the default value of docker_clean_up to false
      
      * Added Changes to only include cleanup-docker-orphans.sh
      
      * Reverted back changes done inside handler.
      
      * Removed trailing spaces and made default value of docker_orphan_clean_up as true
      
      * Reverted the default value of docker_orphan_clean_up as false
      
      * Made the docker clean up as drop in
      
      * Made the docker clean up as drop in
      
      * Reverted the value of boolean docker_orphan_clean_up to false
      
      * Converted ExecStop to ExecSTartPost. Removed the live restore check from the orphan script
      113dd214
  24. Oct 31, 2018
  25. Oct 17, 2018
  26. Oct 12, 2018
    • Kuldip Madnani's avatar
      Handling docker clean up during docker upgrade and docker config changes. (#3321) · d7bb4d95
      Kuldip Madnani authored
      * Added changes to clean up orphan containers and reload docker & kubelet directories.
      
      * Added new files for cleaning up orphans and docker & kubelet directories
      
      * Added new lines at the end of these files
      
      * removed the trailing whitespaces from main.yml and clean-up.yml
      
      * Updated as per the review comments
      
      * Updated as per the review comments
      
      * Removed service_facts and package_facts because they are not supported in ansible 2.4.0
      
      * Corrected yaml syntax errors
      
      * Removed the use of json_query filter and utilized selectattr
      
      * Removed trailing spaces
      
      * Changed the default value of docker_clean_up to false
      
      * Added Changes to only include cleanup-docker-orphans.sh
      
      * Reverted back changes done inside handler.
      
      * Removed trailing spaces and made default value of docker_orphan_clean_up as true
      
      * Reverted the default value of docker_orphan_clean_up as false
      
      * Made the docker clean up as drop in
      
      * Made the docker clean up as drop in
      
      * Reverted the value of boolean docker_orphan_clean_up to false
      d7bb4d95
  27. Oct 10, 2018
Loading