$ oc edit <object_type> <object_ID>
Edit a virtual machine by completing one of the following tasks:
Editing a virtual machine YAML configuration using the web console
Editing a virtual machine YAML configuration using the CLI
Using the web console, edit the YAML configuration of a virtual machine.
Not all parameters can be updated. If you edit values that cannot be changed and click Save, an error message indicates the parameter that was not able to be updated.
The YAML configuration can be edited while the virtual machine is Running, however the changes will only take effect after the virtual machine has been stopped and started again.
Navigating away from the YAML screen while editing cancels any changes to the configuration you have made. |
Click Workloads → Virtual Machine from the side menu.
Select a virtual machine.
Click the YAML tab to display the editable configuration.
Optional: You can click Download to download the YAML file locally in its current state.
Edit the file and click Save.
A confirmation message shows that the modification has been successful and includes the updated version number for the object.
You configured a virtual machine with a YAML object configuration file.
You installed the oc
CLI.
Run the following command to update the virtual machine configuration.
$ oc edit <object_type> <object_ID>
Open the object configuration.
Edit the YAML.
If you edit a running virtual machine, you need to do one of the following:
Restart the virtual machine
Run the following command for the new configuration to take effect.
$ oc apply <object_type> <object_ID>
Add a disk to a virtual machine.
From the Virtual Machines tab, select your virtual machine.
Select the Disks tab.
Click Add Disks to open the Add Disk window.
In the Add Disk window, specify Source, Name, Size, Interface, and Storage Class.
Edit the disk configuration by using the drop-down lists and check boxes.
Click OK.
From the Virtual Machines tab, select the virtual machine.
Select the Network Interfaces tab.
Click Create Network Interface.
In the Create Network Interface list row, specify the Name, Model, Network, Type, and MAC Address of the network interface.
Click the green check-mark to the right of the row to add the network interface.
Restart the virtual machine to enable access.
Edit the drop-down lists and check boxes to configure the network interface.
Click Save Changes.
Click OK.
The new network interface displays at the top of the Create Network Interface list until the user restarts it.
The new network interface has a Pending VM restart
Link State until you
restart the virtual machine. Hover over the Link State to display more
detailed information.
The Link State is set to Up by default when the network interface card is defined on the virtual machine and connected to the network.