Has anyone had issues using Bottlerocket AMIs on R...
# general
s
Has anyone had issues using Bottlerocket AMIs on Rancher managed EKS instances? Are there any considerations when using Bottlerocket? Per this doc from Amazon, it looks like AL2 optimized AMIs won’t be available later this year, and that’s what Rancher seems to default to currently: https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html
image.png
c
Bottlerocket is not a supported distro. I suspect it is too stripped down to work with the Rancher provisioning tools.
s
Are there plans to support it in the future given AL2 optimized EKS AMIs are being deprecated?
c
I would imagine that at least AL2023 will be added. You can keep an eye on the support matrix: https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-10-4/
Note that the AL2 EOL is 13 months out, despite Amazon stopping production of EKS AMIs earlier than that.
s
Got it, thank you
@creamy-pencil-82913 one last question.. Is Bottlerocket not supported for RKE2, EKS or both?
I ask, because my understanding is that EKS manages the underlying nodegroup instances; whereas Rancher is fully managing RKE2 node pools isntances.
c
Definitely not supported for RKE2. I don’t know about EKS. I have poked some folks internally to see if there’s any info I can share about our roadmap for the AL2 EOL.
🙌 1
s
Thank you!
c
s
It’d be great to get Bottlerocket support for the EKS operator as this is coming down the pipe.
I pulled the source for the EKS-operator from Github, and I think I added BottleRocket support. Is there anyone I can work with to contribute my changes?