Closed EtienneBruines closed 4 months ago
When installing nomad and nomad-driver-exec2 using apt (on Ubuntu), the exec2 plugin does not automatically get detected.
nomad
nomad-driver-exec2
exec2
I manually had to do
ln -s /usr/bin/nomad-driver-exec2 /opt/nomad/data/plugins/nomad-driver-exec2
Would it make sense to have the installer do this automatically?
Hi @EtienneBruines this was fixed in https://github.com/hashicorp/nomad-driver-exec2/pull/39 but we haven't shipped a release with that fix yet.
When installing
nomad
andnomad-driver-exec2
using apt (on Ubuntu), theexec2
plugin does not automatically get detected.I manually had to do
Would it make sense to have the installer do this automatically?