docs: Add a disclaimer about Kubernetes installation

This commit updates all 3 installation instructions related to
Ubuntu, Fedora and Centos, providing a disclaimer about the k8s
installation. Particularly, it says that those docs are only
explaining how to run Kata Containers with Docker, and that the
user should refer to the developer documentation to read how
to install Kata for k8s.

Fixes #134

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2018-06-06 09:09:56 -07:00
parent 31243dfade
commit 7536f77546
3 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,9 @@
>
> - If you are installing on a system that already has Clear Containers or `runv` installed,
> first read [the upgrading document](../Upgrading.md).
>
> - This install guide is specific to integration with Docker. If you want to use Kata
> Containers through Kubernetes, see the "Developer Guide" [here](https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md#if-you-want-to-run-kata-containers-with-kubernetes).
This step is only required in case Docker is not installed on the system.
1. Install the latest version of Docker with the following commands:

View File

@ -6,6 +6,9 @@
>
> - If you are installing on a system that already has Clear Containers or `runv` installed,
> first read [the upgrading document](../Upgrading.md).
>
> - This install guide is specific to integration with Docker. If you want to use Kata
> Containers through Kubernetes, see the "Developer Guide" [here](https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md#if-you-want-to-run-kata-containers-with-kubernetes).
This step is only required in case Docker is not installed on the system.
1. Install the latest version of Docker with the following commands:

View File

@ -6,6 +6,9 @@
>
> - If you are installing on a system that already has Clear Containers or `runv` installed,
> first read [the upgrading document](../Upgrading.md).
>
> - This install guide is specific to integration with Docker. If you want to use Kata
> Containers through Kubernetes, see the "Developer Guide" [here](https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md#if-you-want-to-run-kata-containers-with-kubernetes).
This step is only required in case Docker is not installed on the system.
1. Install the latest version of Docker with the following commands: