Using latest minishift, which does default to OKD 3.11.0 (#485)

This commit is contained in:
Matthias Wessendorf 2019-01-17 00:25:31 +01:00 committed by Knative Prow Robot
parent a9838d68c6
commit 461ea79462
1 changed files with 1 additions and 4 deletions

View File

@ -16,7 +16,7 @@ You can find [guides for other platforms here](README.md).
- Ensure `minishift` is setup correctly by running the command:
```shell
# returns minishift v1.25.0+90fb23e
# returns minishift v1.26.1+1e20f27
minishift version
```
@ -30,9 +30,6 @@ for running Knative:
# make sure you have a profile is set correctly, e.g. knative
minishift profile set knative
# Pinning to the right needed OpenShift version, anything >= v3.11.0
minishift config set openshift-version v3.11.0
# minimum memory required for the minishift VM
minishift config set memory 8GB