Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exoticJetStream eventbus: Skip deployment because of using exotic config #3291

Open
anamhn opened this issue Sep 19, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@anamhn
Copy link

anamhn commented Sep 19, 2024

Hello,
I am using a k8s cluster, in which I would like to have a cluster-wide eventbus, in order not to deploy an eventbus for each project namespace.
I have tried with the default one but didn't achieve that, so I looked into the documentation and start trying to deploy the exotic one.
First I have deployed via helm chart jetstream with the nats and nack helm charts, Then I have created a secret for the exotic eventbus, as specified in the example from the documentation. (https://argoproj.github.io/argo-events/eventbus/jetstream/#exotic)
After the deployment, I discovered that the pods for the eventbus do not start, and I checked by describing the resource:
Name: nats API Version: argoproj.io/v1alpha1 Kind: EventBus Metadata: Finalizers: eventbus-controller Spec: Jetstream Exotic: Access Secret: Key: AAA Name: events URL: nats://nats:4222 Status: Conditions: Status: True Type: Configured Message: Skip deployment because of using exotic config. Reason: Skipped Status: True Type: Deployed Config: Jetstream: Access Secret: Key: AAA Name: events URL: nats://nats:4222
If I try to deploy the eventsource (in the same namespace as the exotic eventbus), in the Message section I get an error regarding the fact that the eventbus is not deployed.
I have also asked on slack, but I am doing something wrong?

@anamhn anamhn added the bug Something isn't working label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
@anamhn and others