From e3a141ff6f27998948e4317bb347f2d55f12f18f Mon Sep 17 00:00:00 2001 From: Leonardo Rossetti <2183506+odra@users.noreply.github.com> Date: Fri, 22 Feb 2019 19:18:47 +0000 Subject: [PATCH] using correct link in openshift install docs (#924) --- install/Knative-with-OpenShift.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/Knative-with-OpenShift.md b/install/Knative-with-OpenShift.md index f15c4e5ed..9689c8352 100644 --- a/install/Knative-with-OpenShift.md +++ b/install/Knative-with-OpenShift.md @@ -181,7 +181,7 @@ oc adm policy add-cluster-role-to-user cluster-admin -z controller -n knative-se Next, install Knative: ```shell -curl -L https://storage.googleapis.com/knative-releases/serving/latest/release-lite.yaml \ +curl -L https://storage.googleapis.com/knative-releases/serving/latest/serving.yaml \ | sed 's/LoadBalancer/NodePort/' \ | oc apply -f - ```