Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
Refer to a nightly build instead of the openshift fork (#209)
Browse files Browse the repository at this point in the history
The latter won't work with the yaml
  • Loading branch information
jcrossley3 authored and knative-prow-robot committed Nov 4, 2019
1 parent 06f532b commit 518fc61
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 518fc61

Please sign in to comment.