Skip to content
  1. 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
  2. Apr 08, 2020
  3. Apr 01, 2020
  4. Mar 30, 2020
  5. Mar 25, 2020
  6. Mar 24, 2020
  7. Mar 18, 2020
  8. 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
  9. Mar 16, 2020
  10. 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
  11. Mar 13, 2020
  12. Mar 11, 2020
  13. Mar 05, 2020
  14. Feb 23, 2020
  15. Feb 18, 2020
  16. Feb 17, 2020
  17. Feb 07, 2020
  18. Jan 29, 2020
  19. Jan 28, 2020
  20. Jan 17, 2020
  21. Dec 19, 2019
    • Fredrik Lönnegren's avatar
      Ubuntu CRI-O (#5426) · ccbcad97
      Fredrik Lönnegren authored
      * Fix crictl
      
      * Reload systemd daemon before enabling service
      
      * Typo
      
      * Add crictl template
      
      * Remove seccomp.json for ubuntu
      
      * Set runtime path of runc for ubuntu
      
      * Change path to conmon
      ccbcad97
  22. Dec 16, 2019
  23. 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
  24. Dec 05, 2019
  25. Nov 22, 2019
  26. Nov 11, 2019
  27. Oct 16, 2019
  28. Sep 26, 2019
  29. Sep 22, 2019
    • Sergey's avatar
      fix broken scale procedure: (#5193) · 8cb54cd7
      Sergey authored
      - do not run etcd role when etcd_kubeadm_enabled == true
      - remove default value 'systemd' for cgroup driver in containerd role.
        this value override autodetect in kubelet_cgroup_driver_detected from docker info
      8cb54cd7
  30. Aug 22, 2019
  31. Aug 14, 2019
  32. Aug 05, 2019
  33. Jul 30, 2019
  34. Jul 21, 2019
  35. Jul 15, 2019
  36. Jul 12, 2019
Loading