Generate test VMs.
This commit is contained in:
parent
bc0d25d00e
commit
043666a932
3 changed files with 14 additions and 3 deletions
10
dev-example/test-vm-snapshot.yaml
Normal file
10
dev-example/test-vm-snapshot.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
kind: VolumeSnapshot
|
||||
metadata:
|
||||
namespace: vmop-dev
|
||||
name: test-vm-system-disk-snapshot
|
||||
spec:
|
||||
volumeSnapshotClassName: csi-rbdplugin-snapclass
|
||||
source:
|
||||
persistentVolumeClaimName: test-vm-system-disk
|
||||
Loading…
Add table
Add a link
Reference in a new issue