From 2fd1b48656a21229d582af7a2217c39d1893a0a2 Mon Sep 17 00:00:00 2001 From: Marcelo Amaral Date: Wed, 4 Nov 2020 12:46:08 +0100 Subject: [PATCH] removed the word place-holder 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 a4e9b2823cc5..187de5afe1c2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -37,7 +37,7 @@ virt-controller, the virt-handler, and the virt-launcher. * **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. 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 + * **virt-launcher**: There is one per running VMI. It contains the running VMI and remains running as long as the VMI is defined. It uses a local libvirtd instance within its container to start or terminate the VM.