mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-23 09:47:25 +00:00
Merge pull request #1587 from fidencio/wip/update-install-docs-for-sle-and-opensuse
Remove installation guides for SLE and openSUSE
This commit is contained in:
@@ -51,8 +51,6 @@ Kata packages are provided by official distribution repositories for:
|
|||||||
|----------------------------------------------------------|--------------------------------------------------------------------------------|
|
|----------------------------------------------------------|--------------------------------------------------------------------------------|
|
||||||
| [CentOS](centos-installation-guide.md) | 8 |
|
| [CentOS](centos-installation-guide.md) | 8 |
|
||||||
| [Fedora](fedora-installation-guide.md) | 32, Rawhide |
|
| [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::**
|
> **Note::**
|
||||||
>
|
>
|
||||||
|
@@ -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)
|
|
@@ -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)
|
|
@@ -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)
|
|
Reference in New Issue
Block a user