security-profiles-operator
security-profiles-operator copied to clipboard
The Kubernetes Security Profiles Operator
#### What type of PR is this? /kind documentation #### What this PR does / why we need it: This PR adds installation documentation for the recently-added helm chart. ####...
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: Unless the nodestatus controller is being debugged, then these messages are...
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: The NewStatusReconciler function was unused since 4c28bcc12902aae3a3f81380a66993e798e0ae31 #### Which issue(s) this...
Bumps [github.com/pjbgf/go-apparmor](https://github.com/pjbgf/go-apparmor) from 0.0.7 to 0.0.8. Commits a619446 Refactor AppArmor implementation 39f93d4 Delete example binary See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: Provides additional information for users using AppArmor to debug potential setup...
#### What type of PR is this? /kind cleanup /kind flake #### What this PR does / why we need it: Optimisations around flaky tests. #### Which issue(s) this PR...
#### What happened: I try to use a profilebinding for the deployment so each of replicas can have a seccomp profile. Here is the step: 1.create seccompprofile in demo namespace...
#### What happened: With the operator splitting part of its functionality from a `DaemonSet` to a `Deployment`, it lost its seccomp profile and the init code that set it up,...
All our internal APIs (CRDs) are in `alpha` right now. We also follow a pre v1.x.y semver scheme right now, which allows us breaking the API as we want. If...
#### What would you like to be added: Autodetect and/or select during build with build flags the capabilities of the k8s platform - does it support seccomp? Does it suport...