intel-device-plugins-for-kubernetes
intel-device-plugins-for-kubernetes copied to clipboard
document PodSecurity admission settings
kubernetes 1.24 turns on PodSecurity admission on by default. Our plugin deployments need hostPath mounts so the baseline policy fails by default.
We want to document how to comply with Pod Security Standards when using the plugins. https://kubernetes.io/docs/concepts/security/pod-security-admission/
Our plugin deployments need
hostPathmounts so thebaselinepolicy fails by default.
Looks like the default configuration is not baseline after all but privileged so there's no immediate blocker for running the plugins with defaults. Closing.