Update docs for unset seccomp profile

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2020-05-10 10:46:58 -07:00
parent 38f19f991e
commit 674fe72aa8
4 changed files with 9 additions and 4 deletions

View File

@@ -225,8 +225,9 @@ type PluginConfig struct {
// DisableProcMount disables Kubernetes ProcMount support. This MUST be set to `true`
// when using containerd with Kubernetes <=1.11.
DisableProcMount bool `toml:"disable_proc_mount" json:"disableProcMount"`
// DefaultSeccompProfile is a seccomp profile to use if not provided by k8s.
DefaultSeccompProfile string `toml:"default_seccomp_profile" json:"defaultSeccompProfile"`
// UnsetSeccompProfile is the profile containerd/cri will use If the provided seccomp profile is
// unset (`""`) for a container (default is `unconfined`)
UnsetSeccompProfile string `toml:"unset_seccomp_profile" json:"unsetSeccompProfile"`
}
// X509KeyPairStreaming contains the x509 configuration for streaming