@@ -30,22 +30,22 @@ The operator runtime monitors this property and creates or deletes the correspon
30
30
#### Admin Server Start/Stop Rules
31
31
| Domain | Admin Server | Started / Stopped |
32
32
| --- | --- | --- |
33
- | NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
33
+ | NEVER | any value | Stopped |
34
34
| ADMIN_ONLY, IF_NEEDED | NEVER | Stopped |
35
35
| ADMIN_ONLY, IF_NEEDED | IF_NEEDED, ALWAYS | Started |
36
36
37
37
#### Standalone Managed Server Start/Stop Rules
38
38
| Domain | Standalone Server | Started / Stopped |
39
39
| --- | --- | --- |
40
- | ADMIN_ONLY, NEVER | IF_NEEDED, ALWAYS, NEVER | Stopped |
40
+ | ADMIN_ONLY, NEVER | any value | Stopped |
41
41
| IF_NEEDED | NEVER | Stopped |
42
42
| IF_NEEDED | IF_NEEDED, ALWAYS | Started |
43
43
44
44
#### Clustered Managed Server Start/Stop Rules
45
45
| Domain | Cluster | Clustered Server | Started / Stopped |
46
46
| --- | --- | --- | --- |
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 |
49
49
| IF_NEEDED | IF_NEEDED | NEVER | Stopped |
50
50
| IF_NEEDED | IF_NEEDED | ALWAYS | Started |
51
51
| IF_NEEDED | IF_NEEDED | IF_NEEDED | Started if needed to get to the cluster's "replicas" count |
0 commit comments