We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86269ba + f41e16f commit 1c0ee39Copy full SHA for 1c0ee39
charts/minikube.md
@@ -9,6 +9,7 @@ The following assumes you have minikube (which requires virtualbox or other virt
9
kubectl, and helm installed (see links above). Once minikube, kubectl, and helm are installed,
10
start minikube with at least version 1.9 of kubernetes and perferably with 4GB of RAM (although the
11
default value of 2GB should work, we recommend 4GB or more) and enable the minikube ingress addon for communication.
12
+#### NOTE the listed versions are known to be working properly as some edge release versions may have issues properly deploying
13
```shell
14
minikube start --kubernetes-version=v1.9.0 --memory 4096
15
minikube addons enable ingress
0 commit comments