Highlights
- The API server now runs with
--allow-privileged=true, like kubeadm and kind. Pods with privileged containers, for example node agents like the Security Profiles Operator, get admitted instead of rejected withprivileged: Forbidden: disallowed by cluster policy. - The integration test checks that privileged pods are admitted, in all modes including rootless.
What's Changed
- Allow privileged containers and bump version to 0.4.1 by @saschagrunert in #1416
Full Changelog: v0.4.0...v0.4.1