Skip to content
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

Provide KIM integration for freemium #983

Merged
merged 3 commits into from
Aug 6, 2024

Conversation

piotrmiskiewicz
Copy link
Member

@piotrmiskiewicz piotrmiskiewicz commented Aug 5, 2024

Description

Changes proposed in this pull request:

  • KIM integration: freemium plan (AWS and Azure)

Related issue(s)

#791
#905

@kyma-bot kyma-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 5, 2024
@kyma-bot
Copy link
Contributor

kyma-bot commented Aug 5, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. labels Aug 5, 2024
Copy link

github-actions bot commented Aug 5, 2024

Add one of following labels

- kind/feature -> Use it when you want to submit a new feature

- kind/enhancement -> Use it when you modify or improve an existing feature

- kind/bug -> Use it when you fix a bug

@kyma-bot kyma-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Aug 5, 2024
// get plan specific values (like zones, default machine type etc.
values, err := s.providerValues(&operation)
if err != nil {
return err
}
runtime.ObjectMeta.Name = runtimeName
runtime.ObjectMeta.Namespace = kymaNamespace
runtime.ObjectMeta.Labels = s.createLabelsForRuntime(operation, kymaName, values.Region)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sometimes region is not provided in provisioning parameters,

}
freemiumProvider = *operation.ProvisioningParameters.Parameters.Provider
switch freemiumProvider {
switch operation.ProvisioningParameters.PlatformProvider {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

provider comes from the kind of a BTP account, not a parameter set by a customer

@piotrmiskiewicz
Copy link
Member Author

/test all

@piotrmiskiewicz piotrmiskiewicz marked this pull request as ready for review August 6, 2024 06:36
@piotrmiskiewicz piotrmiskiewicz requested a review from a team as a code owner August 6, 2024 06:36
@kyma-bot kyma-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 6, 2024
@kyma-bot kyma-bot added the lgtm Looks good to me! label Aug 6, 2024
@jaroslaw-pieszka jaroslaw-pieszka added the kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature label Aug 6, 2024
@kyma-bot kyma-bot merged commit 517a1dc into kyma-project:main Aug 6, 2024
43 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature lgtm Looks good to me! size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants