From 518fc618d29c6af1da61b5141ef0dd9d4c2fdfd2 Mon Sep 17 00:00:00 2001 From: Jim Crossley Date: Mon, 4 Nov 2019 17:16:20 -0500 Subject: [PATCH] Refer to a nightly build instead of the openshift fork (#209) The latter won't work with the yaml --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6b578655..a5d4fcef 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,11 @@ sure the [prerequisites](#Prerequisites) are installed first. ko apply -f config/ ``` - To install from an existing image, change the value of `image` into - `quay.io/openshift-knative/knative-serving-operator:v0.6.0` or any other - valid operator image in the file config/operator.yaml, and run the following - command: + To install from an existing image, change the value of `image` in + `config/operator.yaml` to one you've published or a nightly build, + e.g. + `gcr.io/knative-nightly/knative.dev/serving-operator/cmd/manager:latest`, + and then run: ``` kubectl apply -f config/ @@ -63,11 +64,7 @@ build your own image. On OpenShift, Istio will get installed automatically if not already present by using the [Maistra Operator](https://maistra.io/). -For other platforms, version 0.6.x of Knative Serving requires Istio CRD's: - -``` -kubectl apply -f https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/istio-1.0.7/istio-crds.yaml -``` +For other platforms, see [the docs](https://knative.dev/docs/install/installing-istio/) ### Operator SDK