Unable to create Trident Protect snapshot
Applies to
- Trident Protect 25.10
- Kubernetes 1.34
Issue
- Trident Protect snapshot and backup jobs remain stuck in a perpetual “Running” state and never complete as seen in the screenshot below-

- Output from
kubectl describe job -n tridentshows repeated pod creation failure with error below-
Warning FailedCreate job-controller Error creating: pods "resource-backup-xxx" is forbidden: violates PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "resource-backup" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "resource-backup" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "resource-backup" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")