Skip to content

Commit 1c0ee39

Browse files
authored
Merge pull request #90 from scality/docs/minikube-versions
docs: Specify known working versions
2 parents 86269ba + f41e16f commit 1c0ee39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/minikube.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The following assumes you have minikube (which requires virtualbox or other virt
99
kubectl, and helm installed (see links above). Once minikube, kubectl, and helm are installed,
1010
start minikube with at least version 1.9 of kubernetes and perferably with 4GB of RAM (although the
1111
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
1213
```shell
1314
minikube start --kubernetes-version=v1.9.0 --memory 4096
1415
minikube addons enable ingress

0 commit comments

Comments
 (0)