Tweak README

This commit is contained in:
Stéphane Bidoul 2021-11-13 13:52:35 +01:00
parent afe415b9e1
commit c69d300507
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -46,8 +46,9 @@ resource-intensive part of the lifecycle of builds.
All state is stored in kubernetes resources (labels and annotations on deployments). The
controller can be stopped and restarted without losing state.
All the knowledge about *what* is deployed is in the
[src/runboat/kubefiles](./src/runboat/kubefiles) directory. The kubefile must implement
In practice the runboat controller does not know that it is deploying Odoo. All the
knowledge about *what* is deployed is in the
[src/runboat/kubefiles](./src/runboat/kubefiles) directory. The kubefiles must implement
a specific contract to be managed by the runboat controller. This contract is described
in the [Kubernetes resources](#kubernetes-resources) section below.