Skip to content

Commit

Permalink
event_display image seems wrong. produces "unknown encoding" error.
Browse files Browse the repository at this point in the history
Using "gcr.io/knative-releases/github.com/knative/eventing-contrib/cmd/event_display: produces "unknown encoding error" in this Example.  

Switching to image @ gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display resolves these issues for me.

See: knative#2145
  • Loading branch information
erekgit authored Jun 2, 2020
1 parent 86561f3 commit 899ee26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eventing/samples/kafka/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ You must ensure that you meet the [prerequisites listed in the Apache Kafka over
containers:
- # This corresponds to
# https://github.com/knative/eventing-contrib/tree/master/cmd/event_display/main.go
image: gcr.io/knative-releases/github.com/knative/eventing-contrib/cmd/event_display
image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display
```

1. Deploy the Event Display Service
Expand Down

0 comments on commit 899ee26

Please sign in to comment.