
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 10.4K Views
We are excited to launch a space dedicated to the Red Hat Training course, Managing Virtual Machines with Red Hat OpenShift Virtualization!
To gain the most value from this group - click the "Join Group" button in the upper right hand corner of the group home page.
We encourage group members to collaborate in this group to discuss topics, ask questions, share best practices and tips, provide course feedback, and share their accomplishments as it relates to DO316.
Read more about Managing Virtual Machines with Red Hat OpenShift Virtualization here.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 861 Views
Cannot start my lab any idea how to resolve it except delete and create back the lab?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 832 Views
@eddielau When you log in to OCP console , what is the status of the HyperConverged ?
kubevirt-hyperconverged
HyperConverged instance should display a status of Conditions: ReconcileComplete, Available, Upgradable .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 813 Views
Thanks for response, I manage to do workaround using wait.sh and resolve it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 859 Views
I think after reading course the VM inside pod take same service of container and route any opne agree with me ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 833 Views
@Artemis-NASA sorry did not get you what you meant in your reply. Please elaborate on the same.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 846 Views
I have issue with Yaml editor I can't understand the error on indentiation { spaces} , can you help how to avoide dealing with Yaml editor

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 766 Views
ch07s02
my NetworkMaps and StorageMaps only have yaml, but in guide provide only web console editor menu. Is that my version not same? I running 4.14 , mtv version 2.6.3
Another thing is it will haywire if we create the storagemap/NetworkMaps 1st and edit it using pencil icon not going to updated. I do noticed all this plan must create using plans, and it will automatically create both maps during plan creation.
Also no migration plan I can select either cold or warm too. Is this bug or newly update?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 732 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 670 Views
the best way is to delete the labs and create again

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 721 Views
What are the trully needed RBAC to allow a new user to create VMs in a project?
I have created one new user and one new project here in the lab.
First I thought that kubevirt.io:admin and view clusterole ( rolebinding ) to that new project would allow me to create a VM from a template. It did not work. It complained that I did not have permission to create processedtemplate after selecting "from template" in the createVM.
Then I granted admin cluster role (as rolebinding ) and still can not create. The CreateVM never fully loads.
The only way I could find for creating was granting cluster-admin at cluster level which clearly I would not do in a production environment.