From 19a7a3f658f3cef2a7def603487be305a2326913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Fri, 8 Mar 2019 01:17:39 +0100 Subject: [PATCH 1/2] update OpenShift on install --- install/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/README.md b/install/README.md index 822170d85e5..eebbcfe64ab 100644 --- a/install/README.md +++ b/install/README.md @@ -85,8 +85,8 @@ available observability plugins, to minimize the disk space used for install. - [Knative Install on Docker for Mac](Knative-with-Docker-for-Mac.md) - [Knative Install on Minikube](Knative-with-Minikube.md) -- [Knative Install on Minishift](Knative-with-Minishift.md) -- [Knative Install on OpenShift](Knative-with-OpenShift.md) +- [Knative Install on OpenShift (minishift)](Knative-with-Minishift.md) +- [Knative Install on OpenShift (oc cluster up)](Knative-with-OpenShift.md) **Custom install guide** From c34fcde7285cedc5ed7711081e8920edb33d13c4 Mon Sep 17 00:00:00 2001 From: "Michael Vorburger.ch" Date: Mon, 11 Mar 2019 11:00:09 +0100 Subject: [PATCH 2/2] update the title for Knative-with-Minishift.md and Knative-with-OpenShift.md as well --- install/Knative-with-Minishift.md | 4 ++-- install/Knative-with-OpenShift.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/Knative-with-Minishift.md b/install/Knative-with-Minishift.md index 6d36df2bc1d..e38caf0d685 100644 --- a/install/Knative-with-Minishift.md +++ b/install/Knative-with-Minishift.md @@ -1,8 +1,8 @@ -# Knative Install on OpenShift +# Knative Install on Minishift This guide walks you through the installation of the latest version of [Knative Serving](https://github.com/knative/serving) on an -[OpenShift](https://github.com/openshift/origin) using pre-built images and +[OpenShift](https://github.com/openshift/origin) Minishift server using pre-built images and demonstrates creating and deploying an image of a sample "hello world" app onto the newly created Knative cluster. diff --git a/install/Knative-with-OpenShift.md b/install/Knative-with-OpenShift.md index 9b8ba4dad30..afe315c6991 100644 --- a/install/Knative-with-OpenShift.md +++ b/install/Knative-with-OpenShift.md @@ -1,4 +1,4 @@ -# Knative Install on OpenShift +# Knative Install on OpenShift (via `oc cluster up`) This guide walks you through the installation of the latest version of [Knative Serving](https://github.com/knative/serving) on an