-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support for compute-intensive machines in additional worker pool #1685
Comments
I checked the availability of the families in the regions: AWS C7i - ✅ GCP c2d-high-cpu - ❌ Azure fsv2 - ✅ eastus - ✅ |
We will do validation on KEB side. GCP plan will reject if X regions will comes and return regions where machine type is available. |
Machine types from 2 to 64 cpu:
|
I will introduce a new field, Real configuration:
Sample configuration:
How the algorithm will check the machine type:
|
Description
As part of kyma-project/kyma#18769 new compute-intensive machine families should be suported, which for now are only configurable in additional worker pools, not in the default pool.
Current proposal is to get started with these types:
AWS: C7i
GCP: c2d-high-cpu
Azure: fsv2
The machine families are documented in the linked ticket.
Phase 1)
Phase 2) After additionalWorkers story is on prod
The text was updated successfully, but these errors were encountered: