John Roesler
John Roesler
was missing port on the redis cluster address
I will repurpose this issue. The error message is highly confusing regarding what the issue was.
> When this project can support kafka cluster? I'm using it currently with clustered kafka broker with no issue. You only need to supply one kafka address to talk to...
I'm seeing this as well, just about every time I rebuild the container on an M1 mac. If i click the `retry` button too fast I often get the error...
I just ran into this today, and was also expecting the output to include `chef-client -l debug` results
We would welcome a PR :+1:
Tried to converge locally with `ident-ubuntu-1604` - looks like journalctl log has `[email protected]: New main PID 2779 does not belong to service, and PID file is not owned by root....
Ah - probably dokken/docker vs. chef (virtualbox?). Are you running on VMs locally? I run `KITCHEN_LOCAL_YAML=kitchen.dokken.yml kitchen converge ident-ubuntu-1604` and it's hanging on the same command, starting the systemd daemon...
I had the same issue - ended up including my certs in the Dockerfile for webapp so it wouldn't have an issue calling the backend.
I added something like this to my docker - not sure it's worth adding in a PR because it would likely be different for each user: ``` RUN mkdir /usr/local/share/ca-certificates/my-certs...