Sean P. Kelly

Results 44 issues of Sean P. Kelly

**Image I'm using:** Any Kubernetes variant **What I expected to happen:** If the `dbus` service is restarted, scheduling pods with Kubernetes should not be impacted. **What actually happened:** Scheduling a...

We're tracking `runc` re-registering itself as a service in dbus automatically if dbus is restarted in #2172. This issue is cut to track whether or not other services enter a...

core

**What I'd like:** To update dbus-broker to v31 or greater. dbus-broker requires a newer build of meson to be included in our SDK. Currently, the SDK [uses F35 as a...

We are moving to containerd 1.6.4 for Bottlerocket in https://github.com/bottlerocket-os/bottlerocket/pull/2158. We have also made improvements to the kubelet config in https://github.com/bottlerocket-os/bottlerocket/pull/2166 which should improve Pod start time. This issue is...

eks

We should update dependencies under packages prior to our next minor version update. An example of this being done can be found in #1936

**What I'd like:** The ability to specify a bootstrap script that gets run by an existing bottlerocket-provided bootstrap container. Check out the discussion in #1989, particularly [this comment](https://github.com/bottlerocket-os/bottlerocket/discussions/1989#discussioncomment-2342621) **Any alternatives...

type/enhancement
priority/p2
core

**What I'd like:** I'd like to be able to modify Transparent Huge Page settings using Bottlerocket settings. This was asked about in #1989. **Any alternatives you've considered:** This can currently...

type/enhancement
core

**Issue or Feature Request:** BRSs currently have `ownerReferences` to the k8s `Node` object that the BRS is associated with, meaning that if the Node is deleted, the BRS will be...

component/controller

**Issue or Feature Request:** Provide a mechanism to limit the number of concurrently updated nodes to a custom maximum, including an `unlimited` option. PodDisruptionBudgets make this a fairly safe operation,...

component/controller

Error submodules are preferred for error types, and it is preferable to create multiple error classifications rather than bubbling all errors up to a single error type.