Orka v1.0.7
New features, improved functionality, and bug fixes in Orka v1.0.7.
Orka Release Notes
v1.0.7
November 13, 2019
Download CLI | API Docs
We’re constantly working to provide you with new features, tools, and plugins, and improve your overall Orka experience. For the latest and greatest, be sure to update your CLI to 1.0.7 after your environment has been updated. Here’s an overview of what changes with version 1.0.7.
New features
- The Orka CLI now checks if its version matches the API version of the environment and prompts you to install the correct version.
- You can now attach storage to a VM configuration during creation or deployment.
- You can now open VM ports during
orka vm deploywith the--portsflag. - You can now disable VNC for a VM configuration during creation and deployment. By default, VNC is enabled.
- You can now create VMs with 4 CPUs or 8 CPUs.
Improved functionality
- Multiple miscellaneous improvements to help text and error messages throughout the Orka CLI.
orka vm configsandGET /vm/configsnow show the VM owner, and ISOs and disks attached to the VM configuration.orka image listandGET /image/listnow show image size, last modified date, date added, and owner. Note that generated empty storage is always shown as 192k.orka iso listandGET /iso/listnow show image size and last modified date.orka kube deleteandDELETE /kube-accountnow inform you if there are no kube-accounts to delete.orka vm createnow provides flags for attaching a disk or an ISO in direct mode.orka node listandGET /node/listnow take into account all Kubernetes consumption and show more accurate available CPU and memory data. (See Note below)
VM cores needed
VMs require fewer cores to operate than the specified during configuration but will use up to their max if the cores are free. For example, a VM with 24 CPU specified only requires 22 CPU to be shown as available, but will use up to 24 if they are free.
Hence, you might still be able to deploy a VM even if the listed available CPU is less than the specified in the VM configuration.
Bug fixes
orka image generatenow handles flags as expected.orka image copynow shows a busy indicator while running.orka user createnow visualizes longer email addresses as expected.- Orka no longer duplicates ports during simultaneous VM deployments.
- Multiple bug fixes to Orka CLI flags. Run
orka helpto list the latest flags.
Updated over 5 years ago
