$ kubectl vm create -os ubuntu -n boot # Using latest operating system version
-$ kubectl vm create -os ubuntu:22.04 -n boot # Using exact operating system version
+$ kubectl vm create my-vm -os ubuntu -n boot # Using latest operating system version
+$ kubectl vm create my-vm -os ubuntu:22.04 -n boot # Using exact operating system version