Erkan Yanar
Erkan Yanar
Hi, I would like to get the (E)UID/GID from a process. As I understand the manual I'm just able to check if a process is running.
Extend HelmChart disable --auto-generate-certificates and still run in HTTPS (providing own certs)
##### What would you like to be added I would like to add another variable for the Helmchart. (.Values.disableGenerateCertificates). This should disable --auto-generate-certificates and and would stop mounting the dashboard-certs...
I bulid https://github.com/sunfishcode/hello-wasi-http wasmtime serve works ~~~ $ wasmtime serve target/wasm32-wasi/debug/hello_wasi_http.wasm Serving HTTP on http://0.0.0.0:8080/ ~~~ I got docker configured to have wasmtime as runtime. works with non-proxy wasm: ~~~...
Right now checkig rules falco-talon requires a config, even it is not needed ~~~ $ docker container run --rm -v .:/srv -w /srv issif/falco-talon rules check -r rules.yaml 2024-09-26T21:33:03Z FTL...
Hi, If you try to kill a standalone pod (kubernetes:terminate) Falco-Talon skips/errors with `"no owner reference found"` So you will never be able to kill "standalone" Pods. So a good...
I wonder if loki-stack is depreacated or lacks maintenance? Why I'm asking; When deprecated it would be nice to add `deprecated: true` to the Chart.yaml If it lacks maintenance we...
Fixes #3300 Helm suggest to change the Chart.yaml to announce deprecation of a HelmChart. Tools like renovate, nova ... use that information.