kyma-project / control-plane

A flexible and easy way to manage Kyma Runtimes
Apache License 2.0
17 stars 113 forks source link

Introduce a mechanism to change / scale the number of reported resources #3396

Open k15r opened 6 months ago

k15r commented 6 months ago

Description

KMC uses a mapping between machine types and their configured resources. IN https://github.com/kyma-project/control-plane/issues/3395 this mapping was modified to report 3 cores for 2 core machines.

This introduces confusion and impacts maintainability.

Introduce a proper mechanism that allows scaling the reported resources for select machine types. (eg simply introduce a scaling factor per memory/cores per machine type and use this value in KMC)