mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 00:02:01 +00:00
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:
parent
31243dfade
commit
7536f77546
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user