From 54cb303ac5c0e0c27031cbde8c42758065bba58f Mon Sep 17 00:00:00 2001 From: Diego Turcios Date: Fri, 16 Apr 2021 19:34:33 -0600 Subject: [PATCH] Signed-off-by: Diego Turcios Updating installation documentation due to [bug](https://github.com/ansible/awx-operator/issues/205). Adding this will prevent users to encounter errrors at the moment of installing awx. --- INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index a3dc14b333..37bf71eed9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -32,6 +32,9 @@ If you don't have an existing OpenShift or Kubernetes cluster, minikube is a fas To install minikube, follow the steps in their [documentation](https://minikube.sigs.k8s.io/docs/start/). +:warning: NOTE | +--- | +If you're about to install minikube or have already installed it, please be sure you're using [Minikube v1.18.1](https://github.com/kubernetes/minikube/releases/tag/v1.18.1). There's a [bug](https://github.com/ansible/awx-operator/issues/205) right now that will not allow you to run it using Minikube v1.19.x. #### Starting minikube Once you have installed minikube, run the following command to start it. You may wish to customize these options.