- 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
-
- Feb 17, 2020
-
-
Manuel Cintron authored
Fixing and issue where if the pids in the orphan list no longer exist then all systemd child processes would be killed. (#5636)
-
Erwan Miran authored
* Ability to define plugins.cri.containerd params * addition of containerd field commented as an example * documentation of containerd_config
-
- Feb 07, 2020
-
-
Preslav Draganov authored
-
- Jan 29, 2020
-
-
Etienne Champetier authored
* containerd: add proxy support Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * kubespray-defaults: add kube_service_addresses / kube_pods_subnet to no_proxy CIDR notation in no_proxy is supported by a lot of programs/languages, including go: https://github.com/golang/go/issues/16704 Without that containerd cannot talk the the API server (kube_apiserver_ip), but it should not go through an external proxy for the nodes/pods/services Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Jan 28, 2020
-
-
Sergey authored
* Remove stale legacy yum docker repo /etc/yum.repos.d/docker.repo * move task 'Remove legacy docker repo file' to pre-upgrade.yml
-
- Jan 17, 2020
-
-
Matthew Mosesohn authored
* Change dockerproject.org to download.docker.com dockerproject.org was deprecated in 2017 and has gone down. * Restore yum repo for containerd Change-Id: I883bb512a2164a85865b1bd4fb569af0358c8c2b Co-authored-by: Craig Rodrigues <rodrigc@crodrigues.org>
-
- Dec 19, 2019
-
-
Fredrik Lönnegren authored
* Fix crictl * Reload systemd daemon before enabling service * Typo * Add crictl template * Remove seccomp.json for ubuntu * Set runtime path of runc for ubuntu * Change path to conmon
-
- Dec 16, 2019
-
-
Douglas Schilling Landgraf authored
There is no cri-tools package in CentOS/EPEL/Red Hat. Additionally, cri-tools is provided into the installation via roles/download/defaults/main.yml:104:crictl_download_url.
-
- Dec 09, 2019
-
-
Etienne Champetier authored
* Fix python3-libselinux installation for RHEL/CentOS 8 In bootstrap-centos.yml we haven't gathered the facts, so #5127 couldn't work Minimum ansible version to run kubespray is 2.7.8, so ansible_distribution_major_version is defined an there is no need to default it Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * Restart NetworkManager for RHEL/CentOS 8 network.service doesn't exist anymore # systemctl status network Unit network.service could not be found. Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * Add module_hotfixes=True to docker / containerd yum repo config https://bugzilla.redhat.com/show_bug.cgi?id=1734081 https://bugzilla.redhat.com/show_bug.cgi?id=1756473 Without this setting you end up with the following error: # yum install docker-ce Failed to set locale, defaulting to C Last metadata expiration check: 0:03:21 ago on Thu Sep 26 22:00:05 2019. Error: Problem: package docker-ce-3:19.03.2-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed - cannot install the best candidate for the job - package containerd.io-1.2.2-3.3.el7.x86_64 is excluded - package containerd.io-1.2.2-3.el7.x86_64 is excluded - package containerd.io-1.2.4-3.1.el7.x86_64 is excluded - package containerd.io-1.2.5-3.1.el7.x86_64 is excluded - package containerd.io-1.2.6-3.3.el7.x86_64 is excluded (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Dec 05, 2019
-
-
Maxime Guyot authored
-
- Nov 22, 2019
-
-
Etienne Champetier authored
Lot's of bugs and security fixes: https://github.com/containerd/containerd/releases/tag/v1.2.10 CVE-2019-16884 / CVE-2019-16276 https://github.com/containerd/containerd/releases/tag/v1.2.9 CVE-2019-9512 / CVE-2019-9514 / CVE-2019-9515 https://github.com/containerd/containerd/releases/tag/v1.2.8 CVE-2019-9512 / CVE-2019-9514 https://github.com/containerd/containerd/releases/tag/v1.2.7 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Nov 11, 2019
-
-
LuciferInLove authored
-
Dmitry Chusovitin authored
-
- Oct 16, 2019
-
-
Erwan Miran authored
-
- Sep 26, 2019
-
-
陈谭军 authored
-
- Sep 22, 2019
-
-
Sergey authored
- do not run etcd role when etcd_kubeadm_enabled == true - remove default value 'systemd' for cgroup driver in containerd role. this value override autodetect in kubelet_cgroup_driver_detected from docker info
-
- Aug 22, 2019
-
-
Neven Miculinic authored
* Added CRI-O support for ubuntu * implemented feedback * set crictl to fixed version * Fix errors during rebasing * Fix linting errors
-
Victor Morales authored
According to their compatibility matrix[1] the 1.11.5 version seems to be deprecated. This change updates the CentOS repository reference. [1] https://github.com/cri-o/cri-o#compatibility-matrix-cri-o---kubernetes-clusters
-
- Aug 14, 2019
-
-
Sergey Kolekonov authored
-
- Aug 05, 2019
-
-
Johannes Scheuermann authored
-
- Jul 30, 2019
-
-
okamototk authored
-
- Jul 21, 2019
-
-
rptaylor authored
-
- Jul 15, 2019
-
-
Hugo Blom authored
-
- Jul 12, 2019
-
-
Jeff Bornemann authored
Fixed Issue #1032 test case for OEL7 AIL with kubeadm Add packet CI stuff for oracle 7
-