Ben Roberts
Ben Roberts
Seeing the same (repeatably). Downgrade to 1.12.3 works fine. ``` # consul snapshot inspect /opt/consul/raft/snapshots/1598-16767572-1660192717741/state.bin ID 1598-16767572-1660192717741 Size 5882700 Index 16767572 Term 1598 Version 1 Type Count Size ---- ----...
I think this relates to the deprecation of `policies` in favour of `consul_policies` in vault 1.11+ (https://github.com/hashicorp/vault/pull/15400), which is addressed by PR #1518 and should be in a 3.8.0 release...
I was just about to file a very similar bug for this myself, but for `celery -A proj call proj.tasks.mytask`. I'm not acessing any models from my tasks directly (though...
I see I cannot actually use `docker::service_provider` without making significant changes to the way the code works because the defined type includes `docker::params` only and not the base `docker` class....
That would be fine for my use case, even if I have to setup the socket activation and linger options myself. I have a constrained set of users that nomad...
You might also consider https://github.com/morningconsult/docker-credential-vault-login as an alternative method to get credentials from vault to podman, without actually involving nomad (despite the name, this also works with podman). It assumes...
Hi @TomPoulton There have been a few reports of this issue in IRC over the last couple weeks too, from dwittenberg (PE) and djstorm (puppetserver) last night. Looks like this...
I'm seeing the same. I think in my case the container is crashing on startup (due to having a dependency on a consul service registration from another nomad job which...
Yup, the latest nightly has resolved things for me too, thanks.
I'm seeing a slightly different trigger of this issue, but with the same root cause and end results. We use puppet to manage some iptables rules on the host[0]. When...