Skip to content

Commit 44df5e4

Browse files
authored
K8SPS-46 document orchestrator.configuration (#217)
* K8SPS-46 document orchestrator.configuration
1 parent 3e26b92 commit 44df5e4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/operator.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,6 +2211,16 @@ The [Kubernetes PersistentVolumeClaim :octicons-link-external-16:](https://kuber
22112211
| ----------- | ---------- |
22122212
| :material-code-string: string | `1Gi` |
22132213

2214+
### `orchestrator.configuration`
2215+
2216+
Custom [Orchestrator :octicons-link-external-16:](https://github.com/openark/orchestrator) options to merge into the Orchestrator configuration. For example, `FailMasterPromotionOnLagMinutes` or `RecoveryPeriodBlockSeconds` are used to tune failover behavior per cluster. The value must be a JSON object passed as a string. You cannot override keys managed by the Operator, such as Raft topology, topology TLS, HTTP authentication, failover hooks, alias detection queries, and storage paths. Changing them is silently ignored.
2217+
2218+
Updating this field triggers a rolling restart of the Orchestrator Pods.
2219+
2220+
| Value type | Example |
2221+
| ----------- | ---------- |
2222+
| :material-code-string: string | `'{"FailMasterPromotionOnLagMinutes": 10}'` |
2223+
22142224
## <a name="operator-pmm-section"></a>PMM section
22152225

22162226
The `pmm` section in the [deploy/cr.yaml :octicons-link-external-16:](https://github.com/percona/percona-server-mysql-operator/blob/v{{release}}/deploy/cr.yaml) file contains configuration

0 commit comments

Comments
 (0)