From bc545c65491b1441fdf41a14f3915a139034d76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 26 Aug 2020 16:13:56 +0200 Subject: [PATCH] install: Update CentOS information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's update the CentOS Installation Guide to reflect the current information on how to install kata packages provided by the Virtualiation Special Interest Group. These are not official CentOS packages, as those are not coming from Red Hat Enterprise Linux. These are the same packages we have on Fedora and we have decided to keep them up-to-date and sync'ed on both Fedora and CentOS, so people can give Kata Containers a try also on CentOS. The nature of these packages makes me think that those are "as official as they can be", so that's the reason I've decided to add the instructions to the "official" table. Together with the change in the Installation Guide, let's also update the README and reflect the fact we **strongly recommend** using CentOS 8, with the packages provided by the Virtualization Special Interest Group, instead of using the CentOS 7 with packages built on OBS. Fixes: #623 Signed-off-by: Fabiano FidĂȘncio --- docs/install/README.md | 2 +- docs/install/centos-installation-guide.md | 23 ++++++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/docs/install/README.md b/docs/install/README.md index 6f6ff66248..f02481bc11 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -41,7 +41,6 @@ Kata is packaged by the Kata community for: |Distribution (link to installation guide) | Versions | |-----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------| -|[CentOS](centos-installation-guide.md) | 7 | |[Debian](debian-installation-guide.md) | 9, 10 | |[Fedora](fedora-installation-guide.md) | 28, 29, 30 | |[openSUSE](opensuse-installation-guide.md) | [Leap](opensuse-leap-installation-guide.md) (15, 15.1)
[Tumbleweed](opensuse-tumbleweed-installation-guide.md) | @@ -55,6 +54,7 @@ Kata packages are provided by official distribution repositories for: |Distribution (link to packages) | Versions | |-----------------------------------------------------------------|------------| +|[CentOS](centos-installation-guide.md) | 8 | |[openSUSE](https://software.opensuse.org/package/katacontainers) | Tumbleweed | diff --git a/docs/install/centos-installation-guide.md b/docs/install/centos-installation-guide.md index da53a0b8e0..58173036c1 100644 --- a/docs/install/centos-installation-guide.md +++ b/docs/install/centos-installation-guide.md @@ -4,11 +4,24 @@ ```bash $ source /etc/os-release - $ sudo yum -y install yum-utils - $ ARCH=$(arch) - $ BRANCH="${BRANCH:-master}" - $ sudo -E yum-config-manager --add-repo "http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/${BRANCH}/CentOS_${VERSION_ID}/home:katacontainers:releases:${ARCH}:${BRANCH}.repo" - $ sudo -E yum -y install kata-runtime kata-proxy kata-shim + $ cat <