Brandon McNama
Brandon McNama
ARM Images
Any change that ARM images could be published? They can be built via e.g. `buildx` or `podman` cross-build support to avoid requiring access to ARM hardware. I'd like to use...
In order to enable the process agent on OSes that don't have `/etc/passwd` (such as [Talos](https://github.com/talos-systems/talos), the `/etc/passwd` mount should be able to be disabled.
I'm using `ansible-builder` `0.4.0`, which is hardcoded to use `quay.io/ansible/python-builder` as the base for the `builder` stage. This is very limiting for me for a couple of reasons: * I...
### Problem Statement I'd like Kyverno to be able to log in JSON. This allows log aggregation pipelines to be naive to the format of incoming logs. ### Solution Description...
As an ASDF user, I prefer to install all my tooling through `asdf`. This plugin looks for `fzf` in a [hardcoded location](https://github.com/unixorn/fzf-zsh-plugin/blob/main/fzf-settings.zsh#L13) (`~/.fzf`) which causes a duplicate installation of fzf.
# Summary Argo Rollouts is one of the few Argo projects that doesn't support JSON logging # Use Cases When trying to naively parse logs using a log aggregator like...
[This check](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/974c8e40bc24e3117f6bff35387c39823f9c2a7f/pkg/apis/deviceplugin/v1/webhook_common.go#L27) has the potential to break some workflows for mirroring images to private registries such as [kbld](https://carvel.dev/kbld). It would be helpful to have an option to disable the image...
For those of us running mixed-arch clusters, it would be very nice to not have to constrain the operator to `amd64` nodes.
### Is your feature request related to a problem? I would like to be able to use a central Identity Provider (such as Dex, Keycloak, or Authelia) to be able...
**Describe the problem/challenge you have** I'd like to be able to unpack .xz archives in addition to .zip, .tar, and .tgz. .xz is commonly used to compress disk images in...