Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Specify known working versions #90

Merged
merged 1 commit into from
May 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions charts/minikube.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
### Requirements
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
- [minikube](https://github.com/kubernetes/minikube/#installation)
- [minikube](https://github.com/kubernetes/minikube/#installation) v0.25
- [virtualbox](https://www.virtualbox.org/wiki/Downloads)
- [helm](https://github.com/kubernetes/helm#install)
- [helm](https://github.com/kubernetes/helm#install) v2.8.2
- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)

The following assumes you have minikube (which requires virtualbox or other virtualization options),
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