Sean P. Kelly

Results 99 comments of Sean P. Kelly

#524 reduces the default polling interval to 2 minutes, but I agree that we should make this configurable.

Possibly this is due to the ARNs not being appropriately namespaced (all using `arn:aws` instead of e.g. `arn:aws-cn`)

I like this crash toleration idea, though it's not immediately clear to me where the operator will persist this. The controller itself doesn't have a custom resource -- it leans...

Thanks for raising this issue. The logs you posted are curious: ``` current_version: \"1.24.0\", target_version: \"1.25.0\", current_state: StagedAndPerformedUpdate ``` This indicates that the node is currently running `1.24.0` but it...

Thank you! I'll attempt to replicate, but if you do happen to encounter this again logs from the agent after the reboot would be very helpful.

Seems like the CI is unhappy, you just need to run `cargo fmt` (and possibly also `cargo clippy` if you haven't yet).

Hello. Can you share which version of Brupop you are attempting to configure? The ability to create a ServiceMonitor via helm values was recently released in [Brupop 1.4.0](https://github.com/bottlerocket-os/bottlerocket-update-operator/releases/tag/v1.4.0) You can...

It should work with `1.3.0`. I'll take a closer look to see if I can get a similar setup. I've noticed a section in the DataDog documentation mentioning [autodiscovery via...

> Metrics are coming to the data dog and working fine. Let me know if I can add the datadog integration block in "README", So that people get benefit from...

Thanks for the notes @bcressey. I'm working on changes to ensure `nvidia-device-plugin` starts after the kubelet socket becomes available.