Skip to content

Commit ef4343f

Browse files
authored
Merge pull request #72 from oracle/jpatt/format-fix
Fixed formatting of nested list in last section
2 parents c136a97 + 812eba7 commit ef4343f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

site/scaling.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ When the operator receives a scaling request, it will:
4545
* Validate that the specified domain, identified by `domainUID`, exists.
4646
* Validate that the WebLogic cluster, identified by `clusterName`, exists.
4747
* Verify that the specified WebLogic cluster has a sufficient number of configured servers to satisfy the scaling request.
48-
* Initiate scaling by setting the `replicas` property within the corresponding domain custom resource either in:
49-
* a `clusterStartup` entry, if defined within its cluster list.
50-
* at the domain level, if not defined in a `clusterStartup` entry and the `startupControl` property is set to `AUTO`.
48+
* Initiate scaling by setting the `replicas` property within the corresponding domain custom resource, which can be done in either:
49+
50+
* A `clusterStartup` entry, if defined within its cluster list
51+
* At the domain level, if not defined in a `clusterStartup` entry and the `startupControl` property is set to `AUTO`
5152

5253
In response to a change to either `replicas` property, in the domain custom resource, the operator will increase or decrease the number of pods (Managed Servers) to match the desired replica count.

0 commit comments

Comments
 (0)