Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify Always Reconnect property of EC2 Fleet cloud configurations #394

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CONFIGURATION-AS-CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| endpoint|string|no|Set only if you need to use custome endpoint ```http://a.com```|
| fsRoot |string|no|my-root|
| privateIpUsed|boolean|no, default ```false```|connect to EC2 instance by private id instead of public|
| alwaysReconnect|boolean|no, default ```false```||
| alwaysReconnect|boolean|no, default ```false```|if ```true``` always reconnect to offline nodes after instance reboot or connection loss|
| labelString |string|yes||
| idleMinutes |int|no, default ```0```||
| minSize |int|no, default ```0```||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<f:checkbox />
</f:entry>

<f:description>Always reconnect to offline nodes</f:description>
<f:description>Always reconnect to offline nodes after instance reboot or connection loss</f:description>
<f:entry title="${%Always Reconnect}" field="alwaysReconnect">
<f:checkbox />
</f:entry>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<f:checkbox />
</f:entry>

<f:description>Always reconnect to offline nodes</f:description>
<f:description>Always reconnect to offline nodes after instance reboot or connection loss</f:description>
<f:entry title="${%Always Reconnect}" field="alwaysReconnect">
<f:checkbox />
</f:entry>
Expand Down