You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 createWhat you expected to happen:
Separate YAML for kafka trigger and separate YAML for kafka.