maggie44
maggie44
### Is this the right place to submit this? - [X] This is not a security vulnerability or a crashing bug - [X] This is not a question about how...
The current implementation of gvisor exposes `service.New` as the entry point. Inside there, `nebula.Main` is configured. This prevents `nebula.Main` being customised with a logger or build version. This PR changes...
# Description of problem During installation on k3s following these instructions: https://github.com/kata-containers/kata-containers/blob/main/tools/packaging/kata-deploy/README.md#k3s-cluster I am getting the error: ``` kata containers k3s /etc/containerd/config.toml: No such file or directory ``` On k3s...
This is a fixed version of: https://github.com/googleforgames/quilkin/pull/1055 I originally raised this PR against that PR, but the not sure if @kaboing is still pursuing this. Credit to @kaboing for the...
### Description New deployments are unable to pull containers: ``` Failed to pull image "quay.io/argoproj/argocd:v3.0.6": failed to pull and unpack image "quay.io/argoproj/argocd:v3.0.6": failed to resolve reference "quay.io/argoproj/argocd:v3.0.6": failed to do...
### TL;DR `hcloud-csi-driver` container is coming up, but then failing the healthz check. Here are the logs that suggest things are healthy: ``` time=2025-06-16T08:43:48.785Z level=DEBUG source=/home/runner/work/csi-driver/csi-driver/internal/metrics/metrics.go:36 msg="registering metrics with registry"...
### Describe the bug I had been using this chart perfectly before. I just started up a new cluster, and added the chart again, so presumably using the one since...
### Preflight checklist - [x] I could not find a solution in the existing issues, docs, nor discussions. - [x] I agree to follow this project's [Code of Conduct](https://github.com/ory/dockertest/blob/master/CODE_OF_CONDUCT.md). -...
Refactors the CA pool handling to reduce memory usage when loading large config files on low memory devices: ``` Before (full-slice parsing): 100 CAs: 4.13 ms/op, 1.46 MB, 1,596 allocs...
### What version of `nebula` are you using? (`nebula -version`) 1.9.4 ### What operating system are you using? Linux ### Describe the Bug When starting the DNS server with ServeDNS...