mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Merge pull request #9934 from DiegoTc/devel
Updating installation documentation Updating installation documentation due to bug. Adding this will prevent users to encounter errrors at the moment of installing awx. SUMMARY New users will encounter problems installing awx, as there's a bug using a specific version of minikube. Adding a note, so users are aware of this and don't struggle in the installation process. ISSUE TYPE Docs Pull Request AWX VERSION latest ADDITIONAL INFORMATION https://github.com/ansible/awx-operator/issues/205 Reviewed-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
commit
e346dbfc97
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user