-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
0.42
-
False
-
-
False
-
---
-
---
-
-
None
Description of problem:
At https://docs.openshift.com/container-platform/4.17/virt/virtual_machines/creating_vms_rh/virt-creating-vms-from-instance-types.html the first example `Example YAML file with required fields` has a typo. Instead of: ``` spec: cpu: guest: 1 ``` it should be: ``` spec: cpu: cores: 1 ```
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info: