From 2888ceb0242e63bebae5943ff9b5fb9ac559d375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com> Date: Tue, 30 Mar 2021 22:19:02 +0200 Subject: [PATCH] docs: Remove SLE installation guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The content of the SLE installation guide is related to the 1.x packages, as SUSE doesn't provide katacontainers 2.x packages. Fixes: #1586 Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com> --- docs/install/README.md | 1 - docs/install/sle-installation-guide.md | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 docs/install/sle-installation-guide.md diff --git a/docs/install/README.md b/docs/install/README.md index 7831a36a87..27ec23d800 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -52,7 +52,6 @@ Kata packages are provided by official distribution repositories for: | [CentOS](centos-installation-guide.md) | 8 | | [Fedora](fedora-installation-guide.md) | 32, Rawhide | | [openSUSE](opensuse-installation-guide.md) | [Leap 15.1](opensuse-leap-15.1-installation-guide.md)<br>Leap 15.2, Tumbleweed | -| [SUSE Linux Enterprise (SLE)](sle-installation-guide.md) | SLE 15 SP1, 15 SP2 | > **Note::** > diff --git a/docs/install/sle-installation-guide.md b/docs/install/sle-installation-guide.md deleted file mode 100644 index ba7cff288c..0000000000 --- a/docs/install/sle-installation-guide.md +++ /dev/null @@ -1,13 +0,0 @@ -# Install Kata Containers on SLE - -1. Install the Kata Containers components with the following commands: - - ```bash - $ source /etc/os-release - $ DISTRO_VERSION=$(sed "s/-/_/g" <<< "$VERSION") - $ sudo -E zypper addrepo --refresh "https://download.opensuse.org/repositories/devel:/kubic/SLE_${DISTRO_VERSION}_Backports/devel:kubic.repo" - $ sudo -E zypper -n --gpg-auto-import-keys install katacontainers - ``` - -2. Decide which container manager to use and select the corresponding link that follows: - - [Kubernetes](../Developer-Guide.md#run-kata-containers-with-kubernetes)