From 178b79f122798513a2df831e4dc1a208658e5bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 26 Aug 2020 16:39:51 +0200 Subject: [PATCH] install: Update Fedora information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's update the Fedora Installation Guide to reflect the current information on how to install kata packages provided by the distro itself. These are official packages and we, as Fedora members, recommend using kata-containers on Fedora 32 and onwards, as from this version everything works out-of-the-box. Also, Fedora 31 will reach its EOL as soon as Fedora 33 is out, which should happen on October. Fixes: #623 Signed-off-by: Fabiano FidĂȘncio --- docs/install/README.md | 10 +++++----- docs/install/fedora-installation-guide.md | 7 +------ 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/docs/install/README.md b/docs/install/README.md index f02481bc11..a353296907 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -42,7 +42,6 @@ Kata is packaged by the Kata community for: |Distribution (link to installation guide) | Versions | |-----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------| |[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) | |[Red Hat Enterprise Linux (RHEL)](rhel-installation-guide.md) | 7 | |[SUSE Linux Enterprise Server (SLES)](sles-installation-guide.md)| SLES 12 SP3 | @@ -52,10 +51,11 @@ Kata is packaged by the Kata community for: 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 | +|Distribution (link to packages) | Versions | +|-----------------------------------------------------------------|-------------| +|[CentOS](centos-installation-guide.md) | 8 | +|[Fedora](fedora-installation-guide.md) | 32, Rawhide | +|[openSUSE](https://software.opensuse.org/package/katacontainers) | Tumbleweed | ### Automatic Installation diff --git a/docs/install/fedora-installation-guide.md b/docs/install/fedora-installation-guide.md index 4bf0594e78..47780dcd9a 100644 --- a/docs/install/fedora-installation-guide.md +++ b/docs/install/fedora-installation-guide.md @@ -3,12 +3,7 @@ 1. Install the Kata Containers components with the following commands: ```bash - $ source /etc/os-release - $ ARCH=$(arch) - $ BRANCH="${BRANCH:-master}" - $ sudo dnf -y install dnf-plugins-core - $ sudo -E dnf config-manager --add-repo "http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/${BRANCH}/Fedora_${VERSION_ID}/home:katacontainers:releases:${ARCH}:${BRANCH}.repo" - $ sudo -E dnf -y install kata-runtime kata-proxy kata-shim + $ sudo -E dnf -y install kata-runtime ``` 2. Decide which container manager to use and select the corresponding link that follows: