From 461ea79462c134b043943ebc29c78997b2a69438 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Thu, 17 Jan 2019 00:25:31 +0100 Subject: [PATCH] Using latest minishift, which does default to OKD 3.11.0 (#485) --- install/Knative-with-Minishift.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/Knative-with-Minishift.md b/install/Knative-with-Minishift.md index 1403ae4ca..63d36a0b7 100644 --- a/install/Knative-with-Minishift.md +++ b/install/Knative-with-Minishift.md @@ -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