From 7536f77546dd982fa7d3f99e4642a9e1557da2b3 Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Wed, 6 Jun 2018 09:09:56 -0700 Subject: [PATCH] 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 --- install/centos-installation-guide.md | 3 +++ install/fedora-installation-guide.md | 3 +++ install/ubuntu-installation-guide.md | 3 +++ 3 files changed, 9 insertions(+) diff --git a/install/centos-installation-guide.md b/install/centos-installation-guide.md index 76da61db94..5a6e7b834f 100644 --- a/install/centos-installation-guide.md +++ b/install/centos-installation-guide.md @@ -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: diff --git a/install/fedora-installation-guide.md b/install/fedora-installation-guide.md index ccedfb8e59..dadd4e2d63 100644 --- a/install/fedora-installation-guide.md +++ b/install/fedora-installation-guide.md @@ -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: diff --git a/install/ubuntu-installation-guide.md b/install/ubuntu-installation-guide.md index 2ea4561888..24609f4029 100644 --- a/install/ubuntu-installation-guide.md +++ b/install/ubuntu-installation-guide.md @@ -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: