Skip to content

Commit 0b8a381

Browse files
committed
add note for pre 2.3 versions
1 parent 019736c commit 0b8a381

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/enterprise/embedded-manage-nodes.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Enabling high availability has the following requirements:
103103

104104
* High availability is supported with Embedded Cluster 1.4.1 and later.
105105

106-
* The `enable-ha` command is available with Embedded Cluster 2.3.0 and later.
106+
* The [`enable-ha`](#enable-ha-existing) command is available with Embedded Cluster 2.3.0 and later.
107107

108108
* High availability is supported only for clusters where at least three nodes with the `controller` role are present.
109109

@@ -136,6 +136,10 @@ To create a multi-node HA cluster:
136136
```
137137
Where `APP_SLUG` is the unique slug for the application.
138138

139+
:::note
140+
For Embedded Cluster versions earlier than 2.3.0, pass the `--enable-ha` flag with the `join` command.
141+
:::
142+
139143
1. In response to the prompt asking if you want to enable high availability, type `y` or `yes`:
140144

141145
![high availability command line prompt](/images/embedded-cluster-ha-prompt.png)

0 commit comments

Comments
 (0)