Enhance documentation and configuration for Velero integration. Update README.md to clarify Velero's lack of web UI and usage instructions for CLI. Add CSI Volume Snapshot support in playbooks and roles, and include Velero service details in noble_landing_urls. Adjust kustomization.yaml to include VolumeSnapshotClass configuration, ensuring proper setup for backups. Improve overall clarity in related documentation.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Default Longhorn VolumeSnapshotClass for Velero CSI — one class per driver may carry
|
||||
# **velero.io/csi-volumesnapshot-class: "true"** (see velero/README.md).
|
||||
# Apply after **Longhorn** CSI is running (`driver.longhorn.io`).
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
kind: VolumeSnapshotClass
|
||||
metadata:
|
||||
name: longhorn-velero
|
||||
labels:
|
||||
velero.io/csi-volumesnapshot-class: "true"
|
||||
driver: driver.longhorn.io
|
||||
deletionPolicy: Delete
|
||||
Reference in New Issue
Block a user