From a17c82af2c6a35d30ab24e5b339dbb2b28a030e5 Mon Sep 17 00:00:00 2001 From: Marcelo Amaral Date: Fri, 9 Oct 2020 17:47:35 +0900 Subject: [PATCH] changed: VM has only one VMI Signed-off-by: Marcelo Amaral --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 227e78aafb0b..9ff0915e3289 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,7 +17,7 @@ represent and manage traditional virtual machines side by side with containers. KubeVirt's primary CRD is the VirtualMachine (VM) resource, which contains -a collection of VirtualMachineInstance (VMI) objects, which shares +a VirtualMachineInstance (VMI) object, which shares similarity with the Pod concept. A VMI represents a single virtualized workload that executes once until completion (i.e., powered off). In addition to the VMI, the key KubeVirt components are the virt-api, the