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

Bugfix - allow for using VPC networks with custom subnet creation #510

Conversation

emjot13-dynatrace
Copy link
Collaborator

Add an option to use the VPCs created with custom subnets for cluster creation.
More context: when creating a VPC network the default option is creating custom subnets in this network,
then when this network is passed in the values.yaml, creating an autopilot cluster would fail because no subnet was specified.
Now it's possible to use VPC networks with both automatic and custom subnets.
Additionally, added some small cleaning, mainly breaking too long lines and fixing small inconsistencies.

Copy link
Collaborator

@szymon-nagel-dt szymon-nagel-dt left a comment

Choose a reason for hiding this comment

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

LGMT.
1 question: Any adjustment in docs required? if so it is also in scope of this bug?

@joaquinfilipic-dynatrace
Copy link
Contributor

LGMT. 1 question: Any adjustment in docs required? if so it is also in scope of this bug?

True, docs need the new params

…of using the default one

more context: when creating a VPC network the default option is creating a custom subnet in this network,
then when this network is passed in the values.yaml the creation of autopilot would fail because no subnet was passed,
now it's possible to use both VPC networks with automatic subnets and custom ones
also split a few long lines into more lines
@emjot13-dynatrace emjot13-dynatrace force-pushed the bugfix/PCLOUDS-4094-create-autopilot-cluster-failing-on-custom-subnet branch from fc8b158 to ea60e73 Compare April 18, 2024 12:49
Copy link

sonarcloud bot commented Apr 18, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@emjot13-dynatrace emjot13-dynatrace merged commit 0738ad6 into master Apr 18, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants