mirror of https://github.com/knative/docs.git
Using latest minishift, which does default to OKD 3.11.0 (#485)
This commit is contained in:
parent
a9838d68c6
commit
461ea79462
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue