Skip to content

Commit

Permalink
Included a little bit more details in the virt-handler description
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo Amaral <[email protected]>
  • Loading branch information
marceloamaral committed Oct 9, 2020
1 parent 7f3c9a5 commit e2f2359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ virt-controller, the virt-handler, and the virt-launcher.
other management operations to the *virt-handler* component.
* **virt-handler**: This is a daemon that runs on each Kubernetes node. It is
responsible for monitoring the state of VMIs according to Kubernetes and
ensuring the corresponding libvirt domain is booted or halted accordingly.
ensuring the corresponding libvirt domain is booted or halted accordingly. To perform these operations, the virt-handler signals and send the VM's CRD object to the *virt-launcher* component.
* **virt-launcher**: This component is a place-holder, one per running VMI. It
contains the running VMI and remains running as long as the VMI is defined.

Expand Down

0 comments on commit e2f2359

Please sign in to comment.