Sean P. Kelly

Results 46 issues of Sean P. Kelly

**Issue or Feature Request:** The logs in Brupop are currently emitted using [Bunyan-formatted](https://github.com/trentm/node-bunyan) messages. These are machine-parseable, but they actually end up being pretty difficult for humans to read when...

**Issue or Feature Request:** When the brupop agent reboots a node, it allows the reboot to send a signal to the process, terminating it. This results in a log message...

component/agent

**Issue or Feature Request:** The controller uses [`into_iter_touched()`](https://docs.rs/kube-runtime/0.62.0/kube_runtime/watcher/enum.Event.html#method.into_iter_touched), which can miss deletion events under certain circumstances (see the linked docs). We need to periodically refresh the entire `Store` object in...

component/controller

**Issue or Feature Request:** Brupop should be installable via Helm. This would provide customers an easy route to install dependencies, like [cert-manager](https://cert-manager.io/) for managing SSL certificates used for communication with...

**What I'd like:** In Fedora's build of [`xz`](https://src.fedoraproject.org/rpms/xz/blob/rawhide/f/xz.spec), the RPM automatically imports a GPG key and verifies that the sources are signed with a given key. It would be awesome...

type/enhancement
priority/p1
core

**What I'd like:** Per [the design doc for settings extensions](https://github.com/bottlerocket-os/bottlerocket/blob/f51b371e8c1717c6749d8f3316960b79e4ac9cdc/docs/design/settings/extensions/modular-settings-extensions.md), data that we currently store as "metadata" in the Bottlerocket API will be moved to files installed on the filesystem....

type/enhancement
area/out-of-tree-builds

This serves as a tracking issue for the effort to port all settings models to settings extensions. As per the [settings extension design](https://github.com/bottlerocket-os/bottlerocket/blob/b375585ce32e61a2d796a1f9eff9d374964fa813/docs/design/settings/extensions/modular-settings-extensions.md), existing settings models must be ported to...

type/enhancement
status/in-progress
area/out-of-tree-builds

**Platform I'm building on:** `aws-k8s-1.25` I'm launching EC2 instances on m5.xlarge and recording the boot time using `systemd-analyze`. **What I expected to happen:** I would expect for the boot time...

status/research
area/core

**What I'd like:** For [out of tree builds](https://github.com/bottlerocket-os/bottlerocket/issues/2669), Bottlerocket's binaries will be re-used for multiple variants, rather than built from source on a per-variant basis. This means we must remove...

type/enhancement
area/out-of-tree-builds

### What feature/behavior/change do you want? AWS Autoscaling has added support for identifying AMIs in Launch Templates via SSM parameters: https://docs.aws.amazon.com/autoscaling/ec2/userguide/using-systems-manager-parameters.html When creating a self-managed nodegroup, it would be excellent...

kind/feature
priority/important-longterm
needs-investigation
blocked/aws