kubernetes/cmd/kubelet/app/options
Sascha Grunert 8b7003aff4
Add SeccompDefault feature
This adds the gate `SeccompDefault` as new alpha feature. Seccomp path
and field fallbacks are now passed to the helper functions, whereas unit
tests covering those code paths have been added as well.

Beside enabling the feature gate, the feature has to be enabled by the
`SeccompDefault` kubelet configuration or its corresponding
`--seccomp-default` CLI flag.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>

Apply suggestions from code review

Co-authored-by: Paulo Gomes <pjbgf@linux.com>
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-06-23 10:22:57 +02:00
..
container_runtime.go Update pause image to v3.5 2021-05-25 09:04:46 +02:00
globalflags_linux.go Made containerd-namespace flag can be used when kubelet config start cmd 2020-03-10 14:26:28 +08:00
globalflags_other.go Fix cadvisor flag registration for cross build 2018-01-10 13:00:28 -05:00
globalflags_providerless.go Fix providerless kubelet startup 2020-07-31 12:30:12 -04:00
globalflags_providers.go Fix providerless kubelet startup 2020-07-31 12:30:12 -04:00
globalflags.go Fix providerless kubelet startup 2020-07-31 12:30:12 -04:00
options_test.go block not allowed node labels on kubelet 2019-06-26 19:24:30 -03:00
options.go Add SeccompDefault feature 2021-06-23 10:22:57 +02:00
osflags_others.go Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
osflags_windows.go [kubelet] Allow priority to be set for kubelet process on Windows 2020-11-03 01:18:59 +05:30