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

A Kubernetes operator for automated updates to Bottlerocket

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

When the brupop agent reboots a node, it allows the reboot to send a signal to the process, terminating it. Instead of that, We should have the brupop agent exit...

**Issue number:** #156 **Description of changes:** * Add `DEREGISTER_FROM_LB_WAIT_TIME_IN_SEC` in `.env` as environment variable. * Deregister node from load balancer before draining when DEREGISTER_FROM_LB_WAIT_TIME_IN_SEC is larger than 0. * Register...

**Description** Customers could have workload that cannot be interrupted during some periods of the day. Therefore, a mechanism to prevent Bottlerocket nodes update by the [bottlerocket-update-operator](https://github.com/bottlerocket-os/bottlerocket-update-operator) in some time window...

type/enhancement

**Image I'm using:** public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.2 **Issue or Feature Request:** The way the TLS certificate is configured with the APIServer and agents seems unusual to me. However this maybe a misunderstanding or...

**Image I'm using:** **Issue or Feature Request:** Related issue #232, the APIServer and the Agent don't reload the certificate if it changes, as a result when cert-manager rotates the certificate...

**Image I'm using:** **Issue or Feature Request:**

**Issue number:** #107 **Description of changes:** ``` Author: Tianhao Geng Date: Thu Aug 11 19:32:12 2022 +0000 cleanup brs when the brupop is removed from the node Currently we require...

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

**What I'd like:** I'm considering adding this to my EKS deployment, but I found a flaw in another project that drains nodes before termination (aws-node-termination-handler) where nodes weren't properly detached...

question