- Jun 05, 2020
-
-
Lovro Seder authored
* Manage containerd.io package with docker CRI. * Refactor common containerd stuff to separate role * Fix check mode and unnecessary shell.
-
- Jun 04, 2020
-
-
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
-
- May 29, 2020
-
-
petruha authored
* Update containerd package to 1.2.13-3.2.el7 * Update Fedora containerd package versions. * Update Redhat containerd stable and edge packages.
-
- May 28, 2020
-
-
Florian Ruynat authored
-
spaced authored
-
- May 25, 2020
-
-
Florian Ruynat authored
-
- May 18, 2020
-
-
Maxime Guyot authored
-
- May 15, 2020
-
-
jeanfabrice authored
-
- May 13, 2020
-
-
tasekida authored
-
- May 12, 2020
-
-
Hector S authored
-
- May 09, 2020
-
-
Florian Ruynat authored
-
- May 08, 2020
-
-
Florian Ruynat authored
-
- May 07, 2020
-
-
Florent Monbillard authored
-
- May 05, 2020
-
-
Maxime Guyot authored
-
- Apr 29, 2020
-
-
Maxime Guyot authored
-
- Apr 28, 2020
-
-
Maxime Guyot authored
-
- Apr 24, 2020
-
-
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
-
- Apr 22, 2020
-
-
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
-
Maxime Guyot authored
-
- Apr 21, 2020
-
-
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
-
- Apr 18, 2020
-
-
Maxime Guyot authored
-
- Apr 16, 2020
-
-
aharrisson authored
* Add Molecule for container-engine/docker * Add bootstrap-os to Molecule prepare stage
-
- Apr 14, 2020
-
-
Christopher Randles authored
-
- Apr 11, 2020
-
-
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
-
- Apr 09, 2020
-
-
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.
-
- Apr 08, 2020
-
-
Alexander Kross authored
-
Maxime Guyot authored
-
- Apr 01, 2020
-
-
matjazp authored
-
- Mar 30, 2020
-
-
Christopher Randles authored
Signed-off-by: Chris Randles <randles.chris@gmail.com>
-
- Mar 25, 2020
-
-
Etienne Champetier authored
we can't set module_hotfixes=True using yum_repository ansible module Fixes 38688a44 (keep docker-ce.repo name) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Mar 24, 2020
-
-
Pierre Gaxatte authored
-
- Mar 18, 2020
-
-
spaced authored
-
- Mar 17, 2020
-
-
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
-
- Mar 16, 2020
-
-
Pasquale Toscano authored
* Add variables to configure Containerd default runtime, untrusted runtime and additional runtimes * Add containerd settings to sample inventory * Empty commit
-
- Mar 14, 2020
-
-
Xiaodu authored
* Add docker-ce 19.03 packages for Debian & Ubuntu K8s has updated the recommended Docker version to 19.03. More specifically it should be 19.03.4, but since we used 18.06.7 instead of .2, I'm assuming the latest patch version should be used here as well. * Add docker 19.03 for redhat
-
- Mar 13, 2020
-
-
Danilo Riecken P. de Morais authored
-
- Mar 11, 2020
-
-
Etienne Champetier authored
https://github.com/containerd/containerd/releases/tag/v1.2.11 CVE-2019-16884 / CVE-2019-17596 https://github.com/containerd/containerd/releases/tag/v1.2.12 CVE-2019-19921 / CVE-2019-16884 / CVE-2019-11253 https://github.com/containerd/containerd/releases/tag/v1.2.13 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Mar 05, 2020
-
-
Kubernetes Prow Robot authored
* Add metrics exporting in containerd config * Add containerd.yml with containerd configuration example to the sample group_vars
-
- Feb 23, 2020
-
-
Victor Morales authored
This 38688a44 change replaces the value for dockerproject_.+_repo_.+ docker variables but their new value was previously defined in other variables. This change removes the dockerproject_.+_repo_.+ docker variables in favor of the older ones.
-
- Feb 18, 2020
-
-
Sylvain Chateau authored
-