Skip to content
Snippets Groups Projects
  1. Apr 21, 2021
  2. Dec 21, 2020
  3. Dec 04, 2020
  4. Dec 01, 2020
  5. Nov 28, 2020
  6. Oct 23, 2020
  7. 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
  8. 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
  9. 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
  10. Aug 01, 2020
  11. May 28, 2020
  12. Apr 24, 2020
    • spaced's avatar
      Centos, debian and fedora CRI-O repo (#6008) · cf1566e8
      spaced authored
      * replace removed repo with kubic repository for centos 7
      
      * add crio configuration for centos8
      
      * add crio configurations for debian
      
      * use correct crio version for fedora
      
      * simplify calulation of required crio version
      - gives possibility to overwrite
      
      * change default path for runc
      
      * change default for seccomp path
      
      * change default for conmon
      cf1566e8
  13. Apr 23, 2020
    • spaced's avatar
      Ubuntu crio repo (#5994) · b0484fe3
      spaced authored
      * declare kubic repo for ubuntu
      
      * do not install crictl twice
      
      * move fedora repo modular tasks to crio_repo file
      
      * move centos repo tasks to crio_repo
      
      * declare crio version matrix for ubuntu
      
      * update documentation crio support for ubuntu
      b0484fe3
  14. Apr 22, 2020
  15. Apr 11, 2020
    • spaced's avatar
      Cleanup fedora coreos with crio container (#5887) · 9c3b573f
      spaced authored
      * fix upgrade of crio on fcos
      - update documents
      
      * install conntrack required by kube-proxy
      - like commit 48c41bcb
      
      * enable fedora modular repo for crio
      
      * allow to override crio configuration
      - set cgroup manager same to kubelet_cgroup_driver if defined
      - path of seccomp_profile depends on distribution
      
      * allow to override crio configuration
      - fix path for ubuntu
      
      * allow to override crio configuration
      - fix cni path for fcos
      9c3b573f
  16. Aug 22, 2019
  17. May 27, 2019
  18. Oct 10, 2018
  19. Aug 28, 2018
Loading