From b6792b61de7706ad6019a98db23c2a62753b1bde Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Fri, 3 Jan 2020 10:15:03 -0500 Subject: play kube: make seccomp handling better conform to k8s Add flag --seccomp-profile-root in play kube to allow users to specify where to look for seccomp profiles update tests Signed-off-by: Peter Hunt --- docs/source/markdown/podman-play-kube.1.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/source/markdown/podman-play-kube.1.md') diff --git a/docs/source/markdown/podman-play-kube.1.md b/docs/source/markdown/podman-play-kube.1.md index 2ac860a32..2367ff7fe 100644 --- a/docs/source/markdown/podman-play-kube.1.md +++ b/docs/source/markdown/podman-play-kube.1.md @@ -40,6 +40,10 @@ value can be entered. The password is entered without echo. Suppress output information when pulling images +**--seccomp-profile-root**=*path* + +Directory path for seccomp profiles (default: "/var/lib/kubelet/seccomp"). (Not available for remote commands) + **--tls-verify**=*true|false* Require HTTPS and verify certificates when contacting registries (default: true). If explicitly set to true, -- cgit v1.2.3-54-g00ecf