Jeff Geerling

Results 1858 comments of Jeff Geerling

Can you confirm your molecule config looks something like the following? https://github.com/geerlingguy/ansible-role-apache/blob/master/molecule/default/molecule.yml#L7-L12

@zerwes - Can you try changing the command to match what I have set up in mine?

What's weird is I'm using the same containers on a ton of my projects and not (seemingly) running into the same issues that are mentioned here. (Edit: Though I'm running...

@tbumke - On macOS, that has to do with the implementation of cgroups v2 in Docker for Mac. I believe there's a way to work around it...

As I've said before, I haven't had any issues running this with systemd (for example, see my Docker role: https://github.com/geerlingguy/ansible-role-docker/blob/master/.github/workflows/ci.yml#L48 / https://github.com/geerlingguy/ansible-role-docker/runs/5959693637?check_suite_focus=true) If someone can get a reproducible fault that...

:+1: On install, we currently get warnings like: ``` Package guzzle/inflection is abandoned, you should avoid using it. Use guzzle/guzzle instead. Package guzzle/common is abandoned, you should avoid using it....

Yeah... I'm having the same issue with NFS too. `securityContext.fsGroup` seems to have no affect on NFS volume mounts, so you kinda have to use the initContainer approach :(

On the site here: https://pipci.jeffgeerling.com/hats/n-fuse-poe-hat-pcie.html

In looking over the unit I was sent, I noticed a few things and have sent an email to n|fuse to ask about them: - There is no isolation transformer,...