Initial Setup
Các lưu ý khi sử dụng M-FKE
Các câu hỏi thường gặp (FAQs)
Một số gợi ý mẫu (Samples)
Người dùng thực hiện restore volume bằng cấu hình PVC yaml file:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name:
namespace:
spec:
dataSource:
name: new-snapshot-test
kind: VolumeSnapshot
apiGroup: snapshot.storage.k8s.io
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 20Gi
Sau đó thực hiện cấu hình PVC này trong ứng dụng mong muốn.