Erikson Tung

Results 25 issues of 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...

type/enhancement
priority/p1
core
good first issue

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

eks
ecs
priority/p1
good first issue

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

priority/p0
dependencies

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

priority/p2
core

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

type/bug
priority/p2

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

priority/p2
core

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

type/enhancement
status/icebox
area/settings

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

priority/p1
core

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

eks

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

type/enhancement
priority/p1
dependencies