系统故障 FAQ
- Zadig 系统账号无法登录
- 集成 AD/LDAP/SSO 后,系统账号无法登录
Mongodb 和 Minio 处于 Pending 状态,安装失败?
kind: PersistentVolume
metadata:
name: zadig-reserved-pv
spec:
storage: 20Gi
accessModes:
hostPath:
path: "/mnt/zadig/data"
type: Directory
---
apiVersion: v1
kind: PersistentVolume
spec:
capacity:
storage: 20Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/zadig/data2"