Logo
Explore Help
Sign In
mirrors/ceph-csi
1
0
Fork 0
You've already forked ceph-csi
mirror of https://github.com/ceph/ceph-csi.git synced 2025-05-29 18:16:42 +00:00
Code Issues Packages Projects Releases Wiki Activity
ceph-csi/examples/rbd/pvc.yaml

15 lines
217 B
YAML
Raw Normal View History

Fix yamllint issues Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
2019-02-07 15:29:26 +05:30
---
added examples
2018-07-18 16:49:15 +02:00
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: rbd-pvc
doc: add VolumeGroupSnapshot examples for RBD By labelling the PersistentVolumeClaim with `group: test`, the label selector in the VolumeGroupSnapshot will create a snapshot of an RBD group containing the single volume (or more if there are other volumes in the same namespace with that label). Once the VolumeGroupSnapshot is created, each volume in the group will have a VolumeSnapshot that can be restored. Signed-off-by: Niels de Vos <ndevos@ibm.com>
2024-10-11 08:56:04 +02:00
labels:
group: test
added examples
2018-07-18 16:49:15 +02:00
spec:
accessModes:
Fix yamllint issues Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
2019-02-07 15:29:26 +05:30
- ReadWriteOnce
added examples
2018-07-18 16:49:15 +02:00
resources:
requests:
storage: 1Gi
Make deployment artifacts with a consistent name pattern. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2019-05-07 20:19:45 +05:30
storageClassName: csi-rbd-sc
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 386ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API