Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update OpenShift on install #975

Merged
merged 2 commits into from
Mar 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install/Knative-with-Minishift.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion install/Knative-with-OpenShift.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down