- Dec 05, 2020
-
-
Sander Klein authored
This will make sure an upgrade doesn't upgrade the docker cli.
-
- Dec 04, 2020
-
-
Florian Ruynat authored
-
Sergey authored
* add crio registry mirror support * mdlint fix
-
OwenTuz authored
* Ensure libseccomp is installed before starting containerd on CentOS 8 * Simplify libseccomp install on CentOS 8 - Uses `package` module - Replaces complex version check with 'state: latest'. The version must be > 2.3 when using with cri-o. - Removes unnecessary `not is_ostree` condition as CentOS 8 does not use ostree
-
- Dec 03, 2020
-
-
Sergey authored
-
Pasquale Toscano authored
-
- Dec 01, 2020
-
-
Victor Morales authored
Signed-off-by: Victor Morales <v.morales@samsung.com>
-
Pasquale Toscano authored
-
Hans Feldt authored
* copying ssh key no longer required, works with password auth * use copy module instead of synchronize (which requires sshpass) * less tasks and always changed tasks
-
- Nov 30, 2020
-
-
Danilo Riecken P. de Morais authored
-
Sergey authored
* containerd docker hub registry mirror support * add docs * fix typo * fix yamllint * fix indent in sample and ansible-playbook param in testcases_run * fix md * mv common vars to tests/common/_docker_hub_registry_mirror.yml * checkout vars to upgrade tests
-
- Nov 28, 2020
-
-
Bas van den Brink authored
-
- Nov 24, 2020
-
-
Barry Melbourne authored
-
- Nov 23, 2020
-
-
Hans Feldt authored
* fix flake8 errors in Kubespray CI - tox-inventory-builder * Invalidate CRI-O kubic repo's cache Signed-off-by: Victor Morales <v.morales@samsung.com> * add support to configure pkg install retries and use in CI job tf-ovh_ubuntu18-calico (due to it failing often) * Switch Calico, Cilium and MetalLB image repos to Quay.io Co-authored-by: Victor Morales <v.morales@samsung.com> Co-authored-by: Barry Melbourne <9964974+bmelbourne@users.noreply.github.com>
-
- Nov 03, 2020
-
-
Hans Feldt authored
Package upgrade restarts crio. By creating/updating config first, an extra restart can be avoided.
-
- Nov 02, 2020
-
-
Victor Morales authored
Fedora 31 uses Cgroups v2 by default. This change by passes the kernel parameter systemd.unified_cgroup_hierarchy=0. Signed-off-by: Victor Morales <v.morales@samsung.com>
-
- Oct 26, 2020
-
-
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
-
- Oct 23, 2020
-
-
Victor Morales authored
* Enable Kata Containers for CRI-O runtime Kata Containers is an OCI runtime where containers are run inside lightweight VMs. This runtime has been enabled for containerd runtime thru the kata_containers_enabled variable. This change enables Kata Containers to CRI-O container runtime. Signed-off-by: Victor Morales <v.morales@samsung.com> * Set appropiate conmon_cgroup when crio_cgroup_manager is 'cgroupfs' * Set manage_ns_lifecycle=true when KataContainers is enabed * Add preinstall check for katacontainers Signed-off-by: Victor Morales <v.morales@samsung.com> Co-authored-by: Pasquale Toscano <pasqualetoscano90@gmail.com>
-
- Oct 20, 2020
-
-
Etienne Champetier authored
This fixes the Containerd + EL8 case that was missed in 7d1ab337 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 ``` Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Oct 13, 2020
-
-
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
-
- Oct 07, 2020
-
-
Hans Feldt authored
-
- Sep 25, 2020
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Sep 23, 2020
-
-
Florian Ruynat authored
-
- Sep 17, 2020
-
-
Pasquale Toscano authored
-
- Sep 15, 2020
-
-
Florian Ruynat authored
-
- Sep 10, 2020
-
-
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.
-
- Aug 31, 2020
-
-
Barry Melbourne authored
* Set Docker Cgroup driver to systemd * Add docker_cgroup_driver in Docker defaults
-
- Aug 28, 2020
-
-
Barry Melbourne authored
-
Maxime Guyot authored
-
- Aug 27, 2020
-
-
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"
-
- Aug 21, 2020
-
-
*=0=1=4=* authored
-
- Aug 18, 2020
-
-
Bernard Landon authored
-
- Aug 04, 2020
-
-
Victor Morales authored
Signed-off-by: Victor Morales <v.morales@samsung.com>
-
- Aug 01, 2020
-
-
Hans Feldt authored
* log level by default increased to 'info' * cgroup manager by default set to 'systemd' * stream port (used by kubelet) bound to 127.0.0.1 for security reasons * metrics can be enabled and port specified
-
Cristian Chiru authored
* Moved docker_dns_options to defaults so it can be overridden * Fixed yaml indentation and markdown * Moved docker_dns_search_domains to defaults
-
- Jul 31, 2020
-
-
Florian Ruynat authored
-
- Jul 28, 2020
-
-
Maxime Guyot authored
-
Maxime Guyot authored
-
- Jul 27, 2020
-
-
Maxime Guyot authored
-