Skip to content

Commit

Permalink
Make the name of components bold
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 127c79c commit 6266817
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ virt-controller, the virt-handler, and the virt-launcher.

### Project Components

* virt-api: This component provides a HTTP RESTful entrypoint to manage
* **virt-api**: This component provides a HTTP RESTful entrypoint to manage
the virtual machines within the cluster.
* virt-controller: This component manages the state of each VMI within the
* **virt-controller: This component manages the state of each VMI within the
Kubernetes cluster.
* virt-handler: This is a daemon that runs on each Kubernetes node. It is
* **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.
* virt-launcher: This component is a place-holder, one per running VMI. It
* **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.

### Scripts
Expand Down

0 comments on commit 6266817

Please sign in to comment.