Skip to content

Commit 2b96a44

Browse files
committed
Cleanup tables
1 parent 4e4f098 commit 2b96a44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/server-lifecycle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ The operator runtime monitors this property and creates or deletes the correspon
3030
#### Admin Server Start/Stop Rules
3131
| Domain | Admin Server | Started / Stopped |
3232
| --- | --- | --- |
33-
| NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
33+
| NEVER | any value | Stopped |
3434
| ADMIN_ONLY, IF_NEEDED | NEVER | Stopped |
3535
| ADMIN_ONLY, IF_NEEDED | IF_NEEDED, ALWAYS | Started |
3636

3737
#### Standalone Managed Server Start/Stop Rules
3838
| Domain | Standalone Server | Started / Stopped |
3939
| --- | --- | --- |
40-
| ADMIN_ONLY, NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
40+
| ADMIN_ONLY, NEVER | any value | Stopped |
4141
| IF_NEEDED | NEVER | Stopped |
4242
| IF_NEEDED | IF_NEEDED, ALWAYS | Started |
4343

4444
#### Clustered Managed Server Start/Stop Rules
4545
| Domain | Cluster | Clustered Server | Started / Stopped |
4646
| --- | --- | --- | --- |
47-
| ADMIN_ONLY, NEVER | IF_NEEDED, NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
48-
| IF_NEEDED | NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
47+
| ADMIN_ONLY, any value | any value | any value | Stopped |
48+
| IF_NEEDED | NEVER | any value | Stopped |
4949
| IF_NEEDED | IF_NEEDED | NEVER | Stopped |
5050
| IF_NEEDED | IF_NEEDED | ALWAYS | Started |
5151
| IF_NEEDED | IF_NEEDED | IF_NEEDED | Started if needed to get to the cluster's "replicas" count |

0 commit comments

Comments
 (0)