Skip to content

Commit

Permalink
Merge pull request #90 from scality/docs/minikube-versions
Browse files Browse the repository at this point in the history
docs: Specify known working versions
  • Loading branch information
ssalaues authored May 3, 2018
2 parents 86269ba + f41e16f commit 1c0ee39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The following assumes you have minikube (which requires virtualbox or other virt
kubectl, and helm installed (see links above). Once minikube, kubectl, and helm are installed,
start minikube with at least version 1.9 of kubernetes and perferably with 4GB of RAM (although the
default value of 2GB should work, we recommend 4GB or more) and enable the minikube ingress addon for communication.
#### NOTE the listed versions are known to be working properly as some edge release versions may have issues properly deploying
```shell
minikube start --kubernetes-version=v1.9.0 --memory 4096
minikube addons enable ingress
Expand Down

0 comments on commit 1c0ee39

Please sign in to comment.