You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can specify resource requests and limits for PrivateLoadZone objects that will populate down to runner pods for tests run in that load zone. The ability to specify tolerations would allow users to schedule these runner pods on tainted node group(s) in the cluster.
Suggested Solution (optional)
No response
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered:
Hi @aaron-lunsford-even, thank you for opening the issue and PR! Regarding the implementation, I'll comment on the PR.
You mention "runner pods" but each test run actually has 2 small pods in addition: starter (running curl command) and initializer (running k6 inspect command). Is it correct to assume that in your use case, all pods for a specific test run should scheduled with the same tolerations?
Feature Description
Users can specify resource requests and limits for PrivateLoadZone objects that will populate down to runner pods for tests run in that load zone. The ability to specify tolerations would allow users to schedule these runner pods on tainted node group(s) in the cluster.
Suggested Solution (optional)
No response
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered: