From 3f90561bf1145b8beaee0ce5cb9926582eef697d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 30 Mar 2021 21:39:00 +0200 Subject: [PATCH 1/3] docs: Update Fedora install docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package to be installed on Fedora is `kata-containers` instead of `kata-runtime`. The difference being `kata-runtime` is the 1.x package, while `kata-containers` is the 2.x one. Fixes: #1582 Signed-off-by: Fabiano FidĂȘncio --- docs/install/fedora-installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/fedora-installation-guide.md b/docs/install/fedora-installation-guide.md index cce1f25065..4f9d7e5751 100644 --- a/docs/install/fedora-installation-guide.md +++ b/docs/install/fedora-installation-guide.md @@ -3,7 +3,7 @@ 1. Install the Kata Containers components with the following commands: ```bash - $ sudo -E dnf -y install kata-runtime + $ sudo -E dnf -y install kata-containers ``` 2. Decide which container manager to use and select the corresponding link that follows: From 1ce29fc95973fbb474cb3d94a659f248e91f7746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 30 Mar 2021 21:49:19 +0200 Subject: [PATCH 2/3] docs: Update CentOS install docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are two changes here. There first one being relying on the `centos-release-advanced-virtualization` package instead providing the content of the repo ourselves; and the second one being installing `kata-containers` (2.x) instead of the `kata-runtime` one (1.x). Fixes: #1583 Signed-off-by: Fabiano FidĂȘncio --- docs/install/centos-installation-guide.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/install/centos-installation-guide.md b/docs/install/centos-installation-guide.md index f55f20d962..df7340d268 100644 --- a/docs/install/centos-installation-guide.md +++ b/docs/install/centos-installation-guide.md @@ -3,15 +3,9 @@ 1. Install the Kata Containers components with the following commands: ```bash + $ sudo -E dnf install -y centos-release-advanced-virtualization + $ sudo -E dnf module disable -y virt:rhel $ source /etc/os-release - $ cat < Date: Tue, 30 Mar 2021 22:20:53 +0200 Subject: [PATCH 3/3] docs: Update minimum version for Fedora MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The minimum version where everything was running out-of-the-box, for 2.x package, is Fedora 34. Signed-off-by: Fabiano FidĂȘncio --- docs/install/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/README.md b/docs/install/README.md index 0f256df751..41b7bafdbf 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -50,7 +50,7 @@ Kata packages are provided by official distribution repositories for: | Distribution (link to installation guide) | Minimum versions | |----------------------------------------------------------|--------------------------------------------------------------------------------| | [CentOS](centos-installation-guide.md) | 8 | -| [Fedora](fedora-installation-guide.md) | 32, Rawhide | +| [Fedora](fedora-installation-guide.md) | 34 | > **Note::** >