Update seccomp runtime/default to docker/default
The docs are not in alignment with the code, so if the code below is correct this commit should be merged.59caf07228/pkg/kubelet/dockertools/docker_manager.go (L1191)
59caf07228/pkg/api/validation/validation.go (L2123)
This commit is contained in:
parent
8d7254d9be
commit
ef36f8c19f
|
@ -191,7 +191,7 @@ profiles to be opaque to kubernetes for now.
|
|||
|
||||
The following format is scoped as follows:
|
||||
|
||||
1. `runtime/default` - the default profile for the container runtime
|
||||
1. `docker/default` - the default profile for the container runtime
|
||||
2. `unconfined` - unconfined profile, ie, no seccomp sandboxing
|
||||
3. `localhost/<profile-name>` - the profile installed to the node's local seccomp profile root
|
||||
|
||||
|
|
Loading…
Reference in New Issue