Tweak README
This commit is contained in:
parent
afe415b9e1
commit
c69d300507
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
All state is stored in kubernetes resources (labels and annotations on deployments). The
|
||||||
controller can be stopped and restarted without losing state.
|
controller can be stopped and restarted without losing state.
|
||||||
|
|
||||||
All the knowledge about *what* is deployed is in the
|
In practice the runboat controller does not know that it is deploying Odoo. All the
|
||||||
[src/runboat/kubefiles](./src/runboat/kubefiles) directory. The kubefile must implement
|
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
|
a specific contract to be managed by the runboat controller. This contract is described
|
||||||
in the [Kubernetes resources](#kubernetes-resources) section below.
|
in the [Kubernetes resources](#kubernetes-resources) section below.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue