Skip to content
  1. Mar 30, 2020
  2. Mar 25, 2020
  3. Mar 24, 2020
  4. Mar 18, 2020
  5. 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
  6. Mar 16, 2020
  7. 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
  8. Mar 13, 2020
  9. Mar 11, 2020
  10. Mar 05, 2020
  11. Feb 23, 2020
  12. Feb 18, 2020
  13. Feb 17, 2020
  14. Feb 07, 2020
  15. Jan 29, 2020
  16. Jan 28, 2020
  17. Jan 17, 2020
  18. 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
  19. Dec 16, 2019
  20. 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
  21. Dec 05, 2019
  22. Nov 22, 2019
  23. Nov 11, 2019
  24. Oct 16, 2019
  25. Sep 26, 2019
  26. 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
  27. Aug 22, 2019
  28. Aug 14, 2019
  29. Aug 05, 2019
  30. Jul 30, 2019
  31. Jul 21, 2019
  32. Jul 15, 2019
  33. Jul 12, 2019
  34. Jul 11, 2019
    • Matthew Mosesohn's avatar
      Enable containerd to deploy vanilla containerd package (#4951) · 29307740
      Matthew Mosesohn authored
      * Enable containerd to deploy vanilla containerd package
      
      Fixes kubeadm references to CRI socket for containerd
      Fixes download role cache feature to work with containerd
      
      Change-Id: I2ab8f0031107e2f0d1a85c39b4beb66f08509a01
      
      * use containerd for flannel-addons job
      
      Change-Id: Ied375c7d65e64a625ffbd995ff16f2374067dee6
      
      * add containerd vars
      
      Change-Id: Ib9a8a04e501c481a86235413cbec63f3672baf91
      
      * fixup vars
      
      Change-Id: Ibea64e4b18405a578b52a13da100384582aa24c2
      
      * more fixes
      
      * fix rh repo
      
      Change-Id: I00575a77cfb7b81d6095db5d918a52023c8f13ba
      
      * Adjust helm host install for containerd
      29307740
  35. Jul 08, 2019
  36. Jun 30, 2019
    • okamototk's avatar
      containerd support (#4664) · 4c8b93e5
      okamototk authored
      * Add limited containerd support
      
      Containerd support for Ubuntu + Calico
      
      * Added CRI-O support for ubuntu
      
      * containerd support.
      
      * Reset  containerd support.
      
      * fix lint.
      
      * implemented feedback
      
      * Change task name cri xx instead of cri-o in reset task and timeout condition.
      
      * set crictl to fixed version
      
      * Use docker-ce's container.io package for containerd.
      
      * Add check containerd is installable or not.
      
      * Avoid stop docker when use containerd and optimize retry for reset.
      
      * Add config.toml.
      
      * Fixed containerd for kubelet.env.
      
      * Merge PR #4629
      
      * Remove unused ubuntu variable for containerd
      
      * Polish code for containerd and cri-o
      
      * Refactoring cri socket configuration.
      
      * Configurable conmon.
      
      * Remove unused crictl/runc download
      
      * Now crictl and runc is downloaded by common crictl.yml.
      
      * fixed yamllint error
      
      * Fixed brokenfiles by conflict.
      
      * Remove commented line in config.toml
      
      * Remove readded v1.12.x version
      
      * Fixed broken set_docker_image_facts
      
      * Fix yamllint errors.
      
      * Remove unused apt source
      
      * Fix crictl could not be installed
      
      * Add containerd config from skolekonov's PR #4601
      4c8b93e5
  37. Jun 06, 2019
Loading