Skip to content

Commit d296e0e

Browse files
authored
Merge pull request #237 from oracle/RMstartdomain
minor edits
2 parents 4496449 + 7306a3c commit d296e0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/starting-domain.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Starting a WebLogic domain
22

3-
Startup of the domain is controlled by settings in the domain custom resource. The domain creation job, if used, will have created a domain custom resource YAML file. If the domain was created manually, this YAML file will also need to be created manually.
3+
Startup of the domain is controlled by settings in the domain custom resource. If used, the domain creation job will have created a domain custom resource YAML file. If the domain was created manually, this YAML file will also need to be created manually.
44

55
An example of the domain custom resource YAML file is shown below:
66

@@ -96,10 +96,10 @@ The operator determines which servers to start using the following logic:
9696
* If `startupControl` is set to `SPECIFIED`, then:
9797

9898
* The Administration Server will be started.
99-
* Each server listed in a `serverStartup` section will be brought up to state that is specified in the `desiredState` in that section, `RUNNING` or `ADMIN`.
100-
* For each cluster listed in a `clusterStartup` section, a number of servers in that cluster equal to the `replicas` setting will be brought up to state that is specified in the `desiredState` in that section, `RUNNING` or `ADMIN`. If `replicas` is not specified in `clusterStartup`, then the top-level `replicas` field in the domain custom resource will be used instead.
99+
* Each server listed in a `serverStartup` section will be brought up to the state that is specified in the `desiredState` in that section, `RUNNING` or `ADMIN`.
100+
* For each cluster listed in a `clusterStartup` section, a number of servers in that cluster, equal to the `replicas` setting, will be brought up to the state that is specified in the `desiredState` in that section, `RUNNING` or `ADMIN`. If `replicas` is not specified in `clusterStartup`, then the top-level `replicas` field in the domain custom resource will be used instead.
101101

102102
* If `startupControl` is set to `AUTO`, then:
103103

104104
* The operator will perform as if `startupControl` were set to `SPECIFIED`.
105-
* For all clusters that do not have a `clusterStartup` section, a number of servers in that cluster equal to the top-level `replicas` setting will be brought up to `RUNNING` state.
105+
* For all clusters that do not have a `clusterStartup` section, the number of servers in that cluster equal to the top-level `replicas` setting, will be brought up to the `RUNNING` state.

0 commit comments

Comments
 (0)