Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kubelet SeccompDefault alpha feature #101943

Merged
merged 1 commit into from Jun 24, 2021

Commits on Jun 23, 2021

  1. 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>
    saschagrunert and pjbgf committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    8b7003a View commit details
    Browse the repository at this point in the history