bottlerocket
bottlerocket copied to clipboard
An operating system designed for hosting containers
**What I'd like:** Add the NetApp Astra Trident CSI driver to the choices for NFS persistent volumes in Bottlerocket on EKS, to permit those custommers to take full advantage of...
**Image I'm using:** System Info: - Kernel Version: 5.15.160 - OS Image: Bottlerocket OS 1.20.3 (aws-k8s-1.26-nvidia) - Operating System: linux - Architecture: amd64 - Container Runtime Version: containerd://1.6.31+bottlerocket - Kubelet...
Hi folks, I'm working on building out some Bottlerocket OS variants (this is related to Kata Container work). As a first step, I'm attempting to build the project as-is, with...
**Platform I'm building on:** AWS aarch64 **What I expected to happen:** While creating and registering an AMI, I ran the make AMI command. ``` cargo make ami -e PUBLISH_AMI_NAME=testing_k8s ```...
Amazon EKS will end extended support of Kubernetes 1.23 on [October 11, 2024](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar). Support for the `aws-k8s-1.23*` variants of Bottlerocket will end on the same date. While you still can...
**What I'd like:** AWS EC2 instances with Nitro support a feature called "Nitro Enclaves", which greatly enhance security when doing crypto operations, as it stores private keys in a way...
### Description We have been using Bottlerocket 1.25 for the past 3 days. Since the upgrade, some of our GPU nodes (`g5.xlarge`) are failing to initialize the NVIDIA driver on...
This is a pretty strange one, but I wanted to raise it in case someone else was hitting it. In a CICD context, we build multiarch images on x64 by...
**What I'd like:** Enhance Logdog or add native support for the AWS [ECS Log Collector script](https://github.com/aws/amazon-ecs-logs-collector) and the AWS [EKS Log Collector script](https://github.com/awslabs/amazon-eks-ami/tree/main/log-collector-script) with the AWS Bottlerocket ECS and EKS...
**What I'd like:** We have a tendency to over-subscribe our nodes ... allowing pods to have higher `limits.memory` settings than their `requests.memory`. We expect/hope that processes inside containers will be...