[kubevirt] Add example with multus clone
Related-Prod: PRODX-3456
Change-Id: Ib5886c73c8cd47a1198339c5ca23959eeb0034ce
diff --git a/kubevirt/examples/20-boot-vm-multus/clone.yaml b/kubevirt/examples/20-boot-vm-multus/clone.yaml
new file mode 100644
index 0000000..16a9e63
--- /dev/null
+++ b/kubevirt/examples/20-boot-vm-multus/clone.yaml
@@ -0,0 +1,27 @@
+kind: VirtualMachineClone
+apiVersion: "clone.kubevirt.io/v1alpha1"
+metadata:
+ name: cirros-net1-clone
+
+spec:
+ # source & target definitions
+ source:
+ apiGroup: kubevirt.io
+ kind: VirtualMachine
+ name: cirros-net1
+ target:
+ apiGroup: kubevirt.io
+ kind: VirtualMachine
+ name: cirros-net1-clone-target
+
+ # labels & annotations definitions
+ labelFilters:
+ - "*"
+ - "!someKey/*"
+ annotationFilters:
+ - "anotherKey/*"
+
+ # other identity stripping specs:
+ #newMacAddresses:
+ # interfaceName: "00-11-22"
+ #newSMBiosSerial: "new-serial"