[go: nahoru, domu]

Skip to content

Commit

Permalink
ADDED VERBIAGE/REFERENCES TO BROKER CREATION
Browse files Browse the repository at this point in the history
Some environments may not have Broker Injection in place.
This commit adds a Note to the steps that perform Broker Injection,
pointing to a previously created Broker page with instructions on
how to create the broker by hand.
  • Loading branch information
feitnomore committed Aug 2, 2020
1 parent 0da6e68 commit 568f5de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/brokertrigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ NAME
inmemorychannel.messaging.knative.dev/default-kne-trigger
```

*Note:* If your environment doesn't support automatic injection, refer to [Broker](broker.md).

## Source

Create a `PingSource` to target the Broker. Define [source.yaml](../eventing/brokertrigger/source.yaml).
Expand Down
2 changes: 2 additions & 0 deletions docs/eventregistry.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ NAME READY REASON URL
default True http://default-broker.default.svc.cluster.local
```

*Note:* If your environment doesn't support automatic injection, refer to [Broker](broker.md).

Now, create a CronJob event source. You can use the [cronjob-source-broker.yaml](../eventing/cronjob/cronjob-source-broker.yaml) from [ScheduledEventing](scheduledeventing.md).

```bash
Expand Down
2 changes: 2 additions & 0 deletions docs/scheduledeventing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ NAME READY REASON URL
default True http://broker-ingress.knative-eventing.svc.cluster.local/default/default
```

*Note:* If your environment doesn't support automatic injection, refer to [Broker](broker.md).

## Event source - Broker sink

Next, setup `PingSource` to point to our Broker instead.
Expand Down

0 comments on commit 568f5de

Please sign in to comment.