Gavin Inglis
Gavin Inglis
Added 'stdin' to discussion of i/o redirection. Typically, I hear all three of stdin, stdout, and stderr in the same conversation, so I think this fits here.
Signed-off-by: Gavin Inglis *Issue #, if available:* n/a *Description of changes:* Noticed in going through the firecracker-containerd quickstart for Amazon Linux that by default, gcc is not installed. add that...
Walk fails on task exit after garbage collection when using the demux snapshotter with error: ``` time="2022-05-26T17:37:20Z" level=error msg="Function called without namespaced context" error="namespace is required: failed precondition" function=Walk ```...
For now, we've added building a kernel with FUSE enabled as a step ran in every integration test on Buildkite (#659). This adds about 1-2 minutes to the overall build...
if using one of the GitHub dark themes, it is near impossible to view documentation images such as https://github.com/firecracker-microvm/firecracker-containerd/blob/main/docs/img/design-overview.png and https://github.com/firecracker-microvm/firecracker-containerd/blob/main/docs/img/design-sequence-diagram.png due to their usage of black text and transparent...
see these builds from #576 in which TestBuildVMConfiguration/Container_Count_affects_StubDriveCount failed with each failure having the same diff: * https://github.com/firecracker-microvm/firecracker-containerd/runs/5381251050?check_suite_focus=true * https://github.com/firecracker-microvm/firecracker-containerd/runs/5379674705?check_suite_focus=true ``` Diff: --- Expected +++ Actual @@ -52,3 +52,3 @@...
Current integration testing for CNI plugins uses plugins at their latest versions: https://github.com/firecracker-microvm/firecracker-containerd/blob/3c257503cc1fa13b3dc941b823a0627e5c77e88f/Makefile#L235-L249 containerd builds and installs plugins at a specific commit, perhaps fc-cd should take a similar approach: https://github.com/containerd/containerd/blob/fc5c51d5f4eb5152519f3ba7b7a23ccbf5176b5b/script/setup/install-cni
Currently, `ctr import` will use loose matching as defined by [platforms.Only(..)](https://github.com/containerd/containerd/blob/595ad06de7a6e886366de9bb7f73fcced366e235/platforms/compare.go#L94), meaning in the case of platform linux/amd64 as in issue #6441 , https://github.com/containerd/containerd/issues/6441#issuecomment-1098609359, importing will also match linux/386 platform...
Follow up from discussion on #434 `WithSnapshotOpt` is currently unused and untested: https://github.com/firecracker-microvm/firecracker-go-sdk/blob/490e3369bc978ef15ff1e2f13d76c675f4a64767/opts.go#L51-L53 for coverage purposes, we would like a test that uses this and supplies an option. That option...
### Feature Request: Settings View As the project grows, I think it would be nice to have a settings view. I'm thinking a user could enter `:view settings` to see...