This capability was incorrectly omitted from the configuration file.
Resolution
This issue is resolved in NCP 3.1.2.
Workaround: You can manually add the capability to the file like the following: apiVersion: policy/v1beta1 kind: PodSecurityPolicy metadata: name: ncp-psp spec: hostNetwork: true hostIPC: false hostPID: false privileged: false defaultAddCapabilities: null allowedCapabilities: - AUDIT_WRITE