VM Configuration Templates
VM configurations (templates) allow you to define reusable settings for deploying virtual machines. All VM configurations reside in theorka-default namespace and are available to all users and service accounts with access to orka-default.
The shorthand alias for vm-config is vmc.
orka3 vm-config create
Create a VM configuration (template) with the specified settings. The required minimum configuration consists of a base image to use.
VM Configuration Name Requirements:
- Does not exceed 50 characters
- Consists of lowercase alphanumeric characters or dashes (-)
- Starts with an alphabetic character and ends with an alphanumeric character
- Must be unique to the cluster
Deploying VMs
orka3 vm deploy Deploy a VM with the specified configuration. The minimum required configuration consists of an image and a number of CPU cores to assign to the VM. VM Name Behavior:- When VM_NAME is not provided: Orka generates a unique name consisting of ‘vm-’ and a unique suffix
- When VM_NAME is provided: Orka attempts to create the VM using the provided name (must be unique)
- When both VM_NAME and —generate-name are provided: Orka generates a unique name based on VM_NAME with a unique suffix
- Does not exceed 63 characters (including any generated suffix)
- Consists of lowercase alphanumeric characters or dashes (-)
- Starts with an alphabetic character and ends with an alphanumeric character
- Must be unique to the namespace