Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
State prerequisites in README.md explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok committed Nov 15, 2019
1 parent 05816af commit a3a5f97
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ EOF
Please refer to [Building the Operator Image](#building-the-operator-image) to
build your own image.

## Prerequisites

* [`ko`](https://github.com/google/ko)

Install `ko` with the following command, if it is not available on your machine:

```
go get -u github.com/google/ko/cmd/ko
```

## The `Eventing` Custom Resource

The installation of Knative Eventing is triggered by the creation of a
Expand All @@ -58,8 +68,9 @@ or removal of the knative eventing resources.
The following are all equivalent:

```
kubectl get eventings.operator.knative.dev -oyaml
kubectl get eventing -oyaml
kubectl get eventings.operator.knative.dev
kubectl get eventing
kubectl get ke
```

To uninstall Knative Eventing, simply delete the `Eventing` resource.
Expand All @@ -77,12 +88,6 @@ To build the operator with `ko`, configure your an environment variable
pushed (e.g. `gcr.io/[gcloud-project]`, `docker.io/[username]`,
`quay.io/[repo-name]`, etc).

Install `ko` with the following command, if it is not available on your machine:

```
go get -u github.com/google/ko/cmd/ko
```

Then, build the operator image:

```
Expand Down

0 comments on commit a3a5f97

Please sign in to comment.