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

Better block device support #150

Merged
merged 3 commits into from
Aug 3, 2023
Merged

Better block device support #150

merged 3 commits into from
Aug 3, 2023

Conversation

Nuru
Copy link
Sponsor Contributor

@Nuru Nuru commented Aug 3, 2023

Notable Changes

  • With this PR/release, the default type of block device changes from gp2 to gp3. If you were relying on the default, this will cause your node group to change, but it should be without interruption.
  • We no longer automatically apply a custom taint to Window nodes. Pods should select (or not) Windows nodes via the kubernetes.io/os tag. If that is not sufficient, you are free to add your own "NO_EXECUTE" taint via kubernetes_taints

what

  • Better support for block device mapping
  • Update dependency terraform-aws-security-group to current v2.2.0
  • Revert portions of Windows node support #139

why

@Nuru
Copy link
Sponsor Contributor Author

Nuru commented Aug 3, 2023

/terratest

@Nuru Nuru added the minor New features that do not break anything label Aug 3, 2023
encrypted = true
delete_on_termination = true
}]
default = { "/dev/xvda" = { ebs = {} } }
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion: Add known operating systems and their default storage in description notes

@Nuru Nuru merged commit 80e8786 into main Aug 3, 2023
16 checks passed
@Nuru Nuru deleted the block-devices branch August 3, 2023 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor New features that do not break anything
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants