Sean P. Kelly

Results 46 issues of Sean P. Kelly

**Issue or Feature Request:** To perform a rollback, you would need to use Bottlerocket’s settings API to [lock a node to a given version](https://bottlerocket.dev/en/os/1.17.x/api/settings/updates/#version-lock). Brupop does some work to prevent...

type/enhancement

**Issue or Feature Request:** Bottlerocket’s TUF repository includes a concept of [“waves” with each update](https://github.com/bottlerocket-os/bottlerocket/tree/147a019a57f3575b04669277da033c5b0c67b30e/sources/updater/waves). Bottlerocket nodes generate a seed at each boot, and this seed is used to self-determine...

type/enhancement

**Issue or Feature Request:** It would be useful if there was some sort of andon-cord-style command which could prevent Brupop from performing any additional actions. The imagined use-case is that...

type/enhancement
component/controller

**Image I'm using:** Brupop v1.3.0 **Issue or Feature Request:** Currently, the controller service [always applies prometheus.io annotations](https://github.com/bottlerocket-os/bottlerocket-update-operator/blob/9a3b279401e13b6df951e11532f2a6849a6ed66b/deploy/charts/bottlerocket-update-operator/templates/controller-service.yaml#L5) to enable metric scraping. I've noticed that other charts tend to make this...

good first issue
type/enhancement
component/controller

**Image I'm using:** Brupop v1.3.0 **Issue or Feature Request:** The `apiserver` services prometheus metrics under `/metrics`; however, this is not configured via our default helm chart to be scraped by...

**Issue or Feature Request:** When attempting to run integration tests with the `integ` tool in cn-north-1 and us-gov-west-1, nodegroups failed to create or otherwise failed to launch AMIs that would...

type/bug
component/integration-test

**Issue or Feature Request:** When creating a new Brupop release, we have to update several artifacts within the repository. See https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/517 as an example of where this is done. It...

type/enhancement
github_actions

**Is your feature request related to a problem? Please describe.** It's slightly inconvenient to configure toxics after-the-fact with the client when proxies can be configured using a config file. **Describe...

**Is your feature request related to a problem? Please describe.** I'm currently invoking `noxious-server` via `std::process::Command` in a Rust module in my CI. This mostly works great! I did have...

**Is your feature request related to a problem? Please describe.** In my integration tests, I'd like to produce chaos at the TCP layer, but also at the HTTP layer. **Describe...