Skip to content

Commit

Permalink
Fix spelling on architeture doc
Browse files Browse the repository at this point in the history
Signed-off-by: Ravid Brown <[email protected]>
  • Loading branch information
Ravid Brown committed Mar 31, 2020
1 parent b232187 commit 1b479fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ And a simplified version:
* VirtualMachineInstanceReplicaSet (VMIRS) Bar
-> VirtualMachineInstance (VMI) Bar

VirtualMachineInstance (VMI) are the custom resource that represents the basic ephemeral building block of an instance.
VirtualMachineInstance (VMI) is the custom resource that represents the basic ephemeral building block of an instance.
In a lot of cases this object won't be created directly by the user but by a high level resource.
High level resources fot VMI can be:
High level resources for VMI can be:
* VirtualMachine (VM) - StateFul VM that can be stopped and started while keeping the VM data and state.
* VirtualMachineInstanceReplicaSet (VMIRS) - Similar to pods ReplicaSet, a group of ephemeral VMIs with similar configuration defined in a template.

Expand Down

0 comments on commit 1b479fd

Please sign in to comment.