zuul-jobs/roles/ensure-kubernetes
James E. Blair 300ee42863 Revert "Revert cri-dockerd changes"
This reverts commit c4a6669912.

The change was originally reverted because it broke testing on Jammy.
Jammy broke because it was attempting to install cri-o using the Bionic
method via a PPA. This is no longer valid for newer Ubuntu, and Focal
uses a different process too. We update the cri-o installation for Jammy
to match Focal and make this method the default so that new Ubuntu
releases default to modern installation methods. Bionic continues to
install from a PPA.

Additionally we bump the cri-o version from 1.15 to 1.24 to get a
version that has packages for both Focal and Jammy. This new version
requires we also install cri-o-runc separately as they don't seem to
have proper package dependencies in place between these two packages.
The crio systemd service fails to start without cri-o-runc installed.

Change-Id: Ic29576e26be094744cc1b169a3c8f0bca814f089
2022-07-28 11:57:28 -07:00
..
defaults Add addons args in ensure-kubernetes role 2020-06-02 22:49:00 +03:00
tasks Revert "Revert cri-dockerd changes" 2022-07-28 11:57:28 -07:00
templates Rename install-kubernetes to ensure-kubernetes for consistency 2020-04-04 15:41:29 -04:00
README.rst Add addons args in ensure-kubernetes role 2020-06-02 22:49:00 +03:00

README.rst

An ansible role to install kubernetes.

Role Variables