Kyle Sessions
Kyle Sessions
I have followed the example: https://github.com/rootless-containers/slirp4netns/blob/master/slirp4netns.1.md#example Terminal 1: ``` (host)$ unshare --user --map-root-user --net --mount (namespace)$ echo $$ > /tmp/pid ``` Terminal 2: ``` (host)$ slirp4netns --configure --mtu=65520 $(cat /tmp/pid)...
* [x] This is a bug report * [ ] This is a feature request * [x] I searched existing issues before opening this one ### Expected behavior Rootless docker...
**Image I'm using:** Latest **Issue:** The [certificate logic](https://github.com/bottlerocket-os/bottlerocket-control-container/blob/4e04695e7f4bb5ad05e9ea54b7f69c0ec4249487/start_control_ssm.sh#L18) used by control container doesn't account for a file that already exists with the same name. This results in the following error:...
On Bottlerocket 1.34.0 MIG support was added for MIG_STRATEGY `single`. **What I'd like:** To support `mixed` strategy, which allows a node to expose a mixture of MIG device types across...
Our [latest release of Bottlerocket 1.51.0](https://github.com/bottlerocket-os/bottlerocket/issues/4700) moves `aws-k8s-1.33*` to use `containerd-2.1` due to the [EOL of containerd-2.0](https://github.com/bottlerocket-os/bottlerocket/issues/4686) and `aws-k8s-1.34*` variants has been on `containerd-2.1` since launch. `containerd-2.1` defaults to a...
Related: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/760 **Issue number:** Closes # **Description of changes:** **Testing done:** **Terms of contribution:** By submitting this pull request, I agree that this contribution is dual-licensed under the terms of...