Skip to content
  1. Nov 24, 2020
  2. Nov 23, 2020
  3. Nov 03, 2020
  4. Nov 02, 2020
  5. Oct 26, 2020
    • Hans Feldt's avatar
      Install cri-o with package version (#6853) · d36b5d7d
      Hans Feldt authored
      and thereby support upgrade from e.g. 1.18.x to 1.19.y
      
      Included OSes:
      - Centos7/8
      - Ubuntu18/20
      
      New variables for overriding by default installed packages:
      - centos_crio_packages
      - ubuntu_crio_packages
      d36b5d7d
  6. Oct 23, 2020
  7. Oct 20, 2020
  8. Oct 13, 2020
    • Hans Feldt's avatar
      bump crio version to 1.19 (#6758) · 4781df58
      Hans Feldt authored
      * bump crio version to 1.19
      
      * crio package name has changed for debian/ubuntu
      * crio upgrade does not work, see #6757
      
      * update crio info in docs
      4781df58
  9. Oct 07, 2020
  10. Sep 25, 2020
  11. Sep 23, 2020
  12. Sep 17, 2020
  13. Sep 15, 2020
  14. Sep 10, 2020
    • Hans Feldt's avatar
      crio: use system default for storage driver by default (#6637) · a2d4dbee
      Hans Feldt authored
      After host reboot kubelet and crio goes into a loop and no container is started.
      
      storage_driver in crio.conf overrides system defaults in etc/containers/storage.conf
      
      /etc/containers/storage.conf is installed by package containers-common dependency
      installed from cri-o (centos7) and contains "overlay".
      
      Hosts already configured with overlay2 should be reconfigured and the
      /var/lib/containers content removed.
      a2d4dbee
  15. Aug 31, 2020
  16. Aug 28, 2020
  17. Aug 27, 2020
    • Hans Feldt's avatar
      cri-o: add variable to configure unsecure pull (#6568) · 9e2d2827
      Hans Feldt authored
      By default do not allow "unqualified" (without a registry) images
      because it is considered unsecure and subject to mitm attacks.
      
      To enable insecure pull configure for example:
      
      crio_registries:
        - "docker.io"
        - "quay.io"
      9e2d2827
  18. Aug 21, 2020
  19. Aug 18, 2020
  20. Aug 04, 2020
  21. Aug 01, 2020
  22. Jul 31, 2020
  23. Jul 28, 2020
  24. Jul 27, 2020
  25. Jul 22, 2020
  26. Jul 13, 2020
  27. Jul 07, 2020
  28. Jun 29, 2020
  29. Jun 22, 2020
    • Pasquale Toscano's avatar
      Add support for Kata Containers (#6256) · 8f5c4dcd
      Pasquale Toscano authored
      * Install Kata Containers as additional container runtime
      
      * Create RuntimeClasses for Kata Containers
      
      * Updated Vagrant to optionally run without Docker as container manager
      
      * Updated Vagrant to optionally use Libvirt nested virtualization
      
      * Add Kata Containers documentation
      
      * Fix lint errors
      
      * Add kata_containers_enabled to kubespray-defaults
      
      * Fixed typo error
      
      * Fixed typo error
      8f5c4dcd
  30. Jun 08, 2020
  31. Jun 05, 2020
  32. Jun 04, 2020
    • spaced's avatar
      fix CRI-O repos for centos distributions (#6224) · 750db913
      spaced authored
      * fix CRI-O repos for centos distributions
      
      * fix CRI-O repos for centos distributions
      - revert workarounds
      
      * fix CRI-O repos for centos distributions
      - use https for centos repos
      
      * avoid 302 redirects for centos repos
      750db913
  33. May 29, 2020
  34. May 28, 2020
  35. May 25, 2020
Loading