diff --git a/docs/README.md b/docs/README.md index 87c49c8d8..2d1b4f10b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -318,7 +318,7 @@ This `bootstrapNode` can be configured as follows: | host | **required** | The IP of the target Redis address or the ClusterIP of a pre-existing Kubernetes Service targeting Redis pods | [bootstrapping.yaml](example/redisfailover/bootstrapping.yaml) | | port | _optional_ | The Port that the target Redis address is listening to. Defaults to `6379`. | [bootstrapping-with-port.yaml](example/redisfailover/bootstrapping-with-port.yaml) | | allowSentinels | _optional_ | Allow the Operator to also create the specified Sentinel resources and point them to the target Node/Port. By default, the Sentinel resources will **not** be created when bootstrapping. | [bootstrapping-with-sentinels.yaml](example/redisfailover/bootstrapping-with-sentinels.yaml) | -| enabled | _optional_ | By default, Bootstrap mode is activated, prompting Redis nodes to attempt a connection with the source host. However, if this parameter is set to `false', Redis will instead establish a cluster among the local nodes. In this scenario, a master node will be designated, to which the replica nodes will connect | [bootstrapping-disabled.yaml](example/redisfailover/bootstrapping-disabled.yaml) | +| enabled | _optional_ | Allow the Operator to toggle the bootstrapping status of a RedisFailover. By default, Bootstrap mode is enabled, prompting Redis nodes to attempt a connection with the source host. When set to `false`, the Operator disables bootstrapping mode on the Redisfailover. | [bootstrapping-disabled.yaml](example/redisfailover/bootstrapping-disabled.yaml) | #### What is Bootstrapping? When a `bootstrapNode` is provided, the Operator will always set all of the defined Redis instances to replicate from the provided `bootstrapNode` host value.