Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 351 Bytes

File metadata and controls

11 lines (9 loc) · 351 Bytes

KubeVirt Root disk mutation hook sidecar

To use this hook, use following annotations:

annotations:
  # Request the hook sidecar
  hooks.kubevirt.io/hookSidecars: '[{"image": "registry:5000/kubevirt/example-disk-mutation-hook-sidecar:devel"}]'
  # Overwrite the disk image name
  diskimage.vm.kubevirt.io/bootImageName: "virt-disk.img"