Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add an E2E test covering autoscaling using HPA #9553
Comments
|
@markusthoemmes: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We currently only test our autoscaling behavior for
concurrencyandrps. We should add an e2e test that also asserts we properly scale oncpuandmemory.The existing autoscale image has the necessary functions for that already (prime generation to consumpe CPU and memory bloating to consume memory).
We should add a test that sends a few requests to make sure the service eventually scales to > 1, then stop traffic and assert it eventually scales back to 1.