bottlerocket
bottlerocket copied to clipboard
An operating system designed for hosting containers
**What I'd like:** Built in package for the AWS Elastic Fabric Adapter driver.
kmod-kit currently does not support cross compiling external kmods for other architectures, like we do for our general package builds. If we do not want to build kmods on the...
I followed the spire/istio quick start here and I'm seeing a lot of selinux denials on the node: [ 9787.965707] audit: type=1400 audit(1710880774.925:558): avc: denied { search } for pid=33158...
As seen in https://github.com/bottlerocket-os/bottlerocket/pull/3831, we are getting some automated lints on `host-ctr` now that we should address.
**Image I'm using:** bottlerocket-aws-k8s-1.28-x86_64-v1.19.1-c325a08b **What I expected to happen:** Scale-in activities should take the same average amount of time either with admin container enabled or disabled. **What actually happened:** Scale-in...
**What I'd like:** We use a few bootstrap containers on startup - some of them label hosts, others handle custom max-pods calculations, etc. Because booting new hosts is more important...
**What I'd like:** Configuration templates that are rendered by Bottlerocket's settings API are rendered using the `schnauzer` utility. The source code canonically lives in [`bottlerocket-core-kit`](https://github.com/bottlerocket-os/bottlerocket-core-kit/tree/develop/sources/api/schnauzer); however, Bottlerocket migrations currently [use...
**Issue number:** Closes # **Description of changes:** - Added migrations for bootstrap command settings **Testing done:** - End to end testing with my copy of core-kit and settings-sdk for bootstrap...
**What I'd like:** It looks like the [only supported credential-providers is ecr-credential-provider](https://bottlerocket.dev/en/os/1.20.x/api/settings/kubernetes/#credential-providers). IIUC it would technically be possible to support additional credential-providers if we were able to deploy a credentials...
**What I'd like:** I am using Karpenter with EKS to auto-update my os. is there any way to control the Nvidia drivers/cuda toolkit you install? I mean, I don't want...