diff --git a/content/modules/ROOT/assets/images/create-vm-11.png b/content/modules/ROOT/assets/images/create-vm-11.png new file mode 100644 index 0000000..48dc819 Binary files /dev/null and b/content/modules/ROOT/assets/images/create-vm-11.png differ diff --git a/content/modules/ROOT/assets/images/create-vm-12.png b/content/modules/ROOT/assets/images/create-vm-12.png new file mode 100644 index 0000000..a99190f Binary files /dev/null and b/content/modules/ROOT/assets/images/create-vm-12.png differ diff --git a/content/modules/ROOT/assets/images/create-vm-13.png b/content/modules/ROOT/assets/images/create-vm-13.png new file mode 100644 index 0000000..5122dc9 Binary files /dev/null and b/content/modules/ROOT/assets/images/create-vm-13.png differ diff --git a/content/modules/ROOT/pages/pxe-osv-01.adoc b/content/modules/ROOT/pages/pxe-osv-01.adoc index 3fde556..64c1694 100644 --- a/content/modules/ROOT/pages/pxe-osv-01.adoc +++ b/content/modules/ROOT/pages/pxe-osv-01.adoc @@ -79,7 +79,7 @@ Grab our StorageCluster specification: [source,sh,role=execute] ---- -curl -o px-spec.yaml 'https://install.portworx.com/3.1?operator=true&mc=false&kbver=1.29.10&ns=portworx&b=true&iop=6&s=%22type%3Dgp3%2Csize%3D50%22%2C%22&ce=aws&r=17001&c=px-cluster-443e64d8-f2c7-47d2-b81b-295567465a84&osft=true&stork=true&csi=true&tel=false&st=k8s' +curl -o px-spec.yaml 'https://install.portworx.com/3.1.6?operator=true&mc=false&kbver=1.29.10&ns=portworx&b=true&iop=6&s=%22type%3Dgp3%2Csize%3D50%22%2C%22&ce=aws&r=17001&c=px-cluster-443e64d8-f2c7-47d2-b81b-295567465a84&osft=true&stork=true&csi=true&tel=false&st=k8s' ---- Take a look at our current manifest by using the cat utility: diff --git a/content/modules/ROOT/pages/pxe-osv-02.adoc b/content/modules/ROOT/pages/pxe-osv-02.adoc index 08fadd8..6863e32 100644 --- a/content/modules/ROOT/pages/pxe-osv-02.adoc +++ b/content/modules/ROOT/pages/pxe-osv-02.adoc @@ -49,6 +49,8 @@ spec: dataVolumeTemplates: - metadata: name: centos-stream9-example-ds-centos-stream9 + annotations: + cdi.kubevirt.io/storage.usePopulator: "false" spec: sourceRef: kind: DataSource @@ -108,13 +110,17 @@ Start by logging in to the OpenShift console if you haven't already. === Task 1: Create a new VM -Navigate to the virtualzation > overview menu +Navigate to the Virtualzation > VirtualMachines menu -image:create-vm-01.png[Select VMs] +image:create-vm-11.png[Select VMs] -Click the `Create Virtual Machine` button +Select our `vmtest` project in the upper left of the interface -image:create-vm-02.png[Click Button] +image:create-vm-12.png[Select Project] + +Click the `Create` button, and then the `From instanceType` from the menu + +image:create-vm-13.png[Click Button] Select the Centos Stream image. We can also use the default instance type.