mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
We now execute the seccomp tests with `[LinuxOnly]` as described in the appropriate KEP test plan: https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/20190717-seccomp-ga.md#test-plan The tests have been changed to used the new seccomp field within the security context in replacement for the annotations. Signed-off-by: Sascha Grunert <sgrunert@suse.com>