Skip to content
  1. Mar 14, 2020
    • Xiaodu's avatar
      Add docker-ce 19.03 packages for Debian & Ubuntu (#5729) · 980a4fa4
      Xiaodu authored
      * Add docker-ce 19.03 packages for Debian & Ubuntu
      
      K8s has updated the recommended Docker version to 19.03. More
      specifically it should be 19.03.4, but since we used 18.06.7 instead of
      .2, I'm assuming the latest patch version should be used here as well.
      
      * Add docker 19.03 for redhat
      980a4fa4
  2. Mar 13, 2020
  3. Feb 23, 2020
  4. Feb 18, 2020
  5. Feb 17, 2020
  6. Feb 07, 2020
  7. Jan 28, 2020
  8. Jan 17, 2020
  9. Dec 09, 2019
    • Etienne Champetier's avatar
      Fixes for CentOS 8 (#5213) · 42702dc1
      Etienne Champetier authored
      
      
      * Fix python3-libselinux installation for RHEL/CentOS 8
      
      In bootstrap-centos.yml we haven't gathered the facts,
      so #5127 couldn't work
      
      Minimum ansible version to run kubespray is 2.7.8,
      so ansible_distribution_major_version is defined an there is no need to default it
      
      Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
      
      * Restart NetworkManager for RHEL/CentOS 8
      
      network.service doesn't exist anymore
       # systemctl status network
       Unit network.service could not be found.
      
      Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
      
      * Add module_hotfixes=True to docker / containerd yum repo config
      
      https://bugzilla.redhat.com/show_bug.cgi?id=1734081
      https://bugzilla.redhat.com/show_bug.cgi?id=1756473
      
      
      Without this setting you end up with the following error:
       # yum install docker-ce
       Failed to set locale, defaulting to C
       Last metadata expiration check: 0:03:21 ago on Thu Sep 26 22:00:05 2019.
       Error:
        Problem: package docker-ce-3:19.03.2-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed
         - cannot install the best candidate for the job
         - package containerd.io-1.2.2-3.3.el7.x86_64 is excluded
         - package containerd.io-1.2.2-3.el7.x86_64 is excluded
         - package containerd.io-1.2.4-3.1.el7.x86_64 is excluded
         - package containerd.io-1.2.5-3.1.el7.x86_64 is excluded
         - package containerd.io-1.2.6-3.3.el7.x86_64 is excluded
       (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
      
      Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
      42702dc1
  10. Dec 05, 2019
  11. Nov 11, 2019
  12. Oct 16, 2019
  13. Sep 26, 2019
  14. Jul 21, 2019
  15. Jul 15, 2019
  16. Jul 12, 2019
  17. Jul 08, 2019
  18. Jun 06, 2019
  19. May 16, 2019
  20. May 03, 2019
  21. Apr 29, 2019
  22. Apr 24, 2019
  23. 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
  24. Apr 03, 2019
  25. Apr 02, 2019
  26. Apr 01, 2019
  27. Feb 19, 2019
  28. Feb 14, 2019
  29. Feb 13, 2019
  30. Feb 11, 2019
  31. 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
  32. Jan 23, 2019
  33. Jan 22, 2019
Loading