Gavin Inglis
Gavin Inglis
@MasterOfTheTiger This is great! Looks like it downloads a youtube video to the current directory and names it cat.mp4. Just a small request or two: The line `os.unlink('cat.mp4')` could be...
Thanks yo just a couple nits/qs
Hi @James-Quigley @jonathan-innis, I suspect this issue might be addressed by changes to include monitoring of the container runtime cgroup by kubelet https://github.com/bottlerocket-os/bottlerocket/pull/3804. Are you still seeing this issue on...
@stevehipwell this issue is to track the Bottlerocket bootstrap *container* which lives in https://github.com/bottlerocket-os/bottlerocket-bootstrap-container. The intention of the bootstrap container is to allow a Bottlerocket user to provide their own...
Hi @ozahavi, `serializeImagePulls` is set to `false` by default; I confirmed that parallel pulls are indeed happening on a `bottlerocket-aws-k8s-1.27-aarch64-v1.21.1-82691b51` node: ``` $ kubectl get --raw "/api/v1/nodes/.us-west-2.compute.internal/proxy/configz" | jq .kubeletconfig.serializeImagePulls...
I've been able to reproduce the failure mode shared by both @diranged and @Pluies, and I've written up those reproduction steps in this gist: https://gist.github.com/ginglis13/bf37a32d0f2a70b4ac5d9b9e5a960278 tl;dr: overwhelm a large node...
@JacobHenner @geddah @James-Quigley thank you all for the additional data as we work through a root cause for this issue. One commonality between your problematic variants (and those of previous...
Cancelling CI since this is just a documentation change.
``` error: cannot install package `cargo-deny 0.18.0`, it requires rustc 1.85.0 or newer, while the currently active rustc version is 1.81.0-nightly `cargo-deny 0.17.0` supports rustc 1.81.0 ``` I'll update to...