Add note to configuration about HA control plane

Adds a small note to the Nodes configuration section to point out that
multiple control plane nodes may be added to set up a "high
availability" control plane cluster.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis
2024-11-08 14:37:59 +00:00
parent 5c6d2daf95
commit 2825501195

View File

@@ -261,6 +261,9 @@ nodes:
- role: worker
{{< /codeFromInline >}}
Multiple `control-plane` nodes may be specified in order to test a "high availability"
control plane.
## Per-Node Options
The following options are available for setting on each entry in `nodes`.