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

[terraform-aws-kubernetes] Reduce the size of the default node disks #1014

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

barroco
Copy link
Contributor

@barroco barroco commented Apr 11, 2024

The size of disks used by the EC2 node is not actually used by the workloads deployed in Kubernetes. Volumes created by Kubernetes are attached to that node and therefore provisioning 100G for the host do not make sense.
This PR reduces it at 10G.

Note that this change may require a recreation of the nodes, therefore, it is probably soon the right time to start versioning the terraform, tanka and helm manifests in a package manager, cf [C.4] of #874.

@barroco barroco marked this pull request as ready for review April 11, 2024 19:27
@BenjaminPelletier
Copy link
Member

Until we have automatic versioning and migration, we should make sure to flag any breaking changes like this in the notes for the next release.

@barroco
Copy link
Contributor Author

barroco commented Apr 12, 2024

Until we have automatic versioning and migration, we should make sure to flag any breaking changes like this in the notes for the next release.

I created a draft release to capture this.

@barroco barroco merged commit b6da95a into interuss:master Apr 12, 2024
6 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.

2 participants