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