diff --git a/content/kubevirt/csi-driver-support.png b/content/kubevirt/csi-driver-support.png new file mode 100644 index 00000000..c4fc4fa4 Binary files /dev/null and b/content/kubevirt/csi-driver-support.png differ diff --git a/content/kubevirt/local-storage.md b/content/kubevirt/local-storage.md deleted file mode 100644 index 36f6c069..00000000 --- a/content/kubevirt/local-storage.md +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: Local-storage -linktitle: Local-storage -weight: 14200 -description: TBD ---- -# Configuring local storage for virtual machines - -Official documentation: [Configuring local storage for virtual machines -](https://docs.openshift.com/container-platform/latest/cnv/cnv_virtual_machines/cnv_virtual_disks/cnv-configuring-local-storage-for-vms.html) - - -## Create a backing directory on each node - -Label your CNV nodes: -``` -oc label node/compute-0 node-role.kubernetes.io/cnv -``` - -### Create MachineConfigPool - -!!! important - One node can only apply one MachineConfigPool! That's why you have to include all worker machineconfigurations. - -```yaml -oc apply -f - <