ceph-csi/examples/rbd/block-pod-clone.yaml
Humble Chirammal 6359e37a23 e2e: add pod yaml which consume block mode clone pvc
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2020-10-15 15:37:14 +00:00

18 lines
349 B
YAML

---
apiVersion: v1
kind: Pod
metadata:
name: pod-with-block-volume-clone
spec:
containers:
- name: centos
image: centos:latest
command: ["/bin/sleep", "infinity"]
volumeDevices:
- name: data
devicePath: /dev/xvda
volumes:
- name: data
persistentVolumeClaim:
claimName: block-pvc-clone