bottlerocket-update-operator icon indicating copy to clipboard operation
bottlerocket-update-operator copied to clipboard

A Kubernetes operator for automated updates to Bottlerocket

Results 118 bottlerocket-update-operator issues
Sort by recently updated
recently updated
newest added

After setting minutes value in scheduler_cron_expression the updater only running once but it should do rolling update for all instances by running multiple time. When is set * for minute...

type/bug

As I mentioned in #478, the brupop API server on one of my EKS clusters apparently has an untrusted TLS cert: ``` > kubectl -n brupop-bottlerocket-aws get bottlerocketshadows Error from...

**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...

- EKS 1.23 - BottleRocket AMIs - v1.1.0 We have a cluster with a customized cluster domain name. The agent insists on connecting to https://brupop-apiserver.brupop-bottlerocket-aws.svc.cluster.local/bottlerocket-node-resource which does not resolve in...

**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

### Frequency of polled updates Currently, polling for a new update seem to be every 10 seconds: https://github.com/bottlerocket-os/bottlerocket-update-operator/blob/c2e9504d7671c263ecdf7ea59fea69609b92e15e/agent/src/apiclient.rs#L123-L128 It would be great if there was an brupop setting that made...