Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Crow committed Dec 9, 2024
1 parent 22f5398 commit d4902d9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/modules/ROOT/pages/pxe-osv-01.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 10 additions & 4 deletions content/modules/ROOT/pages/pxe-osv-02.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d4902d9

Please sign in to comment.