-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.kind/eventinglifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/medium
Milestone
Description
Expected Behavior
I installed strimzi kafka to my cluster just to ensure that I would have a compatible/expected kafka since that is what the docs asked for. However I am unable to proceed past creating the channel for kafka in knative.
Actual Behavior
No address is passed into the knative v0.10.0 yaml file. Also, i did manually update this as the knative 10 docs still point to an older v0.9.0 yaml file.
Steps to Reproduce the Problem
- Follow the tutorial found here https://knative.dev/docs/eventing/samples/kafka/channel/
#This code seems to have nothing to sed anymore interms of a kafka broker location?
#https://github.com/knative/eventing-contrib/releases/download/v0.10.0/kafka-channel.yaml
NAME READY REASON URL AGE
broker.eventing.knative.dev/default False NoAddress 127m
NAME READY REASON URL AGE
kafkachannel.messaging.knative.dev/default-kne-trigger Unknown 127m
kafkachannel.messaging.knative.dev/my-kafka-channel Unknown 145m
kafkachannel.messaging.knative.dev/testchannel-one Unknown 145m
NAME READY REASON URL AGE
channel.messaging.knative.dev/testchannel-one False EmptyHostname 145m
- Not sure what is next (: happy to make contributions to the docs, just need a little guidance. Very cool project. Let me know if you need more details. For simplicity sake, kafka has been deployed to default namespace, along with knative. The knative components are in their usual namespaces.
- Seems like just some doc updating is in order.
Additional Info
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.kind/eventinglifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/medium