From 675f221bbd82870fc95cb7e858a3621cba60b74f Mon Sep 17 00:00:00 2001 From: Graham Whaley Date: Thu, 1 Aug 2019 15:51:20 +0100 Subject: [PATCH] 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 --- install/minikube-installation-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/minikube-installation-guide.md b/install/minikube-installation-guide.md index ca44f40194..8a5c01d807 100644 --- a/install/minikube-installation-guide.md +++ b/install/minikube-installation-guide.md @@ -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/).