aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/uts.pod.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/options/uts.pod.md')
-rw-r--r--docs/source/markdown/options/uts.pod.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/markdown/options/uts.pod.md b/docs/source/markdown/options/uts.pod.md
new file mode 100644
index 000000000..6144e3f70
--- /dev/null
+++ b/docs/source/markdown/options/uts.pod.md
@@ -0,0 +1,7 @@
+#### **--uts**=*mode*
+
+Set the UTS namespace mode for the pod. The following values are supported:
+
+- **host**: use the host's UTS namespace inside the pod.
+- **private**: create a new namespace for the pod (default).
+- **ns:[path]**: run the pod in the given existing UTS namespace.