Michael Bauer
Michael Bauer
To prevent the possibility of any ToCToE attacks, we should use `openat()` when looking at a directory and later opening a file contained within that directory. This will require a...
As we discussed at SUG19, we can use the following Mellanox libraries to build a plugin to natively expose RDMA functionality in the container via a `--rdma` flag: - https://github.com/Mellanox/k8s-rdma-sriov-dev-plugin.git...
The `MonitorContainer` function of the `Engine` interface is called from the parent process of the container process. This process (and consequently this function) acts as the `CHILD_SUBREAPER` process, and is...
Plugins should be able to introduce handlers for custom URI's not supported in singularity by default. There are several places this needs to be introduced: - `singularity push` - `singularity...
`singularity plugin configure ` This command should in some form provide an easy way to facilitate configuration of an installed plugin. This is in reference to the *plugin's* configuration, for...
In order to make sure that all packages in `pkg` will be usable to external projects, we'll add a CI check to enforce that `buildcfg` only be used in strictly...
Hey @offa , I work for a company that is considering taking a dependency on this project for use. We are using the bazel build system. If we decide to...
Hello, I'm currently exploring provisioning SLOs using the datadog monitor, as it fits best into our internal platform workflow to provision via K8s. It looks like there's currently no support...