Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

update the url of kinesis-trigger manifest #1176

Merged
merged 1 commit into from
Sep 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/streaming-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Kubeless lets you trigger any Kubeless function in response to ingested records
To trigger Kubeless functions in response to ingested records into the AWS kinesis stream you need to deploy Kubeless AWS Kinesis trigger controller. Please use this manifest to deploy Kubeless AWS Kinesis trigger controller.

```console
kubectl create -f https://github.com/kubeless/kubeless/releases/download/$RELEASE/kinesis-$RELEASE.yaml
export RELEASE=$(curl -s https://api.github.com/repos/kubeless/kinesis-trigger/releases/latest | grep tag_name | cut -d '"' -f 4)
kubectl create -f https://github.com/kubeless/kinesis-trigger/releases/download/$RELEASE/kinesis-$RELEASE.yaml
```

Once you deploy the manifest you shall see Kinesis trigger controller running in the Kubeless namespace as below.
Expand Down