- 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
-
- Jul 11, 2019
-
-
Matthew Mosesohn authored
* Enable containerd to deploy vanilla containerd package Fixes kubeadm references to CRI socket for containerd Fixes download role cache feature to work with containerd Change-Id: I2ab8f0031107e2f0d1a85c39b4beb66f08509a01 * use containerd for flannel-addons job Change-Id: Ied375c7d65e64a625ffbd995ff16f2374067dee6 * add containerd vars Change-Id: Ib9a8a04e501c481a86235413cbec63f3672baf91 * fixup vars Change-Id: Ibea64e4b18405a578b52a13da100384582aa24c2 * more fixes * fix rh repo Change-Id: I00575a77cfb7b81d6095db5d918a52023c8f13ba * Adjust helm host install for containerd
-
- Jul 08, 2019
-
-
rptaylor authored
* Add support for Docker plugins * support multiple Docker plugins using looped include * fix yamllint error
-
- Jun 30, 2019
-
-
okamototk authored
* Add limited containerd support Containerd support for Ubuntu + Calico * Added CRI-O support for ubuntu * containerd support. * Reset containerd support. * fix lint. * implemented feedback * Change task name cri xx instead of cri-o in reset task and timeout condition. * set crictl to fixed version * Use docker-ce's container.io package for containerd. * Add check containerd is installable or not. * Avoid stop docker when use containerd and optimize retry for reset. * Add config.toml. * Fixed containerd for kubelet.env. * Merge PR #4629 * Remove unused ubuntu variable for containerd * Polish code for containerd and cri-o * Refactoring cri socket configuration. * Configurable conmon. * Remove unused crictl/runc download * Now crictl and runc is downloaded by common crictl.yml. * fixed yamllint error * Fixed brokenfiles by conflict. * Remove commented line in config.toml * Remove readded v1.12.x version * Fixed broken set_docker_image_facts * Fix yamllint errors. * Remove unused apt source * Fix crictl could not be installed * Add containerd config from skolekonov's PR #4601
-
- Jun 06, 2019
-
-
Scott Charron authored
* use dpkg_selections module to hold docker-ce on Debian family hosts * removed debian_docker.j2 template as it is no longer required
-
- May 27, 2019
-
-
Dani Comnea authored
-
- May 16, 2019
-
-
MarkusTeufelberger authored
-
- May 09, 2019
-
-
Sandro Modarelli authored
-
- May 03, 2019
-
-
MarkusTeufelberger authored
-
- Apr 29, 2019
-
-
Florent Monbillard authored
When docker_container_storage_setup is false, docker service should not depend on docker-storage-setup service, because it's not installed. For example, when using overlay2 on recent RHEL 7/Centos 7 kernels, you most likely don't need it.
-
Andreas Krüger authored
-
MarkusTeufelberger authored
-
- Apr 24, 2019
-
-
Matthew Mosesohn authored
We don't need to support upgrades from 2 year old installs, just from the last major version. Also changed most retried tasks to 1s delay instead of longer.
-
Chad Swenson authored
As of kubernetes v1.14, docker 18.09 is [validated for use](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#external-dependencies). Docker 1.11 and 1.12 were dropped. This patch: - Updates the default docker version to 18.09 - Updates Docker packages to the latest 18.09 patch (18.09.5) - Removes options for Docker 1.11 and 1.12
-
MarkusTeufelberger authored
-
- Apr 20, 2019
-
-
Rabi Mishra authored
-
- Apr 19, 2019
-
-
Victor Morales authored
The BINDIR variable defined on the runc's Makefile[1] defines installation path is on $(PREFIX)/sbin which used for most of the Linux distributions. This change fixes the absolute path used for non-ClearLinux distributions (CentOS, Ubuntu). [1] https://github.com/opencontainers/runc/blob/master/Makefile#L10
-
- Apr 09, 2019
-
-
Markos Chandras authored
* Vagrantfile: Bump openSUSE to Leap 15.0 * roles: container-engine: Add 'containerd' package for openSUSE The 'containerd' package contains the docker-containerd and docker-containerd-shim binaries. We also need to ensure that the latest version is installed since an older version may already be present (eg GCE images) * Remove docker log-opts for opensuse * roles: bootstrap-os: Use lowercase 'o' for openSUSE OpenSUSE is not a valid family name. The correct one is openSUSE * roles: bootstrap-os: Update zypper cache before first installation The zypper cache may be outdated so ensure that it's fully updated before we try and install the bootstrap packages.
-
- Apr 03, 2019
-
-
Sergey authored
-
- Apr 02, 2019
-
-
Gautam Divgi authored
-
Chad Swenson authored
Both the `yum` and `apt` modules support a list as input, this allows us avoid the slower `with_items` approach, which can take a long time with a large count of cluster nodes.
-
- Apr 01, 2019
-
-
Matthew Mosesohn authored
Both kubedns and dnsmasq modes are long not maintained. We should run dns_late steps at the end because sshd makes DNS lookups during Ansible run and has 2s timeouts for each failed lookup trying to connect to coredns before it is ready.
-