Skip to content
  1. Jun 05, 2020
  2. May 28, 2020
  3. May 25, 2020
  4. May 13, 2020
  5. May 12, 2020
  6. May 09, 2020
  7. Apr 18, 2020
  8. Apr 16, 2020
  9. Apr 14, 2020
  10. Apr 09, 2020
    • Denis Kadyshev's avatar
      Proxy fixes (#5869) · 7d1ab337
      Denis Kadyshev authored
      * Fix proxy and module_hotfixes
      
      On CentOS 8 with proxy ansible render inline `proxy` and `module_hotfixes` options.
      
      For example:
      
      `proxy=http://127.0.0.1:3128module_hotfixes=True`
      
      But expected result:
      
      ```
      proxy=http://127.0.0.1:3128
      module_hotfixes=True
      ```
      
      * Use ini_file module for work with ini files
      
      * Prevent duplicates proxy= option in /etc/yum.conf
      
      Module `lineinfile` is weak, use most powerful module `ini_file` and add or remove `proxy=` when `http_proxy` is defined or not.
      7d1ab337
  11. Apr 08, 2020
  12. Mar 30, 2020
  13. Mar 25, 2020
  14. Mar 24, 2020
  15. Mar 18, 2020
  16. Mar 17, 2020
    • spaced's avatar
      Fedora CoreOS support (#5657) · 876d4de6
      spaced authored
      * fedora coreos support
      - bootstrap and new fact for
      
      * fedora coreos support
      - fix bootstrap condition
      
      * fedora coreos support
      - allow customize packages for fedora coreos bootstrap
      
      * fedora coreos support
      - prevent install ptyhon3 and epel via dnf for fedora coreos
      
      * fedora coreos support
      - handle all ostree like os in same way
      
      * fedora coreos support
      - handle all ostree like os in same way for crio
      
      * fedora coreos support
      - add fcos documentations
      876d4de6
  17. 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
  18. Mar 13, 2020
  19. Feb 23, 2020
  20. Feb 18, 2020
  21. Feb 17, 2020
  22. Feb 07, 2020
  23. Jan 28, 2020
  24. Jan 17, 2020
  25. 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
  26. Dec 05, 2019
  27. Nov 11, 2019
  28. Oct 16, 2019
  29. Sep 26, 2019
  30. Jul 21, 2019
  31. Jul 15, 2019
  32. Jul 12, 2019
  33. Jul 08, 2019
  34. Jun 06, 2019
  35. May 16, 2019
  36. May 03, 2019
  37. Apr 29, 2019
  38. Apr 24, 2019
Loading