hashicorp / nomad-driver-exec2

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

e2e: add a test to ensure we can run envoy #23

Closed shoenig closed 6 months ago

shoenig commented 6 months ago

A "hello world" envoy job - demonstrating the use of unveil to allow access to /dev/shm which envoy requires.

I thought about doing a full countdash example but that requires running consul and whatnot. Maybe we can add exec2 examples to Nomad's e2e suite and do it there.