Skip to content
  1. Dec 24, 2020
  2. Dec 21, 2020
  3. Dec 17, 2020
  4. Dec 09, 2020
  5. Dec 05, 2020
  6. Dec 04, 2020
  7. Dec 03, 2020
  8. Dec 01, 2020
  9. Nov 30, 2020
  10. Nov 28, 2020
  11. Nov 24, 2020
  12. Nov 23, 2020
  13. Nov 03, 2020
  14. Nov 02, 2020
  15. 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
  16. Oct 23, 2020
  17. Oct 20, 2020
  18. 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
  19. Oct 07, 2020
  20. Sep 25, 2020
  21. Sep 23, 2020
  22. Sep 17, 2020
  23. Sep 15, 2020
  24. 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
  25. Aug 31, 2020
  26. Aug 28, 2020
  27. 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
  28. Aug 21, 2020
  29. Aug 18, 2020
  30. Aug 04, 2020
  31. Aug 01, 2020
Loading