Skip to content
  1. Jul 27, 2020
  2. Jul 22, 2020
  3. Jul 13, 2020
  4. Jul 07, 2020
  5. Jun 29, 2020
  6. 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
  7. Jun 08, 2020
  8. Jun 05, 2020
  9. 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
  10. May 29, 2020
  11. May 28, 2020
  12. May 25, 2020
  13. May 18, 2020
  14. May 15, 2020
  15. May 13, 2020
  16. May 12, 2020
  17. May 09, 2020
  18. May 08, 2020
  19. May 07, 2020
  20. May 05, 2020
  21. Apr 29, 2020
  22. Apr 28, 2020
  23. 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
  24. Apr 22, 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
    • Maxime Guyot's avatar
      Add CRI-O CI (#5460) · 09bccc97
      Maxime Guyot authored
      09bccc97
  25. Apr 21, 2020
    • Victor Morales's avatar
      Add proxy support to CRI-O service (#4607) · 2bec26db
      Victor Morales authored
      * Add proxy support to CRI-O service
      
      The crio.service requires proxy environment variables when it's
      deployed behind a corporated network. This change creates a systemd
      configuration file when the proxy variables are defined.
      
      * Remove unnecesary crio's tasks
      2bec26db
  26. Apr 18, 2020
  27. Apr 16, 2020
  28. Apr 14, 2020
  29. 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
  30. Apr 09, 2020
    • Denis Kadyshev's avatar
      Proxy fixes (#5869) · 7d1ab337
      Denis Kadyshev authored
      * Fix proxy and module_hotfixes
      
      On CentOS 8 with proxy ansible render inline `proxy` and `module_hotfixes` options.
      
      For example:
      
      `proxy=http://127.0.0.1:3128module_hotfixes=True`
      
      But expected result:
      
      ```
      proxy=http://127.0.0.1:3128
      module_hotfixes=True
      ```
      
      * Use ini_file module for work with ini files
      
      * Prevent duplicates proxy= option in /etc/yum.conf
      
      Module `lineinfile` is weak, use most powerful module `ini_file` and add or remove `proxy=` when `http_proxy` is defined or not.
      7d1ab337
  31. Apr 08, 2020
  32. Apr 01, 2020
  33. Mar 30, 2020
  34. Mar 25, 2020
  35. Mar 24, 2020
  36. Mar 18, 2020
  37. Mar 17, 2020
    • spaced's avatar
      Fedora CoreOS support (#5657) · 876d4de6
      spaced authored
      * fedora coreos support
      - bootstrap and new fact for
      
      * fedora coreos support
      - fix bootstrap condition
      
      * fedora coreos support
      - allow customize packages for fedora coreos bootstrap
      
      * fedora coreos support
      - prevent install ptyhon3 and epel via dnf for fedora coreos
      
      * fedora coreos support
      - handle all ostree like os in same way
      
      * fedora coreos support
      - handle all ostree like os in same way for crio
      
      * fedora coreos support
      - add fcos documentations
      876d4de6
Loading