We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description In order to migrate KMC to leverage runtime CRs only (kyma-project/kyma-metrics-collector#89) and get rid of the KEB to EDP call (kyma-project/kyma-metrics-collector#90), KMC need to have access to the commercial service plan data of a runtime/subacount.
Goal: Enrich every runtime CR with the service plan information of the underlying subscription
Every subscription belongs to a service plan like "standard", "test", or "tdd".
The text was updated successfully, but these errors were encountered:
@a-thaler I think this mapping from KEB could be moved to KMC and then we do not add more labels to the RuntimeCR, see:
kyma-environment-broker/internal/process/provisioning/edp_registration.go
Line 134 in 186190e
Sorry, something went wrong.
I agree, the mapping should be moved to KMC indeed, will close the ticket
No branches or pull requests
Description
In order to migrate KMC to leverage runtime CRs only (kyma-project/kyma-metrics-collector#89) and get rid of the KEB to EDP call (kyma-project/kyma-metrics-collector#90), KMC need to have access to the commercial service plan data of a runtime/subacount.
Goal: Enrich every runtime CR with the service plan information of the underlying subscription
Every subscription belongs to a service plan like "standard", "test", or "tdd".
The text was updated successfully, but these errors were encountered: