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

Add support for Argo Rollouts #595

Closed
iremmats opened this issue Jan 30, 2020 · 2 comments
Closed

Add support for Argo Rollouts #595

iremmats opened this issue Jan 30, 2020 · 2 comments
Labels
feature-request All issues for new features that have not been committed to needs-discussion

Comments

@iremmats
Copy link

iremmats commented Jan 30, 2020

My organization is using Argo Rollouts to allow us to do Canary and Blue Green deployments GitOps style. I would like to be able to use Keda in combination with this.

Use-Case

Allow Keda to create HPAs for other resources than just Deployments. Example of how the ScaledObject could look like.

scaleTargetRef:
    deploymentName: order-processor
    apiVersion: argoproj.io
    kind: Rollout
@iremmats iremmats added feature-request All issues for new features that have not been committed to needs-discussion labels Jan 30, 2020
@zroubalik
Copy link
Member

@iremmats thanks for the input. We are planning to implement a new KEDA version which should be able to scale more types dynamically: #591

@zroubalik
Copy link
Member

merged to v2 branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request All issues for new features that have not been committed to needs-discussion
Projects
None yet
Development

No branches or pull requests

2 participants