Miguel Bernabeu Diaz

Results 8 comments of Miguel Bernabeu Diaz

Same to me in Archlinux. I was willing to try workrave today and segfaults on startup. The suggested workaround with `GDK_BACKEND="x11" ` solves the issue. Version: 1.10.45-1

I'm currently evaluating this operator and one pain point I'm having is that there is no ReadinessProbe. I've seen how to provide that (it's a one line code change) but...

We have several tenants with diverse background and needs in our systems and we want to evaluate OTEL as a scheme to simplify our internal observability pipelines and custom data...

There is a Gemfile for each project next to each Dockerfile. I've updated the strings to use quotes as you mentioned but it still does not work. I wasn't sure...

@pedz Thanks for the tip! Just run it in the buffer where I was failing to run the specs and it returned the project root properly.

Looking at the `strace` output, it seems to be trying to contact DBus, but I do not have it wired with the rest of the system, especially not with `pass`....

I'm in the process of validating with: ```yaml hostPID: true hostNetwork: true #hostUsers: false containers: - name: opentelemetry-collector securityContext: #procMount: "Unmasked" privileged: true capabilities: add: - BPF - PERFMON -...

> Not an k8s expert, just following documentation. Did you try something like the following? > > ``` > securityContext: > procMount: Default > readOnlyRootFilesystem: true > privileged: true >...