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 <pehunt@redhat.com>
This commit is contained in:
Peter Hunt
2020-01-03 10:15:03 -05:00
parent 50b4446376
commit b6792b61de
6 changed files with 31 additions and 21 deletions

View File

@ -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,