From be56eacb7689ab35807d91868a172db02843d2fa Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Tue, 12 Nov 2019 13:45:35 +0100 Subject: [PATCH] Applying a released version of the operator --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a5d4fcef..28b406cf 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,21 @@ sure the [prerequisites](#Prerequisites) are installed first. 1. Install the operator + * Installing from source code: + To install from source code, run the command: ``` ko apply -f config/ ``` - 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: + * Installing a released version: + + To install a released version of the operator go and download the latest `serving-operator.yaml` file from [here](https://github.com/knative/serving-operator/releases) and apply it (`kubectl apply -f serving-operator.yaml`), or directly run: + ``` - kubectl apply -f config/ + kubectl apply -f https://github.com/knative/serving-operator/releases/download/v0.10.0/serving-operator.yaml ``` 2. Install the