Sean P. Kelly

Results 30 comments of Sean P. Kelly

To instrument this, we can replace the [bunyan formatter](https://github.com/bottlerocket-os/bottlerocket-update-operator/blob/0.2.0/agent/src/main.rs#L119) in our tracing configurations with something else. A similar formatting configuration is enabled in each of the agent, apiserver, and controller.

Just doing some backlog grooming. Currently, we suggest supporting this with [PodDisruptionBudgets](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#pod-disruption-budgets) as @srgothi92 mentioned. Feel free to comment on this issue if you have a use-case that would prefer...

Rather than `into_iter_touched()`, we actually use [`try_flatten_touched()`](https://github.com/bottlerocket-os/bottlerocket-update-operator/blob/develop/controller/src/main.rs#L53), which uses `into_iter_touched()`.

We've investigated this issue and found that, at the time, there doesn't seem to be a way to convince docker to change the architecture of a resulting image, other than...

Hi, thanks for opening this issue. Is Bottlerocket 1.9.0 the first version you've used? I'm wondering if you've hit this problem in previous Bottlerocket releases. This could help us narrow...

Hi, thanks for the request. I can see that the additional options for `static` CPU Manager policies are currently feature gated ([docs](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#static-policy-options)). Looking at the kubelet [configuration documentation](https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/0), it seems...

It turns out that we similarly need a newer meson for the newest libglib (2.73), which would also necessitate this move.

Sorry for the milestone spam, we were deliberating scope for our release schedule. This depends on us moving away from inline registry mirror configuration per #1963.

Thanks for raising this. We're interested in integrating with Neuron, and it's something we're planning to look into down the road!

Re-titled this to be consistent with #1075, which is similar but for an ECS Inferentia variant.