kedacore/keda

Provide unified KEDA core configuration

Aberta

#1.330 aberto em 13 de nov. de 2020

 (14 comentários) (0 reação) (1 responsável)Go (1.457 forks)auto 404
feature-requesthelp wantedneeds-discussionstale-bot-ignore

Métricas do repositório

Stars
 (10.372 estrelas)
Métricas de merge de PR
 (Mesclagem média 8d 8h) (94 fundiu PRs em 30d)

Description

A clear and concise description of what you want to happen.

Use-Case

When you run KEDA in a 12-factor environment, it's sometimes easier to configure it with environment variables (not commandline flags), in other cases, a pre-canned config file is more useful, and of course, we already have commandline flags, so those are certainly more useful to some people

I think we should support all 3 ways of configuring the KEDA controller (not necessarily the metrics API, but that could be considered)

Specification

  • Change the stdlib flags package usage to use viper, or a similar library that can draw configuration values from multiple sources

Guia do colaborador