-
Notifications
You must be signed in to change notification settings - Fork 27
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
Run tests on GKE spot instances #384
Comments
/assign |
A question with regards to this. What are the outcomes we are looking for in this test? I am happy to run it but want to know what would be considered a success wrt this issue. |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale @jasonsmithio Thanks, you wanna tackle this one. However, It is not a matter of writing some new tests for spot instances. The current Knative e2e tests have to work on a test cluster made of spot instances (the nodes of the cluster could be evicted at any time). We need to make sure that the tests do not produce false negatives due to random node evictions. |
gotcha. It may take a while to test as we need the nodes to evict and do it enough times to collect enough data. |
GKE provides, so-called spot instances. The main benefit, of using them, is a massive cost savings. The GKE with Spot instances doc describes how to use them.
Although, it would be a good idea to run tests on those nodes, some changes are probably needed in Knative:
The text was updated successfully, but these errors were encountered: