Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. 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
  4. Aug 01, 2020
  5. May 28, 2020
  6. 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
  7. 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
  8. Apr 22, 2020
  9. 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
  10. Aug 22, 2019
  11. May 27, 2019
  12. Oct 10, 2018
  13. Aug 28, 2018
Loading