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

[Addon] Allow enabling KEDA trait without installing the KEDA operator. #772

Open
madibaT opened this issue Mar 4, 2025 · 0 comments
Open

Comments

@madibaT
Copy link
Contributor

madibaT commented Mar 4, 2025

Problem:

Ideally, it should be possible to enable the KEDA addon without installing keda operator on the cluster. Only the KubeVela definitions should be applied. This will allow users to use KEDA trait on clusters that has KEDA operator installed.

Proposed solution

vela addon enable keda --traitOnly=true

Considered alternatives

As a workaround, users can create the apply keda definitions only and that will work with the existing keda installation. The downside is that you will need to manually extract those from the addon as there is no option to only install the definitions when installing it.

Additional context

See this issue for the generic feature request applying to all the addons, not just Keda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant