无法创建 Trident Protect 快照
适用于
- Trident Protect 25.10
- Kubernetes 1.34
问题
- Trident Protect 快照和备份作业仍处于永久"运行"状态,从未完成,如下面的屏幕截图所示-

- 来自
kubectl describe job -n trident的输出显示重复的 pod 创建失败,错误如下-
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")