Update manager.md

This commit is contained in:
Michael N. Lipp 2024-07-17 07:52:03 +02:00 committed by GitHub
parent a62b8c2899
commit 959a35ca9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
--- ---
title: "VM-Operator: The Manager — Provides the controller and a Web-GUI" title: "VM-Operator: The Manager — Provides the controller and a web user interface"
layout: vm-operator layout: vm-operator
--- ---
@ -7,7 +7,7 @@ layout: vm-operator
The Manager is the program that provides the controller from the The Manager is the program that provides the controller from the
[operator pattern](https://github.com/cncf/tag-app-delivery/blob/eece8f7307f2970f46f100f51932db106db46968/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md#operator-components-in-kubernetes) [operator pattern](https://github.com/cncf/tag-app-delivery/blob/eece8f7307f2970f46f100f51932db106db46968/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md#operator-components-in-kubernetes)
together with a Web-GUI. It should be run in a container in the cluster. together with a web user interface. It should be run in a container in the cluster.
## Installation ## Installation