From b1bce0738ab21bba3d1a64193b89e73b17c34c26 Mon Sep 17 00:00:00 2001 From: Renato Monteiro <45536168+monteiro-renato@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:48:19 +0100 Subject: [PATCH] Update operator-capabilities.md - fix small typo --- website/content/en/docs/overview/operator-capabilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/docs/overview/operator-capabilities.md b/website/content/en/docs/overview/operator-capabilities.md index 781ed7a336..7663054cfa 100644 --- a/website/content/en/docs/overview/operator-capabilities.md +++ b/website/content/en/docs/overview/operator-capabilities.md @@ -111,7 +111,7 @@ It should be possible to backup and restore the operand from the operator itself - Operator is able to restore a backup of an Operand - Operator orchestrates complex re-configuration flows on the Operand - Operator implements fail-over and fail-back of clustered Operands -- Operator supports add/removing members to a clustered Operand +- Operator supports adding/removing members to a clustered Operand - Operator enables application-aware scaling of the Operand **Example:** an Operator managing a database provides the ability to create an application consistent backup of the data by flushing the database log and quiescing the write activity to the database files.