hashicorp / nomad-driver-exec2

An official Nomad task driver plugin for sandboxing workloads using native Linux kernel features
Mozilla Public License 2.0
8 stars 0 forks source link

APT install does not enable the plugin #43

Closed EtienneBruines closed 3 months ago

EtienneBruines commented 3 months ago

When installing nomad and nomad-driver-exec2 using apt (on Ubuntu), the exec2 plugin does not automatically get detected.

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?

tgross commented 3 months ago

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.