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

KIM Integration - Testing networking for non-default parameters #1000

Conversation

jaroslaw-pieszka
Copy link
Contributor

Description

Changes proposed in this pull request:

  • Test case for non-default parameters

Related issue(s)

#791
#905

@jaroslaw-pieszka jaroslaw-pieszka requested a review from a team as a code owner August 7, 2024 09:21
@jaroslaw-pieszka jaroslaw-pieszka self-assigned this Aug 7, 2024
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. labels Aug 7, 2024
@jaroslaw-pieszka jaroslaw-pieszka added kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature and removed cla: yes Indicates the PR's author has signed the CLA. labels Aug 7, 2024
Copy link

github-actions bot commented Aug 7, 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/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Aug 7, 2024
@kyma-bot kyma-bot added the cla: yes Indicates the PR's author has signed the CLA. label Aug 7, 2024
instance, operation := fixInstanceAndOperation(broker.AWSPlanID, "eu-west-2", "platform-region")
operation.ProvisioningParameters.Parameters.Networking = &internal.NetworkingDTO{
NodesCidr: "192.168.48.0/20",
PodsCidr: ptr.String("192.168.48.0/20"),
Copy link
Member

Choose a reason for hiding this comment

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

you have the same values for pods and nodes, I think we should have 3 different ranges

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My bad. Fix in the next commit.

@kyma-bot kyma-bot added the lgtm Looks good to me! label Aug 7, 2024
@kyma-bot kyma-bot removed the lgtm Looks good to me! label Aug 7, 2024
@MarekMichali
Copy link
Contributor

/lgtm

@kyma-bot kyma-bot added the lgtm Looks good to me! label Aug 7, 2024
@jaroslaw-pieszka jaroslaw-pieszka merged commit d6672f2 into kyma-project:main Aug 7, 2024
37 checks passed
@jaroslaw-pieszka jaroslaw-pieszka deleted the testing-networking-for-non-default-parameters branch August 7, 2024 11:52
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/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants