diff --git a/docs/install/README.md b/docs/install/README.md index a35329690..54373accb 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -43,7 +43,6 @@ Kata is packaged by the Kata community for: |-----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------| |[Debian](debian-installation-guide.md) | 9, 10 | |[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 | |[Ubuntu](ubuntu-installation-guide.md) | 16.04, 18.04 | diff --git a/docs/install/rhel-installation-guide.md b/docs/install/rhel-installation-guide.md deleted file mode 100644 index 37412a7f1..000000000 --- a/docs/install/rhel-installation-guide.md +++ /dev/null @@ -1,16 +0,0 @@ -# Install Kata Containers on RHEL - -1. Install the Kata Containers components with the following commands: - - ```bash - $ source /etc/os-release - $ ARCH=$(arch) - $ BRANCH="${BRANCH:-master}" - $ sudo -E yum-config-manager --add-repo "http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/${BRANCH}/RHEL_${VERSION_ID}/home:katacontainers:releases:${ARCH}:${BRANCH}.repo" - $ sudo -E yum -y install kata-runtime kata-proxy kata-shim - ``` - -2. Decide which container manager to use and select the corresponding link that follows: - - - [Docker](docker/rhel-docker-install.md) - - [Kubernetes](../Developer-Guide.md#run-kata-containers-with-kubernetes)