kyma-project / kyma-environment-broker

Kyma Environment Broker
Apache License 2.0
0 stars 21 forks source link

Introduce 2 CPU / 8 GiB RAM machine types for aws, gcp, azure, ccee #417

Closed PK85 closed 6 months ago

PK85 commented 7 months ago

Description

As with the modularization being complete the minimum footprint of a default Kyma "installation" is now severely reduced, and most users only use just a handful of modules, we could introduce new 2 CPU / 8 GiB RAM machine types for azure, aws, gcp and sap-converged-cloud plans:

AC

szwedm commented 7 months ago
  • [ ] 0) check if in all our supported AWS regions m6i is available

According to AWS Pricing Calculator, m6i instance type is available in all supported regions. It is also available in Gardener.

szwedm commented 7 months ago
  • [ ] 1) KEB allows provisioning and update of azure, aws, gcp, sap-converged-cloud runtimes with the new machine types
    • [ ] 1.1) featureFlag to enable a change in the schema, set per environment

PR: https://github.com/kyma-project/kyma-environment-broker/pull/437

szwedm commented 7 months ago
  • [ ] 2) those machine types are a new defaults for those plans (if not provided this one in use)

PR: https://github.com/kyma-project/kyma-environment-broker/pull/444

szwedm commented 7 months ago
  • [ ] 3) Kyma runtime documentation is up-to-date with the new machine types

PR: https://github.com/kyma-project/kyma-environment-broker/pull/450

szwedm commented 6 months ago

Issue for removing the temporary feature flag: https://github.com/kyma-project/kyma-environment-broker/issues/501