blob: 6144e3f7084d70c19e4364c38b23e9cd815306e2 (
plain)
1
2
3
4
5
6
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.
|