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

Remove replicaCount from gateway to use external autoscaler (KEDA) #1173

Open
omakeno opened this issue Nov 26, 2024 · 0 comments
Open

Remove replicaCount from gateway to use external autoscaler (KEDA) #1173

omakeno opened this issue Nov 26, 2024 · 0 comments

Comments

@omakeno
Copy link

omakeno commented Nov 26, 2024

Hello.

Can we have a new option to remove replicas from gateway manifests without creating HPA?
I'm using ScaledObject provided by KEDA as auto scaler of kong gateway ( in kong ingress chart ) for auto scaling instead of pure HPA to use AWS CloudWatch Metrics. This resource is created out of this chart and there is a conflict with deployment.spec.replicas value between this chart and external auto scaler.

I've tried to set gateway.replicaCount as null but it doesn't work because of this helm issue: helm/helm#9027

I suggest that set new value like autoscaling.type with default value hpa and enable to set it to external so that chart will not set replicas or create HPA resource.

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