vmware-archive / kafka-trigger

Kubernetes CRD controller for Kafka topic as event source for Kubeless functions
Apache License 2.0
28 stars 34 forks source link

[FEATURE REQUEST]: Separate release yaml for kafka trigger controller #31

Open aeryaguzov opened 3 years ago

aeryaguzov commented 3 years ago

Is this a BUG REPORT or FEATURE REQUEST?:

FEATURE REQUEST

What happened:

In the release page we have only one yaml that installs kafka trigger together with kafka in the same k8s cluster. However it is suitable only for development purposes. Common approach is described here: https://kubeless.io/docs/use-existing-kafka/

I would like to have special yaml that will install ONLY kafka trigger (RBAC/NON-RBAC) because it will allow to programmatically provision k8s cluster from github release page using kubectl create

What you expected to happen:

Separate YAML for kafka trigger and separate YAML for kafka.