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

It is not possible to add valid triggers when creating ScaledObject from the OCP Console #113

Open
dgrisonnet opened this issue Oct 21, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@dgrisonnet
Copy link
Contributor

When creating ScaledObject from the OCP Console, it is not possible to specify trigger-specific fields such as the serverAddress and the metricName for the Prometheus scaler. As such, it is not possible to create a valid ScaledObject from the Console without having to modify the resource afterward.

Expected Behavior

I would have expected to be able to configure a valid Prometheus trigger from the OCP Console.

Actual Behavior

These were the only fields I was able to configure:

2021-10-21-130438_895x647_scrot

From a UX perspective, I would've expected the type field to be a drop-down list where I could have chosen the type I wanted to use, and then it would have displayed the scaler-specific fields for me to configure.

Steps to Reproduce the Problem

  1. Install Keda via OLM
  2. Create ScaledObject from the Console

Specifications

  • KEDA OLM Operator Version: latest
  • KEDA Version: 2.4.0
  • Platform & Version: 4.10
  • Kubernetes Version: 1.22
  • OLM Version:
@dgrisonnet dgrisonnet added the bug Something isn't working label Oct 21, 2021
@zroubalik
Copy link
Member

Agree, that would be really nice, the problematic part is that trigger metadata are map[string]string thus it is not that straightforward to implement this request :(

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