Erikson Tung
Erikson Tung
**What I'd like:** Replace use of `lazy_static!` with `once_cell` in all our workspaces. `once_cell` lets us avoid the use of macros, compiles faster, and allows for more ways to lazily...
**What I'd like:** `cfsignal` to respect proxy environment variables when making API requests out to CloudFormation. Reference https://github.com/bottlerocket-os/bottlerocket/pull/2227/commits/538de7a5529aeba719cd56ca16d6da58d1a6858e for the changes necessary to do this.
**What I'd like:** More K8s deployments are now containerd-aware so customers are having to do K8s manifest edits for solutions that assume containerd as the underlying runtime. In the containerd...
> we could potentially use our new `bottlerocket-variant` crate to set up a ladder of different configs, ordered from most to least specific, and pick the first one that existed....
**Image I'm using:** bottlerocket-aws-k8s-1.15-x86_64-0.3.1-8a0c0b3 with a v1.15 EKS control plane **What I expected to happen:** cAdvisor metrics to have associated metadata available (e.g container_name, pod, namespace) For example, `container_fs_usage_bytes` for...
We're adding serial console access support to Bottlerocket's admin container in https://github.com/bottlerocket-os/bottlerocket-admin-container/pull/59. We might want to avoid interleaving the admin container's output with other systemd unit status output in the...
**What I'd like:** A Bottlerocket settings operator that can apply a set of bottlerocket API settings across multiple nodes in a cluster at the same time - A new way...
> Not that it's part of this thread specifically - but it would be nice to add a few more of the reecommended IPVS modules like `ip_vs_sh`. _Originally posted by...
Kubernetes 1.20 went out of upstream support in December, 2021. AWS EKS is maintaining support for 1.20 until [November 1st, 2022](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar). Bottlerocket will deprecate support of our K8s 1.20 variants...
We should update dependencies of our Rust packages in Bottlerocket to prepare for 1.10.0. We did this for 1.9.0 in https://github.com/bottlerocket-os/bottlerocket/pull/2303