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

(aws-eks): support bottlerocket managed nodegroup #17324

Closed
1 of 2 tasks
pahud opened this issue Nov 4, 2021 · 2 comments · Fixed by #17323
Closed
1 of 2 tasks

(aws-eks): support bottlerocket managed nodegroup #17324

pahud opened this issue Nov 4, 2021 · 2 comments · Fixed by #17323
Labels
@aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service effort/small Small work item – less than a day of effort feature/enhancement A new API to make things easier or more intuitive. A catch-all for general feature requests. feature-request A feature should be added or improved. p2

Comments

@pahud
Copy link
Contributor

pahud commented Nov 4, 2021

Description

EKS managed nodegroup now supports bottlerocket in AMD64 and ARM64.

https://aws.amazon.com/tw/blogs/containers/amazon-eks-adds-native-support-for-bottlerocket-in-managed-node-groups/

Use Case

Allow user to create bottlerocket MNG.

Proposed Solution

update the AmiType enum.

Other information

No response

Acknowledge

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@pahud pahud added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 4, 2021
@github-actions github-actions bot added the @aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service label Nov 4, 2021
@peterwoodworth peterwoodworth added effort/small Small work item – less than a day of effort p2 feature/enhancement A new API to make things easier or more intuitive. A catch-all for general feature requests. and removed needs-triage This issue or PR still needs to be triaged. labels Nov 4, 2021
@mergify mergify bot closed this as completed in #17323 Nov 12, 2021
mergify bot pushed a commit that referenced this issue Nov 12, 2021
Support Bottlerocket managed nodegroups and update the README as Bottlerocket has been supported in all AWS commercial regions since its [GA](https://aws.amazon.com/tw/about-aws/whats-new/2020/08/announcing-general-availability-of-bottlerocket/).

Fixes: #17324

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

@jasonumiker
Copy link

jasonumiker commented Nov 22, 2021

With the EKS Managed AMI you can specify/pin a version so that triggering a mangaed node group upgrade via GitOps is deliberate. Is there a way to pin a particular version with this? https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-eks.Nodegroup.html#releaseversion

TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this issue Feb 21, 2022
Support Bottlerocket managed nodegroups and update the README as Bottlerocket has been supported in all AWS commercial regions since its [GA](https://aws.amazon.com/tw/about-aws/whats-new/2020/08/announcing-general-availability-of-bottlerocket/).

Fixes: aws#17324

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service effort/small Small work item – less than a day of effort feature/enhancement A new API to make things easier or more intuitive. A catch-all for general feature requests. feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants