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

Add support for internel node subnets #840

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

mikkeloscar
Copy link
Contributor

This adds support for finding subnets tagged with kubernetes.io/role/internal-node and expose them a .Values.internal_node_subnets in templates.

The purpose of this is to be able to discover and launch a subnet of node pools in internal subnets. This is useful for special instances running with NAT gateways or simply for running nodes in internal subnets.

A concrete use case is getting p5.48xlarge instances working with EFA. Those can't automatically get a public IP so we need another way to give them internet access e.g. via NAT.

Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
@mikkeloscar mikkeloscar added the minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call. label Jan 13, 2025
@AlexanderYastrebov
Copy link
Member

👍

1 similar comment
@mikkeloscar
Copy link
Contributor Author

👍

@mikkeloscar mikkeloscar merged commit a97d1b6 into master Jan 13, 2025
8 of 10 checks passed
@mikkeloscar mikkeloscar deleted the support-internal-node-subnets branch January 13, 2025 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants