From 2888ceb0242e63bebae5943ff9b5fb9ac559d375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 30 Mar 2021 22:19:02 +0200 Subject: [PATCH 1/2] 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 --- 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)
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) From a9ff9c8707843336517fe9ed6ddbb5863a631733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 30 Mar 2021 22:22:49 +0200 Subject: [PATCH 2/2] docs: Remove openSUSE installation guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The content of the openSUSE installation guide is related to the 1.x packages, as openSUSE doesn't provide katacontainers 2.x packages. Fixes: #1585 Signed-off-by: Fabiano FidĂȘncio --- docs/install/README.md | 1 - docs/install/opensuse-installation-guide.md | 10 ---------- docs/install/opensuse-leap-15.1-installation-guide.md | 11 ----------- 3 files changed, 22 deletions(-) delete mode 100644 docs/install/opensuse-installation-guide.md delete mode 100644 docs/install/opensuse-leap-15.1-installation-guide.md diff --git a/docs/install/README.md b/docs/install/README.md index 27ec23d800..0f256df751 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -51,7 +51,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)
Leap 15.2, Tumbleweed | > **Note::** > diff --git a/docs/install/opensuse-installation-guide.md b/docs/install/opensuse-installation-guide.md deleted file mode 100644 index 02ce2aa8d3..0000000000 --- a/docs/install/opensuse-installation-guide.md +++ /dev/null @@ -1,10 +0,0 @@ -# Install Kata Containers on openSUSE - -1. Install the Kata Containers components with the following commands: - - ```bash - $ sudo -E zypper -n 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) diff --git a/docs/install/opensuse-leap-15.1-installation-guide.md b/docs/install/opensuse-leap-15.1-installation-guide.md deleted file mode 100644 index 6affa6900e..0000000000 --- a/docs/install/opensuse-leap-15.1-installation-guide.md +++ /dev/null @@ -1,11 +0,0 @@ -# Install Kata Containers on openSUSE Leap 15.1 - -1. Install the Kata Containers components with the following commands: - - ```bash - $ sudo -E zypper addrepo --refresh "https://download.opensuse.org/repositories/devel:/kubic/openSUSE_Leap_15.1/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)