minikube: note kata-fc does not function under minikube

`kata-fc` does not presently function under `minikube` due to
lack of block based storage. Make that clear in the installation
documents, to help prevent users going through the whole install
process, only to be disappointed when they find ti does not work.

Fixes: #526

Signed-off-by: Graham Whaley <graham.whaley@intel.com>
This commit is contained in:
Graham Whaley 2019-08-01 15:51:20 +01:00
parent 1aec41a28d
commit 675f221bbd

View File

@ -32,6 +32,9 @@ This installation guide has only been verified under a Minikube Linux installati
> - This installation guide may not work for macOS installations of Minikube, due to the lack of
nested virtualization support on that platform.
> - This installation guide has not been tested on a Windows installation.
> - Kata under Minikube does not currently support Kata Firecracker (`kata-fc`).
> Although the `kata-fc` binary will be installed as part of these instructions,
> via `kata-deploy`, pods cannot be launched with `kata-fc`, and will fail to start.
Before commencing installation, it is strongly recommended you read the
[Minikube installation guide](https://kubernetes.io/docs/tasks/tools/install-minikube/).