From 1edb20fd5ce71f0e0cab5d915aa60078de76e497 Mon Sep 17 00:00:00 2001 From: Charlie Voiselle Date: Wed, 6 Mar 2019 19:53:51 -0500 Subject: [PATCH] Note rkt driver needs Nomad client run as root The rkt driver requires that the Nomad agent to be running as the root user --- website/source/docs/drivers/rkt.html.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/source/docs/drivers/rkt.html.md b/website/source/docs/drivers/rkt.html.md index aa969f578..c2e7ab9d8 100644 --- a/website/source/docs/drivers/rkt.html.md +++ b/website/source/docs/drivers/rkt.html.md @@ -163,8 +163,10 @@ For more information, please refer to [rkt Networking](https://coreos.com/rkt/do ## Client Requirements -The `rkt` driver requires rkt to be installed and in your system's `$PATH`. -The `trust_prefix` must be accessible by the node running Nomad. This can be an +The `rkt` driver requires the following: +* The Nomad client agent to be running as the root user. +* rkt to be installed and in your system's `$PATH`. +* The `trust_prefix` must be accessible by the node running Nomad. This can be an internal source, private to your cluster, but it must be reachable by the client over HTTP.