Skip to content

Commit 63532d4

Browse files
committed
Adjust wording in response to review
1 parent a21d8d3 commit 63532d4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

documentation/staging/content/managing-domains/accessing-the-domain/status-conditions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,20 +198,20 @@ The following is a list of condition types for a Cluster resource.
198198
- The `status` attribute is set to `True` when a sufficient number of WebLogic Server pods are
199199
ready in the cluster. Both of the following must be true:
200200
- At least one pod in the cluster is expected to run and is `ready`.
201-
- The number of `not ready` server pods which are expected to run
202-
is less than or equal to `cluster.spec.maxUnavailable` which defaults to `1`.
201+
- The number of `not ready` server pods, which are expected to run,
202+
is less than or equal to the value of `cluster.spec.maxUnavailable`, which defaults to `1`.
203203
- Examples:
204-
- If a cluster has `serverStartPolicy` `Never` or `replicas` `0`,
205-
or a cluster is in a domain with `serverStartPolicy` `AdminOnly` or `Never`,
206-
then the cluster will have `Available` `False`.
204+
- If a cluster has a `serverStartPolicy` of `Never`, or `replicas` is `0`,
205+
or a cluster is in a domain with `serverStartPolicy` of `AdminOnly` or `Never`,
206+
then the cluster will have an `Available` condition that is `False`.
207207
- If a cluster and domain both have a `serverStartPolicy` of `IfNeeded`,
208208
and `cluster.spec.replicas` is `1`,
209-
then the cluster `Available` will be `True` only when its single pod is `ready`.
209+
then the cluster will have an `Available` condition that is `True` only when its single pod is ready.
210210
- If a cluster and domain both have a `serverStartPolicy` of `IfNeeded`,
211211
`cluster.spec.replicas` is `4`,
212212
and `cluster.spec.maxUnavailable` is `1` (the default),
213-
then the cluster `Available` will be `True` only when three or four of its pods are `ready`.
214-
- **Note**: The `Available` `status` can be `True` even when the `status` for the `Completed`
213+
then the cluster will have an `Available` condition that is `True` only when three or four of its pods are ready.
214+
- **Note**: The `Available` condition's `status` can be `True` even when the `status` for the `Completed`
215215
condition is `False`, a `Failed` condition is reported on the Domain resource, or the cluster
216216
has up to `cluster.spec.maxUnavailable` pods that are not ready.
217217

0 commit comments

Comments
 (0)