bottlerocket
bottlerocket copied to clipboard
An operating system designed for hosting containers
Bottlerocket carries [a patch to `cri`](https://github.com/bottlerocket-os/bottlerocket/pull/1180) that sets a default `RLIMIT_NOFILE`, introduced to help remediate [this OOM issue](https://github.com/bottlerocket-os/bottlerocket/issues/1136). This configurable limit seems more generally useful, so we should upstream the...
We should update dependencies under packages prior to our next minor version update. An example of this being done can be found in #1936
When one or more of the following tests exist, we should make it easy to run them with `cargo make test`. depends on (one or more of): - https://github.com/bottlerocket-os/bottlerocket-test-system/issues/318 -...
**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...
Get `cargo make test` working for testing metal-k8s variants (probably using [tinkerbell](https://tinkerbell.org/)). depends on: - https://github.com/bottlerocket-os/bottlerocket-test-system/issues/415 depends on (for precedence): - #2148 - #2149 We might also say that it...
... Writing a small binary that can be used to test this as part of integration tests is probably a good idea. _Originally posted by @iliana in https://github.com/amazonlinux/PRIVATE-thar/pull/287_
Hello, **What I'd like:** Have AMI of bottle including a grsecurity patched kernel. I'd love from a security guy having grsecurity running bellow bottle rocket OS. From what I've understood...
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:** To deploy bottlerocket on GCP **Any alternatives you've considered:** I've been primarily using rancher OS as well as a rancher server to manage kubernetes, and followed their...
This issue is tracking adding support for [AWS App Mesh](https://aws.amazon.com/app-mesh/) to the ECS variant of Bottlerocket. This will require adding the [AWS VPC CNI plugin](https://github.com/aws/amazon-vpc-cni-plugins).