- 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
-
- Jul 22, 2020
-
-
Florian Ruynat authored
-
- Jul 13, 2020
-
-
Daniel Schade authored
* Enable fedora modular repos for fcos #6299 * Fixed fedora modular repos activation for fcos #6300
-
- Jul 07, 2020
-
-
Hans Feldt authored
CI job 624031102 failed with: fatal: [ubuntu1804]: FAILED! => {"changed": false, "msg": "Failed to download key at https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_18.04/Release.key : Request failed: <urlopen error [Errno -3] Temporary failure in name resolution>"} Assuming its a temporary problem it should get more robust with a couple of retries like in other roles. Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
-
- Jun 29, 2020
-
-
Joel Seguillon authored
-
- Jun 22, 2020
-
-
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
-
- Jun 08, 2020
-
-
Florian Ruynat authored
-
- 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
-