Allow Orka VMs to access a Shared Storage as an Attach Disk function, like NFS. This allows multiple orka VMs to read/write to the same disk.The first iteration of this may include the capability to remove the attach disk and attach it to another ...
Users often use a packer builder with ansible to deploy base images.Users would also like a packer builder for orka to ease migration efforts from other virtualization & bare metal platforms to Orka.
I would like to control what hosts are discoverable/accessible to other hosts, as well as control what hosts can access the Orka control plane. Also additional firewalling is desired to separate individual hosts from each other.
I would like to see total storage used by all the images in my environment to know how much storage I have remaining.Relevant commands:Image generateImage saveImage commitImage list
I would like to view all the VMs running on a base image. This helps me manage my cluster when I am trying to update the base image.Possible solutions could be:Seeing the base image in VM ListA new command that lists all the VMs running on a base ...