diff --git a/docs/install/ubuntu-installation-guide.md b/docs/install/ubuntu-installation-guide.md deleted file mode 100644 index 29bb03883b..0000000000 --- a/docs/install/ubuntu-installation-guide.md +++ /dev/null @@ -1,15 +0,0 @@ -# Install Kata Containers on Ubuntu - -1. Install the Kata Containers components with the following commands: - - ```bash - $ ARCH=$(arch) - $ BRANCH="${BRANCH:-master}" - $ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/${BRANCH}/xUbuntu_$(lsb_release -rs)/ /' > /etc/apt/sources.list.d/kata-containers.list" - $ curl -sL http://download.opensuse.org/repositories/home:/katacontainers:/releases:/${ARCH}:/${BRANCH}/xUbuntu_$(lsb_release -rs)/Release.key | sudo apt-key add - - $ sudo -E apt-get update - $ sudo -E apt-get -y install kata-runtime kata-proxy kata-shim - ``` - -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/use-cases/zun_kata.md b/docs/use-cases/zun_kata.md index fca0dcab94..20fa9c4f54 100644 --- a/docs/use-cases/zun_kata.md +++ b/docs/use-cases/zun_kata.md @@ -10,9 +10,6 @@ Currently, the instructions are based on the following links: - https://docs.openstack.org/zun/latest/admin/clear-containers.html -- ../install/ubuntu-installation-guide.md - - ## Install Git to use with DevStack ```sh @@ -54,7 +51,7 @@ $ zun delete test ## Install Kata Containers -Follow [these instructions](../install/ubuntu-installation-guide.md) +Follow [these instructions](../install/README.md) to install the Kata Containers components. ## Update Docker with new Kata Containers runtime