commit dc69df7b097603f1d26ec0bccf648f81febfa795 parent 7b2e76981bafdae9c67b74acb443192cdb4f3c96 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Sat, 14 Jun 2025 10:56:48 +0200 fix(nomad): v1.10 explicit Podman task driver loading Diffstat:
M | nomad.sh | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/nomad.sh b/nomad.sh @@ -168,6 +168,12 @@ plugin "raw_exec" { enabled = true } } + +# Enable Podman task driver plugin +# Since Nomad 1.10.0 plugin binaries not loaded automatically +# https://developer.hashicorp.com/nomad/docs/upgrade/upgrade-specific#loading-binaries-from-plugin_dir-without-configuration +plugin "nomad-driver-podman" { +} EOF # Mount NFS for hostpath volumes