From 26b7d5e514b5d32ac5b418c604f38bc96e39c2d7 Mon Sep 17 00:00:00 2001 From: Sunny Date: Sun, 23 Aug 2020 16:09:00 +0530 Subject: [PATCH] docs/installation: set VM status.running to true When the VM doesn't start, it confuses the users. Set it to true to run the VM automatically. --- docs/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 60668d697..67e311a2e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -150,6 +150,8 @@ spec: cpus: 2 diskSize: 3GB memory: 800MB +status: + running: true EOF ```