Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from PureStorage-OpenConnect/MinikubeK8sVersion
Browse files Browse the repository at this point in the history
Added kubernetes version flag to minikube
  • Loading branch information
Pure-AdamuKaapan authored Feb 19, 2020
2 parents ec5f528 + 0b5da1f commit afb744c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ _Example_: `make go-clean go-prep go-auth-server` runs the targets `clean prep a
* Web content: `make test-web-content`

### Local deployment
1. Start minikube with at least 6GB memory and 40GB disk
* `minikube start --memory 6144 --disk-size 40g`
1. Start minikube with at least 6GB memory and 40GB disk, and with the proper Kubernetes version.
* `minikube start --memory 6144 --disk-size 40g --kubernetes-version v1.13.4`
2. Build with `make all-minikube`
* Note that build output goes into `./build/*`, and this `minikube` build mode will *not* create the installer ISO
3. Deploy with `./scripts/deploy/helm_install.sh $(minikube ip)`
Expand Down

0 comments on commit afb744c

Please sign in to comment.