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 HPA to Async API Gateway to handle different loads of traffic #2079

Merged
merged 7 commits into from Apr 13, 2021

Conversation

RobertLucian
Copy link
Member

@RobertLucian RobertLucian commented Apr 12, 2021

Closes #2078.

Increased the load size for the async test to also give a bit of time for the HPA to scale up the gateway.


checklist:

  • run make test and make lint
  • test manually (i.e. build/push all images, restart operator, and re-deploy APIs)
  • run e2e tests

pkg/lib/k8s/hpa.go Outdated Show resolved Hide resolved
pkg/lib/k8s/hpa.go Outdated Show resolved Hide resolved
@RobertLucian RobertLucian merged commit 5aefd89 into master Apr 13, 2021
@RobertLucian RobertLucian deleted the feature/add-hpa-to-async-gateway branch April 13, 2021 00:02
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

Successfully merging this pull request may close these issues.

Attach HPA to the async gateway to scale based on the CPU/mem usage
3 participants