kedacore/keda

Provide unified KEDA core configuration

开放

#1,330 创建于 2020年11月13日

 (14 条评论) (0 个反应) (1 位负责人)Go (1,457 个派生)auto 404
feature-requesthelp wantedneeds-discussionstale-bot-ignore

仓库指标

星标
 (10,372 个星标)
PR 合并指标
 (平均合并 8天 8小时) (30 天内合并 94 个 PR)

描述

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

贡献者指南